.header{position:fixed;top:0;left:0;right:0;background-color:transparent;z-index:100;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease}.header-scrolled{background-color:#0b0b0d;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{margin:0 auto;padding:1rem 150px;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;height:52px}.header-logo img{height:100%;width:auto}.header-nav{display:flex;align-items:center;gap:2.5rem;position:absolute;left:50%;transform:translate(-50%)}.header-nav a{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0px;color:#ffffffd9;transition:color .2s}.header-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:.75rem}.header-btn{padding:.625rem 1.25rem;font-weight:500;font-size:.9rem;border-radius:16px;cursor:pointer;transition:all .2s ease}.header-btn-outline{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.header-btn-outline:hover{border-color:#ffffffb3;background-color:#ffffff0d}.header-btn-primary{background-color:#fff;color:#0d0d0d;border:1px solid #ffffff}.header-btn-primary:hover{background-color:#ffffffe6}.header-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;gap:5px;z-index:110}.hamburger-line{display:block;width:22px;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.header-hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-hamburger.active .hamburger-line:nth-child(2){opacity:0}.header-hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0b0b0d;padding:100px 24px 40px;flex-direction:column;justify-content:flex-start;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:48px}.mobile-menu-nav a{font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:28px;color:#ffffffd9;transition:color .2s}.mobile-menu-nav a:hover{color:#fff}.mobile-menu-actions{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:280px}.mobile-menu-actions .header-btn{width:100%;padding:14px 24px;font-size:16px;text-align:center}@media (max-width: 1024px){.header-container{padding:1rem 40px}.header-nav{gap:1.5rem}.header-logo{height:44px}.header-btn{padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 768px){.header-container{padding:1rem 24px}.header-nav,.header-actions{display:none}.header-logo{height:40px}.header-hamburger,.mobile-menu{display:flex}.header.menu-open{background-color:#0b0b0d}}@media (max-width: 600px){.header-container{padding:.875rem 16px}.header-logo{height:36px}.header-hamburger{width:36px;height:36px}.hamburger-line{width:20px}.mobile-menu{padding:90px 20px 32px}.mobile-menu-nav{gap:28px}.mobile-menu-nav a{font-size:18px}.mobile-menu-actions{max-width:260px}.mobile-menu-actions .header-btn{padding:12px 20px;font-size:15px}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent 0%,#121214 100%);z-index:1;pointer-events:none}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.hero-content{position:relative;z-index:2;text-align:center;padding-top:100px;max-width:700px;margin:0 auto;padding-left:20px;padding-right:20px}.hero-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:600;line-height:52px;letter-spacing:-1.2px;color:#fff;margin-bottom:1rem;text-align:center}.hero-subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:22px;letter-spacing:0px;color:#d1d5db;margin-bottom:2rem;text-align:center}.hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.hero-btn{width:160px;height:48px;padding:14px 18px;font-size:1rem;font-weight:500;border-radius:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.hero-btn-primary{background-color:#fff;color:#0d0d0d;border:none}.hero-btn-primary:hover{background-color:#ffffffe6}.hero-btn-outline{width:160px;background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.hero-btn-outline:hover{background-color:#ffffff1a;border-color:#ffffffb3}.hero-mobiles{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;margin-top:2rem;padding-bottom:0}.hero-mobiles img{width:auto;max-width:550px;height:auto;max-height:300px}@media (max-width: 1024px){.hero-content{padding-top:90px;max-width:600px}.hero-title{font-size:42px;line-height:46px;letter-spacing:-1px}.hero-mobiles img{max-width:480px;max-height:280px}}@media (max-width: 768px){.hero-content{padding-top:80px;max-width:500px}.hero-title{font-size:36px;line-height:40px;letter-spacing:-.8px}.hero-subtitle{font-size:14px;line-height:22px}.hero-subtitle br{display:none}.hero-btn{width:140px;height:44px;padding:12px 16px;font-size:.9rem;border-radius:12px}.hero-btn-outline{width:140px}.hero-mobiles img{max-width:400px;max-height:240px}}@media (max-width: 600px){.hero-title{font-size:32px;line-height:36px}.hero-buttons{flex-direction:column;gap:.75rem}.hero-btn{width:100%;max-width:280px;height:auto;padding:16px}.hero-btn-outline{width:100%;max-width:280px}.hero-mobiles img{max-width:100%;max-height:220px}}.groups{background:linear-gradient(180deg,#121214,#1a1a1f);padding:80px 0;position:relative}.groups-top-bar{display:flex;justify-content:space-between;align-items:center;padding:0 150px;margin-bottom:80px}.groups-tagline{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#fff9}.groups-stats{display:flex;gap:48px}.stat{display:flex;align-items:baseline;gap:8px}.stat-number{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:600;color:#fff}.stat-label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#ffffff80}.stat-stars{font-size:14px;color:#facc15}.groups-container{max-width:100%;margin:0 auto;padding:0 150px;display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.groups-content{flex:0 0 400px;padding-top:60px}.groups-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:600;line-height:48px;letter-spacing:0px;color:#fff;margin-bottom:24px}.groups-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:29.25px;letter-spacing:0px;color:#9ca3af;max-width:360px}.groups-cards{display:flex;gap:24px;align-items:flex-start}.groups-card{border-radius:32px;overflow:hidden;width:288px;height:400px}.groups-card img{width:100%;height:100%;object-fit:cover}.card-1{margin-top:0}.card-2{margin-top:80px}.card-3{margin-top:0}@media (max-width: 1200px){.groups-top-bar{padding:0 60px}.groups-container{padding:0 60px;flex-direction:column;align-items:center}.groups-content{flex:none;text-align:center;padding-top:0}.groups-subtitle{max-width:100%}.groups-cards{justify-content:center}}@media (max-width: 1024px){.groups-top-bar{padding:0 40px;margin-bottom:60px}.groups-container{padding:0 40px}.card-1{width:220px;height:300px}.card-2{width:200px;height:280px;margin-top:60px}.card-3{width:210px;height:290px}}@media (max-width: 768px){.groups{padding:60px 0}.groups-top-bar{flex-direction:column;gap:24px;padding:0 24px;margin-bottom:40px}.groups-tagline{text-align:center;font-size:13px}.groups-stats{gap:32px}.stat-number{font-size:18px}.stat-label,.stat-stars{font-size:12px}.groups-container{padding:0 24px}.groups-content{width:100%;max-width:100%;margin-bottom:24px}.groups-title{font-size:32px;line-height:40px;margin-bottom:16px}.groups-subtitle{font-size:16px;line-height:26px}.card-1{width:180px;height:260px}.card-2{width:160px;height:230px;margin-top:40px}.card-3{width:170px;height:240px}}@media (max-width: 600px){.groups{padding:40px 0}.groups-top-bar{padding:0 16px;gap:20px;margin-bottom:24px}.groups-tagline{font-size:12px;line-height:18px}.groups-stats{width:100%;justify-content:center;gap:20px}.stat{flex-direction:column;align-items:center;gap:4px}.stat-number{font-size:20px}.stat-label,.stat-stars{font-size:11px}.groups-container{padding:0 16px}.groups-content{margin-bottom:20px}.groups-title{font-size:28px;line-height:36px;margin-bottom:12px}.groups-subtitle{font-size:14px;line-height:22px}.groups-cards{flex-wrap:nowrap;gap:8px;justify-content:center}.card-1{width:100px;height:140px;margin-top:0;border-radius:16px}.card-2{width:90px;height:125px;margin-top:30px;border-radius:16px}.card-3{width:95px;height:130px;margin-top:0;border-radius:16px}}@media (max-width: 400px){.groups-stats{gap:16px}.stat-number{font-size:18px}.groups-title{font-size:24px;line-height:32px}.groups-subtitle{font-size:13px;line-height:20px}.groups-cards{gap:6px}.card-1{width:90px;height:125px}.card-2{width:80px;height:110px;margin-top:25px}.card-3{width:85px;height:115px}}.categories{background:radial-gradient(55.37% 116.36% at 50% 50%,#fff,#f6f6f8,#ededef);padding:80px 0;position:relative}.categories-container{max-width:1200px;margin:0 auto;padding:0 150px}.categories-header{text-align:center;margin-bottom:60px}.categories-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:600;line-height:48px;letter-spacing:0px;color:#0b0b0d;margin-bottom:16px;text-align:center}.categories-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0px;color:#6b7280;text-align:center}.categories-cards{display:flex;gap:32px;justify-content:center}.feature-card{flex:1;max-width:500px;background:#fff;border-radius:24px;padding:32px;border:1px solid #E5E7EB}.feature-icon{width:48px;height:48px;background:#111827;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-title{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px;color:#111827;margin-bottom:12px}.feature-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#6b7280;margin-bottom:32px}.feature-image{display:flex;justify-content:center}.feature-image img{max-width:100%;height:auto;max-height:400px}@media (max-width: 1200px){.categories-container{padding:0 60px}}@media (max-width: 1024px){.categories{padding:60px 0}.categories-container{padding:0 40px}.categories-title{font-size:40px;line-height:48px}.categories-cards{gap:24px}.feature-card{padding:28px}.feature-image img{max-height:320px}}@media (max-width: 768px){.categories{padding:48px 0}.categories-container{padding:0 24px}.categories-title{font-size:32px;line-height:40px}.categories-header{margin-bottom:40px}.categories-cards{flex-direction:column;align-items:center;gap:20px}.feature-card{max-width:100%;padding:24px}.feature-title{font-size:22px;line-height:30px}.feature-image img{max-height:280px}}@media (max-width: 600px){.categories{padding:40px 0}.categories-container{padding:0 20px}.categories-title{font-size:28px;line-height:36px}.feature-card{padding:20px}.feature-title{font-size:20px;line-height:28px}.feature-image img{max-height:240px}}.how-it-works{background:#0f0f11;padding:80px 0;position:relative}.how-it-works-container{padding:0 140px}.how-it-works-header{margin-bottom:60px}.how-it-works-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:600;line-height:48px;letter-spacing:0px;color:#fff;margin-bottom:16px}.title-underline{width:80px;height:4px;background:#fff3;border-radius:9999px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;height:194px;position:relative;overflow:hidden;transition:all .3s ease;box-sizing:border-box;display:flex;flex-direction:column}.card-glow{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;z-index:0}.category-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.category-icon-wrapper{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:auto;position:relative;z-index:1}.category-icon{width:24px;height:24px;object-fit:contain}.category-name{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px;letter-spacing:0px;color:#fff;margin-bottom:4px;position:relative;z-index:1}.category-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;color:#6b7280;position:relative;z-index:1}@media (max-width: 1200px){.how-it-works-container{padding:0 60px}.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.how-it-works{padding:60px 0}.how-it-works-container{padding:0 40px}.how-it-works-title{font-size:40px;line-height:44px}.how-it-works-header{margin-bottom:48px}.category-grid{gap:20px}.category-card{height:180px;padding:24px}}@media (max-width: 768px){.how-it-works{padding:48px 0}.how-it-works-container{padding:0 24px}.how-it-works-title{font-size:32px;line-height:40px}.how-it-works-header{margin-bottom:40px}.category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-card{height:170px;padding:20px}.category-icon-wrapper{width:40px;height:40px;border-radius:10px}.category-icon{width:20px;height:20px}.category-name{font-size:18px;line-height:24px}.category-description{font-size:13px;line-height:18px}}@media (max-width: 600px){.how-it-works{padding:40px 0}.how-it-works-container{padding:0 16px}.how-it-works-title{font-size:24px;line-height:32px}.how-it-works-header{margin-bottom:32px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{height:auto;min-height:120px;padding:16px;border-radius:12px}.category-icon-wrapper{width:32px;height:32px;border-radius:8px;margin-bottom:12px}.category-icon{width:16px;height:16px}.category-name{font-size:14px;line-height:18px;margin-bottom:4px}.category-description{font-size:11px;line-height:16px}}@media (max-width: 400px){.how-it-works-container{padding:0 12px}.how-it-works-title{font-size:22px;line-height:28px}.category-grid{gap:10px}.category-card{padding:12px;min-height:100px}.category-icon-wrapper{width:28px;height:28px;margin-bottom:10px}.category-icon{width:14px;height:14px}.category-name{font-size:12px;line-height:16px}.category-description{font-size:10px;line-height:14px}}.the-flow{background:linear-gradient(180deg,#f9fafb,#fff);padding:100px 0;position:relative}.the-flow-container{max-width:1200px;margin:0 auto;padding:0 140px}.the-flow-header{text-align:center;margin-bottom:80px}.the-flow-label{font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#6366f1;margin-bottom:16px;display:block}.the-flow-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:600;line-height:56px;color:#111827;margin-bottom:16px}.the-flow-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#6b7280}.flow-steps{display:flex;justify-content:center;align-items:flex-start;gap:60px;position:relative;max-width:1000px;margin:0 auto}.flow-step{flex:1;max-width:300px;text-align:center;position:relative}.step-icon-container{display:flex;align-items:center;justify-content:center;margin-bottom:32px;position:relative}.step-icon-wrapper{width:72px;height:72px;background:#fff;border-radius:16px;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000f;position:relative;z-index:2}.step-icon-inner{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.step-icon{width:24px;height:24px;object-fit:contain}.step-connector-left{position:absolute;top:50%;right:calc(50% + 36px);width:calc(50% - 6px);height:2px;background:linear-gradient(90deg,#e5e7eb,#4f46e54d,#e5e7eb);transform:translateY(-50%);z-index:1}.step-connector-right{position:absolute;top:50%;left:calc(50% + 36px);width:calc(50% - 6px);height:2px;background:linear-gradient(90deg,#e5e7eb,#4f46e54d,#e5e7eb);transform:translateY(-50%);z-index:1}.step-title{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px;color:#111827;margin-bottom:12px}.step-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#6b7280;max-width:280px;margin:0 auto}@media (max-width: 1024px){.the-flow{padding:80px 0}.the-flow-container{padding:0 40px}.the-flow-title{font-size:40px;line-height:48px}.flow-steps{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px}.flow-step{max-width:280px}.step-icon-wrapper{width:64px;height:64px;border-radius:14px}.step-icon-inner{width:42px;height:42px;border-radius:10px}.step-icon{width:22px;height:22px}.step-connector-left,.step-connector-right{display:block;width:20px;top:32px}.step-connector-left{right:calc(50% + 28px);width:calc(50% - 12px)}.step-connector-right{left:calc(50% + 28px);width:calc(50% - 12px)}}@media (max-width: 768px){.the-flow{padding:60px 0}.the-flow-container{padding:0 24px}.the-flow-title{font-size:32px;line-height:40px}.the-flow-header{margin-bottom:40px}.flow-steps{flex-direction:row;justify-content:center;gap:24px}.flow-step{max-width:180px}.step-icon-wrapper{width:56px;height:56px;border-radius:12px;margin-bottom:16px}.step-icon-inner{width:36px;height:36px;border-radius:8px}.step-icon{width:18px;height:18px}.step-title{font-size:14px;line-height:20px;margin-bottom:8px}.step-description{font-size:12px;line-height:18px;max-width:160px}.step-connector-left,.step-connector-right{display:block;top:28px}.step-connector-left{right:calc(50% + 24px);width:calc(50% - 12px)}.step-connector-right{left:calc(50% + 24px);width:calc(50% - 12px)}}@media (max-width: 600px){.the-flow{padding:40px 0}.the-flow-container{padding:0 16px}.the-flow-title{font-size:24px;line-height:32px}.the-flow-header{margin-bottom:32px}.flow-steps{flex-direction:row;justify-content:center;gap:12px}.flow-step{max-width:110px}.step-icon-wrapper{width:44px;height:44px;border-radius:10px;margin-bottom:12px}.step-icon-inner{width:28px;height:28px;border-radius:6px}.step-icon{width:14px;height:14px}.step-title{font-size:12px;line-height:16px;margin-bottom:6px}.step-description{font-size:10px;line-height:14px;max-width:100px}.step-connector-left,.step-connector-right{display:block;top:22px}.step-connector-left{right:calc(50% + 18px);width:calc(50% - 12px)}.step-connector-right{left:calc(50% + 18px);width:calc(50% - 12px)}}@media (max-width: 400px){.the-flow-container{padding:0 12px}.the-flow-title{font-size:22px;line-height:28px}.flow-steps{gap:8px}.flow-step{max-width:95px}.step-icon-wrapper{width:38px;height:38px;border-radius:8px;margin-bottom:10px}.step-icon-inner{width:24px;height:24px;border-radius:5px}.step-icon{width:12px;height:12px}.step-title{font-size:11px;line-height:14px;margin-bottom:4px}.step-description{font-size:9px;line-height:12px;max-width:85px}.step-connector-left,.step-connector-right{display:block;top:19px}.step-connector-left{right:calc(50% + 15px);width:calc(50% - 11px)}.step-connector-right{left:calc(50% + 15px);width:calc(50% - 11px)}}.join-circlebox{background:#000;padding:80px 0;position:relative}.join-circlebox-container{max-width:800px;margin:0 auto;padding:0 24px;text-align:center}.join-title{font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:700;line-height:52px;letter-spacing:-1.2px;color:#fff;margin-bottom:16px}.join-description{font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:24px;letter-spacing:0px;color:#9ca3af;margin-bottom:28px}.join-button{background:#fff;color:#000;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;border-radius:9999px;border:none;cursor:pointer;transition:opacity .2s ease}.join-button:hover{opacity:.9}@media (max-width: 1024px){.join-circlebox{padding:70px 0}.join-circlebox-container{max-width:600px}.join-title{font-size:40px;line-height:46px;letter-spacing:-1px}.join-description{font-size:15px;line-height:24px}}@media (max-width: 768px){.join-circlebox{padding:60px 0}.join-circlebox-container{max-width:100%;padding:0 24px}.join-title{font-size:32px;line-height:38px;letter-spacing:-.8px}.join-description{font-size:14px;line-height:22px;margin-bottom:24px}.join-button{padding:11px 24px;font-size:14px}}.footer{padding:48px 80px 32px;background-color:var(--color-black);color:var(--color-white)}.footer-container{max-width:var(--max-width);margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:32px}.footer-section{display:flex;flex-direction:column}.footer-logo{margin-bottom:var(--spacing-sm);height:40px;display:flex;align-items:center}.footer-logo img{height:100%;width:auto}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:var(--spacing-sm);color:var(--color-white)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:var(--spacing-xs);padding:0;margin:0}.footer-links a,.footer-link-text{color:var(--color-gray-medium);font-size:.875rem}.footer-links a{transition:color .2s;text-decoration:none;cursor:pointer}.footer-links a:hover{color:var(--color-white)}.footer-link-text{cursor:default}.footer-underline{text-decoration:underline}.footer-bottom{padding-top:var(--spacing-md);border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:var(--color-gray-medium);font-size:.875rem}.footer-copyright{margin:0}.footer-social{display:flex;gap:var(--spacing-sm);align-items:center}.social-icon{color:var(--color-gray-medium);transition:color .2s;display:flex;align-items:center;justify-content:center}.social-icon:hover{color:var(--color-white)}@media (max-width: 1024px){.footer{padding:40px 40px 28px}.footer-content{grid-template-columns:repeat(4,1fr);gap:24px}.footer-logo{height:36px}.footer-heading{font-size:.9rem}.footer-links a,.footer-link-text{font-size:.8rem}}@media (max-width: 768px){.footer{padding:36px 24px 24px}.footer-content{grid-template-columns:repeat(2,1fr);gap:28px}.footer-bottom-content{flex-direction:column;gap:var(--spacing-sm);text-align:center}.footer-logo{height:32px}}@media (max-width: 600px){.footer{padding:32px 20px 20px}.footer-content{grid-template-columns:1fr;gap:24px}.footer-section:first-child .footer-links{display:none}.footer-section:nth-child(2){display:none}.footer-section:nth-child(3){display:none}}.terms-page{min-height:100vh;background-color:var(--color-white);padding:var(--spacing-xl) 0;position:relative}.terms-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/logos/icon.png);background-repeat:repeat;background-size:200px 200px;opacity:.03;z-index:0;pointer-events:none}.terms-container{width:100%;margin:0;padding:0 80px;position:relative;z-index:1}.terms-title{font-size:3rem;font-weight:700;color:var(--color-black);margin-bottom:var(--spacing-sm);text-align:left}.terms-updated{font-size:.875rem;color:var(--color-gray-dark);text-align:left;margin-bottom:var(--spacing-xl)}.terms-intro{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-lg);text-align:left}.terms-section{margin-bottom:var(--spacing-lg)}.terms-section-title{font-size:1.5rem;font-weight:700;color:var(--color-black);margin-bottom:var(--spacing-sm);text-align:left}.terms-subsection-title{font-size:1.25rem;font-weight:600;color:var(--color-black);margin-top:var(--spacing-sm);margin-bottom:var(--spacing-xs);text-align:left}.terms-text{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-sm);text-align:left}.terms-list{margin-left:var(--spacing-lg);margin-bottom:var(--spacing-sm);padding-left:var(--spacing-md)}.terms-list li{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-xs)}.terms-link{color:var(--color-black);text-decoration:underline;transition:opacity .2s}.terms-link:hover{opacity:.7}@media (max-width: 968px){.terms-container{padding:0 var(--spacing-md)}.terms-title{font-size:2.5rem}.terms-section-title{font-size:1.25rem}}.privacy-page{min-height:100vh;background-color:var(--color-white);padding:var(--spacing-xl) 0;position:relative}.privacy-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/logos/icon.png);background-repeat:repeat;background-size:200px 200px;opacity:.03;z-index:0;pointer-events:none}.privacy-container{width:100%;margin:0;padding:0 80px;position:relative;z-index:1}.privacy-title{font-size:3rem;font-weight:700;color:var(--color-black);margin-bottom:var(--spacing-sm);text-align:left}.privacy-updated{font-size:.875rem;color:var(--color-gray-dark);text-align:left;margin-bottom:var(--spacing-xl)}.privacy-intro{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-sm);text-align:left}.privacy-section{margin-bottom:var(--spacing-lg)}.privacy-section-title{font-size:1.5rem;font-weight:700;color:var(--color-black);margin-bottom:var(--spacing-sm);text-align:left}.privacy-subsection-title{font-size:1.25rem;font-weight:600;color:var(--color-black);margin-top:var(--spacing-sm);margin-bottom:var(--spacing-xs);text-align:left}.privacy-text{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-sm);text-align:left}.privacy-list{margin-left:var(--spacing-lg);margin-bottom:var(--spacing-sm);padding-left:var(--spacing-md)}.privacy-list li{font-size:1rem;line-height:1.7;color:var(--color-gray-dark);margin-bottom:var(--spacing-xs)}.privacy-link{color:var(--color-black);text-decoration:underline;transition:opacity .2s}.privacy-link:hover{opacity:.7}@media (max-width: 968px){.privacy-container{padding:0 var(--spacing-md)}.privacy-title{font-size:2.5rem}.privacy-section-title{font-size:1.25rem}}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_Lt.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_Bk.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_Md.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_Bd.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_XBd.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Airbnb Cereal;src:url(/assets/fonts/AirbnbCereal_W_Blk.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}#hero,#events,#categories{scroll-margin-top:80px}:root{--color-black: #000000;--color-white: #ffffff;--color-gray-light: #f5f5f5;--color-gray-medium: #e0e0e0;--color-gray-dark: #666666;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--max-width: 1200px}body{font-family:Airbnb Cereal,-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(--color-black);background-color:var(--color-white);line-height:1.6}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;display:block}
