*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.navbar{z-index:100;background-color:#f5f5f5;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:sticky;top:0}.navbar-brand{align-items:center;gap:10px;display:flex}.brand-dot{background-color:#f0c040;border-radius:50%;flex-shrink:0;width:28px;height:28px}.brand-name{color:#1a1a1a;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.brand-title{color:#555;margin-left:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:400}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-links a{color:#1a1a1a;padding:6px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;transition:color .2s}.navbar-links a:hover{color:#f0c040}.nav-divider{background-color:#ccc;width:1px;height:16px}.hero{justify-content:center;align-items:center;gap:80px;max-width:1200px;min-height:calc(100vh - 200px);margin:0 auto;padding:80px 48px 100px;display:flex}.hero-image-wrapper{flex-shrink:0}.hero-image{object-fit:cover;filter:grayscale();background-color:#ccc;border-radius:50%;width:380px;height:380px;display:block}.hero-content{max-width:480px}.hero-hello{color:#1a1a1a;margin-bottom:24px;font-family:Playfair Display,serif;font-size:96px;font-weight:900;line-height:1}.hero-subtitle{color:#1a1a1a;margin-bottom:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.hero-description{color:#555;margin-bottom:36px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.7}.hero-buttons{gap:20px;display:flex}.circle-btn{cursor:pointer;color:#1a1a1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.circle-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000026}.circle-btn.resume{background-color:#f0c040}.circle-btn.projects{color:#fff;background-color:#ef5350}.circle-btn.contact{background-color:#80deea}.resume-section{background-color:#fff;max-width:1000px;margin:0 auto;padding:60px 48px}.section-title{color:#1a1a1a;text-align:center;margin-bottom:40px;font-family:Playfair Display,serif;font-size:48px;font-weight:700}.resume-content{flex-direction:column;gap:40px;display:flex}.resume-item h3{color:#1a1a1a;border-bottom:2px solid #f0c040;margin-bottom:16px;padding-bottom:8px;font-family:Inter,sans-serif;font-size:20px;font-weight:700;display:inline-block}.resume-detail{margin-top:16px;padding-left:20px}.resume-detail h4{color:#1a1a1a;margin-bottom:4px;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.resume-subtitle{color:#f0c040;margin-bottom:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.resume-detail p{color:#555;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.certificate-list{padding:0;list-style:none}.certificate-list li{color:#555;padding-left:24px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.8;position:relative}.certificate-list li:before{content:"✓";color:#f0c040;font-weight:700;position:absolute;left:0}.skills-section{background-color:#f5f5f5;max-width:1200px;margin:0 auto;padding:60px 48px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px;display:grid}.skill-card{background-color:#fff;border-radius:12px;padding:32px;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #00000014}.skill-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.skill-icon{margin-bottom:16px;font-size:48px}.skill-card h3{color:#1a1a1a;margin-bottom:12px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.skill-card p{color:#555;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.footer{border-top:1px solid #ddd;grid-template-columns:1fr 1fr 1fr 1fr;align-items:start;gap:20px;max-width:1440px;margin:0 auto;padding:36px 48px;display:grid}.footer-section h4{color:#1a1a1a;margin-bottom:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.footer-section p,.footer-section a{color:#555;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.footer-section a:hover{color:#1a1a1a}.social-icons{gap:12px;margin-top:4px;display:flex}.social-icons a{color:#1a1a1a;justify-content:center;align-items:center;transition:color .2s;display:flex}.social-icons a:hover{color:#f0c040}.social-icons svg{width:20px;height:20px}.footer-copyright{text-align:right}.footer-copyright p{color:#888;font-family:Inter,sans-serif;font-size:12px;line-height:1.6}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:40px;padding:40px 24px 60px}.hero-image{width:260px;height:260px}.hero-hello{font-size:64px}.hero-buttons{justify-content:center}.circle-btn{width:100px;height:100px;font-size:14px}.footer{grid-template-columns:1fr 1fr;gap:24px;padding:28px 24px}.footer-copyright{text-align:left}.resume-section,.skills-section{padding:40px 24px}.section-title{font-size:36px}.skills-grid{grid-template-columns:1fr}}@media (width<=500px){.navbar{padding:16px 20px}.brand-title{display:none}.navbar-links a{padding:4px 8px;font-size:13px}.hero{padding:28px 20px 40px}.hero-image{width:200px;height:200px}.hero-hello{font-size:48px}.hero-buttons{gap:12px}.circle-btn{width:85px;height:85px;font-size:12px}.footer{grid-template-columns:1fr;gap:20px;padding:24px 20px}.resume-section,.skills-section{padding:32px 20px}.section-title{font-size:32px}.resume-detail{padding-left:12px}}
