.navbar{z-index:1000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#08080dbf;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:75px;margin:auto;padding:0 25px;display:flex}.logo{letter-spacing:2px;color:#fff;font-size:26px;font-weight:800}.logo span{color:#8b5cf6}.nav-links{gap:35px;display:flex}.nav-links a{color:#cfcfcf;font-size:15px;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#8b5cf6}.nav-button{color:#fff;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:10px;padding:11px 20px;font-weight:600;text-decoration:none;transition:all .3s}.nav-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #8b5cf64d}@media (width<=768px){.nav-links,.nav-button{display:none}}.home{color:#fff;background:radial-gradient(circle at 80%,#8b5cf633,#0000 35%),radial-gradient(circle at 20% 80%,#06b6d41f,#0000 30%),#08080d;justify-content:space-between;align-items:center;min-height:100vh;padding:120px 10% 60px;display:flex;overflow:hidden}.home-content{z-index:2;max-width:650px}.home-tag{color:#8b5cf6;letter-spacing:5px;margin-bottom:15px;font-size:14px;font-weight:700}.home h1{letter-spacing:-3px;margin:0;font-size:clamp(50px,7vw,90px);font-weight:800;line-height:1}.home h1 span{background:linear-gradient(90deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.home h2{color:#d1d1d1;margin-top:25px;font-size:28px;font-weight:500}.home-description{color:#999;max-width:550px;margin-top:25px;font-size:17px;line-height:1.8}.home-buttons{gap:15px;margin-top:35px;display:flex}.primary-btn,.secondary-btn{border-radius:10px;padding:14px 25px;font-weight:600;text-decoration:none;transition:all .3s}.primary-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6,#06b6d4);box-shadow:0 10px 30px #8b5cf633}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 15px 40px #8b5cf666}.secondary-btn{color:#fff;background:#ffffff08;border:1px solid #fff3}.secondary-btn:hover{border-color:#8b5cf6;transform:translateY(-4px)}.home-visual{justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.glow{filter:blur(100px);opacity:.35;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite alternate glow;position:absolute}@keyframes glow{0%{transform:scale(.9)}to{transform:scale(1.2)}}.cube{width:180px;height:180px;transform-style:preserve-3d;animation:6s ease-in-out infinite floatingCube;position:relative;transform:rotateX(-20deg)rotateY(35deg)}@keyframes floatingCube{0%{transform:rotateX(-20deg)rotateY(35deg)translateY(0)}50%{transform:rotateX(-20deg)rotateY(395deg)translateY(-25px)}to{transform:rotateX(-20deg)rotateY(755deg)translateY(0)}}.cube-face{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141ebf;border:2px solid #8b5cf680;justify-content:center;align-items:center;width:180px;height:180px;font-size:35px;font-weight:800;display:flex;position:absolute;box-shadow:inset 0 0 30px #8b5cf626,0 0 30px #8b5cf626}.front{transform:translateZ(90px)}.back{transform:rotateY(180deg)translateZ(90px)}.right{transform:rotateY(90deg)translateZ(90px)}.left{transform:rotateY(-90deg)translateZ(90px)}.top{transform:rotateX(90deg)translateZ(90px)}.bottom{transform:rotateX(-90deg)translateZ(90px)}@media (width<=900px){.home{text-align:center;flex-direction:column;padding-top:130px}.home-description{margin-left:auto;margin-right:auto}.home-buttons{justify-content:center}.home-visual{width:300px;height:300px;margin-top:50px}}@media (width<=500px){.home h1{font-size:50px}.home h2{font-size:21px}.home-description{font-size:15px}.home-buttons{flex-direction:column}.home-visual{transform:scale(.75)}}.about{color:#fff;background:#0a0a10;min-height:100vh;padding:120px 10%}.about-container{max-width:1200px;margin:auto}.about-heading{margin-bottom:70px}.about-heading p{color:#8b5cf6;letter-spacing:4px;margin-bottom:12px;font-size:13px;font-weight:700}.about-heading h2{margin:0;font-size:clamp(40px,5vw,65px);font-weight:800}.about-heading h2 span{background:linear-gradient(90deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-text h3{margin-bottom:25px;font-size:32px;line-height:1.3}.about-text p{color:#999;margin-bottom:20px;font-size:16px;line-height:1.8}.about-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:10px;margin-top:15px;padding:13px 22px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.about-btn:hover{transform:translateY(-4px);box-shadow:0 12px 35px #8b5cf64d}.about-cards{grid-template-columns:1fr 1fr;gap:20px;display:grid}.about-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:15px;min-height:180px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.about-card:before{content:"";filter:blur(50px);opacity:0;background:#8b5cf6;border-radius:50%;width:100px;height:100px;transition:all .3s;position:absolute;top:-50px;right:-50px}.about-card:hover{border-color:#8b5cf666;transform:translateY(-8px)}.about-card:hover:before{opacity:.4}.card-number{color:#06b6d4;letter-spacing:2px;font-size:13px;font-weight:700}.about-card h4{margin-top:20px;margin-bottom:10px;font-size:19px}.about-card p{color:#888;font-size:14px;line-height:1.6}@media (width<=900px){.about-content{grid-template-columns:1fr;gap:50px}}@media (width<=600px){.about{padding:100px 7%}.about-cards{grid-template-columns:1fr}.about-text h3{font-size:26px}}.skills{color:#fff;background:#08080d;min-height:100vh;padding:120px 10%}.skills-container{max-width:1200px;margin:auto}.skills-heading{text-align:center;max-width:700px;margin:0 auto 70px}.skills-heading>p:first-child{color:#8b5cf6;letter-spacing:4px;margin-bottom:15px;font-size:13px;font-weight:700}.skills-heading h2{margin:0;font-size:clamp(40px,5vw,65px);font-weight:800}.skills-heading h2 span{background:linear-gradient(90deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.skills-description{color:#888;margin-top:20px;font-size:16px;line-height:1.7}.skills-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.skill-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:15px;flex-direction:column;justify-content:space-between;min-height:150px;padding:25px;transition:all .35s;display:flex;position:relative;overflow:hidden}.skill-card:before{content:"";filter:blur(60px);opacity:0;background:#8b5cf6;border-radius:50%;width:120px;height:120px;transition:all .35s;position:absolute;top:-60px;right:-60px}.skill-card:hover{border-color:#8b5cf680;transform:translateY(-8px);box-shadow:0 15px 40px #0000004d}.skill-card:hover:before{opacity:.35}.skill-icon{color:#8b5cf6;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;font-weight:800;transition:all .3s;display:flex}.skill-card:hover .skill-icon{background:#8b5cf633;transform:rotate(-5deg)scale(1.1)}.skill-card h3{margin-top:25px;margin-bottom:5px;font-size:18px}.skill-card p{color:#777;margin:0;font-size:13px}@media (width<=1000px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.skills{padding:100px 7%}.skills-grid{grid-template-columns:1fr}}.projects{color:#fff;background:#0a0a10;min-height:100vh;padding:120px 10%}.projects-container{max-width:1200px;margin:auto}.projects-heading{text-align:center;max-width:700px;margin:0 auto 70px}.projects-heading>p:first-child{color:#8b5cf6;letter-spacing:4px;margin-bottom:15px;font-size:13px;font-weight:700}.projects-heading h2{margin:0;font-size:clamp(40px,5vw,65px);font-weight:800}.projects-heading h2 span{background:linear-gradient(90deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.projects-description{color:#888;margin-top:20px;font-size:16px;line-height:1.7}.projects-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.project-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:18px;min-height:430px;padding:25px;transition:all .4s;position:relative;overflow:hidden}.project-card:hover{border-color:#8b5cf680;transform:translateY(-10px);box-shadow:0 25px 60px #00000059}.project-card.featured{grid-column:span 2;min-height:500px}.project-top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.project-number{color:#8b5cf6;letter-spacing:2px;font-size:13px;font-weight:700}.project-arrow{color:#fff;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex}.project-card:hover .project-arrow{background:#8b5cf6;transform:rotate(45deg)}.project-image{background:linear-gradient(135deg,#11111a,#151025);border:1px solid #8b5cf626;border-radius:12px;justify-content:center;align-items:center;height:210px;margin-top:20px;display:flex;position:relative;overflow:hidden}.featured .project-image{height:270px}.project-glow{filter:blur(80px);opacity:.25;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:50%;width:200px;height:200px;transition:all .5s;position:absolute}.project-card:hover .project-glow{opacity:.4;transform:scale(1.5)}.project-code{z-index:1;color:#8b5cf6;text-shadow:0 0 30px #8b5cf680;font-size:60px;font-weight:800;position:relative}.project-content{margin-top:25px}.project-content h3{margin:0 0 12px;font-size:25px}.project-content p{color:#888;margin-bottom:20px;font-size:14px;line-height:1.7}.project-tech{flex-wrap:wrap;gap:8px;display:flex}.project-tech span{color:#aaa;background:#8b5cf614;border:1px solid #8b5cf626;border-radius:6px;padding:6px 10px;font-size:11px}@media (width<=800px){.projects{padding:100px 7%}.projects-grid{grid-template-columns:1fr}.project-card.featured{grid-column:span 1}.featured .project-image{height:210px}}@media (width<=500px){.project-card{min-height:400px}.project-image{height:180px}.project-content h3{font-size:22px}}.contact{color:#fff;background:#08080d;min-height:100vh;padding:120px 10%}.contact-container{max-width:1200px;margin:auto}.contact-heading{text-align:center;max-width:750px;margin:0 auto 70px}.contact-heading>p:first-child{color:#8b5cf6;letter-spacing:4px;margin-bottom:15px;font-size:13px;font-weight:700}.contact-heading h2{margin:0;font-size:clamp(40px,5vw,65px);font-weight:800;line-height:1.1}.contact-heading h2 span{background:linear-gradient(90deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.contact-description{color:#888;margin-top:20px;font-size:16px;line-height:1.7}.contact-content{grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-item{color:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:20px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{border-color:#8b5cf666;transform:translate(5px)}.contact-icon{color:#8b5cf6;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-weight:800;display:flex}.contact-item h3{margin:0 0 5px;font-size:16px}.contact-item p{color:#777;margin:0;font-size:13px}.contact-form{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:18px;padding:35px}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-group label{color:#ccc;font-size:13px;font-weight:600}.form-group input,.form-group textarea{box-sizing:border-box;color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:9px;outline:none;width:100%;padding:14px 15px;font-family:inherit;font-size:14px;transition:all .3s}.form-group textarea{resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#555}.form-group input:focus,.form-group textarea:focus{border-color:#8b5cf6;box-shadow:0 0 20px #8b5cf61a}.contact-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border:none;border-radius:10px;width:100%;padding:15px;font-size:15px;font-weight:700;transition:all .3s}.contact-form button span{margin-left:10px;font-size:18px}.contact-form button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #8b5cf64d}@media (width<=900px){.contact{padding:100px 7%}.contact-content{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.form-row{grid-template-columns:1fr}.contact-form{padding:25px 20px}}.success-message{margin-top:15px;font-size:14px;font-weight:500}.footer{color:#fff;background:#050507;border-top:1px solid #ffffff14;padding:60px 10% 30px}.footer-container{max-width:1200px;margin:auto}.footer-top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:40px;padding-bottom:40px;display:flex}.footer-brand{max-width:350px}.footer-logo{letter-spacing:2px;font-size:28px;font-weight:800}.footer-logo span{color:#8b5cf6}.footer-brand p{color:#666;margin-top:12px;font-size:14px;line-height:1.7}.footer-links{flex-wrap:wrap;gap:25px;display:flex}.footer-links a{color:#888;font-size:14px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#8b5cf6}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;padding-top:25px;display:flex}.footer-bottom p{color:#555;margin:0;font-size:12px}.footer-socials{gap:20px;display:flex}.footer-socials a{color:#666;font-size:13px;text-decoration:none;transition:all .3s}.footer-socials a:hover{color:#06b6d4}@media (width<=700px){.footer{padding:50px 7% 25px}.footer-top{flex-direction:column;align-items:flex-start}.footer-links{gap:15px}.footer-bottom{flex-direction:column;align-items:flex-start}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#08080d;margin:0;font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}button,input,textarea{font-family:inherit}::selection{color:#fff;background:#8b5cf6}
