*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f7f9fc;
color:#222;
}

header{
max-width:1200px;
margin:auto;
padding:80px 20px;
text-align:center;
}

.badge{
display:inline-block;
background:#eef5ff;
color:#2563eb;
padding:8px 16px;
border-radius:20px;
font-size:14px;
margin-bottom:20px;
font-weight:bold;
}

h1{
font-size:54px;
line-height:1.2;
margin-bottom:20px;
}

.hero-text{
font-size:20px;
color:#555;
max-width:700px;
margin:auto;
line-height:1.7;
margin-bottom:35px;
}

.btn{
display:inline-block;
background:#2563eb;
color:white;
padding:18px 40px;
border-radius:8px;
text-decoration:none;
font-size:18px;
font-weight:bold;
transition:.3s;
}

.btn:hover{
background:#1748a5;
}

.hero-image{
margin-top:60px;
}

.hero-image img{
width:100%;
max-width:900px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

@media(max-width:768px){

h1{
font-size:34px;
}

.hero-text{
font-size:18px;
}

.btn{
width:100%;
display:block;
}

}
.features{
padding:80px 20px;
background:#fff;
text-align:center;
}

.features h2{
font-size:40px;
margin-bottom:50px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
max-width:1100px;
margin:0 auto;
}



.card{
background:#f8f9fb;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
}

.card h3{
margin-bottom:15px;
}

.card p{
color:#666;
line-height:1.7;
}

.how-it-works{
    padding:80px 20px;
    background:#f7f9fc;
    text-align:center;
}

.how-it-works h2{
    font-size:42px;
    margin-bottom:50px;
}

.steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1100px;
    margin:0 auto 40px;
}

.step{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.step h3{
    color:#2563eb;
    margin-bottom:15px;
}

.step p{
    color:#666;
    line-height:1.7;
}

@media(max-width:768px){

.steps{
grid-template-columns:1fr;
}

}
.testimonials{
padding:80px 20px;
background:#ffffff;
text-align:center;
}

.testimonials h2{
font-size:42px;
margin-bottom:50px;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
max-width:1100px;
margin:auto;
}

.review{
background:#f8f9fb;
padding:30px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.review p{
margin:20px 0;
line-height:1.7;
color:#555;
}

.review h4{
color:#2563eb;
font-size:16px;
}
.faq{
padding:80px 20px;
background:#f7f9fc;
max-width:1000px;
margin:auto;
}

.faq h2{
text-align:center;
font-size:42px;
margin-bottom:40px;
}

.faq-item{
background:#fff;
padding:25px;
margin-bottom:20px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-item h3{
color:#2563eb;
margin-bottom:10px;
}

.faq-item p{
color:#555;
line-height:1.8;
}
.final-cta{
background:#2563eb;
padding:90px 20px;
text-align:center;
color:#fff;
}

.final-cta h2{
font-size:48px;
margin-bottom:20px;
}

.final-cta p{
font-size:20px;
max-width:700px;
margin:0 auto 35px;
line-height:1.7;
}

.final-cta .btn{
background:#fff;
color:#2563eb;
font-weight:bold;
}

.final-cta .btn:hover{
background:#f3f3f3;
}
.footer{
    background:#111;
    color:#fff;
    text-align:center;
    padding:40px 20px;
}

.footer a{
    color:#fff;
    text-decoration:none;
    margin:0 10px;
}

.footer a:hover{
    text-decoration:underline;
}
.navbar{
position:sticky;
top:0;
z-index:1000;
background:#fff;
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 8%;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.logo{
font-size:24px;
font-weight:bold;
color:#2563eb;
}

.nav-links{
display:flex;
list-style:none;
gap:30px;
}

.nav-links a{
text-decoration:none;
color:#333;
font-weight:600;
}

.nav-links a:hover{
color:#2563eb;
}

.nav-btn{
background:#2563eb;
color:#fff;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:bold;
}

.nav-btn:hover{
background:#1748a5;
}

@media(max-width:768px){

.nav-links{
display:none;
}

}
.why-wegic{
padding:90px 20px;
background:#ffffff;
}

.container{
max-width:1200px;
margin:auto;
}

.why-wegic h2{
text-align:center;
font-size:42px;
margin-bottom:20px;
}

.section-desc{
text-align:center;
max-width:700px;
margin:0 auto 50px;
color:#666;
line-height:1.8;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.why-card{
background:#f8f9fb;
padding:35px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.why-card:hover{
transform:translateY(-8px);
}

.why-card h3{
margin-bottom:15px;
color:#2563eb;
}

.why-card p{
line-height:1.7;
color:#666;
}