body{margin:0;font-family:system-ui,sans-serif}html,body{overflow-x:hidden}.header{position:fixed;top:20px;left:0;width:100%;z-index:1000;display:flex;justify-content:center}.header-inner{width:92%;max-width:1400px;padding:14px 36px;border-radius:18px;background:#ffffff26;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;transition:all .4s ease}.header--shrink .header-inner{width:42%;padding:10px 28px;border-radius:14px}.logo img{height:32px;cursor:pointer}.header--shrink .logo img{height:26px}.nav{display:flex;align-items:center}.nav a{margin:0 14px;color:#fff;text-decoration:none;font-weight:500;font-size:15px}.lets-build-btn{background:#b8ff00;border:none;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer}@media(max-width:768px){.header{top:10px}.header-inner{padding:14px 18px;justify-content:center}.logo,.lets-build-btn{display:none}.nav{width:100%;display:flex;justify-content:space-around}.nav a{margin:0;font-size:14px}.header--shrink .header-inner{width:92%;padding:14px 18px}}html{scroll-behavior:smooth}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}.section{min-height:100vh;padding:120px 80px;display:flex;flex-direction:column;justify-content:center}.home{background-size:cover;background-position:top;position:relative}.home-content{position:absolute;top:60px;right:80px;text-align:right;color:#fff}.home-title{font-size:72px;font-weight:900;line-height:1}.home-title span{display:block;font-size:88px}.home-bottom-text{position:absolute;bottom:40px;left:50%;transform:translate(-50%);text-align:center;font-size:28px;letter-spacing:.5px;color:#ffffffd9;white-space:normal}.dark{background:#000;color:#fff}.about-wrapper{display:flex;align-items:center;justify-content:space-between;gap:80px}.about-text{max-width:560px}.about-label{color:#b7ff2c;letter-spacing:2px;font-size:14px;margin-bottom:24px;display:inline-block}.about-text p{font-size:18px;line-height:1.7;margin-bottom:16px;color:#eaeaea}.about-image img{max-width:100%;width:520px;height:auto}.skills-section{background:#000}.skills-title{text-align:center;font-size:48px;margin-bottom:60px}.skills-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:auto}.skill-card{background:#111;padding:32px;border-radius:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #b4ff3926}.skill-icon{font-size:40px;color:#b4ff39;margin-bottom:20px}.skill-card h3{font-size:24px;margin-bottom:14px}.skill-card p{color:#ccc;line-height:1.6}#skills{padding-top:40px;padding-bottom:40px}.work-section{background-color:#000;color:#fff;padding:40px 80px}.work-title{text-align:center;padding-bottom:10px}.project-card{background:#111;border-radius:16px;overflow:hidden;cursor:pointer;width:100%;max-width:520px;margin:auto;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #b4ff3926}.project-image img{width:100%;height:260px;object-fit:cover}.project-content{padding:24px}.project-content h3{font-size:28px;margin-bottom:12px}.project-content p{color:#ccc;line-height:1.6;margin-bottom:16px}.project-link{color:#b4ff39;font-weight:500}#contact{padding-top:120px;padding-bottom:120px;min-height:auto}#contact h1{text-align:center}.contact-socials{display:flex;justify-content:center;gap:60px;margin-top:40px}.social-item{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;color:#fff;text-decoration:none;transition:transform .3s ease,color .3s ease}.social-item svg{font-size:32px}.social-item:hover{transform:translateY(-6px);color:#b4ff39}.email-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000}.email-modal{background:#111;padding:32px 40px;border-radius:16px;text-align:center;color:#fff;min-width:320px}.email-modal p{font-size:18px;color:#b4ff39;word-break:break-all}@media(max-width:900px){.skills-cards{grid-template-columns:1fr}}@media(max-width:768px){.section{padding:60px 20px}.home-content{position:static;text-align:center;margin-bottom:30px}.home-title{font-size:36px}.home-title span{font-size:42px}.home-bottom-text{position:static;transform:none;font-size:16px;margin-top:30px}.about-wrapper{flex-direction:column-reverse;align-items:center;text-align:center}.about-image img{width:200px}.contact-socials{flex-direction:column;gap:24px}.social-item{width:100%;max-width:280px}}
