@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.layout-container{background-color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;display:flex;position:relative}.navbar{z-index:50;pointer-events:none;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex;position:fixed;top:0;left:0}.navbar *{pointer-events:auto}.nav-left,.nav-right,.logo-container{align-items:center;gap:8px;display:flex}.logo-svg{transform:rotate(-35deg)}.brand-text{letter-spacing:-.01em;font-size:14px;font-weight:600;display:none}.pill-menu{color:#fff;cursor:pointer;background:#000;border-radius:9999px;align-items:center;gap:8px;padding:4px 12px 4px 4px;display:flex}.plus-circle{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.menu-text{font-size:11px;font-weight:500}.pill-tags{color:#0009;background:#f4f4f6;border-radius:9999px;align-items:center;gap:12px;padding:8px 16px;font-size:11px;font-weight:500;display:none}.pill-adaptive{background:#f4f4f6;border-radius:9999px;align-items:center;gap:8px;padding:4px 4px 4px 12px;display:flex}.adaptive-text{color:#000;font-size:11px;font-weight:500;display:none}.grid-circle{color:#fff;cursor:pointer;background:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.video-wrapper{z-index:0;background-color:#000;width:80%;height:80%;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.bg-video{object-fit:cover;object-position:50% center;width:100%;height:100%}.footer-wrapper{z-index:30;background:linear-gradient(#0000 0%,#ffffffb8 50%,#fffffff5 100%);flex-direction:column;gap:32px;width:100%;margin-top:auto;padding:60px 16px 24px;display:flex;position:relative}.footer-left{flex-direction:column;gap:16px;display:flex}.subtitle-line{color:#0000008c;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.dot{background-color:#10b981;border-radius:50%;width:8px;height:8px}.main-heading{letter-spacing:-.03em;font-size:clamp(2rem,8vw,4.5rem);font-weight:300;line-height:1}.btn-group{gap:8px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#000;border:none;border-radius:9999px;padding:10px 20px;font-size:13px;font-weight:500}.btn-secondary{color:#000;cursor:pointer;background:0 0;border:1px solid #00000059;border-radius:9999px;padding:10px 20px;font-size:13px;font-weight:500}.footer-right{flex-wrap:wrap;gap:8px;display:flex}.tag-pill{color:#000;background:#fff;border:1px solid #0000001f;border-radius:9999px;padding:6px 14px;font-size:11px;font-weight:500}@media (width>=768px){.navbar{padding:24px 32px}.brand-text{display:block}.pill-tags{display:flex}.adaptive-text{display:block}.plus-circle,.grid-circle{width:32px;height:32px}.video-wrapper{width:100%;height:100%}.bg-video{object-position:50% center}.footer-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:120px 32px 32px}.main-heading{font-size:clamp(2.5rem,5.5vw,4.5rem)}}html,body,#app{min-height:100%;margin:0}body{background:#fff}#app{min-height:100svh}
