.hero-section{min-height:100vh;padding:0 4rem;overflow:hidden}.hero-inner,.hero-section{position:relative;display:flex;align-items:center}.hero-inner{z-index:10;justify-content:space-between;gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding-top:5rem}.hero-content{flex:1;max-width:650px}.hero-illustration{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hero-label{font-family:var(--font-mono);color:var(--accent-amber);font-size:.9rem;margin-bottom:1.5rem}.hero-title{font-family:var(--font-display);font-size:2.2rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}.word{display:inline-block}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:var(--text-muted);margin-bottom:2.5rem;max-width:600px}.hero-cta-row{display:flex;gap:1.5rem;margin-bottom:4rem}.btn-primary{padding:.8rem 1.5rem;background-color:var(--accent-cyan);color:var(--bg);font-family:var(--font-mono);font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 0 20px rgba(0,245,212,.4);transform:translateY(-2px)}.btn-social{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-family:var(--font-mono);border-radius:4px;text-decoration:none;transition:all .3s ease}.btn-social:hover{border-color:var(--accent-cyan);color:var(--accent-cyan)}.hero-metrics{display:flex;gap:2rem}.metric-card{padding:1.5rem 2rem;min-width:160px}.metric-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--accent-cyan);margin-bottom:.5rem}.metric-label{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}@media (max-width:1200px){.hero-title{font-size:2rem}}@media (max-width:1024px){.hero-inner{flex-direction:column;text-align:center;padding-top:6rem}.hero-greeting,.hero-inner{align-items:center}.hero-content{max-width:700px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta-row,.hero-metrics{justify-content:center}.hero-illustration{order:-1}}@media (max-width:768px){.hero-section{padding:0 2rem}.hero-title{font-size:1.8rem}.hero-metrics{flex-direction:row;gap:.5rem;justify-content:space-between;width:100%}.hero-cta-row{flex-wrap:wrap;justify-content:center}}.light .hero-title{background:linear-gradient(135deg,#0f766e,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-greeting{font-family:var(--font-mono);font-size:3.5rem;line-height:1.2;color:var(--text-primary);margin-top:1.5rem;margin-bottom:1.5rem;font-weight:800;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.typewriter{color:var(--accent-cyan);font-weight:600;position:relative}.typewriter-cursor{animation:type-blink 1s step-end infinite;color:var(--accent-cyan);font-weight:700;margin-left:2px}@keyframes type-blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.hero-greeting{font-size:2.5rem;align-items:flex-start}.hero-inner{flex-direction:column;padding-top:120px;gap:2rem}.hero-content{order:2;text-align:left}.hero-illustration{order:1;width:100%;max-width:280px;margin:0 auto 1rem}.hero-cta-row{flex-direction:column;width:100%}.hero-cta-row .btn-primary,.hero-cta-row .btn-social{width:100%;justify-content:center}.hero-metrics{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%}.metric-card{padding:1rem .5rem;min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.metric-value{font-size:1.8rem}.metric-label{font-size:.6rem;letter-spacing:0}}