.intro-section{display:flex;justify-content:center;align-items:center;padding:40px 20px;background-color:#f8f8f8;min-height:100vh}.intro-content{display:flex;flex-direction:row;align-items:center;max-width:1200px;width:100%;gap:80px;flex-wrap:wrap;justify-content:center}.intro-image img{width:350px;height:350px;object-fit:cover;border-radius:50%;border:4px solid #333;margin-top:30px}.intro-text{flex:1;min-width:280px}.intro-title{font-size:2.8rem;font-weight:700;color:#333;margin-bottom:10px}.highlight{color:#3730a3}.typed-text{font-size:1.4rem;margin:0;font-weight:500;color:#555}.typed-highlight{color:#3730a3;font-weight:600}.intro-description{margin-top:15px;font-size:1.1rem;line-height:1.6;color:#444}.intro-button{display:inline-block;margin-top:25px;padding:12px 24px;background-color:#4f46e5;color:#fff;border-radius:6px;text-decoration:none;transition:background .3s}.intro-button:hover{background-color:#3730a3}.skills-badges{margin:20px 0;display:flex;gap:10px;flex-wrap:wrap}.badge{background-color:#e0e0e0;color:#333;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;transition:background-color .3s ease}.badge:hover{background-color:#3730a3;color:#fff}.intro-icons{margin-top:20px;display:flex;gap:20px}.intro-icons a{font-size:1.6rem;color:#333;transition:color .3s}.intro-icons a:hover{color:#3730a3}@media (max-width: 768px){.intro-content{flex-direction:column;align-items:center;text-align:center}.intro-section{margin-top:0}.intro-image img{width:250px;height:250px}.intro-content{gap:20px}.intro-title{font-size:1.6rem;margin-bottom:6px}.typed-text{font-size:1.1rem}.intro-description{font-size:1rem}.intro-icons,.skills-badges{justify-content:center}}.about-section{padding:80px 20px;background-color:#fff;text-align:center;max-width:1000px;margin:0 auto}.about-title{font-size:2.5rem;margin-bottom:20px;color:#222}.about-description{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:20px;text-align:justify}.about-buttons{display:flex;justify-content:center;gap:15px;margin-top:30px}.about-resume-button{display:inline-block;margin-top:20px;padding:12px 20px;background-color:#22c55e;color:#fff;border-radius:6px;text-decoration:none;font-weight:500;transition:background .3s ease}.about-resume-button:hover{background-color:#15803d}.about-link{display:inline-block;margin-top:20px;padding:12px 20px;background-color:#4f46e5;color:#fff;border-radius:6px;text-decoration:none;font-weight:500;transition:background .3s ease}.about-link:hover{background-color:#3730a3}@media (max-width: 768px){.about-title{font-size:2rem}.about-description{font-size:1rem;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}.header{position:fixed;top:0;background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 1.5rem;z-index:50;width:100%}.header-container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.header-title{font-size:1.5rem;font-weight:700;font-family:Montserrat,sans-serif;color:#333;cursor:pointer}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-link{cursor:pointer;text-transform:capitalize;color:#444;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;transition:color .3s ease}.header-link:hover{color:#3730a3}.hamburger{display:none;flex-direction:column;justify-content:center;cursor:pointer;gap:4px;z-index:100}.bar{height:3px;width:25px;background-color:#333;transition:all .3s ease}.hamburger.open .bar:nth-child(1){transform:rotate(45deg) translateY(8px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.mobile-nav{display:none;flex-direction:column;background-color:#fff;padding:1rem 1.5rem;box-shadow:0 4px 8px #0000000d;width:100%}.mobile-nav.show{display:flex}@media (max-width: 768px){.desktop-nav{display:none}.hamburger{display:flex}.mobile-nav .header-link{margin-bottom:.75rem;text-align:left}.mobile-nav .resume-link{width:fit-content;padding:.5rem 1.2rem;margin-top:.5rem;text-align:left;font-size:1rem;font-weight:600;border-radius:6px;color:#4f46e5;border:2px solid #4f46e5;background-color:transparent;transition:all .3s ease}.mobile-nav .resume-link:hover{background-color:#4f46e5;color:#fff}}.projects-section{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.projects-title{font-size:2.5rem;margin-bottom:3rem;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:1rem;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease;display:flex;flex-direction:column;padding:1rem;overflow:hidden}@media (max-width: 768px){.project-card{overflow:visible;transform:none!important}}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:1rem;flex:1}.project-title{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.project-description{font-size:.85rem;color:#555;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;justify-content:center}.project-tag{background-color:#eef1f5;padding:.3rem .8rem;border-radius:999px;font-size:.8rem;color:#333}.project-tag:hover{background-color:#d5dbe3}.project-links{display:flex;justify-content:center;gap:1rem}.btn-demo{background-color:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;display:flex;align-items:center;transition:background-color .4s ease-in-out,transform .3s ease}.btn-demo:hover{background-color:#3730a3;transform:scale(1.03)}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:999;padding:1rem;box-sizing:border-box}.modal-content{background-color:#fff;border-radius:1rem;max-width:900px;width:100%;display:flex;flex-direction:row;position:relative;box-shadow:0 10px 30px #0000004d;flex-wrap:wrap;max-height:90vh;overflow:hidden}.modal-left{flex:1;min-width:300px;max-height:500px;overflow:hidden}.modal-image{width:100%;height:100%;object-fit:cover}.modal-right{flex:1;padding:1.5rem;overflow-y:auto;max-height:500px}.modal-scroll-area{padding-right:1rem}.modal-title{font-size:1.5rem;margin-bottom:.8rem}.modal-description,.modal-scope{font-size:.95rem;color:#444;margin-bottom:.8rem;text-align:left}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.modal-links{display:flex;gap:1rem;margin-top:1rem}.btn-code{background-color:#24292e;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;display:flex;align-items:center;text-decoration:none}.btn-code:hover{background-color:#1b1f23}.close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#555;cursor:pointer;z-index:10}@media (max-width: 768px){.modal-content{flex-direction:column;max-width:90vw}.modal-left,.modal-right{max-height:none}.modal-right{padding:1rem}}.skills-section{padding:4rem 1rem;background-color:#f0f4f8;color:#1f2937;max-width:1200px;margin:0 auto}.skills-title{text-align:center;font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.skills-intro{text-align:center;font-size:1rem;color:#4b5563;margin-bottom:2.5rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skills-category{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 6px 20px #0000000d;transition:transform .3s ease}.skills-category:hover{transform:translateY(-5px)}.category-title{font-size:1.1rem;font-weight:600;color:#3730a3;margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.skill-badge{background-color:#e0e7ff;color:#1e3a8a;padding:.35rem .75rem;font-size:.75rem;border-radius:9999px;font-weight:500;transition:background .3s ease}.skill-badge:hover{background-color:#c7d2fe}@media screen and (max-width: 1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.skills-grid{grid-template-columns:1fr}.skills-title{font-size:2rem}.skills-intro{font-size:.95rem}.category-title{font-size:1rem}.skill-badge{font-size:.7rem;padding:.3rem .6rem}}.services-section{padding:80px 20px;background-color:#f9f9f9;text-align:center}.services-title{font-size:2.4rem;font-weight:700;color:#1f2937;margin-bottom:40px;font-family:Montserrat,sans-serif}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto;padding:0 10px}.service-card{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 24px #0000000f;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000014}.service-icon{font-size:2.8rem;color:#4f46e5;margin-bottom:12px}.service-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:10px;font-family:Inter,sans-serif}.service-description{font-size:.95rem;font-weight:400;color:#4b5563;line-height:1.5;margin-bottom:12px}.service-proof{font-size:.85rem;font-weight:500;color:#10b981;text-decoration:underline;margin-bottom:14px;display:inline-block}.service-button{display:inline-block;background-color:#4f46e5;color:#fff;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;font-size:.9rem;transition:background-color .3s ease;cursor:pointer}.service-button:hover{background-color:#3730a3}@media (max-width: 768px){.services-title{font-size:2rem}.service-icon{font-size:2.2rem}.service-title{font-size:1.1rem}.service-description{font-size:.88rem}.service-button{font-size:.85rem;padding:8px 16px}.service-proof{font-size:.8rem}.services-grid{gap:24px}}.contact-section{padding:4rem 1.5rem;background:#f9fafb;color:#1f2937;font-family:Segoe UI,sans-serif}.contact-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.contact-grid{display:flex;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.contact-info{flex:1;min-width:300px;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000000d}.contact-info>*:not(:last-child){margin-bottom:1.5rem}.contact-details p{display:flex;align-items:center;gap:.6rem;font-size:1rem;color:#374151;margin:0}.contact-socials{display:flex;gap:1rem;flex-wrap:wrap}.contact-socials a{color:#374151;font-size:1.2rem;transition:color .3s ease}.contact-socials a:hover{color:#3730a3}.icon{font-size:1.2rem;color:#4f46e5}.icon:hover{color:#3730a3}.contact-subtext{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 2rem;text-align:justify}.contact-form{flex:1;min-width:300px;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;gap:1rem}.contact-input,.contact-textarea{padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;background-color:#f9fafb;transition:border .3s ease}.contact-input:focus,.contact-textarea:focus{border-color:#3730a3;background:#fff;outline:none}.contact-button{background-color:#4f46e5;color:#fff;padding:.75rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:background-color .3s ease}.contact-button:hover{background-color:#3730a3}.contact-status{font-size:.95rem;color:#16a34a;margin-top:.5rem}@media (max-width: 900px){.contact-grid{flex-direction:column;gap:2.5rem}.contact-title{font-size:2rem}.contact-subtext{font-size:1rem;text-align:justify}.contact-socials{justify-content:flex-start;flex-wrap:wrap}}.footer{background-color:#f3f4f6;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;border-top:1px solid #e5e7eb}.footer-text{font-size:.95rem;color:#6b7280;margin-top:1rem}.go-home-button{background-color:#4f46e5;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.go-home-button:hover{background-color:#3730a3}@media (max-width: 600px){.go-home-button{width:100%;max-width:300px}.footer-text{font-size:.9rem;padding:0 1rem}}body,html{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;overflow-x:hidden}.welcome-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center;padding:2rem;font-family:Inter,sans-serif;box-sizing:border-box}.welcome-icons{display:flex;gap:2rem;font-size:2rem;margin-bottom:2rem}.welcome-icons a{color:#fff;transition:transform .3s ease,color .3s ease}.welcome-icons a:hover{color:#6366f1;transform:scale(1.2)}.welcome-title{font-size:2.8rem;font-weight:700;animation:pulse 2s ease-in-out infinite;line-height:1.2}@keyframes pulse{0%{transform:scale(1);opacity:.85}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.85}}@media (max-width: 768px){.welcome-screen{padding:1.5rem 1rem}.welcome-title{font-size:2.2rem;margin-bottom:1.5rem}.welcome-icons{font-size:1.6rem;gap:1.5rem;margin-bottom:0}}@media (max-width: 480px){.welcome-title{font-size:1.8rem}.welcome-icons{font-size:1.4rem;gap:1rem}}
