.home-hero{box-sizing:border-box;padding:104px 24px 44px}.home-hero-inner{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 15px;border-radius:100px;background:rgba(255,255,255,.04);border:1px solid var(--ut-border-mid);color:#cfcfcf;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:26px;animation:ut-rise .6s var(--ut-ease) both}.hero-badge-prompt{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;color:var(--ut-accent);font-weight:700;letter-spacing:0}.hero-headline{margin:0 0 20px;line-height:1.04;font-size:1rem;animation:ut-rise .6s var(--ut-ease) .08s both}.hero-headline-1{display:block;color:var(--ut-text-2);font-size:clamp(2rem,4.4vw,3.4rem);font-weight:500;letter-spacing:-.5px}.hero-headline-2{display:block;color:var(--ut-text);font-size:clamp(2.6rem,6vw,4.6rem);font-weight:800;letter-spacing:-2px;line-height:.98}.hero-sub{color:var(--ut-text-3);font-size:1.15em;line-height:1.6;max-width:440px;margin:0 0 30px;animation:ut-rise .6s var(--ut-ease) .16s both}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;animation:ut-rise .6s var(--ut-ease) .24s both}.hero-btn{display:inline-flex;align-items:center;gap:9px;padding:13px 24px;border-radius:var(--ut-r-sm);font-weight:600;font-size:.98em;text-decoration:none;box-sizing:border-box;transition:background var(--ut-speed) ease , border-color var(--ut-speed) ease , transform var(--ut-speed) ease}.hero-btn i{transition:transform var(--ut-speed) var(--ut-ease)}.hero-btn-primary{background:#ececec;color:#101012;border:1px solid #ececec}.hero-btn-primary:hover{background:#fff;border-color:#fff;transform:translateY(-1px)}.hero-btn-primary:hover i{transform:translateX(3px)}.hero-btn-secondary{background:rgba(255,255,255,.04);color:var(--ut-text-2);border:1px solid var(--ut-border-strong);backdrop-filter:blur(6px)}.hero-btn-secondary:hover{background:var(--ut-fill-hover);border-color:rgba(255,255,255,.3)}.home-hero-right{display:flex;align-items:center;justify-content:center;animation:ut-rise .7s var(--ut-ease) .2s both}.hero-terminal{position:relative;width:100%;max-width:480px;aspect-ratio: 4 / 3}.hero-terminal-card{position:absolute;width:86%;height:86%;border-radius:var(--ut-r-2xl);background:rgba(255,255,255,.025);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid var(--ut-border-mid)}.hero-terminal-back{top:14%;left:14%;background:rgba(255,255,255,.015);border-color:rgba(255,255,255,.07)}.hero-terminal-front{top:0;left:0;display:flex;align-items:center;justify-content:center;border-color:rgba(255,255,255,.18);box-shadow:inset 1px 1px 0 rgba(255,255,255,.16) , var(--ut-shadow)}.hero-terminal-prompt{width:44%;height:auto;filter:drop-shadow(0 0 14px rgba(255,255,255,.35))}@media (max-width:900px){.home-hero-inner{grid-template-columns:1fr;gap:32px}.hero-terminal{max-width:340px}}@media (max-width:768px){.home-hero{padding:108px 18px 44px}.hero-sub{font-size:1.05em}.home-hero-right{display:none}.hero-buttons{flex-direction:column;align-items:stretch}.hero-btn{width:100%;justify-content:center}}