.robot-hero-section{position:relative;width:100%;aspect-ratio:16/9;min-height:500px;max-height:100vh;display:flex;align-items:center;border-bottom:1px solid var(--border-color)}.robot-hero-bg{position:absolute;inset:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.robot-hero-bg img,.robot-hero-video{width:100%;height:100%;object-fit:cover;opacity:.4}.robot-hero-video{display:block;aspect-ratio:16/9;object-position:center center}@media (min-aspect-ratio:16/9){.robot-hero-bg img,.robot-hero-video{width:100%;height:auto;min-height:100%}}@media (max-aspect-ratio:16/9){.robot-hero-bg img,.robot-hero-video{width:auto;height:100%;min-width:100%}}.robot-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--bg-primary) 0%,rgba(10,10,10,.192) 40%,rgba(255,255,255,0) 70%)}.robot-hero-inner{position:relative;z-index:10;max-width:var(--container-max);margin:0 auto;padding:128px var(--container-px);width:100%}.robot-hero-content{max-width:672px}.robot-hero-label{display:flex;align-items:center;gap:12px;margin-bottom:24px}.robot-hero-label-text{font-family:var(--font-mono);font-size:12px;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.15em}.robot-hero-label-line{height:1px;flex:1;background:var(--border-color);max-width:120px}.robot-hero-title{font-size:clamp(36px,5vw,64px);font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:24px}.robot-hero-title span{color:var(--accent-cyan)}.robot-hero-desc{font-size:16px;color:var(--text-secondary);line-height:1.8;margin-bottom:32px}.robot-hero-actions{display:flex;flex-wrap:wrap;gap:16px}.robot-hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-fast)}.robot-hero-btn--primary{background:var(--accent-cyan);color:var(--bg-primary)}.robot-hero-btn--primary:hover{background:var(--accent-cyan-dark)}.robot-hero-btn--outline{border:1px solid var(--border-color);color:var(--text-primary)}.robot-hero-btn--outline:hover{border-color:var(--accent-cyan);color:var(--accent-cyan)}