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

body{
    font-family:Arial, sans-serif;
    background:#f7f9fc;
    color:#0d1b4d;
}

a{
    text-decoration:none;
}

/* NAVBAR */

.navbar{
    height:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 8%;
    background:white;
}

.logo-wrapper{
    display:flex;
    align-items:center;
    gap:0px;
}

.logo-wrapper img{
    width:120px;
}

.brand-name{
    margin-left: -20px;
    font-size:28px;
    font-weight:700;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:40px;
}

.nav-links a{
    color:#111;
    font-weight:600;
}

.active{
    color:#265dff;
}

/* HERO */

.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:80px 8%;
    gap:60px;
}

.hero-left{
    flex:1;
}

.hero-right{
    flex:1;
    text-align:center;
}

.hero-right img{
    width:100%;
    max-width:500px;
}

.hero-tag{
    background:#eef4ff;
    color:#4a6cff;
    padding:10px 18px;
    border-radius:30px;
    display:inline-block;
    margin-bottom:25px;
    font-size:14px;
}

.hero h1{
    font-size:clamp(34px,6vw,58px);
    line-height:1.1;
    margin-bottom:25px;
}

.hero h1 span{
    color:#22c55e;
}

.hero p{
    max-width:520px;
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-primary{
    background:#2f67ff;
    color:white;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

.btn-secondary{
    border:1px solid #d9d9d9;
    color:#111;
    padding:15px 28px;
    border-radius:12px;
}

/* FEATURES */

.features,
.services,
.testimonial{
    padding:70px 8%;
}

.features h2,
.services h2,
.testimonial h2{
    text-align:center;
    margin-bottom:40px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    background:white;
    padding:30px;
    border-radius:20px;
    text-align:center;
}

.feature-card p{
    margin-top:10px;
    color:#666;
}

/* SERVICES */

.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.service-card{
    background:white;
    padding:28px;
    border-radius:18px;
}

.service-card p{
    margin-top:10px;
    color:#666;
}

/* STATS */

.stats{
    padding:20px 8% 70px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.stat-box{
    background:white;
    padding:25px;
    border-radius:15px;
    text-align:center;
}

.stat-box h3{
    color:#22c55e;
    font-size:34px;
}

/* TESTIMONIAL */

.testimonial-card{
    background:white;
    max-width:800px;
    margin:auto;
    padding:35px;
    border-radius:20px;
    text-align:center;
}

/* CTA */

.cta{
    margin-top:50px;
    background:linear-gradient(90deg,#1f56ff,#36d96b);
    color:white;
    padding:50px 8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cta-btn{
    background:white;
    color:#1f56ff;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

/* FOOTER */

footer{
    background:#07152d;
    color:white;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    padding:60px 8%;
}

.footer-top a{
    display:block;
    color:#cfd7e8;
    margin-top:10px;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.1);
}
/* Mobile */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
    background:#f7f9fc;
    color:#0d1b4d;
}

a{
    text-decoration:none;
}

/* NAVBAR */

.navbar{
    height:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 8%;
    background:white;
}

.logo-wrapper{
    display:flex;
    align-items:center;
    gap:0px;
}

.logo-wrapper img{
    width:120px;
}

.brand-name{
    margin-left: -20px;
    font-size:28px;
    font-weight:700;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:40px;
}

.nav-links a{
    color:#111;
    font-weight:600;
}

.active{
    color:#265dff;
}

/* HERO */

.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:80px 8%;
    gap:60px;
}

.hero-left{
    flex:1;
}

.hero-right{
    flex:1;
    text-align:center;
}

.hero-right img{
    width:100%;
    max-width:500px;
}

.hero-tag{
    background:#eef4ff;
    color:#4a6cff;
    padding:10px 18px;
    border-radius:30px;
    display:inline-block;
    margin-bottom:25px;
    font-size:14px;
}

.hero h1{
    font-size:58px;
    line-height:1.1;
    margin-bottom:25px;
}

.hero h1 span{
    color:#22c55e;
}

.hero p{
    max-width:520px;
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-primary{
    background:#2f67ff;
    color:white;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

.btn-secondary{
    border:1px solid #d9d9d9;
    color:#111;
    padding:15px 28px;
    border-radius:12px;
}

/* FEATURES */

.features,
.services,
.testimonial{
    padding:70px 8%;
}

.features h2,
.services h2,
.testimonial h2{
    text-align:center;
    margin-bottom:40px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    background:white;
    padding:30px;
    border-radius:20px;
    text-align:center;
}

.feature-card p{
    margin-top:10px;
    color:#666;
}

/* SERVICES */

.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.service-card{
    background:white;
    padding:28px;
    border-radius:18px;
}

.service-card p{
    margin-top:10px;
    color:#666;
}

/* STATS */

.stats{
    padding:20px 8% 70px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.stat-box{
    background:white;
    padding:25px;
    border-radius:15px;
    text-align:center;
}

.stat-box h3{
    color:#22c55e;
    font-size:34px;
}

/* TESTIMONIAL */

.testimonial-card{
    background:white;
    max-width:800px;
    margin:auto;
    padding:35px;
    border-radius:20px;
    text-align:center;
}

/* CTA */

.cta{
    margin-top:50px;
    background:linear-gradient(90deg,#1f56ff,#36d96b);
    color:white;
    padding:50px 8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cta-btn{
    background:white;
    color:#1f56ff;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

/* FOOTER */

footer{
    background:#07152d;
    color:white;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    padding:60px 8%;
}

.footer-top a{
    display:block;
    color:#cfd7e8;
    margin-top:10px;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.1);
}


/* Tablet */
@media (max-width: 900px) {

    .navbar{
        flex-direction:column;
        height:auto;
        padding:20px 5%;
        gap:18px;
    }

    .logo-wrapper{
        justify-content:center;
    }

    .logo-wrapper img{
        width:100px;
    }

    .brand-name{
        margin-left:0;
        font-size:24px;
    }

    .nav-links{
        flex-wrap:wrap;
        justify-content:center;
        gap:20px;
    }

    .hero{
        flex-direction:column;
        text-align:center;
        padding:60px 5%;
        gap:40px;
    }

    .hero-left,
    .hero-right{
        width:100%;
    }

    .hero h1{
        font-size:clamp(38px,7vw,58px);
    }

    .hero p{
        margin:0 auto 30px;
        max-width:650px;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-right img{
        max-width:420px;
    }

    .features,
    .services,
    .testimonial,
    .stats,
    .footer-top,
    .cta{
        padding-left:5%;
        padding-right:5%;
    }

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

    .service-grid{
        grid-template-columns:1fr;
    }

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

    .footer-top{
        grid-template-columns:1fr;
        text-align:center;
        gap:30px;
    }

    .cta{
        flex-direction:column;
        text-align:center;
        gap:25px;
    }

}

/* Phone */
@media (max-width: 600px){

    .navbar{
        padding:18px 20px;
    }

    .nav-links{
        gap:15px;
    }

    .nav-links a{
        font-size:15px;
    }

    .hero{
        padding:50px 20px;
    }

    .hero-tag{
        font-size:13px;
        padding:8px 16px;
    }

    .hero h1{
        font-size:clamp(30px,9vw,42px);
        line-height:1.2;
    }

    .hero p{
        font-size:16px;
        line-height:1.7;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
        gap:15px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }

    .hero-right img{
        max-width:320px;
    }

    .features,
    .services,
    .testimonial,
    .stats,
    .footer-top,
    .cta{
        padding-left:20px;
        padding-right:20px;
    }

    .feature-grid,
    .service-grid,
    .stats{
        grid-template-columns:1fr;
    }

    .feature-card,
    .service-card,
    .stat-box,
    .testimonial-card{
        padding:22px;
    }

    .stat-box h3{
        font-size:28px;
    }

    .cta-btn{
        width:100%;
        max-width:280px;
        text-align:center;
    }

    .footer-bottom{
        font-size:14px;
    }

}

@media (max-width: 380px){

    .brand-name{
        font-size:20px;
    }

    .logo-wrapper img{
        width:80px;
    }

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

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

}