.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;margin-bottom:3rem;overflow:hidden;border-radius:1.5rem}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);opacity:1;z-index:-1;clip-path:polygon(0 0,70% 0,60% 100%,0 100%)}.hero-gradient::before{content:'';position:absolute;top:-10%;right:-5%;width:40%;height:40%;background:rgba(255,255,255,.1);border-radius:50%;filter:blur(60px)}.hero-gradient::after{content:'';position:absolute;bottom:10%;right:10%;width:30%;height:30%;background:rgba(255,255,255,.1);border-radius:50%;filter:blur(40px)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;width:100%;z-index:1}.hero-content{text-align:left;z-index:1}.hero-image{display:flex;justify-content:center;align-items:center;z-index:1}.avatar-container{position:relative;width:420px;height:420px;display:flex;justify-content:center;align-items:center}.hero-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%;border:5px solid rgba(255,255,255,.3);box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;z-index:2;animation:float 6s ease-in-out infinite}.avatar-glow{position:absolute;inset:-20px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;z-index:1;animation:pulse 4s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:.75rem;margin-bottom:1.5rem;animation:fadeInDown .6s ease-out}.hero-icon{width:12px;height:12px}.shiny-text{animation:shimmer 3s infinite;background:linear-gradient(90deg,rgba(255,255,255,.8) 0%,#fff 50%,rgba(255,255,255,.8) 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes shimmer{0%,100%{background-position:200% 0}50%{background-position:-200% 0}}.hero-title{font-size:clamp(1.75rem,4.5vw,3rem);font-weight:700;line-height:1.3;color:#fff;margin-bottom:1.25rem;animation:fadeInUp .8s ease-out .2s both;text-align:left}.gradient-text{display:inline-block;background:linear-gradient(120deg,#a8edea 0%,#fed6e3 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:0 .3rem;font-weight:800;white-space:nowrap}.highlight-name{display:inline-block;font-family:courier new,monospace;background:rgba(255,255,255,.2);padding:.15rem .6rem;border-radius:.4rem;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);font-weight:700;white-space:nowrap}.hero-description{font-size:clamp(.875rem,1.8vw,1.1rem);line-height:1.6;color:rgba(255,255,255,.9);max-width:650px;margin:0 auto 1.75rem;animation:fadeInUp .8s ease-out .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#fff;color:#667eea;font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.3);background:#f8f9fa}.btn-outline{padding:.875rem 1.75rem;background:0 0;color:#fff;font-weight:600;font-size:.9rem;border:2px solid rgba(255,255,255,.5);border-radius:50px;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:rgba(255,255,255,.15);border-color:#fff;transform:translateY(-3px)}.featured-posts{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--primary);position:relative;display:inline-block}.view-all{color:var(--primary);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}.view-all:hover{color:var(--secondary);transform:translateX(5px)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.post-card{background:var(--entry);border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:all .3s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.post-image{height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-image img{transform:scale(1.1)}.post-content{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem;flex:1}.post-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.post-title a{color:var(--primary);text-decoration:none;transition:color .3s ease}.post-title a:hover{color:var(--secondary)}.post-summary{font-size:.85rem;color:var(--secondary);line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.tag{background:rgba(102,126,234,.1);color:#667eea;padding:.3rem .75rem;border-radius:50px;font-size:.7rem;font-weight:600;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.tag:hover{background:rgba(102,126,234,.15);border-color:rgba(102,126,234,.3);transform:translateY(-2px)}.projects-timeline{display:grid;grid-template-columns:2fr 1fr;gap:1.75rem;margin-bottom:3rem}.projects-section h2{margin-bottom:1.25rem}.projects-grid{display:grid;gap:1.25rem}.project-card{background:var(--entry);padding:1.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.project-title{font-size:1.3rem;font-weight:700;color:var(--primary);margin-bottom:.875rem}.project-description{color:var(--secondary);line-height:1.6;font-size:.9rem;margin-bottom:.875rem}.project-tech{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.875rem}.tech-tag{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.3rem .75rem;border-radius:50px;font-size:.7rem;font-weight:600}.project-features{list-style:none;padding:0;margin:1.25rem 0}.project-features li{padding-left:1.5rem;margin-bottom:.4rem;color:var(--secondary);font-size:.85rem;position:relative}.project-features li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:700}.project-links{display:flex;gap:.75rem;align-items:center;margin-top:1.25rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.project-link:hover{color:var(--secondary);transform:translateX(3px)}.link-divider{color:var(--border)}.timeline-card{background:var(--entry);padding:1.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,8%);height:fit-content;position:sticky;top:100px}.timeline-title{font-size:1.3rem;font-weight:700;margin-bottom:1.25rem;color:var(--primary)}.timeline-items{border-left:2px solid var(--border);padding-left:1.25rem}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-1.81rem;top:.3rem;width:.75rem;height:.75rem;background:var(--primary);border-radius:50%;box-shadow:0 0 0 4px var(--entry)}.timeline-year{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.timeline-event{font-size:.95rem;font-weight:600;color:var(--primary);margin-bottom:.4rem}.timeline-desc{font-size:.8rem;color:var(--secondary);line-height:1.6}.cta-section{background:var(--entry);padding:2.5rem 1.75rem;border-radius:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,8%);display:flex;justify-content:space-between;align-items:center;gap:1.75rem;margin-bottom:3rem}.cta-content{flex:1}.cta-title{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.875rem}.cta-description{color:var(--secondary);line-height:1.6;font-size:.9rem}.cta-button{padding:.875rem 1.75rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;white-space:nowrap;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.5)}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-gradient{clip-path:polygon(0 0,100% 0,100% 60%,0 70%)}.hero-content{text-align:center}.hero-title{text-align:center}.hero-buttons{justify-content:center}.avatar-container{width:380px;height:380px}.projects-timeline{grid-template-columns:1fr}.timeline-card{position:static}}@media(max-width:768px){.hero-section{min-height:auto;padding:3rem 1.5rem}.hero-container{gap:2rem}.hero-gradient{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.hero-title{font-size:clamp(1.5rem,4vw,2rem);line-height:1.4}.avatar-container{width:340px;height:340px}.posts-grid{grid-template-columns:1fr}.cta-section{flex-direction:column;text-align:center}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}}@media(max-width:480px){.hero-title{font-size:1.5rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-outline{width:100%;justify-content:center}.avatar-container{width:300px;height:300px}}.dark .hero-gradient{background:linear-gradient(135deg,#4c51bf 0%,#553c9a 50%,#6b46c1 100%)}.dark .post-card,.dark .project-card,.dark .timeline-card,.dark .cta-section{box-shadow:0 4px 20px rgba(0,0,0,.3)}.dark .post-card:hover,.dark .project-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.5)}.dark .tag{background:rgba(167,139,250,.15);color:#c4b5fd;border-color:rgba(167,139,250,.3)}.dark .tag:hover{background:rgba(167,139,250,.25);border-color:rgba(167,139,250,.4)}