*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:"Inter";font-style:normal;font-weight:300 700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2)format("woff2")}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#1a202c;background:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero,.hero-container{position:relative;display:flex}.hero{min-height:100vh;align-items:center;background:linear-gradient(135deg,#4665ec 0,#6f39a4 100%);color:#fff;overflow:hidden;padding:2rem 0}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-container{max-width:1100px;margin:0 auto;padding:0 20px;z-index:1;justify-content:center}.hero-content{display:flex;flex-direction:column;gap:3rem;max-width:1000px;width:100%}.hero-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.hero-image{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.hero-basic-info{flex:1;text-align:left}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8}.social-links{display:flex;gap:.75rem;margin-top:1rem;justify-content:center}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;text-decoration:none;font-size:1.5rem;color:rgba(255,255,255,.954);transition:all .3s ease;backdrop-filter:blur(10px)}.resume-button:hover,.social-links a:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.action-links{margin-top:1rem;text-align:left;display:flex;gap:1rem;flex-wrap:wrap}.blog-button,.resume-button{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease}.resume-button{background:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.blog-button{background:0 0;color:rgba(255,255,255,.8);border:0}.blog-button:hover{color:#fff;transform:translateY(-2px)}.hero-info-sections{display:flex;gap:2rem;margin-top:2rem;align-items:flex-start}.hero-about{flex:2}.hero-education{flex:1;display:flex;flex-direction:column;align-items:flex-start}.hero-about h3,.hero-education h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;text-align:left}.hero-about .about-text{font-size:1rem;line-height:1.7;text-align:justify;margin-right:2rem}.hero-education .education-timeline{position:relative;width:100%;max-width:400px}.hero-education .education-timeline::before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:rgba(255,255,255,.3)}.hero-education .timeline-item{position:relative;margin-bottom:2rem;padding-left:2.5rem}.hero-education .timeline-dot{position:absolute;left:6px;top:0;width:18px;height:18px;background:rgba(255,255,255,.3);border-radius:50%;border:3px solid rgba(255,255,255,.6)}.hero-education .timeline-dot.current{background:#fff;border-color:#fff}.hero-education .timeline-content h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.hero-education .timeline-content h5{font-size:.95rem;font-weight:400;color:rgba(255,255,255,.8);margin-bottom:.25rem}.hero-education .timeline-date{font-size:.85rem;color:rgba(255,255,255,.7)}.image-placeholder,.profile-image{width:200px;height:200px;border-radius:50%;backdrop-filter:blur(10px)}.image-placeholder{background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:5rem;border:2px solid rgba(255,255,255,.3)}.profile-image{object-fit:cover;border:3px solid rgba(255,255,255,.4);box-shadow:0 8px 32px rgba(0,0,0,.2)}@media (max-width:768px){.hero-basic-info,.hero-header{text-align:center;flex-direction:column;align-items:center}.hero-header{gap:1.5rem}.hero-basic-info{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-about h3,.hero-description{text-align:center}.image-placeholder{font-size:3.5rem}.image-placeholder,.profile-image{width:150px;height:150px}.action-links,.social-links{justify-content:center}.action-links{text-align:center}.blog-button,.resume-button{font-size:.9rem;padding:.75rem 1.5rem}.hero-info-sections{flex-direction:column;gap:2rem;margin-top:2rem}.hero-about,.hero-education{flex:none;text-align:center}.hero-education{display:flex;flex-direction:column;align-items:center}.hero-about .about-text{text-align:justify;font-size:.95rem;margin-right:0}.hero-education .education-timeline{display:inline-block;text-align:left;position:relative;margin:0 auto}.hero-education .timeline-item{padding-left:1.5rem;margin-bottom:1.5rem}.hero-education .education-timeline::before{left:5px}.hero-education .timeline-dot{left:-4px}.hero-education .timeline-content h4{font-size:1rem}.hero-education .timeline-content h5{font-size:.9rem}.hero-education .timeline-date{font-size:.8rem}}@media (max-width:480px){.hero-title{font-size:2rem}.social-links a{width:40px;height:40px;font-size:1.2rem}.container{padding:0 15px}}