.hero-section{flex-direction:column;justify-content:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;max-width:1200px;margin:0 auto;padding:1.25rem 1rem}.hero-content-wrapper{flex-direction:column-reverse;gap:1.5rem;padding:2.5rem 1rem;display:flex}.hero-text-area{text-align:center;flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex}.status-badge{color:#00ff62;text-transform:uppercase;background:#00ff6226;border:1px solid #00ff62;border-radius:360px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.pulse-dot{background-color:#00ff62;border-radius:50%;width:.5rem;height:.5rem;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.9;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}to{opacity:.9;transform:scale(1)}}.hero-title{margin:0;font-size:4.25rem;font-weight:900;line-height:1.2}.highlight{color:var(--primary)}.hero-subtitle{color:var(--text-gray);text-align:center;max-width:36rem;margin:.5rem 0 0;font-size:1.125rem;line-height:1.6}.hero-buttons{flex-flow:column wrap;gap:1rem;margin-top:.5rem;display:flex}.btn-primary{background-color:var(--primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;height:3rem;padding:0 2rem;font-weight:700;text-decoration:none;display:flex}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 0 20px var(--primary)}.btn-secondary{background-color:var(--bg-surface);border:1px solid var(--border-dark);color:#fff;border-radius:9999px;justify-content:center;align-items:center;height:3rem;padding:0 2rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.btn-secondary:hover{background-color:var(--primary-hover);border-color:var(--primary);box-shadow:0 0 20px var(--primary)}.hero-image-area{justify-content:center;width:100%;display:flex}.image-wrapper{border:4px solid var(--bg-surface);border-radius:50%;width:16rem;height:16rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.profile-img{object-fit:cover;width:100%;height:100%}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:864px){.hero-image-area{justify-content:flex-end;width:50%}}@media (min-width:1024px){.image-wrapper{width:24rem;height:24rem}}@media (min-width:864px){.hero-content-wrapper{flex-direction:row;align-items:center}}
.about-section{background:var(--bg-dark-2);z-index:2;padding:4rem 0;position:relative}.about-container{justify-content:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.about-content{flex-direction:column;gap:2.5rem;width:100%;max-width:960px;display:flex}.about-text{text-align:center;flex-direction:column;gap:1rem;display:flex}.about-text h2{margin:0;font-size:1.875rem;font-weight:700}.about-text p{color:var(--text-gray);max-width:48rem;font-size:1.125rem;line-height:1.625}.stats-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.stat-card{background:linear-gradient(to right,var(--bg-dark),var(--bg-dark-2));border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 0 1rem #000}.stat-card:hover{border-color:var(--primary-hover);color:var(--primary-hover);filter:drop-shadow(0 0 var(--dropshadow-hover-spread)var(--primary-hover));transform:scale(1.05)}.stat-icon-circle{background:var(--bg-dark-2);width:2.5rem;height:2.5rem;color:var(--primary-hover);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.stat-card:hover .stat-icon-circle{color:var(--primary-hover)}.stat-number{color:var(--primary-hover);margin:0;font-size:1.875rem;font-weight:700;transition:color .3s}.stat-card:hover .stat-number{color:var(--primary-hover)}.stat-label{color:#d1d5db;margin:0;font-weight:500}@media (min-width:768px){.about-text{text-align:left}.about-container{padding:0 2.5rem}.stats-grid{grid-template-columns:repeat(3,1fr)}}
.skills-section{padding:4rem 0}.skills-container{z-index:1;justify-content:center;padding:0 1rem;display:flex;position:relative}.skills-content{width:100%;max-width:960px}.skills-header{text-align:center;margin-bottom:2.5rem}.skills-title{color:var(--text-white);letter-spacing:-.025em;margin:0 0 1rem;font-size:1.875rem;font-weight:700}.skills-subtitle{color:var(--text-gray);margin:0}.skills-grid{justify-content:center;align-items:center;gap:.5rem;display:grid}.skill-tag{background-color:var(--bg-surface);border:1px solid var(--border-dark);color:var(--text-white);cursor:default;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:transform .2s,border-color .2s,color .2s,box-shadow .2s;display:flex}.skill-tag:hover{border-color:var(--skill-color);color:var(--skill-color);box-shadow:0 0 12px var(--skill-color)}.skill-tag:hover .skill-icon{color:var(--skill-color)}.skill-icon{align-items:center;font-size:1.25rem;display:flex}.skill-name{font-weight:500}@media (min-width:767px){.skills-grid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}}@media (min-width:1070px){.skills-header{text-align:left}.skills-container{padding:0 2.5rem}.skills-section{padding:6rem 0}.skills-grid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}}
.projects-section{background:var(--bg-dark-2);z-index:2;padding:4rem 0;position:relative}.projects-container{justify-content:center;padding-inline:clamp(1rem,4vw,2rem);display:flex}.projects-max-width{width:100%;max-width:960px}.projects-header{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.projects-header a{color:inherit;font-weight:500;text-decoration:none}.projects-header a:hover{text-decoration:underline}.projects-header div{text-align:center;width:100%}.section-title{margin:0 0 .5rem;font-size:1.875rem;font-weight:800}.section-subtitle{color:var(--text-gray);margin:0}.featured-projects-grid{box-sizing:border-box;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:100%;margin-top:2rem;display:flex}#no-projects{text-align:center;color:var(--text-gray);grid-column:1/-1;padding:3rem 1rem}@keyframes card-enter{to{opacity:1;transform:translateY(0)scale(1)}}@media (min-width:768px){.projects-header{flex-direction:row;align-items:center}.projects-header div{text-align:start;width:40%}}@media (min-width:600px){.featured-projects-grid>*{flex:0 calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}}
