#hero{min-height:100vh}.hero-root{flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-grid{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width:768px){.hero-grid{padding:0 32px}}.video-wrapper{z-index:0;width:55%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.bg-video{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:1023px){.video-wrapper{display:none}}.hero-content{z-index:2;flex-direction:column;gap:20px;max-width:580px;display:flex;position:relative}.hero-badge{background:var(--muted);color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.badge-dot{background:var(--foreground);border-radius:50%;width:6px;height:6px}.hero-title{letter-spacing:-.03em;color:var(--foreground);font-size:clamp(2.4rem,8vw,5rem);font-weight:300;line-height:1.05}.hero-highlight{font-weight:500}.hero-subtitle{color:var(--muted-foreground);max-width:560px;font-size:clamp(.95rem,2vw,1.15rem);font-weight:400;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;padding-top:4px;display:flex}.hero-actions .btn-primary{background:var(--foreground);color:var(--background);cursor:pointer;border-radius:9999px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.hero-actions .btn-primary:hover{opacity:.85}.hero-actions .btn-secondary{color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;padding:14px 28px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:border-color .2s;display:inline-flex}.hero-actions .btn-secondary:hover{border-color:var(--foreground)}.hero-pills{z-index:2;flex-wrap:wrap;align-items:center;gap:8px;margin-top:48px;display:flex;position:relative}.hero-pill{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:9999px;align-items:center;gap:6px;padding:6px 16px;font-size:11px;font-weight:500;display:inline-flex}@media (min-width:768px){.hero-pills{width:100%;max-width:1280px;margin:0 auto;padding:0 32px;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}}
