.hero{background:var(--gradient-hero);min-height:100vh;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);pointer-events:none;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero__greeting{color:var(--accent);font-family:var(--font-mono);margin-bottom:.5rem;font-size:1rem}.hero__name{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.hero__title-wrapper{align-items:center;gap:.5rem;min-height:2.2rem;margin-bottom:1.5rem;font-size:clamp(1.1rem,2.5vw,1.5rem);display:flex}.hero__title-prefix{color:var(--text-secondary)}.hero__title-typed{color:var(--accent);font-weight:600}.hero__cursor{color:var(--accent);animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.hero__description{color:var(--text-secondary);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__socials{gap:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-muted);transition:var(--transition);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}.hero__visual{justify-content:center;display:flex}.hero__code-block{background:var(--code-bg);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);transition:transform var(--transition);border-radius:.75rem;overflow:hidden}.hero__code-block:hover{transform:translateY(-4px)}.code-header{border-bottom:1px solid var(--border);background:#0003;align-items:center;gap:6px;padding:.75rem 1rem;display:flex}.code-dot{border-radius:50%;width:10px;height:10px}.code-dot--red{background:#ff5f57}.code-dot--yellow{background:#febc2e}.code-dot--green{background:#28c840}.code-filename{font-family:var(--font-mono);color:var(--text-muted);margin-left:auto;font-size:.75rem}.code-body{padding:0 1.25rem;font-size:.85rem;line-height:1.7;overflow-x:auto}.code-body code{font-family:inherit}.code-keyword{color:#c678dd}.code-type{color:#e5c07b}.code-prop{color:#e06c75}.code-string{color:#56b6c2}.code-value{color:#98c379}.code-var{color:#61afef}.hero__scroll{animation:2s ease-in-out infinite float;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll a{color:var(--text-muted);transition:color var(--transition)}.hero__scroll a:hover{color:var(--accent)}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:900px){.hero__container{text-align:center;grid-template-columns:1fr}.hero__description{margin-left:auto;margin-right:auto}.hero__actions,.hero__socials{justify-content:center}.hero__visual{display:none}}@media (max-width:640px){.hero__name{font-size:2.2rem}}
