.hero{background:var(--gradient-hero);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:60px;padding-bottom:20px;display:flex;position:relative;overflow:hidden}.hero__bg-grid{pointer-events:none;background-image:linear-gradient(#6366f10a 1px,#0000 1px),linear-gradient(90deg,#6366f10a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.hero__orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.hero__orb--1{background:#4f46e52e;width:520px;height:520px;animation:8s ease-in-out infinite orbFloat;top:-150px;right:-100px}.hero__orb--2{background:#818cf81f;width:320px;height:320px;animation:10s ease-in-out infinite reverse orbFloat;bottom:0;left:-80px}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-20px)scale(1.05)}66%{transform:translate(-10px,10px)scale(.97)}}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero__badge{color:var(--accent-light);letter-spacing:.5px;background:#6366f11a;border:1px solid #6366f140;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{color:var(--text-white);letter-spacing:-1.5px;margin-bottom:24px;font-size:clamp(36px,5vw,62px);font-weight:800;line-height:1.1}.hero__title-accent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{color:var(--text-light);max-width:480px;margin-bottom:36px;font-size:17px;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero__btn{border-radius:var(--radius-sm);transition:var(--transition);letter-spacing:.3px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.hero__btn--primary{background:var(--gradient-accent);color:#fff}.hero__btn--primary:hover{box-shadow:0 0 32px var(--accent-glow);opacity:.92;transform:translateY(-2px)}.hero__btn--outline{color:var(--text-white);background:0 0;border:1.5px solid #6366f166}.hero__btn--outline:hover{border-color:var(--accent);color:var(--accent-light);background:#6366f114;transform:translateY(-2px)}.hero__stats{align-items:center;gap:24px;display:flex}.hero__stat{flex-direction:column;gap:2px;display:flex}.hero__stat strong{background:var(--gradient-accent);-webkit-text-fill-color:transparent;background-clip:text;font-size:28px;font-weight:800;line-height:1}.hero__stat span{color:var(--text-muted);white-space:nowrap;font-size:12px}.hero__stat-divider{background:#6366f133;width:1px;height:36px}.hero__visual{position:relative}.hero__code-window{background:#0a0814eb;border:1px solid #6366f140;border-radius:14px;animation:6s ease-in-out infinite windowFloat;overflow:hidden;box-shadow:0 24px 60px #0009,0 0 50px #4f46e51f}@keyframes windowFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__code-header{background:#6366f10d;border-bottom:1px solid #6366f11f;align-items:center;gap:8px;padding:14px 16px;display:flex}.hero__dot{border-radius:50%;width:12px;height:12px}.hero__dot--red{background:#ff5f57}.hero__dot--yellow{background:#febc2e}.hero__dot--green{background:#28c840}.hero__code-filename{color:var(--text-muted);margin-left:8px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:12px}.hero__code-body{padding:20px 20px 20px 24px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:13.5px;line-height:1.9}.hero__code-line{white-space:pre;display:block}.hero__code-line--indent{padding-left:20px}.hero__code-line--indent2{padding-left:40px}.hero__code-line--empty{line-height:.8}.kw{color:#c792ea}.fn{color:#82aaff}.str{color:#c3e88d}.var{color:#eff}.op,.punc{color:#89ddff}.prop{color:#f78c6c}.bool{color:#ff5370}.comment{color:#546e7a;font-style:italic}.hero__cursor{background:var(--accent);vertical-align:middle;width:2px;height:14px;margin-left:2px;animation:1.1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero__float{color:var(--text-white);backdrop-filter:blur(8px);white-space:nowrap;background:#0d0b14eb;border:1px solid #6366f140;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;position:absolute;box-shadow:0 8px 24px #0006}.hero__float--1{color:#28c840;border-color:#28c8404d;animation:4s ease-in-out infinite floatBadge;top:-20px;right:-20px}.hero__float--2{color:var(--accent-light);animation:5s ease-in-out 1s infinite floatBadge;bottom:40px;right:-30px}.hero__float--3{font-size:12px;animation:4.5s ease-in-out .5s infinite floatBadge;bottom:-20px;left:20px}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__scroll-indicator{flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:2px solid #6366f166;border-radius:12px;justify-content:center;width:22px;height:36px;padding-top:6px;display:flex}.hero__scroll-wheel{background:var(--accent);border-radius:2px;width:3px;height:8px;animation:2s ease-in-out infinite scrollWheel}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}80%{opacity:0;transform:translateY(10px)}81%{opacity:0;transform:translateY(0)}to{opacity:1}}@media (width<=992px){.hero__inner{text-align:center;grid-template-columns:1fr;gap:40px}.hero__subtitle{max-width:100%}.hero__actions,.hero__stats{justify-content:center}.hero__visual{justify-content:center;display:flex}.hero__code-window{width:100%;max-width:480px}.hero__float--1,.hero__float--2,.hero__float--3{display:none}}@media (width<=480px){.hero__title{letter-spacing:-.5px;font-size:32px}.hero__code-body{padding:14px;font-size:12px}.hero__stats{gap:16px}.hero__stat strong{font-size:22px}}
