@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Extralight-BJfeaWGE.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Light-63vfU3il.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Regular-BDsG2z-X.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Medium-FZKh3IkD.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Semibold-DfkbMNXN.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Bold-CfpApNHT.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{font-family:ClashGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Extralight-BJfeaWGE.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Light-63vfU3il.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Regular-BDsG2z-X.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Medium-FZKh3IkD.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Semibold-DfkbMNXN.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:ClashGrotesk;src:url(/assets/ClashGrotesk-Bold-CfpApNHT.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-red: #F24F2F;--black: #000000;--white: #FFFFFF;--light-gray: #F5F5F5;--text-gray: #666666}body{font-family:ClashGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--black);overflow-x:hidden;margin:0;padding:0;background:#f8f8f8;display:flex;justify-content:center}#root{width:100%;max-width:1280px;background:var(--white);box-shadow:0 0 40px #0000000d}*{font-family:ClashGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;background:var(--white);position:relative;margin:0;padding:0}.app>*{width:100%;max-width:1280px}section{width:100%;display:flex;justify-content:center;align-items:center}.navbar{position:sticky;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 60px;background:var(--white);z-index:1000;box-shadow:0 2px 10px #0000000d;margin:0}.navbar-content{display:contents}.nav-left,.nav-right{display:flex;gap:20px;align-items:center;flex:1}.nav-left{justify-content:flex-start}.nav-right{flex-direction:column;gap:10px;align-items:flex-end;justify-content:flex-end}.nav-center{flex:0}.nav-link{text-decoration:none;color:var(--black);font-size:16px;font-weight:400;transition:color .3s}.nav-link:hover{color:var(--primary-red)}.logo{width:50px;height:50px;background:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center}.download-buttons{display:flex;gap:20px;align-items:center}.download-btn,.business-login-btn{background:transparent;color:var(--black);padding:10px 20px;border-radius:25px;border:none;font-family:ClashGrotesk,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px;text-decoration:none}.download-btn.apple,.download-btn.google{background:var(--black);color:var(--white)}.download-btn .icon,.business-login-btn .icon{width:16px;height:16px;object-fit:contain}.business-login-btn{background:transparent;color:var(--black)}.download-btn:hover,.business-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger span{width:25px;height:2px;background:var(--black);transition:all .3s}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:var(--white);padding:20px;box-shadow:0 4px 6px #0000001a;z-index:999}.mobile-menu.open{display:block}.mobile-nav-links{display:flex;flex-direction:column;gap:15px}.hero{margin:0;min-height:auto;display:block;padding:0;width:100%;background:var(--white)}.hero-content{width:100%;margin:0;padding:0;display:block}.hero-image-container{position:relative;width:100%;max-width:100%;height:600px;border-radius:0;overflow:hidden;margin:0;padding:0;background:var(--white);display:block;line-height:0}.hero-bg{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.hero-overlay{position:absolute;bottom:20px;left:40px;right:40px;text-align:center}.hero-title{font-size:80px;font-weight:700;line-height:77px;text-align:center}.highlight{color:var(--primary-red);text-transform:uppercase}.hero-description{max-width:1000px;width:100%;margin:40px auto 0 80px;text-align:left;padding:10px 20px 20px}.hero-description h2{max-width:942px;width:100%;font-size:45px;font-weight:400;line-height:1.15;margin-bottom:30px;color:var(--black);text-align:left}.hero-description p{max-width:838px;width:100%;font-size:16px;line-height:22.4px;font-weight:400;color:var(--black);text-align:left}.download-section{padding:40px 60px 100px;background:var(--white);width:100%;display:flex;justify-content:center}.download-container{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.download-image img{width:100%;max-width:516px;height:auto}.section-title{font-size:32px;font-weight:700;margin-bottom:40px;line-height:1.2}.feature-list{display:flex;flex-direction:column;gap:30px}.feature-item{display:flex;gap:20px;align-items:center}.feature-number{min-width:42.996px;height:42.99px;background:#d9d9d9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:18px;flex-shrink:0}.feature-item p{width:380px;font-size:16px;font-weight:400;line-height:140%;padding-top:0}.how-to-use{padding:0 80px;background:#efefef;width:100%;display:flex;justify-content:center;position:relative;overflow:hidden}.how-to-container{max-width:1280px;height:765px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0px;align-items:center;position:relative}.how-to-right{position:relative;width:1042px;height:764px;background-size:contain;background-position:right center;background-repeat:no-repeat;margin-left:-150px;z-index:1;transition:background-image .5s ease-in-out}.how-to-left{position:relative;z-index:2}.how-to-left h2{font-size:40px;font-weight:400;margin-bottom:20px}.how-to-left p{width:380px;font-size:16px;line-height:1.6;color:var(--black);margin-bottom:40px}.carousel-nav{display:flex;align-items:center;gap:20px}.nav-arrow{width:auto;height:auto;border-radius:0;border:none;background:transparent;font-size:40px;font-weight:200;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;color:var(--black);padding:0;line-height:1}.nav-arrow:hover{color:var(--primary-red)}.nav-indicator{width:58px;height:58px;border-radius:50%;border:1px solid var(--black);background:transparent;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;color:var(--black)}.phone-mockup{display:none}.for-venues{padding:100px 60px;background:var(--white);width:100%;display:flex;justify-content:center}.venues-container{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.venues-left h2{font-size:40px;font-weight:400;margin-bottom:40px}.venue-features{display:flex;flex-direction:column;gap:30px}.venue-feature{display:flex;gap:20px;align-items:center}.feature-number.red{background:var(--primary-red);color:var(--white);min-width:43px;height:43px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:18px;flex-shrink:0}.venue-feature p{width:380px;font-size:16px;line-height:1.6;padding-top:0}.venue-feature strong{font-weight:500}.venues-right img{width:100%;height:auto;transition:opacity .7s ease-in-out}.venue-carousel-image{animation:fadeIn .7s ease-in-out}@keyframes fadeIn{0%{opacity:.7}to{opacity:1}}.contact-section{padding:60px;background:var(--white);width:100%;display:flex;justify-content:center}.contact-container{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-left h2{font-size:40px;font-weight:400;margin-bottom:20px}.contact-left>p{font-size:16px;line-height:1.6;color:var(--black);margin-bottom:35px}.contact-form{display:flex;flex-direction:column;gap:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:8px}.form-row-full{grid-template-columns:1fr;margin-bottom:8px}.form-row-full input,.form-row-full textarea{width:100%}.form-row-full textarea{min-height:120px;padding:16px 24px;border-radius:28px;font-size:15px;line-height:1.5;resize:vertical}.form-submit-wrapper{display:flex;justify-content:flex-end;margin-top:16px}.contact-form input,.contact-form textarea{padding:14px 24px;border-radius:24px;border:none;background:#e9e9ea;font-family:ClashGrotesk;font-size:14px;outline:none;transition:all .3s;color:var(--black);justify-content:center}.form-row-single{grid-template-columns:1fr}.form-row-single textarea{width:100%;padding:16px 24px;font-size:15px;line-height:1.5;min-height:110px;border-radius:28px}.form-submit-row{display:flex;justify-content:flex-end}input.single-full{grid-column:1 / -1}.contact-form textarea{resize:none;min-height:100px}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 2px var(--primary-red)}.submit-btn{width:285px;height:50px;padding:16px 48px;font-size:14px;letter-spacing:1.4px;font-weight:600;min-width:240px;border-radius:50px;background:var(--black);color:#fff;border:none;cursor:pointer;transition:all .25s ease}.submit-btn:hover{background:var(--primary-red);transform:translateY(-2px);box-shadow:0 4px 12px #f24f2f4d}.contact-cta{background:var(--white);padding:165px 40px 60px;border-radius:20px;text-align:left}.contact-cta h3{width:349px;max-width:100%;font-size:32px;font-weight:700;color:#ef4423;line-height:41px;margin-bottom:10px}.contact-cta h3:last-of-type{margin-bottom:40px}.social-links{display:flex;gap:20px}.social-links a{width:30px;height:30px;background:var(--black);border-radius:20%;display:flex;align-items:center;justify-content:center;transition:all .3s}.social-links a:hover{background:var(--primary-red);transform:translateY(-2px)}.social-links img{width:16px;height:16px;filter:invert(1)}.footer{padding:40px 60px;background:var(--white);width:100%;display:flex;justify-content:center}.footer-content{max-width:1400px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-link{text-decoration:none;color:var(--text-gray);font-size:16px;font-weight:400;transition:color .3s}.footer-link:hover{color:var(--primary-red)}.footer-text{font-size:18px;font-weight:500;color:var(--black)}@media(max-width:1200px){.navbar{padding:20px 40px}.hero,.download-section,.how-to-use,.for-venues,.contact-section{padding:80px 40px}.hero-title{font-size:56px}.section-title,.how-to-left h2,.venues-left h2,.contact-left h2{font-size:40px}}@media(max-width:968px){.navbar{flex-wrap:wrap;padding:20px 30px}.nav-left,.nav-right{flex:1 1 100%;justify-content:center;margin-top:10px}.download-container,.how-to-container,.venues-container,.contact-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:48px}.hero-overlay{left:30px;right:30px;bottom:30px}.contact-cta{padding:40px 40px 60px}.form-row{grid-template-columns:1fr}.hero-description h2{font-size:32px}}@media(max-width:640px){.nav-left,.nav-center{display:none!important}.hamburger{display:flex}.navbar{padding:15px 20px;justify-content:space-between}.nav-right{flex-direction:row!important;gap:10px;flex:0!important;margin-top:0!important}.download-buttons{gap:10px}.business-login-btn{display:none}.hero{padding:0}.hero-description{margin:40px 20px 0;padding:10px 0;width:calc(100% - 40px)}.hero-description h2{font-size:24px;line-height:1.3;width:100%;max-width:100%}.hero-description p{font-size:14px;line-height:1.6;width:100%;max-width:100%}.hero-title{font-size:32px;line-height:1.2}.hero-image-container{height:400px}.hero-overlay{left:20px;right:20px;bottom:20px}.download-section,.how-to-use,.for-venues,.contact-section{padding:60px 20px}.feature-item p,.venue-feature p{width:100%;height:auto;max-width:100%}.section-title,.how-to-left h2,.venues-left h2,.contact-left h2{font-size:28px}.contact-cta h3{font-size:32px;width:100%;line-height:1.3}.contact-cta{padding:5px 20px 60px}.download-btn,.download-btn.apple,.download-btn.google{font-size:10px;padding:8px 12px}.download-btn .icon{width:12px;height:12px}.footer-content{flex-direction:column;gap:20px;text-align:center}.how-to-container{height:auto;padding:40px 0;display:flex;flex-direction:column;gap:20px}.how-to-left{order:1;display:flex;flex-direction:column;align-items:center;text-align:center}.how-to-left h2{font-size:28px;margin-bottom:20px;width:100%}.how-to-left p{display:none}.carousel-nav{order:3;gap:15px;margin-top:20px}.how-to-right{order:2;width:100%;height:400px;margin-left:0;background-size:contain;background-position:center}.mobile-carousel-description{order:4;width:100%;font-size:14px;line-height:1.6;color:var(--black);margin-top:20px;text-align:center;padding:0 20px}.nav-arrow{font-size:30px}.nav-indicator{width:50px;height:50px;font-size:14px}}html{scroll-behavior:smooth}.terms-page,.terms-page *,.terms-page *:before,.terms-page *:after{columns:auto!important;column-count:auto!important;column-width:auto!important;-webkit-columns:auto!important;-moz-columns:auto!important;-webkit-column-count:auto!important;-moz-column-count:auto!important}.terms-content section{display:block!important;width:100%!important;justify-content:unset!important;align-items:unset!important}.terms-page{width:100%;min-height:100vh;background:#fff}.terms-nav{position:sticky;top:0;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 40px;background:#fff;box-shadow:0 2px 10px #0000000d;z-index:100}.back-link{text-decoration:none;color:#000;font-size:16px}.nav-logo{width:50px;height:50px;border-radius:50%}.terms-content{max-width:800px;margin:0 auto;padding:40px 20px 80px;font-family:ClashGrotesk,sans-serif}.terms-content h1{font-size:36px;font-weight:700;margin-bottom:10px}.updated{font-size:14px;color:#666;margin-bottom:40px}.terms-content section{margin-bottom:40px}.terms-content h2{font-size:28px;font-weight:600;margin:30px 0 15px}.terms-content h3{font-size:20px;font-weight:500;margin:20px 0 10px}.terms-content p{font-size:16px;line-height:1.6;margin-bottom:15px}.terms-content ul{margin:15px 0;padding-left:25px}.terms-content li{font-size:16px;line-height:1.6;margin-bottom:10px}.terms-content a{color:#f24f2f;text-decoration:none}.terms-content a:hover{text-decoration:underline}@media(max-width:768px){.terms-nav{padding:15px 20px}.terms-content{padding:30px 20px 60px}.terms-content h1{font-size:28px}.terms-content h2{font-size:24px}.terms-content h3{font-size:18px}.terms-content p,.terms-content li{font-size:15px}}
