body{color:#e5e7eb;scroll-behavior:smooth;background:#0f111a;margin:0;font-family:Inter,sans-serif}.section{text-align:center;padding:6rem 2rem}.navbar{z-index:50;background:#0f111ae6;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.logo{color:#38bdf8;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s}.logo:hover{text-shadow:0 0 8px #38bdf8}.nav-right{align-items:center;gap:2rem;display:flex}.nav-link{opacity:.8;color:#e5e7eb;text-decoration:none;transition:all .3s}.nav-link:hover{opacity:1}.theme-toggle{cursor:pointer;color:#38bdf8;background:0 0;border:2px solid #38bdf8;border-radius:8px;padding:.3rem .5rem;transition:all .3s}.theme-toggle:hover{background:#38bdf833}.hero-section{background:linear-gradient(135deg,#1f2937,#111827);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.hero-container{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.profile-wrapper{border-radius:50%;width:300px;height:300px;overflow:hidden}.hero-image img,.profile{object-fit:cover;width:100%;height:100%;transition:transform .3s,box-shadow .3s}.hero-image img:hover,.profile:hover{transform:scale(1.05);box-shadow:0 0 20px #38bdf899}.hero-text{text-align:left;max-width:600px}.hero-text h1{margin:0;font-size:3rem}.hero-subtitle{color:#38bdf8;margin:.5rem 0;font-size:1.5rem}.hero-description{margin:1rem 0;line-height:1.5}.hero-buttons{flex-wrap:wrap;gap:1.5rem;margin-top:3.5rem;display:flex}.hero-buttons a{text-decoration:none}.fade-up{opacity:0;animation:1s forwards fadeUp;transform:translateY(20px)}.fade-up:first-child{animation-delay:.1s}.fade-up:nth-child(2){animation-delay:.3s}.fade-up:nth-child(3){animation-delay:.5s}.fade-up:nth-child(4){animation-delay:.7s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.btn-primary,.btn-secondary{cursor:pointer;text-align:center;border-radius:8px;padding:.9rem 1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#000;background:#38bdf8}.btn-secondary{color:#38bdf8;background:0 0;border:2px solid #38bdf8}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 0 15px #38bdf8}.btn-primary:active,.btn-secondary:active{transform:translateY(0)scale(.98);box-shadow:0 0 8px #38bdf8}@media (max-width:768px){.hero-container{text-align:center;flex-direction:column;gap:2rem}.hero-text{max-width:100%}.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-buttons{justify-content:center}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.btn-primary,.btn-secondary{width:100%;padding:1rem 0;font-size:1rem}.profile-wrapper{width:200px;height:200px}}.about-section{text-align:center;max-width:1000px;margin:auto;padding:6rem 2rem}.about-title{color:#e5e7eb;margin-bottom:1rem;font-size:2.8rem}.about-intro{color:#e5e7eb;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.about-card{text-align:center;opacity:0;background:#38bdf81a;border-radius:12px;flex-direction:column;align-items:center;width:280px;padding:2rem;transition:all .3s;animation:1s forwards fadeInUp;display:flex;transform:translateY(20px)}.about-card:hover{transform:translateY(-5px);box-shadow:0 0 20px #38bdf8}.about-card p{color:#cbd5e1;font-size:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-cards{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.project-link{color:#38bdf8;margin-top:1rem;font-weight:700;text-decoration:none}.project-link:hover{color:#0ea5e9;transform:scale(1.05)}.project-card{background:#38bdf81a;border-radius:12px;min-width:280px;padding:1.5rem;transition:all .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 0 20px #38bdf8}.project-card h2{color:#e5e7eb;margin-bottom:1rem;font-size:1.3rem}.project-card p{color:#cbd5e1;font-size:1rem}.contact-form{flex-direction:column;gap:1rem;max-width:500px;margin:auto;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;padding:.75rem;font-family:Inter,sans-serif;font-size:1rem}.contact-form button{color:#000;cursor:pointer;background:#38bdf8;border-radius:6px;padding:.75rem;font-weight:600;transition:all .3s}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 0 15px #38bdf8}.success-message h2{color:#38bdf8}.socials{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.icon-container{justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;transition:color .3s;display:flex}.icon-container svg{color:#38bdf8;transition:color .3s}.icon-container:hover svg{color:#0ea5e9}.icon-container a:focus svg,.icon-container a:active svg{color:#38bdf8;outline:none}.footer{text-align:center;opacity:.7;padding:2rem;font-size:.85rem}.skills-section{text-align:center;max-width:1000px;margin:auto;padding:6rem 2rem}.skills-section h1{color:#e5e7eb;margin-bottom:2rem;font-size:2.8rem}.skills-cards{grid-template-columns:repeat(3,1fr);justify-content:center;gap:1.5rem;display:grid}.about-card{text-align:center;opacity:0;background:#38bdf81a;border-radius:12px;flex-direction:column;align-items:center;padding:1rem;transition:all .3s;animation:.8s forwards fadeInUp;display:flex;transform:translateY(20px)}.card-icon{color:#38bdf8;margin-bottom:.5rem;font-size:2rem}.about-card h2{color:#e5e7eb;margin-bottom:.5rem;font-size:1.1rem}.about-card p{color:#cbd5e1;font-size:.9rem;line-height:1.3}.about-card:first-child{animation-delay:.2s}.about-card:nth-child(2){animation-delay:.4s}.about-card:nth-child(3){animation-delay:.6s}.about-card:nth-child(4){animation-delay:.8s}.about-card:nth-child(5){animation-delay:1s}.about-card:nth-child(6){animation-delay:1.2s}.about-card:nth-child(7){animation-delay:1.4s}.about-card:nth-child(8){animation-delay:1.6s}.about-card:nth-child(9){animation-delay:1.8s}.about-card:nth-child(10){animation-delay:2s}.about-card:nth-child(11){animation-delay:2.2s}.about-card:nth-child(12){animation-delay:2.4s}.project-scroll::-webkit-scrollbar{height:8px}.project-scroll::-webkit-scrollbar-track{background:#ffffff1a}.project-scroll::-webkit-scrollbar-thumb{background:#38bdf8;border-radius:4px}
