*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{background:#050816;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}
nav{position:fixed;top:0;width:100%;padding:25px 5%;display:flex;justify-content:space-between;align-items:center;background:rgba(5,8,22,.75);backdrop-filter:blur(20px);z-index:100}
.brand,.links a{font-family:'Space Grotesk';font-weight:700;color:#fff;text-decoration:none}.links{display:flex;gap:35px;flex-wrap:wrap}
.links a:hover{color:#729dff}
.hero{height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 6%;overflow:hidden;position:relative}
.bg{position:absolute;width:700px;height:700px;background:radial-gradient(rgba(41,92,255,.35),transparent 70%);filter:blur(70px)}
.left h1{font-family:'Space Grotesk';font-size:8rem;line-height:.9;letter-spacing:-5px}.left span{color:#729dff}
#typing{height:50px;font-size:2rem;color:#8fb1ff;font-family:'Space Grotesk';margin:20px 0}
.left p{font-size:1.3rem}.left button{margin-top:25px;padding:16px 40px;border:none;border-radius:50px;font-weight:700;cursor:pointer}
.right{position:relative;width:650px;min-width:650px;height:85vh;display:flex;justify-content:center;align-items:flex-end;overflow:hidden}
.glow{position:absolute;width:650px;height:650px;border-radius:50%;background:radial-gradient(rgba(53,107,255,.55),transparent 70%);filter:blur(100px)}
.right img{height:90vh;width:auto;position:relative;z-index:1;user-select:none;-webkit-user-drag:none;pointer-events:none}
.right:before{content:'';position:absolute;left:0;top:0;width:35%;height:100%;background:linear-gradient(to right,#050816,rgba(5,8,22,.7),transparent);z-index:4}
.right:after{content:'';position:absolute;right:0;top:0;width:25%;height:100%;background:linear-gradient(to left,#050816,rgba(5,8,22,.5),transparent);z-index:4}
.bottom-fade{position:absolute;left:0;bottom:0;width:100%;height:35%;background:linear-gradient(to bottom,transparent,rgba(5,8,22,.5),#050816);z-index:5}
.card{margin:80px 6%;padding:40px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:24px}
.card h2{font-family:'Space Grotesk';margin-bottom:20px}.skills{display:flex;flex-wrap:wrap;gap:12px}.skills span{background:#111a30;padding:12px 18px;border-radius:999px}
.contact{display:block;color:#fff;text-decoration:none;margin:15px 0}
footer{text-align:center;padding:50px;color:#8b8b8b}
@media screen and (max-width:768px){
nav{padding:20px}.brand{margin-right:20px}.links{gap:18px}
.hero{flex-direction:column;height:auto;padding-top:90px}
.right{order:1;width:100%;min-width:100%;height:auto;margin-bottom:-60px}
.right img{width:90%;max-width:420px;height:auto}
.right:before,.right:after{display:none}
.bottom-fade{height:180px;background:linear-gradient(to bottom,transparent,rgba(5,8,22,.25),rgba(5,8,22,.65),rgba(5,8,22,.95),#050816)}
.left{order:2;text-align:center}.left h1{font-size:4.5rem;letter-spacing:-2px}
#typing{font-size:1.6rem}.left p{font-size:1rem}
.card{margin:30px 20px;padding:25px}.skills{justify-content:center}
}
.icon{display:inline-flex;width:32px;height:32px;border-radius:8px;align-items:center;justify-content:center;font-weight:700;margin-right:10px}
.gmail{background:#EA4335}
.linkedin{background:#0A66C2}
@media screen and (max-width:768px){
.right{display:none!important}
.hero{min-height:100vh;height:auto;padding:120px 25px 60px;justify-content:center}
.left{width:100%;text-align:center}
.left h1{font-size:4.5rem!important;letter-spacing:-2px}
#typing{font-size:1.7rem}
.left p{font-size:1rem}
}
#explore{
    display: inline-block;
    padding: 15px 40px;
    background: white;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}