/* ===========================
   GLOBAL
=========================== */
html{
    scroll-behavior:smooth;
}

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

body{
    font-family:Poppins,sans-serif;
    background:#f8fafc;
    color:#111827;
}

/* ===========================
   NAVBAR
=========================== */

.navbar{
    background:#fff;
    padding:18px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.navbar-brand img{
    height:58px;
}

.nav-link{
    margin-left:22px;
    font-weight:500;
}

/* ===========================
   HERO SECTION
=========================== */

.hero{
    padding:120px 0 20px;
}

.hero-tag{
    background:#dbeafe;
    color:#2563eb;
    padding:10px 18px;
    border-radius:30px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.hero h1{
    font-size:58px;
    font-weight:600;
    line-height:1.1;
    color:#0f172a;
    margin-bottom:25px;
}

.hero p{
    font-size:20px;
    color:#64748b;
    line-height:1.8;
}

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

.hero-points{
    display:flex;
    gap:15px;
    margin-top:20px;
    font-weight:500;
    flex-wrap:wrap;
}

.hero-points i{
    color:#22c55e;
    margin-right:8px;
}

.hero-image{
   max-width:500px;
   width:100%;
   display:block;
   margin:auto;
}

.btn{
    padding:14px 28px;
    border-radius:12px;
    font-weight:600;
}

/* ===========================
   FEATURES SECTION
=========================== */

.features{
    padding:10px 8% 10px;
    background:#ffffff;
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 40px;
}

.section-title span{
      display:inline-block;
    padding:15px 40px;
    background:#dbeafe;
    color:#2563eb;
    border-radius:999px;
    font-size:16px;
    font-weight:600;
    /* margin-bottom:25px; */
}

.section-title h2{
    font-size:50px;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.2;
}

.section-title p{
    font-size:20px;
    color:#64748b;
    line-height:1.8;
}


.features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:0.3s ease;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(37,99,235,.18);
}

.icon{
    font-size:42px;
    margin-bottom:20px;
}

.feature-card h3{
    font-size:26px;
    margin-bottom:15px;
    color:#111827;
}

.feature-card p{
    color:#64748b;
    line-height:1.8;
    font-size:17px;
}

/* ===========================
   MOBILE RESPONSIVE
=========================== */

@media (max-width:991px){

    .hero{
        padding-top:130px;
        text-align:center;
    }

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

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

    .hero-points{
        justify-content:center;
    }

    .hero-image{
        margin-top:50px;
        max-width:350px;
    }

    .navbar-brand img{
        height:48px;
    }

    .section-title h2{
        font-size:34px;
    }

    .section-title p{
        font-size:18px;
    }

    .feature-card{
        padding:25px;
    }

    .feature-card h3{
        font-size:22px;
    }
   
}

/* ===========================
   HOW IT WORKS
=========================== */

.how-it-works{
    padding:20px 8%;
    background:#f8fafc;
    text-align:center;
}

.steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    margin-top:60px;
}

.step-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-8px);
}

.step-number{
    width:60px;
    height:60px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    font-size:24px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step-card h3{
    margin-bottom:15px;
    font-size:24px;
}

.step-card p{
    color:#64748b;
    line-height:1.7;
}

section{
    scroll-margin-top:100px;
}

/* ===========================
        ABOUT SECTION
=========================== */

.about{
    padding:20px 8%;
    background:#ffffff;
}

.about-container{
    display:grid;
    grid-template-columns:45% 55%;
    gap:50px;
    align-items:center;
}

.about-image img{
    width:100%;
    max-width:500px;
}

.about-content h2{
    font-size:40px;
    margin:20px 0;
    color:#0f172a;
}

.about-content p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:15px;
    font-size:15px;
}

.about-stats{
    display:flex;
    gap:25px;
    margin-top:30px;
}

.stat-box{
    background:#f8fafc;
    padding:25px;
    border-radius:16px;
    text-align:center;
    min-width:120px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.stat-box h3{
    color:#2563eb;
    font-size:30px;
    margin-bottom:10px;
}

.stat-box p{
    margin:0;
    font-size:16px;
}

.section-badge{
    display:inline-block;
    padding:14px 36px;
    background:#dbeafe;
    color:#2563eb;
    border-radius:999px;
    font-size:18px;
    font-weight:700;
    letter-spacing:.5px;
}