*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none}.hero{position:relative;min-height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px;pointer-events:none}.navbar>*{pointer-events:auto}.nav-left{display:flex;align-items:center;gap:12px}.nav-logo{display:flex;align-items:center;gap:8px}.nav-brand{display:none;font-size:15px;font-weight:600;letter-spacing:-.02em;color:#000}.menu-btn{display:flex;align-items:center;gap:8px;background:#000;border-radius:9999px;padding:4px 14px 4px 4px}.menu-btn-circle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff}.menu-btn-label{font-size:11px;font-weight:500;color:#fff}.nav-tags{display:none;align-items:center;gap:16px;background:#f4f4f6;border-radius:9999px;padding:10px 20px}.nav-tag{font-size:11px;font-weight:500;color:#000;white-space:nowrap}.nav-right{display:flex;align-items:center}.nav-right-pill{display:flex;align-items:center;gap:10px;background:#f4f4f6;border-radius:9999px;padding:4px}.grid-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#000}.nav-right-label{display:none;font-size:11px;font-weight:500;color:#000;padding-right:14px;white-space:nowrap}.video-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;align-items:center;justify-content:center}.video-wrapper{width:80%;height:80%}.bg-video{width:100%;height:100%;object-fit:cover}.footer{position:relative;z-index:30;margin-top:auto;background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,.8) 50%,transparent 100%);padding:48px 16px 24px}.footer-inner{display:flex;flex-direction:column;gap:24px}.footer-left{display:flex;flex-direction:column;gap:20px}.subtitle{display:flex;align-items:center;gap:8px}.subtitle-dot{width:8px;height:8px;border-radius:50%;background:#000;flex-shrink:0}.subtitle-text{font-size:13px;font-weight:400;color:#0000008c}.heading{font-size:clamp(2rem,8vw,4.5rem);font-weight:300;letter-spacing:-.03em;line-height:1;color:#000}.footer-buttons{display:flex;align-items:center;gap:10px}.btn{font-size:13px;font-weight:500;border-radius:9999px;padding:10px 20px;transition:opacity .2s ease,background-color .2s ease}.btn-primary{background:#000;color:#fff}.btn-primary:hover{opacity:.85}.btn-outline{background:transparent;color:#000;border:1px solid rgba(0,0,0,.35)}.btn-outline:hover{background:#0000000d}.footer-right{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.tag-pill{font-size:11px;font-weight:500;color:#000;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:9999px;padding:8px 16px;white-space:nowrap}@media(min-width:768px){.navbar{padding:24px 32px}.nav-brand{display:inline}.menu-btn-circle{width:32px;height:32px}.nav-tags{display:flex}.grid-btn{width:32px;height:32px}.nav-right-label{display:inline}.video-wrapper{width:100%;height:100%}.footer{padding:64px 32px 32px}.footer-inner{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}.heading{font-size:clamp(2.5rem,5.5vw,4.5rem)}.footer-right{flex-wrap:nowrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
