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

body{
    font-family:Inter,sans-serif;
    background:#f5f7fb;
    color:#222;
}

.container{
    width:min(1200px,92%);
    margin:auto;
}

.navbar{
    background:#111827;
    padding:20px 0;
}

.navbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    color:white;
    text-decoration:none;
    font-weight:700;
    font-size:22px;
}

nav a{
    color:white;
    text-decoration:none;
    margin-left:24px;
}

.hero{
    padding:90px 0;
}

.eyebrow{
    color:#2563eb;
    font-weight:600;
    margin-bottom:15px;
}

.hero h1{
    font-size:58px;
    line-height:1.1;
    max-width:700px;
}

.lead{
    margin-top:25px;
    font-size:20px;
    max-width:700px;
    color:#555;
}

.actions{
    margin-top:35px;
}

.btn{
    display:inline-block;
    padding:15px 28px;
    border-radius:8px;
    text-decoration:none;
    margin-right:15px;
}

.btn-primary{
    background:#2563eb;
    color:white;
}

.btn-secondary{
    border:1px solid #2563eb;
    color:#2563eb;
}
.hero{
    min-height:80vh;
    display:flex;
    align-items:center;
}

.hero h1{
    font-size:64px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
}

.lead{
    margin-top:24px;
    font-size:22px;
    line-height:1.8;
    color:#555;
}

.actions{
    margin-top:40px;
}

.btn{
    display:inline-block;
    padding:16px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#2563eb;
    color:white;
}

.btn-primary:hover{
    background:#1d4ed8;
}

.btn-secondary{
    margin-left:15px;
    border:2px solid #2563eb;
    color:#2563eb;
}

.btn-secondary:hover{
    background:#2563eb;
    color:white;
}
/* ---------------- ABOUT ---------------- */

.about{

    background:white;

    padding:110px 0;

}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:start;

}

.section-title{

    color:#2563eb;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;

}

.about h2{

    font-size:48px;

    line-height:1.15;

}

.about p{

    color:#555;

    font-size:19px;

    line-height:1.9;

    margin-bottom:28px;
}
@media(max-width:900px){

.about-grid{

grid-template-columns:1fr;

}

.hero h1{

font-size:42px;

}

.about h2{

font-size:36px;

}

}
/* ---------- Highlights ---------- */

.highlights{
    margin-top:-40px;
    margin-bottom:80px;
}

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.stat{
    background:#fff;
    border-radius:14px;
    padding:36px 24px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.stat:hover{
    transform:translateY(-6px);
}

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

.stat p{
    color:#666;
}

@media(max-width:900px){

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

}

@media(max-width:600px){

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

}
.page-header{

    padding:80px 0 30px;

}

.page-header h1{

    font-size:52px;

    margin-bottom:15px;

}

.page-header p{

    font-size:20px;

    color:#666;

    max-width:750px;

}

.experience-list{

    padding:40px 0 80px;

}

.job{

    background:white;

    border-radius:12px;

    padding:35px;

    margin-bottom:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.job .year{

    color:#2563eb;

    font-weight:700;

}

.job h2{

    margin-top:12px;

    font-size:30px;

}

.job h3{

    margin-top:8px;

    color:#666;

    font-weight:500;

}

.job p{

    margin-top:20px;

    line-height:1.8;

    color:#555;

}
.hero{

padding:90px 0;

}

.hero-grid{

display:grid;

grid-template-columns:1.6fr .8fr;

gap:70px;

align-items:center;

}

.hero-card{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 20px 45px rgba(0,0,0,.07);

}

.status{

display:flex;

align-items:center;

gap:10px;

margin-bottom:30px;

font-weight:600;

}

.dot{

width:12px;

height:12px;

background:#22c55e;

border-radius:50%;

display:inline-block;

}

.card-row{

padding:18px 0;

border-top:1px solid #eee;

}

.card-row:first-of-type{

border-top:none;

}

.card-row h3{

font-size:42px;

color:#2563eb;

margin-bottom:6px;

}

.card-row span{

color:#666;

}

@media(max-width:900px){

.hero-grid{

grid-template-columns:1fr;

}

.hero-card{

margin-top:30px;

}

}
.tech-stack-section{

padding:90px 0;

}

.section-heading{

margin-bottom:50px;

}

.tech-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

}

.tech-card{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

border:1px solid transparent;

}

.tech-card:hover{

border-color:#2563eb;

transform:translateY(-6px);

}

.tech-card h3{

font-size:24px;

margin-bottom:12px;

}

.tech-card p{

color:#666;

line-height:1.7;

}

@media(max-width:900px){

.tech-grid{

grid-template-columns:1fr;

}

}
@import url("footer.css");
@import url("why-me.css");
@import url("featured-projects.css");
/* ===========================
   Mobile Navigation
=========================== */

.menu-toggle{

    display:none;

    background:none;

    border:none;

    color:#fff;

    font-size:32px;

    cursor:pointer;

}

/* Tablet */

@media (max-width:900px){

    .menu-toggle{

        display:block;

    }

    nav{

        display:none;

        position:absolute;

        top:72px;

        left:0;

        width:100%;

        background:#111827;

        padding:25px;

        box-shadow:0 15px 30px rgba(0,0,0,.15);

    }

    nav.active{

        display:flex;

        flex-direction:column;

        gap:18px;

    }

    nav a{

        margin:0;

        padding:8px 0;

    }

    .navbar{

        position:relative;

    }

}

/* Mobile */

@media (max-width:600px){

    .logo{

        font-size:20px;

    }

    .container{

        width:94%;

    }

}