.hero-section{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);justify-content:center;align-items:center;height:calc(100vh - 70px);margin-top:70px;padding:40px 0;display:flex;position:relative}.hero-section:before{content:"";z-index:1;background:radial-gradient(circle at 20% 20%,#ff6b6b1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ff6b6b1a 0%,#0000 50%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;flex-direction:column;max-width:1000px;margin:0 auto;display:flex;position:relative}.hero-main{flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;margin-bottom:60px;display:flex}.sections-container{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:80px;margin-top:20px;display:flex}.hero-text{text-align:left;flex:1;max-width:500px}.hero-photo{flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex}.profile-image{border:4px solid var(--primary-color);object-fit:cover;object-position:center 5%;border-radius:50%;width:250px;height:250px;transition:transform .3s;display:block;box-shadow:0 10px 30px #ff6b6b4d}.profile-image:hover{transform:scale(1.05)}.hero-greeting{color:var(--primary-color);text-shadow:0 2px 4px #0000001a;margin-bottom:16px;font-weight:700}.hero-name{color:var(--text-primary);margin-bottom:24px;font-weight:600}.hero-tagline{color:var(--text-secondary);max-width:600px;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic;line-height:1.6}.link-text{cursor:pointer;color:var(--primary-color);font-weight:500;transition:opacity .2s}.link-text:hover{opacity:.8}.social-section,.freelancing-section{flex-direction:column;align-items:center;display:flex}.social-title,.freelancing-title{color:var(--text-primary);margin-bottom:24px;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:500}.social-icons,.freelancing-icons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.social-icon{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.social-icon:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003}.social-icon svg{width:24px;height:24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content .hero-main{animation:.8s ease-out fadeInUp}.hero-content .social-section{animation:.8s ease-out .6s both fadeInUp}.hero-content .freelancing-section{animation:.8s ease-out .8s both fadeInUp}@media (max-width:768px){.hero-section{height:calc(100vh - 60px);margin-top:60px;padding:20px 0}.hero-main{text-align:center;flex-direction:column;gap:40px}.hero-text{text-align:center;max-width:100%}.profile-image{width:250px;height:250px}.sections-container{flex-direction:column;gap:40px}.hero-content>.social-section{margin-right:0}.social-icons,.freelancing-icons{gap:12px}.social-icon{width:44px;height:44px}.social-icon svg{width:20px;height:20px}}@media (max-width:480px){.hero-main{margin-bottom:40px}.profile-image{width:200px;height:200px}.social-section,.freelancing-section{margin-bottom:30px}}
