@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{--primary-grey:#4a5568;--deep-grey:#2d3748;--soft-grey:#f7fafc;--dark-blue:#1a237e;--text-dark:#1a202c;--white:#fff;--shadow:0 4px 6px #0000000d;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--soft-grey);color:var(--text-dark);font-family:Nunito,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none!important}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}html{font-size:14px}}.section{padding:3rem 0}@media (width<=768px){.section{padding:2rem 0}}.btn-primary{background-color:var(--deep-grey);color:var(--white);box-shadow:var(--shadow);border-radius:6px;padding:.8rem 2rem;font-weight:600;display:inline-block}.btn-primary:hover{background-color:var(--primary-grey);transform:translateY(-2px)}.fade-in{animation:1s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{background-color:var(--dark-blue);z-index:1000;color:var(--white);padding:1.5rem 0;position:sticky;top:0;box-shadow:0 4px 10px #0003}.nav-content{justify-content:space-between;align-items:center;display:flex}.nav-logo{color:var(--white);align-items:center;gap:.8rem;font-size:1.5rem;font-weight:700;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--white);font-weight:600;position:relative}.nav-links a:hover,.nav-links a.active{color:orange}.mobile-toggle{color:var(--white);cursor:pointer;z-index:1100;background:0 0;border:none;display:none}.mobile-drawer{background-color:var(--dark-blue);z-index:1050;width:250px;height:100vh;padding-top:5rem;transition:all .4s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000004d}.mobile-drawer.open{right:0}.drawer-links{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.drawer-links a{color:var(--white);padding:1rem;font-size:1.2rem;font-weight:600;display:block}.drawer-links a:hover,.drawer-links a.active{color:orange}.drawer-overlay{z-index:1040;background-color:#0006;width:100%;height:100vh;position:fixed;top:0;left:0}@media (width<=768px){.desktop-only{display:none}.mobile-toggle{display:block}.nav-logo{font-size:1.3rem}}.footer{background-color:var(--white);margin-top:2rem;padding:2rem 0;box-shadow:0 -2px 10px #0000000d}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-info h3{color:var(--deep-grey);margin-bottom:.2rem}.footer-info p{color:#666}.footer-links{gap:1.2rem;display:flex}.footer-links a{color:var(--text-dark)}.footer-links a:hover{color:var(--primary-grey);transform:scale(1.1)}.footer-bottom{border-top:1px solid var(--soft-grey);width:100%;padding-top:1rem}.footer-bottom p{color:#888;font-size:.9rem}.hero{background:linear-gradient(135deg, var(--white) 0%, var(--soft-grey) 100%);padding:4rem 0;overflow:hidden}.hero-content{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.hero-subtitle{color:var(--primary-grey);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.hero-text h1{color:var(--deep-grey);margin-bottom:1rem;font-size:3.5rem;line-height:1.1}.highlight{color:var(--primary-grey);position:relative}.hero-text p{color:var(--primary-grey);max-width:600px;margin-bottom:1.5rem;font-size:1.1rem}.hero-btns{align-items:center;gap:1rem;display:flex}.btn-outline{border:2px solid var(--deep-grey);color:var(--deep-grey);transition:var(--transition);border-radius:6px;padding:.7rem 1.8rem;font-weight:600}.btn-outline:hover{background-color:var(--deep-grey);color:var(--white)}.hero-image{perspective:1000px;justify-content:center;display:flex}.flip-card{background-color:#0000;width:320px;height:320px}.flip-card-inner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s;position:relative}.flip-card:hover .flip-card-inner{transform:rotateY(-180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;border:6px solid var(--white);background-color:var(--primary-grey);border-radius:50%;width:100%;height:100%;position:absolute;overflow:hidden;box-shadow:0 10px 25px #00000014}.flip-card-back{transform:rotateY(180deg)}.profile-img{object-fit:cover;width:100%;height:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.section-title{text-align:center;margin-bottom:2.5rem}.section-title h2{color:var(--deep-grey);margin-bottom:.5rem;font-size:2.2rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-card{background-color:var(--white);box-shadow:var(--shadow);transition:var(--transition);text-align:center;border:1px solid #0000000d;border-radius:12px;padding:2rem}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.feature-icon{margin-bottom:1rem}.feature-card h3{color:var(--deep-grey);margin-bottom:.5rem}.feature-card p{color:var(--primary-grey);font-size:.95rem}@media (width<=992px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2.5rem}.hero-text p{margin:0 auto 1.5rem;font-size:1rem}.hero-btns{flex-direction:column;justify-content:center;width:100%;max-width:250px;margin:0 auto}.btn-primary,.btn-outline{width:100%}.hero-image{order:-1;margin-bottom:1.5rem}.flip-card{width:250px;height:250px}}@media (width<=480px){.hero-text h1{font-size:2rem}.flip-card{width:200px;height:200px}.section-title h2{font-size:1.8rem}}.about-content{background-color:var(--white);box-shadow:var(--shadow);border:1px solid #0000000d;border-radius:12px;max-width:800px;margin:0 auto;padding:2rem}.about-text p{color:var(--primary-grey);margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.skills-section{margin-top:1.5rem}.skills-section h3{color:var(--deep-grey);margin-bottom:1rem}.skills-grid{flex-wrap:wrap;gap:1rem;display:flex}.skill-tag{background-color:var(--soft-grey);color:var(--primary-grey);transition:var(--transition);border:1px solid #e2e8f0;border-radius:4px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600}.skill-tag:hover{background-color:var(--deep-grey);color:var(--white);border-color:var(--deep-grey)}@media (width<=768px){.about-content{padding:2rem 1.5rem}.skill-tag{padding:.4rem 1rem;font-size:.8rem}}.education-timeline{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex;position:relative}.education-card{background-color:var(--white);box-shadow:var(--shadow);border:1px solid #0000000d;border-radius:12px;gap:2rem;padding:2.5rem;display:flex}.edu-icon{flex-shrink:0}.edu-details h3{color:var(--deep-grey);margin:.5rem 0;font-size:1.5rem}.edu-details h4{color:var(--primary-grey);margin-bottom:1rem;font-weight:500}.edu-date{color:var(--primary-grey);align-items:center;font-size:.9rem;font-weight:600;display:flex}.edu-details p{color:var(--primary-grey);margin-bottom:1.5rem}.achievements h5{color:var(--deep-grey);margin-bottom:.8rem}.achievements ul{color:var(--primary-grey);grid-template-columns:1fr 1fr;gap:.5rem;padding-left:1.2rem;list-style:outside;display:grid}@media (width<=600px){.education-card{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.edu-icon{justify-content:center;display:flex}.edu-date{justify-content:center}.achievements ul{text-align:left;grid-template-columns:1fr}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.project-card{background-color:var(--white);box-shadow:var(--shadow);transition:var(--transition);text-align:center;border:1px solid #0000000d;border-radius:12px;padding:3rem 2rem;position:relative;overflow:hidden}.project-card:hover{border:1px solid var(--primary-grey);transform:translateY(-10px)}.project-icon{color:var(--primary-grey);justify-content:center;margin-bottom:1.5rem;display:flex}.project-tag{background-color:var(--soft-grey);color:var(--primary-grey);text-transform:uppercase;border:1px solid #e2e8f0;border-radius:4px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.project-card h3{color:var(--deep-grey);margin-bottom:1rem;font-size:1.4rem}.project-card p{color:var(--primary-grey);font-size:1rem;line-height:1.6}@media (width<=600px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:2rem 1.5rem}}.contact-container{background-color:var(--white);box-shadow:var(--shadow);border:1px solid #0000000d;border-radius:12px;grid-template-columns:1fr 1.5fr;gap:4rem;padding:4rem;display:grid}.contact-info h3{color:var(--deep-grey);margin-bottom:1rem;font-size:2rem}.contact-info p{color:var(--primary-grey);margin-bottom:3rem}.info-list{flex-direction:column;gap:2rem;display:flex}.info-item{align-items:center;gap:1.5rem;display:flex}.info-item h4{color:var(--deep-grey);margin-bottom:.2rem}.info-item p{color:var(--primary-grey);margin-bottom:0}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--deep-grey);font-weight:600}.form-group input,.form-group textarea{background-color:var(--soft-grey);transition:var(--transition);border:1px solid #e2e8f0;border-radius:6px;padding:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-grey);background-color:var(--white);outline:none}@media (width<=992px){.contact-container{grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem}.contact-info{text-align:center}.info-list{align-items:center}.info-item{text-align:center;flex-direction:column;gap:.5rem}}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.content{flex:1}@media (width<=768px){.section{padding:3rem 0}}
