.hero-section{padding-bottom:2rem}.hero-card{flex-direction:column;gap:2rem;display:flex;position:relative;overflow:hidden}.hero-card:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#14b8a60d 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.hero-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.hero-role{color:var(--text-muted);align-items:center;gap:.5rem;font-weight:500;display:flex}.hero-role .dot{background:var(--accent-green-text);border-radius:50%;width:8px;height:8px}.hero-main{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.hero-text{flex:1}.hero-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem)}.hero-desc{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.1rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-avatar{flex-shrink:0}.avatar-circle{background:linear-gradient(135deg, var(--bg-main) 0%, #fff 100%);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:clamp(120px,20vw,180px);height:clamp(120px,20vw,180px);display:flex;box-shadow:inset 0 4px 15px #00000008,0 10px 30px #0000000d}@media (max-width:768px){.hero-main{text-align:center;flex-direction:column-reverse}.hero-desc{margin:0 auto 2rem}.hero-actions{justify-content:center}}@media (max-width:480px){.hero-card{padding:1.5rem}.hero-top{flex-direction:column;align-items:flex-start;gap:1rem}}
.about-section{padding-bottom:2rem}.about-location{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.about-stats{border-top:1px solid var(--border-color);gap:0;margin-top:.5rem;padding-top:1.5rem;display:flex}.stat-item{cursor:default;border-right:1px solid var(--border-color);flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.8rem .5rem;display:flex}.stat-item:last-child{border-right:none}.stat-value{color:var(--text-main);font-size:1.6rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}@media (max-width:640px){.about-stats{flex-wrap:wrap}.stat-item{border-right:none;border-bottom:1px solid var(--border-color);flex:45%;padding:1rem .5rem}.stat-item:nth-last-child(-n+2){border-bottom:none}}@media (max-width:480px){.stat-value{font-size:1.3rem}}
