.contact{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:white;text-align:center;box-sizing:border-box;padding:100px 2rem 3rem}.contact-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#c0c0c0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.contact-info .info-item h3{font-size:1.2rem;color:#3b82f6;margin-bottom:.3rem}.contact-info .info-item p{color:#c0c0c0}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem 1rem;border-radius:10px;border:none;outline:none;font-size:1rem;resize:none}.contact-form button{padding:.8rem 1.5rem;border-radius:30px;border:none;background:#e94560;color:white;font-weight:500;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:#ff2e63}.social-links{display:flex;gap:1.5rem;margin-top:1.5rem;justify-content:flex-start}.social-links a{color:white;font-size:1.5rem;transition:transform .3s ease,color .3s ease}.social-links a:hover{transform:translateY(-3px);color:#3b82f6}@media (max-width:768px){.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-grid{grid-template-columns:1fr}}header{background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:fixed;width:100%;top:0;z-index:1000;padding:.75rem 0;transition:all .3s ease}.cursor-pointer{display:none}.container{padding:0 1.5rem;justify-content:space-between}.firstdiv a{color:#f8fafc;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .3s ease}.firstdiv a:hover{color:#60a5fa}nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}nav a{color:#e2e8f0;text-decoration:none;font-weight:500;font-size:1rem;position:relative;padding:.5rem 0;transition:color .3s ease}nav a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#60a5fa;transition:width .3s ease}nav a:hover{color:#60a5fa}nav a:hover:after{width:100%}.menu-button{display:none;background:none;border:none;color:#f8fafc;font-size:1.5rem;cursor:pointer;padding:.5rem}.sidebar{position:fixed;top:0;left:-300px;width:280px;height:100vh;background:#0f172a;box-shadow:2px 0 10px rgba(0,0,0,.1);transition:left .3s ease;z-index:1001;padding:2rem 1.5rem;overflow-y:auto}.sidebar.open{left:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #334155}.sidebar-header h2{color:#f8fafc;margin:0;font-size:1.25rem}.close-button{background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.25rem;transition:color .3s ease}.close-button:hover{color:#f8fafc}.sidebar-nav{display:flex;flex-direction:column;gap:1rem}.sidebar-nav a{color:#e2e8f0;text-decoration:none;padding:.75rem 1rem;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.sidebar-nav a.active,.sidebar-nav a:hover{background:rgba(96,165,250,.1);color:#60a5fa}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.overlay.open{opacity:1;visibility:visible}@media (max-width:768px){.menu-button{display:block}nav{display:none}.container{padding:0 1rem}}header.scrolled{background:rgba(15,23,42,.95);backdrop-filter:blur(10px);padding:.5rem 0;box-shadow:0 4px 30px rgba(0,0,0,.1)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}header{animation:fadeInDown .5s ease-out}nav a.active{color:#60a5fa;font-weight:600}nav a.active:after{width:100%}.btnSecondary:hover{background:#ddd}@media (max-width:768px){.firstdiv{display:flex;align-items:center;gap:1rem!important}.cursor-pointer{display:block}.title{font-size:2rem}.content{padding:1.5rem}.links{flex-direction:column;gap:1rem}.btn{width:100%;text-align:center}}.about{padding:8rem 2rem;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);position:relative;overflow:hidden;color:#fff}.about:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,.1) 0,transparent 40%),radial-gradient(circle at 20% 80%,rgba(124,58,237,.1) 0,transparent 40%);z-index:1}.container{max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:5rem;position:relative;z-index:2}.container,.image{display:flex;align-items:center}.image{flex:1 1 300px;justify-content:center;opacity:0;transform:translateX(-30px);animation:slideInLeft .8s ease-out forwards;animation-delay:.2s}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}.profile-image{width:100%;max-width:350px;height:auto;aspect-ratio:1/1;border-radius:50%;object-fit:cover;box-shadow:0 20px 40px rgba(0,0,0,.3);transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:3px solid rgba(255,255,255,.05)}.profile-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.4);border-color:rgba(99,102,241,.5)}.content{flex:2 1 500px;opacity:0;transform:translateX(30px);animation:slideInRight .8s ease-out forwards;animation-delay:.4s}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}.heading1{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:#94a3b8;margin:0;animation:fadeIn .8s ease-out forwards;animation-delay:.6s}.heading,.heading1{line-height:1.2;opacity:0}.heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#bababa;margin:.5rem 0;background:linear-gradient(90deg,#becde0,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;animation:fadeIn .8s ease-out forwards;animation-delay:.7s}.heading2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:#94a3b8;margin:.5rem 0 1.5rem;line-height:1.4;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.8s}.dev{color:#f360f8;font-weight:700;position:relative;display:inline-block;font-size:40px}.dev:after{content:"";position:absolute;width:95%;height:2px;bottom:2px;left:0;background:linear-gradient(90deg,#91aac8,#28203b);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.dev:hover:after{transform:scaleX(1);transform-origin:left}.description{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#cbd5e1;margin:2rem 0;max-width:600px;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.9s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skills-container{margin-top:2.5rem;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:1s}.subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative;display:inline-block}.subtitle:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:linear-gradient(90deg,#60a5fa,#8b5cf6);border-radius:3px}.skills{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.skills li{background:rgba(30,41,59,.5);color:#e2e8f0;padding:.5rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(5px)}.skills li:hover{background:rgba(59,130,246,.2);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(59,130,246,.2);border-color:rgba(99,102,241,.5)}@media (max-width:1024px){.container{gap:3rem}.profile-image{max-width:300px}}@media (max-width:768px){.about{padding:6rem 1.5rem}.container{flex-direction:column;text-align:center;gap:2.5rem}.content,.image{flex:1 1 100%;text-align:center}.profile-image{max-width:280px}.description{margin:1.5rem auto}.skills{justify-content:center}.subtitle:after{left:50%;transform:translateX(-50%)}}.about:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.1) 0,transparent 70%);bottom:-200px;left:-200px;z-index:1;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translateY(-15px)}}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;height:110vh;padding:2rem;text-align:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:white;box-sizing:border-box}.hero .content{max-width:700px;margin-top:3rem}.hero .title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .subtitle{font-size:1.5rem;margin-bottom:1rem;color:#c0c0c0}.hero .description{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.hero .button{background:#e94560;color:white;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:500;transition:all .3s ease}.hero .button:hover{background:#ff2e63}.hero .hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;max-width:900px;justify-items:center;align-items:start}.hero .highlights{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero .highlight{background:rgba(255,255,255,.05);padding:1.5rem 2rem;border-radius:15px;min-width:120px;transition:all .3s ease}.hero .highlight:hover{background:rgba(59,130,246,.2);transform:translateY(-3px)}.hero .highlight h2{font-size:1.8rem;margin-bottom:.3rem;color:#3b82f6}.hero .highlight p{font-size:.95rem;color:#c0c0c0}.hero .education{text-align:center}.hero .education .section-title{font-size:1.8rem;margin-bottom:.5rem;color:#3b82f6}.hero .education p{font-size:.95rem;color:#c0c0c0;margin:.2rem 0}@media (max-width:768px){.hero{padding:.5rem}.hero .title{margin-top:1.3em;font-size:2.2rem}.hero .subtitle{font-size:1.2rem}.hero .description{font-size:1rem;margin-bottom:1.5rem}.hero .highlights{gap:1rem}.hero .highlight{min-width:auto;width:100%;padding:1rem}.hero .highlight h2{font-size:1.5rem}.hero .highlight p{font-size:.9rem}.hero .education .section-title{font-size:1.5rem}.hero .education p{font-size:.9rem}}