*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:800px;margin:0 auto;padding:2rem}@media (max-width: 768px){.container{padding:1.5rem}}@media (max-width: 480px){.container{padding:1rem}}h1,h2,h3{margin-bottom:1rem;line-height:1.3}h1{font-size:2.5rem}@media (max-width: 480px){h1{font-size:2rem}}h2{font-size:1.8rem;color:#666}@media (max-width: 480px){h2{font-size:1.5rem}}p{margin-bottom:1.5rem}a{color:#4a90e2;text-decoration:none;transition:color .3s ease}a:hover{color:#1f69c1}.profile{text-align:center;margin:3rem 0}.profile-image{width:200px;height:200px;margin:0 auto 2rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}@media (max-width: 480px){.profile-image{width:150px;height:150px}}.profile-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-image img:hover{transform:scale(1.05)}.profile-title{margin-bottom:.5rem}.section{margin-bottom:4rem}.section:last-child{margin-bottom:0}