@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0f172a;background:#fff;font-family:Inter,sans-serif}.app{width:100%;max-width:1600px;margin:0 auto;padding:0 70px}.navbar{z-index:1000;background:#fff;justify-content:space-between;align-items:center;height:90px;display:flex;position:sticky;top:0;box-shadow:0 2px 20px #0000000a}.logo{color:#0f172a;font-size:30px;font-weight:800;text-decoration:none;position:relative}.nav-links a:after{content:"";background:#2563eb;width:0;height:2px;transition:all .3s;position:absolute;bottom:-8px;left:0}.nav-links a:hover:after{width:100%}.nav-links a{color:#475569;margin-left:35px;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#2563eb}.hero{justify-content:space-between;align-items:center;gap:80px;min-height:85vh;display:flex}.hero-image{flex:1;justify-content:center;display:flex}.profile-card{border-radius:30px;width:350px;height:350px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.profile-card img{object-fit:cover;width:100%;height:100%}.hero-content{flex:1.5}.intro{color:#2563eb;margin-bottom:20px;font-size:20px;font-weight:600}.hero-content h1{margin-bottom:20px;font-size:72px;font-weight:900;line-height:1.1}.hero-content span{color:#2563eb}.hero-content h2{color:#334155;margin-bottom:25px;font-size:32px;font-weight:700}.education{color:#64748b;margin-bottom:30px;font-size:20px;line-height:1.8}.description{color:#475569;max-width:650px;margin-bottom:35px;font-size:20px;line-height:1.8}.buttons{gap:20px;margin-bottom:35px;display:flex}.buttons button{cursor:pointer;border:none;border-radius:14px;padding:18px 35px;font-size:16px;font-weight:600;transition:all .3s}.primary{color:#fff;background:#2563eb}.primary-btn{color:#fff;background:#2563eb;border-radius:14px;padding:18px 35px;font-weight:600;text-decoration:none;display:inline-block}.secondary{color:#0f172a;background:#f1f5f9}.buttons button:hover{transform:translateY(-4px)}.socials{gap:30px;display:flex}.socials a{color:#334155;background:#fff;border-radius:12px;padding:12px 18px;text-decoration:none;transition:all .3s;box-shadow:0 10px 20px #0000000d}.socials a:hover{color:#2563eb;transform:translateY(-5px)}@media (width<=900px){.hero{text-align:center;flex-direction:column;padding-top:50px}.hero-content h1{font-size:48px}.hero-content h2{font-size:24px}.nav-links{display:none}.buttons,.socials{justify-content:center}}.section{padding:100px 0}.section-title{text-align:center;margin-bottom:50px;font-size:40px}.about-section{padding:120px 0}.section-header{text-align:center;margin-bottom:70px}.section-header h2{color:#0f172a;margin-bottom:20px;font-size:64px;font-weight:800}.section-header p{color:#64748b;font-size:22px}.about-wrapper{grid-template-columns:1.8fr 1fr;gap:40px;margin-bottom:40px;display:grid}.about-main,.about-sidebar{flex-direction:column;gap:30px;display:flex}.about-card{background:#fff;border-radius:24px;padding:40px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.about-card:hover{transform:translateY(-6px)}.about-card h3{color:#0f172a;margin-bottom:25px;font-size:28px;font-weight:800}.about-card p{color:#475569;margin-bottom:25px;font-size:18px;line-height:1.9}.tech-stack span{color:#2563eb;background:#eff6ff;border-radius:30px;padding:10px 18px;font-weight:600}.about-stats{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-stat{text-align:center;background:#fff;border-radius:20px;padding:30px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.about-stat:hover{transform:translateY(-5px)}.about-stat p{color:#64748b;margin:0;font-size:16px}.highlights{margin-top:20px}.highlights ul{grid-template-columns:repeat(2,1fr);gap:20px;list-style:none;display:grid}.highlights li{color:#475569;font-size:18px}@media (width<=1000px){.about-wrapper{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.highlights ul{grid-template-columns:1fr}.section-header h2{font-size:48px}}.about-main h3{color:#0f172a;margin-bottom:30px;font-size:25px;line-height:1.2}.about-main p{color:#475569;margin-bottom:22px;font-size:18px;line-height:1.9}.about-sidebar{flex-direction:column;gap:30px;display:flex}.about-sidebar h3{color:#0f172a;margin-bottom:25px;font-size:28px}.snapshot-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:18px 0;display:flex}.snapshot-item:last-child{border:none}.snapshot-item span{color:#64748b}.snapshot-item strong{color:#0f172a}.tech-stack{flex-wrap:wrap;gap:12px;display:flex}.tech-stack span{color:#2563eb;background:#eff6ff;border-radius:30px;padding:10px 16px;font-size:14px;font-weight:700}.different ul{list-style:none}.different li{color:#475569;padding:12px 0;font-size:16px}.about-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;display:grid}.about-stat{text-align:center;background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0000000d}.about-stat h3{color:#2563eb;margin-bottom:10px;font-size:42px}.about-stat p{color:#64748b}@media (width<=1000px){.about-wrapper{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.about-main h3{font-size:36px}}.experience-section{padding:120px 0}.experience-card{background:#fff;border-radius:24px;max-width:1000px;margin:auto;padding:50px;box-shadow:0 10px 40px #0000000d}.experience-header{justify-content:space-between;align-items:flex-start;margin-bottom:35px;display:flex}.experience-header h3{color:#0f172a;margin-bottom:10px;font-size:40px}.experience-header h4{color:#2563eb;font-size:20px}.experience-date{color:#2563eb;background:#eff6ff;border-radius:30px;padding:12px 20px;font-weight:700}.experience-card ul{margin:30px 0;padding-left:20px}.experience-card li{color:#475569;margin-bottom:18px;font-size:18px;line-height:1.7}.experience-tech{flex-wrap:wrap;gap:15px;display:flex}.experience-tech span{color:#2563eb;background:#eff6ff;border-radius:30px;padding:10px 18px;font-weight:600}.projects-section{padding:120px 0}.projects-grid{grid-template-columns:repeat(2,1fr);gap:35px;display:grid}.project-card{background:#fff;border-radius:24px;padding:40px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.project-badge{color:#2563eb;background:#eff6ff;border-radius:30px;margin-bottom:20px;padding:10px 18px;font-weight:700;display:inline-block}.project-card h3{color:#0f172a;margin-bottom:20px;font-size:30px}.project-card p{color:#64748b;margin-bottom:25px;line-height:1.8}.project-card ul{margin-bottom:30px;list-style:none}.project-card li{color:#475569;margin-bottom:12px}.project-tech{flex-wrap:wrap;gap:12px;margin-bottom:30px;display:flex}.project-tech span{color:#2563eb;background:#f1f5f9;border-radius:30px;padding:10px 18px;font-weight:600}.project-links{gap:20px;display:flex}.project-links a{color:#2563eb;font-weight:700;text-decoration:none;transition:all .3s}.project-links a:hover{transform:translateY(-2px)}@media (width<=1000px){.projects-grid{grid-template-columns:1fr}}.skills-section{padding:120px 0}.skills-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:70px;display:grid}.skill-card{background:#fff;border-radius:24px;padding:35px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.skill-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000014}.skill-card h3{color:#0f172a;margin-bottom:25px;font-size:28px;font-weight:700}.skill-tags{flex-wrap:wrap;gap:15px;display:flex}.skill-tags span{color:#2563eb;background:#eff6ff;border-radius:30px;padding:12px 18px;font-size:15px;font-weight:600;transition:all .3s}.skill-tags span:hover{color:#fff;background:#2563eb}@media (width<=900px){.skills-grid{grid-template-columns:1fr}}.footer{color:#fff;background:#0f172a;border-radius:32px 32px 0 0;margin-top:80px;overflow:hidden}.footer-content{text-align:center;max-width:1200px;margin:auto;padding:100px 40px 70px}.footer-content h2{margin-bottom:20px;font-size:48px;font-weight:800}.footer-text{color:#cbd5e1;max-width:700px;margin:0 auto 50px;font-size:20px;line-height:1.8}.footer-links{justify-content:center;gap:25px;margin-bottom:50px;display:flex}.footer-links a{color:#fff;background:#1e293b;border-radius:14px;padding:16px 28px;font-weight:600;text-decoration:none;transition:all .3s}.footer-links a:hover{background:#2563eb;transform:translateY(-5px)}.footer-info{color:#94a3b8;flex-wrap:wrap;justify-content:center;gap:50px;margin-bottom:50px;display:flex}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;padding:30px}@media (width<=768px){.footer-content h2{font-size:36px}.footer-links{flex-direction:column}.footer-info{flex-direction:column;gap:15px}}.status{color:#059669;background:#ecfdf5;border-radius:30px;margin-bottom:20px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-block}.stats{gap:20px;margin-bottom:35px;display:flex}.stat-card{background:#fff;border-radius:15px;min-width:140px;padding:18px 25px;box-shadow:0 10px 30px #0000000f}.stat-card h3{color:#2563eb;margin-bottom:8px;font-size:28px}.stat-card p{color:#64748b;font-size:14px}.journey-section{padding:120px 0}.section-title{text-align:center;color:#0f172a;font-size:64px;font-weight:800}.section-subtitle{text-align:center;color:#64748b;margin:30px 0 80px;font-size:22px}.timeline{max-width:1200px;margin:auto;position:relative}.timeline:before{content:"";background:#dbe3ef;width:3px;height:100%;position:absolute;top:0;left:20px}.timeline-item{margin-bottom:60px;padding-left:80px;position:relative}.timeline-dot{background:#2563eb;border:6px solid #fff;border-radius:50%;width:28px;height:28px;position:absolute;top:35px;left:7px;box-shadow:0 0 20px #2563eb4d}.current .timeline-dot{background:#10b981}.highlight .timeline-dot{background:#f59e0b}.timeline-content{background:#fff;border-radius:24px;padding:45px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.timeline-content:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.timeline-badge{color:#2563eb;background:#eff6ff;border-radius:30px;margin-bottom:20px;padding:12px 20px;font-weight:700;display:inline-block}.timeline-content h3{color:#0f172a;margin-bottom:10px;font-size:48px}.timeline-content h4{color:#2563eb;margin-bottom:25px;font-size:28px}.timeline-content p{color:#64748b;margin-bottom:25px;font-size:24px;line-height:1.8}.timeline-content ul{margin-bottom:30px;list-style:none}.timeline-content li{color:#334155;margin-bottom:15px;font-size:22px}.tech-tags{flex-wrap:wrap;gap:15px;display:flex}.tech-tags span{color:#2563eb;background:#eff6ff;border-radius:30px;padding:10px 20px;font-weight:600}@media (width<=1200px){.app{padding:0 40px}.hero{gap:40px;min-height:75vh}.hero-content h1{font-size:56px}}@media (width<=900px){.app{padding:0 25px}.hero{text-align:center;flex-direction:column}.about-wrapper{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.projects-grid,.skills-grid{grid-template-columns:1fr}.experience-header{flex-direction:column;gap:20px}.timeline-content h3{font-size:32px}.timeline-content p{font-size:18px}}@media (width<=600px){.app{padding:0 18px}.nav-links{display:none}.hero-content h1{font-size:42px}.section-title,.section-header h2{font-size:40px}.about-stats{grid-template-columns:1fr}.stats,.buttons,.footer-links{flex-direction:column}.timeline-item{padding-left:50px}.timeline-content{padding:25px}.timeline-content h3{font-size:28px}.timeline-content h4{font-size:20px}}.journey-section,.about-section,.experience-section,.projects-section,.skills-section{padding:80px 0}.secondary-btn{color:#0f172a;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;padding:18px 35px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #0000000d}.secondary-btn:hover{color:#fff;background:#2563eb;transform:translateY(-4px);box-shadow:0 15px 40px #2563eb40}.primary-btn,.secondary-btn{min-width:180px;height:56px}
