.hero{min-height:100vh;display:flex;align-items:center;position:relative}.hero-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:60px}.hero-text{flex:1}.hero-text h1{font-size:clamp(48px,8vw,96px);font-weight:700;line-height:1.1;margin-bottom:30px;letter-spacing:-2px}.hero-text .subtitle{font-size:clamp(18px,2.5vw,28px);color:#a0a0a0;font-weight:300;line-height:1.5;max-width:600px}.profile-circle{width:280px;height:280px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:72px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 0 60px #ffffff0d}.profile-circle{width:250px;height:250px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-circle img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.hero-content{flex-direction:column-reverse;text-align:center}.profile-circle{width:200px;height:200px;font-size:52px}.hero-text .subtitle{max-width:100%}}.about-section{padding:120px 0}.about-text{font-size:18px;color:silver;max-width:900px;line-height:1.8}.highlight{color:#fff;font-weight:600}@media(max-width:768px){.about-section{padding:80px 0}}.experience-section{padding:120px 0;background:linear-gradient(180deg,#000,#0a0a0a)}.experience-grid{display:grid;gap:50px;margin-top:60px}.experience-item{border-left:3px solid #2a2a2a;padding-left:30px;transition:all .3s ease}.experience-item:hover{border-left-color:#fff}.experience-header{margin-bottom:15px}.experience-title{font-size:24px;font-weight:700;margin-bottom:8px}.experience-company{font-size:18px;color:#a0a0a0;margin-bottom:5px}.experience-period{font-size:14px;color:#666}.experience-description{color:silver;font-size:16px;line-height:1.7}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.tech-tag{background:#1a1a1a;padding:6px 14px;border-radius:4px;font-size:13px;color:#fff;border:1px solid #2a2a2a}@media(max-width:768px){.experience-section{padding:80px 0}}.skills-section{padding:120px 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px}.skill-category{background:#0a0a0a;padding:35px;border-radius:8px;border:1px solid #1a1a1a;transition:all .3s ease}.skill-category:hover{border-color:#2a2a2a;transform:translateY(-5px)}.skill-category h3{font-size:20px;margin-bottom:20px;color:#fff}.skill-list{color:#a0a0a0;font-size:15px;line-height:1.8}@media(max-width:768px){.skills-section{padding:80px 0}}.projects-section{padding:120px 0;background:linear-gradient(180deg,#000,#0a0a0a)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:60px}.project-card{background:#0a0a0a;padding:40px;border-radius:8px;border:1px solid #1a1a1a;transition:all .3s ease;cursor:pointer}.project-card:hover{border-color:#fff;transform:translateY(-8px)}.project-card h3{font-size:22px;margin-bottom:15px}.project-card p{color:#a0a0a0;font-size:15px;line-height:1.7}@media(max-width:768px){.projects-section{padding:80px 0}}.contact-section{padding:120px 0;text-align:center}.contact-links{display:flex;justify-content:center;gap:30px;margin-top:50px;flex-wrap:wrap}.contact-link{color:#fff;text-decoration:none;font-size:18px;padding:15px 35px;border:2px solid #2a2a2a;border-radius:4px;transition:all .3s ease;display:inline-block}.contact-link:hover{background:#fff;color:#000;border-color:#fff}@media(max-width:768px){.contact-section{padding:80px 0}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 40px}.section-title{font-size:clamp(32px,5vw,48px);font-weight:700;margin-bottom:40px;letter-spacing:-1px}html{scroll-behavior:smooth}@media(max-width:768px){.container{padding:0 20px}}
