@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0f172a;background:#f8fafc;font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.app{min-height:100vh}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafceb;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;padding:17px 8%;display:flex;position:sticky;top:0}.logo{letter-spacing:-.5px;font-size:19px;font-weight:800}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#64748b;font-size:14px;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background:#2563eb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-links a:hover{color:#0f172a}.nav-links a:hover:after{width:100%}.hero{align-items:center;min-height:78vh;padding:70px 8%;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(80px);opacity:.55;z-index:-1;background:#dbeafe;border-radius:50%;width:420px;height:420px;position:absolute;top:40px;right:-160px}.hero:after{content:"";filter:blur(80px);opacity:.45;z-index:-1;background:#e0f2fe;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-130px}.hero-content{max-width:900px}.status-badge{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:9px;margin-bottom:24px;padding:7px 13px;font-size:12px;font-weight:500;display:inline-flex;box-shadow:0 5px 18px #0f172a0a}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #dcfce7}.greeting,.section-label{letter-spacing:3px;color:#2563eb;margin-bottom:14px;font-size:12px;font-weight:700}.hero h1{letter-spacing:-4px;margin-bottom:18px;font-size:clamp(54px,7vw,88px);font-weight:800;line-height:.98}.hero h2{color:#334155;margin-bottom:22px;font-size:clamp(23px,3vw,32px);font-weight:600;line-height:1.35}.hero-description{color:#64748b;max-width:670px;font-size:16px;line-height:1.8}.hero-buttons{gap:13px;margin-top:30px;display:flex}.primary-button,.secondary-button{border-radius:8px;justify-content:center;align-items:center;padding:12px 21px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.primary-button{color:#fff;background:#0f172a;box-shadow:0 7px 18px #0f172a24}.primary-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 22px #2563eb33}.secondary-button{color:#334155;background:#fff;border:1px solid #cbd5e1}.secondary-button:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.social-links{gap:22px;margin-top:23px;display:flex}.social-links a{color:#64748b;font-size:13px;font-weight:600;transition:all .3s}.social-links a:hover{color:#2563eb;transform:translateY(-2px)}.section{max-width:1200px;margin:auto;padding:85px 8%}.section h2{letter-spacing:-1.5px;margin-bottom:20px;font-size:42px;font-weight:800;line-height:1.15}.about-section{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.about-heading h2{font-size:44px;line-height:1.1}.about-content{flex-direction:column;gap:18px;display:flex}.about-content p{color:#64748b;font-size:16px;line-height:1.8}.about-highlights{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px;display:grid}.about-highlights div{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.about-highlights strong{color:#2563eb;margin-bottom:3px;font-size:15px;display:block}.about-highlights span{color:#64748b;font-size:11px}.journey-section{border-top:1px solid #e2e8f0}.journey-grid{grid-template-columns:1fr;margin-top:35px;display:grid}.timeline{padding-left:28px;position:relative}.timeline:before{content:"";background:#cbd5e1;width:1px;position:absolute;top:5px;bottom:5px;left:5px}.timeline-item{padding-bottom:28px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:#2563eb;border:3px solid #dbeafe;border-radius:50%;width:11px;height:11px;position:absolute;top:5px;left:-28px}.timeline-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:850px;padding:22px;transition:all .3s}.timeline-content:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 10px 25px #0f172a0f}.timeline-year{letter-spacing:1px;text-transform:uppercase;color:#2563eb;margin-bottom:8px;font-size:11px;font-weight:700;display:inline-block}.timeline-content h3{margin-bottom:5px;font-size:19px;line-height:1.4}.timeline-place{color:#475569;margin-bottom:10px;font-size:14px;font-weight:600}.timeline-content p:not(.timeline-place){color:#64748b;font-size:14px;line-height:1.7}.projects-intro{color:#64748b;max-width:650px;margin-top:-5px;font-size:15px;line-height:1.8}.projects{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px;display:grid}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;flex-direction:column;min-height:350px;padding:27px;transition:all .3s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";transform-origin:0;background:#2563eb;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.project-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 16px 35px #0f172a12}.project-card:hover:before{transform:scaleX(1)}.project-number{letter-spacing:2px;color:#94a3b8;margin-bottom:20px;font-size:12px;font-weight:700}.project-content{flex:1}.project-card h3{margin-bottom:14px;font-size:20px;line-height:1.35}.project-card p{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.75}.project-tags{flex-wrap:wrap;gap:7px;display:flex}.project-tags span{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:5px;padding:5px 9px;font-size:11px;font-weight:600}.project-links{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:25px;padding-top:16px;display:flex}.project-links a{color:#475569;font-size:12px;font-weight:600;transition:color .3s}.project-links a:hover{color:#2563eb}.skills-section{border-top:1px solid #e2e8f0}.skills-intro{color:#64748b;max-width:650px;margin-top:-5px;font-size:15px;line-height:1.8}.skill-groups{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:35px;display:grid}.skill-group{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.skill-group h3{margin-bottom:15px;font-size:15px;font-weight:700}.skills{flex-wrap:wrap;gap:8px;display:flex}.skills span{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .3s}.skills span:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;transform:translateY(-2px)}.contact{text-align:center;border-top:1px solid #e2e8f0;padding-top:90px;padding-bottom:90px}.contact>p:not(.section-label){color:#64748b;max-width:600px;margin:0 auto 25px;font-size:15px}.contact-details{flex-wrap:wrap;justify-content:center;align-items:center;gap:25px;margin-bottom:25px;display:flex}.contact-details a{color:#475569;font-size:14px;font-weight:500;transition:color .3s}.contact-details a:hover{color:#2563eb}.contact-buttons{justify-content:center;gap:12px;display:flex}footer{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;padding:30px 8%;font-size:12px}footer p+p{color:#cbd5e1;margin-top:5px;font-size:11px}@media (width<=900px){.navbar{padding:17px 6%}.nav-links{gap:20px}.hero{padding:65px 6%}.projects{grid-template-columns:1fr}.about-section{grid-template-columns:1fr;gap:40px}.section{padding:75px 6%}}@media (width<=600px){.navbar{padding:16px 5%}.nav-links{display:none}.hero{min-height:82vh;padding:60px 5%}.hero h1{letter-spacing:-3px;font-size:50px}.hero h2{font-size:21px}.hero-description{font-size:15px}.hero-buttons{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.section{padding:70px 5%}.section h2,.about-heading h2{font-size:35px}.about-highlights,.skill-groups{grid-template-columns:1fr}.contact-details{flex-direction:column;gap:10px}.contact-buttons{flex-direction:column;align-items:stretch}}
