.hero-section{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px 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:40px;margin-bottom:30px;display:flex}.sections-container{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:60px;margin-top:0;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:200px;height:200px;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:8px;font-weight:700}.hero-name{color:var(--text-primary);margin-bottom:12px;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;text-decoration:none;transition:opacity .2s}.link-text:hover{opacity:.8;text-decoration:none}.link-text:visited,.link-text:active{color:var(--primary-color)}.social-section,.freelancing-section{flex-direction:column;align-items:center;display:flex}.social-title,.freelancing-title{color:var(--text-primary);margin-bottom:12px;font-size:clamp(1rem,2.5vw,1.3rem);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:45px;height:45px;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:20px;height:20px}@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{min-height:100vh;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;align-items:center;gap:40px;width:100%}.social-section,.freelancing-section{align-items:center;width:100%}.hero-content>.social-section{margin-right:0}.social-icons,.freelancing-icons{justify-content:center;gap:12px}.social-icon{width:44px;height:44px}.social-icon svg{width:20px;height:20px}}@media (max-width:480px){.hero-main{gap:20px;margin-bottom:20px}.profile-image{width:180px;height:180px}.social-section,.freelancing-section{margin-bottom:20px}.sections-container{gap:25px}}.contact-content{background:var(--background-alt);text-align:center;border:1px solid var(--border-color);border-radius:12px;max-width:1000px;margin-top:30px;padding:24px;box-shadow:0 8px 20px #0003}.contact-content h2{color:var(--text-primary);margin-bottom:8px;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:600}.contact-content>p{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;display:grid}.contact-item{background:var(--background);border:1px solid var(--border-color);border-radius:8px;align-items:flex-start;gap:12px;padding:12px;transition:transform .3s,box-shadow .3s;display:flex}.contact-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b1f}.contact-icon{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.contact-icon svg{width:18px;height:18px}.contact-details{text-align:left;flex:1}.contact-details h4{color:var(--text-primary);margin-bottom:6px;font-size:1rem;font-weight:600}.contact-details a{color:var(--text-secondary);margin-bottom:3px;font-size:.9rem;text-decoration:none;transition:color .3s;display:block}.contact-details a:hover{color:var(--primary-color)}.contact-details p{color:var(--text-secondary);margin:0;font-size:.9rem}@media (max-width:768px){.contact-content{margin-top:30px;padding:24px 16px}.contact-grid{grid-template-columns:1fr;gap:12px}.contact-item{text-align:left;flex-direction:row;align-items:center;padding:12px}.contact-details{text-align:left}}@media (max-width:480px){.contact-content{margin-top:20px;padding:20px 12px}.contact-item{padding:10px}.contact-content h2{margin-bottom:6px;font-size:1.2rem}.contact-content>p{margin-bottom:16px;font-size:.85rem}}
