@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@400;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap";
:root{--primary-green:#043906;--accent-green:#5aad65;--hover-green:#4c9156;--bg-light:#f2f5f0;--white:#fff;--text-dark:#043906;--text-light:#f2f5f0;--max-width:1440px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--primary-green);max-width:100vw;color:var(--text-dark);font-family:Poppins,Montserrat,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.bg-light{background-color:var(--bg-light)}.btn-primary{background-color:var(--accent-green);color:var(--white);transition:var(--transition);border-radius:50px;padding:.8rem 1.8rem;font-weight:600;display:inline-block}.btn-primary:hover{background-color:var(--hover-green);transform:translateY(-2px);box-shadow:0 4px 15px #5aad6566}.btn-outline{border:2px solid var(--accent-green);color:var(--accent-green);transition:var(--transition);border-radius:50px;padding:.8rem 1.8rem;font-weight:600;display:inline-block}.btn-outline:hover{background-color:var(--accent-green);color:var(--white)}.hero-carousel-container{background-color:var(--primary-green);width:100%;height:720px;position:relative;overflow:hidden}.carousel-slide{opacity:0;z-index:0;transition:opacity 1s ease-in-out;position:absolute;inset:0}.carousel-slide.active{opacity:1;z-index:1}.hero-image{object-fit:cover;object-position:center;filter:brightness(.7);width:100%;height:100%}.hero-overlay{z-index:10;background:linear-gradient(#0009 0%,#0003 50%,#0009 100%);position:absolute;inset:0}.hero-content-wrapper{z-index:20;justify-content:flex-start;align-items:center;display:flex;position:absolute;inset:0}.hero-content{text-align:left;width:100%;color:var(--white);padding:0 80px}.hero-title{text-shadow:0 2px 20px #0006;letter-spacing:-.01em;color:#fff;margin-bottom:1.2rem;font-family:Raleway,sans-serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.2}.hero-sub-line{opacity:.95;letter-spacing:.01em;text-transform:none;text-shadow:0 1px 10px #0000004d;max-width:650px;margin-bottom:2.8rem;margin-left:0;margin-right:auto;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:400;line-height:1.6}.hero-buttons-group{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:20px;display:flex}.btn-hero-primary{background-color:var(--accent-green);transition:var(--transition);text-align:center;border:none;border-radius:50px;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #5aad6566;color:var(--white)!important}.btn-hero-primary:hover{background-color:var(--hover-green);transform:translateY(-2px);box-shadow:0 6px 20px #5aad6580;color:var(--white)!important}.btn-hero-outline{border:2px solid var(--white);transition:var(--transition);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;cursor:pointer;background:#ffffff1a;border-radius:50px;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:700;display:inline-block;color:var(--white)!important}.btn-hero-outline:hover{background-color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #fff3;color:var(--primary-green)!important}@media (max-width:1024px){.hero-content{padding:0 40px}.hero-title{font-size:clamp(2rem,4vw,2.8rem)}.hero-sub-line{max-width:550px;margin-bottom:2.2rem}}@media (max-width:768px){.play-pause-toggle{display:flex!important}.carousel-luxury-controls{gap:12px!important;display:flex!important;bottom:18px!important;right:50%!important;transform:translate(50%)!important}.progress-bar-wrapper{width:32px!important}.hero-content-wrapper{align-items:flex-start;padding:100px 20px 80px}.hero-content{text-align:center;padding:0}.hero-title{margin-top:0;margin-bottom:.6rem;font-size:clamp(1.5rem,5.2vw,2rem);line-height:1.25}.hero-sub-line{margin-bottom:1.1rem;margin-left:auto;margin-right:auto;font-size:.85rem;line-height:1.45}.hero-buttons-group{flex-direction:column;align-items:center;gap:10px;width:100%}.hero-buttons-group a,.hero-buttons-group>div{justify-content:center;width:100%;max-width:280px;display:flex}.btn-hero-primary,.btn-hero-outline{width:100%;padding:.65rem 1.4rem;font-size:.9rem}}.hero-subtitle{display:none}.hero-search-box{background:#fff;border:1px solid #ffffff1a;border-radius:60px;align-items:center;width:100%;max-width:600px;margin:0 auto 28px;padding:16px 25px;transition:all .3s;display:flex;box-shadow:0 10px 40px #0000001f}.hero-search-box:focus-within{border-color:#5aad654d;transform:translateY(-2px);box-shadow:0 15px 50px #0000002e}.search-wrapper{flex:1;align-items:center;gap:16px;display:flex}.search-icon{color:#444}.hero-search-input{color:#111;text-overflow:ellipsis;white-space:nowrap;border:none;outline:none;width:100%;font-size:1.05rem;font-weight:500;overflow:hidden}.hero-search-btn{background:linear-gradient(135deg, var(--accent-green) 0%, var(--hover-green) 100%);color:#fff;border-radius:60px;padding:12px 35px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #5aad654d}.hero-search-btn:hover{filter:brightness(1.1);transform:scale(1.03)translateY(-1px);box-shadow:0 8px 25px #5aad6566}.hero-search-btn:active{transform:scale(.98)}.hero-explore-link{margin-top:10px}.explore-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:10px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.explore-pill:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.explore-pill svg{color:var(--accent-green)}.carousel-luxury-controls{z-index:30;align-items:center;gap:25px;display:flex;position:absolute;bottom:50px;right:80px}.play-pause-toggle{color:#fff;cursor:pointer;opacity:.8;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.play-pause-toggle:hover{opacity:1;transform:scale(1.1)}.progress-bars-container{gap:12px;display:flex}.progress-bar-wrapper{cursor:pointer;background:0 0;border:none;width:45px;padding:0}.progress-bar-bg{background:#fff3;border-radius:2px;width:100%;height:3px;overflow:hidden}.progress-bar-fill{background:#fff;width:0%;height:100%;transition:width 50ms linear}@media (max-width:1100px){.carousel-luxury-controls{right:40px}}.navbar-hero{z-index:1000;height:85px;transition:var(--transition);align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.navbar-hero.navbar-solid{background-color:var(--primary-green);position:fixed;box-shadow:0 4px 20px #0000001a}.nav-container{justify-content:space-between;align-items:center;width:100%;padding:0 80px;display:flex}.nav-right{align-items:center;display:flex}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:#fff;opacity:.85;align-items:center;gap:6px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.nav-link:hover,.nav-link.active{opacity:1;color:var(--accent-green)}.chevron{opacity:.8;margin-top:2px;font-size:.7rem}.login-pill{color:#fff;border:1.5px solid #fff;border-radius:60px;margin-left:12px;padding:8px 28px;font-size:.9rem;font-weight:700;transition:all .3s}.login-pill:hover{color:#000;background:#fff}.host-pill{border:1.5px solid var(--accent-green);color:#fff;border-radius:60px;margin-left:32px;padding:8px 28px;font-size:.9rem;font-weight:700;transition:all .3s}.host-pill:hover{background:var(--accent-green);color:#fff}.host-drawer-btn{background:#5aad650d;border:1px solid #5aad651a;border-radius:12px;margin:8px 16px;color:var(--accent-green)!important}.host-drawer-btn svg{color:var(--accent-green)!important}.logo-container{align-items:center;gap:12px;display:flex}.brand-name{color:#fff;letter-spacing:-.5px;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.section{padding:7rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{color:var(--primary-green);margin-bottom:1.2rem;font-size:3rem}.section-title p{color:#555;max-width:700px;margin:0 auto;font-size:1.1rem}.feature-card{transition:var(--transition)}.feature-card:hover{transform:translateY(-10px)}.experience-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.footer{background:linear-gradient(to bottom, var(--primary-green) 0%, #032d05 100%);color:var(--white);border-top:1px solid #5aad6533;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-green), transparent);opacity:.6;height:3px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo img{height:70px}.footer-heading{color:var(--accent-green);letter-spacing:1px;width:fit-content;margin-bottom:clamp(1rem,2vw,1.5rem);padding-bottom:5px;font-size:clamp(1rem,3vw,1.2rem);display:inline-block;position:relative}.footer-heading:after{content:"";background-color:var(--accent-green);border-radius:2px;width:30px;height:1px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.footer-section:hover .footer-heading:after{width:100%}.footer-links li{margin-bottom:.5rem}.footer-links a{opacity:.8;font-size:clamp(.9rem,1.1vw,1.05rem);transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.footer-links a:hover{opacity:1;color:var(--accent-green);text-shadow:0 0 10px #5aad6566;transform:translate(8px)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.footer-bottom{text-align:center;flex-direction:column;justify-content:center}}.footer-bottom-link{color:#e8f5e9;opacity:.9;font-size:clamp(.85rem,1vw,.95rem);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.app-badge{transition:transform .2s,opacity .2s;display:inline-block}.app-badge:hover{opacity:.9;transform:translateY(-2px)}.app-badges-container{gap:clamp(10px,1.5vw,20px)}.app-badge-img{width:auto;height:clamp(32px,4vw,45px)}.partners-divider{justify-content:center;align-items:center;display:none}@media (min-width:473px){.partners-divider{display:flex}.partners-container{flex-wrap:nowrap!important}}.partner-logo{object-fit:contain;width:auto;height:clamp(40px,7.5vw,85px);transition:height .3s}.footer-bottom-link:hover{opacity:1;color:var(--accent-green);text-shadow:0 0 10px #5aad6566;transform:translate(4px)}.footer-bottom{text-align:center;padding-top:2rem}.footer-bottom p{opacity:.6;font-size:.95rem}.social-connect{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.social-connect span{opacity:.9;font-size:.95rem;font-weight:600}.social-icons{gap:12px;display:flex}.footer-col{margin-bottom:0}@media (max-width:399px){.footer-col{flex:100%!important;min-width:100%!important;padding-left:0!important;padding-right:0!important}.footer-info-col p{font-size:.82rem!important}.footer-app-col{margin-bottom:2.5rem!important}}@media (min-width:400px) and (max-width:680px){.footer-info-col,.footer-app-col{flex:100%!important;min-width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}.footer-app-col{margin-bottom:2.5rem!important}.footer-info-col p{font-size:.82rem!important}.footer-explore-col,.footer-company-col{flex:50%!important;min-width:50%!important;max-width:50%!important;padding-left:0!important}}@media (min-width:681px) and (max-width:1050px){.footer-info-col{flex:100%!important;min-width:100%!important;max-width:100%!important;margin-bottom:2rem!important;padding-left:0!important;padding-right:0!important}.footer-info-col p{font-size:.85rem!important;line-height:1.5!important}.footer-explore-col{flex:25%!important;min-width:25%!important;max-width:25%!important;padding-left:0!important;padding-right:0!important}.footer-company-col{flex:25%!important;min-width:25%!important;max-width:25%!important;padding-left:0!important;padding-right:1rem!important}.footer-app-col{flex:50%!important;min-width:50%!important;max-width:50%!important;padding-left:0!important;padding-right:0!important}}@media (min-width:550px) and (max-width:680px){.footer-app-col{flex-wrap:nowrap;justify-content:flex-start;gap:0;flex-direction:row!important}.footer-app-col .footer-section:first-child{flex:50%;max-width:50%;padding-right:2rem}.footer-app-col .connect-section{flex:50%;max-width:50%;margin-right:0}}@media (min-width:681px) and (max-width:1050px){.connect-section{margin-top:0}}.mobile-accordion-header{cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-accordion-icon{display:block}.mobile-accordion-content{display:none;overflow:hidden}.accordion-checkbox:checked~.mobile-accordion-content{display:block}.accordion-icon-svg{transition:transform .3s}.accordion-checkbox:checked~.mobile-accordion-header .accordion-icon-svg{transform:rotate(180deg)}@media (min-width:681px){.footer-col{margin-bottom:2rem}.mobile-accordion-header{cursor:default;pointer-events:none}.mobile-accordion-icon{display:none}.mobile-accordion-content,.mobile-accordion-content.open{display:block!important}}.social-icon-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.social-icon-btn:hover{border-color:var(--accent-green);color:var(--accent-green);background:#5aad6533;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 20px #5aad654d}.app-badge{border-radius:8px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:inline-block}.app-badge:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000059}.partner-link{transition:transform .2s cubic-bezier(.4,0,.2,1);display:inline-block}.partner-link:hover{transform:scale(1.05)}@media (max-width:1100px){.nav-container{padding:0 40px}.hero-title{font-size:clamp(2rem,6vw,3.2rem)}.carousel-luxury-controls{right:40px}}@media (max-width:950px){.nav-links{display:none}.hero-title{font-size:clamp(1.8rem,6vw,2.5rem)}.hero-sub-line{max-width:85%;margin-bottom:2rem;font-size:1rem}}@media (max-width:768px){.hero-carousel-container{height:550px}.hero-title{margin-bottom:1rem;font-size:clamp(1.5rem,8vw,2rem)}.hero-sub-line{margin-bottom:2rem;font-size:.95rem;line-height:1.4}.hero-search-box{max-width:90%;padding:14px 22px}.hero-search-input{font-size:1rem}.hero-search-btn{padding:10px 20px;font-size:.85rem}.carousel-luxury-controls{gap:15px;bottom:30px;right:50%;transform:translate(50%)}.progress-bar-wrapper{width:35px}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand{text-align:center;align-items:center}.footer-logo{margin:0 auto 2rem}}@media (max-width:480px){.hero-carousel-container{height:500px}.hero-title{margin-bottom:.8rem;font-size:clamp(1.4rem,10vw,1.8rem)}.hero-sub-line{margin-bottom:1.5rem;font-size:.9rem;line-height:1.3}.hero-search-box{border-radius:40px;padding:12px 18px}.hero-search-input{font-size:.85rem}.hero-search-btn{padding:8px 16px;font-size:.8rem}.search-icon{width:18px;height:18px}.nav-container{padding:0 20px}.explore-pill{gap:8px;padding:8px 18px;font-size:.85rem}.brand-name{font-size:1.3rem}}@media (max-width:360px){.logo-container{gap:8px}.logo-container img{width:38px!important;height:38px!important}.brand-name{font-size:1.15rem}.hero-search-input{font-size:.75rem}}nextjs-portal,#nextjs-portal{display:none!important}.mobile-menu-btn{color:#fff;z-index:2001;display:none}.desktop-only{display:inline-block}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#0006;transition:all .3s;position:fixed;inset:0}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{z-index:2001;background:#fff;flex-direction:column;width:300px;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.mobile-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.drawer-logo{color:var(--primary-green);align-items:center;gap:10px;font-size:1.1rem;font-weight:800;display:flex}.drawer-close{color:#666;padding:5px}.drawer-content{flex-direction:column;flex:1;padding:24px 0;display:flex}.drawer-link{color:#333;border-radius:12px;align-items:center;gap:15px;margin:4px 16px;padding:14px 20px;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.drawer-link:hover{color:var(--primary-green);background:#f0fdf4}.drawer-link svg{color:#888}.drawer-link:hover svg{color:var(--primary-green)}.drawer-link.active{color:var(--primary-green);background:#5aad651a;font-weight:700}.drawer-link.active svg{color:var(--primary-green)}.drawer-divider{background:#f0f0f0;height:1px;margin:10px 0}.login-special{color:var(--accent-green)}.drawer-footer{background:#fcfcfc;border-top:1px solid #f0f0f0;padding:30px 24px}.social-links{color:#666;gap:20px;margin-bottom:15px;display:flex}.copyright{color:#999;font-size:.85rem}@media (max-width:950px){.mobile-menu-btn{margin-left:20px;display:block}.desktop-only{display:none}}.how-page-exact{color:#333;background-color:#fff;min-height:100vh;padding-top:100px}.how-simple-container{max-width:1100px;margin:0 auto;padding:0 clamp(10px,4vw,20px) clamp(30px,8vw,60px)}.how-main-title-simple{color:var(--primary-green);letter-spacing:-1px;margin-bottom:10px;font-family:Raleway,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800}.how-subtitle-simple{color:#666;margin-bottom:30px;font-size:clamp(.95rem,3.5vw,1.15rem);font-weight:600;line-height:1.4}.how-description-simple{color:#444;max-width:900px;margin-bottom:15px;font-size:clamp(.85rem,3vw,1.1rem);line-height:1.6}.how-section-simple{border-bottom:1px solid #eee;padding:clamp(15px,5vw,30px) 0}.how-heading-simple{color:var(--primary-green);letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:800}.how-list-simple{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));margin:0;padding:0;list-style:none;display:grid}.how-list-simple li{color:#444;background:#f8f9fa;border:1px solid #eee;border-radius:15px;margin-bottom:0;padding:clamp(12px,3vw,20px);font-size:clamp(.85rem,3vw,1rem);line-height:1.5}.how-step-simple{border-left:3px solid #eee;margin-bottom:30px;padding-left:20px}.how-step-simple h4{color:#333;margin-bottom:10px;font-size:clamp(1rem,3.5vw,1.25rem)}.how-step-simple p{margin-bottom:10px}.how-app-download-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:10px 0;display:flex}.how-app-content{flex:1;min-width:300px}.how-app-content h2{color:var(--primary-green);margin-bottom:15px;font-size:2.2rem;font-weight:800}.how-app-content p{color:#666;max-width:600px;margin-bottom:30px;font-size:1.1rem}.how-store-buttons{flex-wrap:wrap;gap:15px;display:flex}.store-link img{height:45px;transition:transform .3s}.store-link:hover img{transform:translateY(-3px)}.how-qr-container{text-align:center;background:#f8f9fa;border:1px solid #eee;border-radius:20px;padding:30px}.qr-box p{text-transform:uppercase;color:#666;margin-top:10px;font-size:.9rem;font-weight:700}.qr-code-placeholder{background:#fff;border-radius:10px;padding:10px;box-shadow:0 5px 15px #0000000d}@media (max-width:768px){.how-app-download-section{text-align:center;justify-content:center}.how-store-buttons{justify-content:center}.how-app-content p{margin-left:auto;margin-right:auto}.how-heading-simple{font-size:1.5rem}.how-main-title-simple{font-size:2.8rem}.hide-on-mobile{display:none!important}}.host-comparison-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:20px;display:grid}.host-comparison-card{background:#f8fcf8;border:1px solid #e0eee0;border-radius:20px;padding:25px;transition:transform .3s}.host-comparison-card:hover{transform:translateY(-5px)}.host-comparison-card p{color:var(--primary-green);margin-bottom:15px;font-size:1.2rem;font-weight:800}.host-comparison-list{padding:0;list-style:none}.host-comparison-list li{color:#444;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:1rem;display:flex}.host-app-promo{background:linear-gradient(135deg, var(--primary-green) 0%, #0a4d0a 100%);margin-top:60px;color:#fff!important;border:none!important;border-radius:40px!important;padding:60px!important}.host-app-promo h2{letter-spacing:-1px;color:#fff!important;font-size:2.8rem!important}.host-app-promo p{color:#ffffffd9!important;max-width:550px!important;font-size:1.15rem!important}.promo-badge{text-transform:uppercase;letter-spacing:1.5px;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;margin-bottom:25px;padding:8px 20px;font-size:.8rem;font-weight:700;display:inline-block}.promo-features{flex-direction:column;gap:15px;margin:30px 0;display:flex}.promo-feature{color:#fffffff2;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;display:flex}@media (max-width:768px){.host-app-promo{border-radius:30px!important;padding:40px 20px!important}.host-app-promo h2{font-size:2rem!important}}.premium-grid-3{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.premium-card{background:var(--white);border:1px solid #5aad651a;border-radius:24px;flex-direction:column;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0439060a}.premium-card:before{content:"";background:linear-gradient(90deg, var(--accent-green), var(--primary-green));opacity:0;width:100%;height:5px;transition:opacity .3s;position:absolute;top:0;left:0}.premium-card:hover{border-color:#5aad6540;transform:translateY(-8px);box-shadow:0 25px 50px #04390614}.premium-card:hover:before{opacity:1}.premium-card-icon{margin-bottom:1.5rem;font-size:3.5rem;transition:transform .4s;display:inline-block}.premium-card:hover .premium-card-icon{transform:scale(1.15)rotate(5deg)}.premium-card h3{color:var(--primary-green);letter-spacing:-.5px;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.premium-card p{color:#4a5d4a;font-size:1.05rem;line-height:1.6}.premium-intro-box{text-align:center;background:linear-gradient(135deg,#5aad650d 0%,#04390605 100%);border:1px solid #5aad651f;border-radius:30px;margin-bottom:4rem;padding:3.5rem 3rem;position:relative}.premium-intro-box:after{content:"🌲";background:var(--bg-light);padding:0 15px;font-size:2rem;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.premium-intro-title{color:var(--primary-green);letter-spacing:-.8px;margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.premium-intro-text{color:#2b3a2b;max-width:900px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.premium-quote{color:var(--primary-green);padding:0 1.5rem;font-family:Raleway,sans-serif;font-size:1.35rem;font-style:italic;font-weight:600;display:inline-block;position:relative}.premium-quote:before,.premium-quote:after{content:"\"";color:var(--accent-green);opacity:.5;font-size:2.5rem;position:absolute;top:-15px}.premium-quote:before{left:-10px}.premium-quote:after{right:-10px}.steps-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3.5rem;display:grid;position:relative}.step-card{background:var(--white);border:1px solid #0000000d;border-radius:24px;padding:3rem 2rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #00000005}.step-card:hover{border-color:#5aad6533;transform:translateY(-5px);box-shadow:0 20px 40px #5aad6514}.step-badge{background:linear-gradient(135deg, var(--accent-green), var(--primary-green));color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;font-weight:800;display:flex;position:absolute;top:-20px;left:30px;box-shadow:0 4px 15px #5aad654d}.step-card-header{align-items:center;gap:12px;margin-top:.5rem;margin-bottom:1.2rem;display:flex}.step-card-emoji{font-size:2.2rem}.step-card h4{color:var(--primary-green);margin:0;font-size:1.4rem;font-weight:700}.step-card p{color:#4a5d4a;font-size:1rem;line-height:1.6}.premium-section-bg{background:linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%)}.dark-feature-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.dark-feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #5aad6526;border-radius:20px;padding:2.5rem;transition:all .3s}.dark-feature-card:hover{background:var(--white);border-color:var(--accent-green);transform:translateY(-5px);box-shadow:0 15px 35px #0439060f}.dark-feature-header{align-items:center;gap:15px;margin-bottom:1rem;display:flex}.dark-feature-icon{font-size:2.2rem}.dark-feature-card h4{color:var(--primary-green);margin:0;font-size:1.35rem;font-weight:700}.dark-feature-card p{color:#4a5d4a;line-height:1.6}.hosting-banner-container{margin-top:5rem}.hosting-banner{background:linear-gradient(135deg, var(--primary-green) 0%, #064c09 100%);color:var(--white);border-radius:30px;justify-content:space-between;align-items:center;gap:3rem;padding:4rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #04390633}.hosting-banner:before{content:"";pointer-events:none;background:#5aad651a;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.hosting-banner-content{flex:1.3}.hosting-banner-content h3{color:var(--white);letter-spacing:-.5px;align-items:center;gap:12px;margin-bottom:1rem;font-size:2rem;display:flex}.hosting-banner-content p{opacity:.9;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.hosting-banner-content p strong{color:var(--accent-green)}.hosting-banner-action{text-align:right;flex-direction:column;flex:.7;align-items:flex-end;gap:12px;display:flex}.hosting-banner-action .btn-primary{background:var(--white);color:var(--primary-green);padding:1rem 2.2rem;font-size:1.1rem;font-weight:700}.hosting-banner-action .btn-primary:hover{background:var(--accent-green);color:var(--white);box-shadow:0 10px 25px #fff3}.verification-badge-text{opacity:.8;color:var(--white);align-items:center;gap:6px;font-size:.9rem;display:flex}@media (max-width:950px){.hosting-banner{text-align:center;flex-direction:column;padding:3rem 2rem}.hosting-banner-content h3{justify-content:center}.hosting-banner-action{text-align:center;align-items:center;width:100%}}@media (max-width:768px){.premium-intro-box{padding:2.5rem 1.5rem}.premium-intro-title{font-size:1.8rem}.premium-intro-text{font-size:1.05rem}.premium-quote{font-size:1.15rem}}.experiences-section-custom{background:var(--bg-light);padding:4.5rem 2rem;position:relative;overflow:hidden}.experiences-section-custom:before{content:"";background:linear-gradient(to bottom, var(--primary-green), transparent);opacity:.04;pointer-events:none;width:100%;height:120px;position:absolute;top:0;left:0}.experiences-header-custom{text-align:center;max-width:800px;margin:0 auto 2.5rem}.experiences-header-custom h2{color:var(--primary-green);letter-spacing:-.75px;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.experiences-header-custom p{color:#666;font-size:1.05rem;line-height:1.5}.experiences-slider-wrapper{max-width:var(--max-width);margin:0 auto;position:relative}.experiences-grid-custom{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;margin-bottom:2rem;display:grid}.experiences-grid-4-col{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:1200px){.experiences-grid-4-col{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:992px){.experiences-grid-4-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.experiences-grid-custom{grid-template-columns:repeat(2,minmax(0,1fr))}}.explore-btn-wrapper{text-align:center;margin-top:1rem}.experience-card-custom{background:var(--white);border:1px solid #04390612;border-radius:16px;flex-direction:column;height:100%;transition:transform .32s cubic-bezier(.25,1,.5,1),box-shadow .32s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000a,0 4px 20px #0439060d}.experience-card-custom:hover{transform:translateY(-6px);box-shadow:0 6px 16px #0000000f,0 20px 40px #0439061a}.exp-card-image-wrapper{background:#e8ede8;flex-shrink:0;padding-bottom:80%;position:relative;overflow:hidden}.exp-card-image-wrapper:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 35%,#04140426 60%,#041404a6 100%);position:absolute;inset:0}.exp-card-image{object-fit:cover;width:100%;height:100%;transition:transform .55s;position:absolute;inset:0}.exp-card-image-placeholder-gradient{background:linear-gradient(145deg,#043906 0%,#0d5c11 40%,#5aad65 100%);position:absolute;inset:0}.experience-card-custom:hover .exp-card-image{transform:scale(1.06)}.exp-card-difficulty{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--primary-green);background:#fffffff2;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000000a}.difficulty-dot{border-radius:50%;width:6px;height:6px}.difficulty-dot.easy{background-color:#5aad65}.difficulty-dot.moderate{background-color:#ffa726}.difficulty-dot.hard{background-color:#ef5350}.exp-card-date-badge{background:var(--primary-green);color:var(--white);letter-spacing:.25px;border-radius:8px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;bottom:12px;left:12px;box-shadow:0 2px 8px #04390626}.exp-card-content{flex-direction:column;flex:1;padding:1rem 1.15rem 1.1rem;display:flex}.exp-card-category{color:var(--accent-green);letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:.65rem;font-weight:700;display:block;overflow:hidden}.exp-card-meta{color:var(--accent-green);letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.exp-card-title{color:var(--primary-green);letter-spacing:-.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;font-size:1.05rem;font-weight:800;line-height:1.42;transition:color .22s;display:-webkit-box;overflow:hidden}.experience-card-custom:hover .exp-card-title{color:var(--accent-green)}.exp-card-location{color:#6b7280;flex:1;align-items:center;gap:4px;min-width:0;margin-bottom:0;font-size:.78rem;line-height:1.4;display:flex;overflow:hidden}.exp-card-location span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.exp-card-host-section{border-top:1px solid #04390612;align-items:center;gap:8px;margin-top:.75rem;padding-top:.7rem;display:flex}.host-avatar{object-fit:cover;border:2px solid var(--white);border-radius:50%;flex-shrink:0;width:28px;height:28px;box-shadow:0 0 0 1.5px #5aad6559}.host-avatar-fallback{background:var(--bg-light);color:var(--primary-green);letter-spacing:.5px;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.host-info-text{flex:1;min-width:0}.host-name-row{color:#374151;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;font-size:.76rem;font-weight:600;display:flex;overflow:hidden}.host-verified-icon{color:var(--accent-green);flex-shrink:0;display:inline-flex}.exp-card-footer{border-top:1px solid #0439060d;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;display:flex}.exp-tags-container{flex-wrap:wrap;gap:6px;margin-bottom:.8rem;display:flex}.exp-card-title-unique{color:var(--primary-green);letter-spacing:-.3px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.7rem;font-size:1.15rem;font-weight:800;line-height:1.35;transition:color .3s;display:-webkit-box;overflow:hidden}.location-icon-wrapper{width:24px;height:24px;color:var(--accent-green);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 5px #0000000d}.exp-card-host-unique{border-top:1px dashed #00000014;align-items:center;margin-top:.75rem;padding-top:.75rem;display:flex}.host-details-unique{flex-direction:column;justify-content:center;margin-left:10px;display:flex}.hosted-by-text{color:#718096;letter-spacing:.2px;font-size:.8rem;font-weight:500}.price-badge-unique{background:var(--primary-green);color:#fff;letter-spacing:.5px;border-radius:8px;margin-left:auto;padding:5px 12px;font-size:.75rem;font-weight:800;box-shadow:0 3px 10px #04390626}.price-badge-unique.free{background:linear-gradient(135deg, var(--accent-green), var(--hover-green));box-shadow:0 3px 10px #5aad6540}.price-badge-unique.paid{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 3px 10px #2563eb40}.price-badge-unique.support{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 3px 10px #d9770640}.price-label{color:#999;text-transform:uppercase;letter-spacing:.25px;font-size:.65rem}.btn-card-action{background:var(--primary-green);color:var(--white);border:1px solid #0000;border-radius:100px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s}.btn-card-action:hover{background:var(--accent-green);color:var(--white);transform:scale(1.03)}.attendee-stack-container{align-items:center;gap:6px;display:flex}.avatar-stack{flex-direction:row-reverse;justify-content:flex-end;display:flex}.avatar-stacked{border:1.5px solid var(--white);background:#eee;border-radius:50%;width:24px;height:24px;margin-left:-6px;transition:transform .2s;box-shadow:0 1px 4px #00000014}.avatar-stacked:hover{z-index:5;transform:translateY(-2px)scale(1.05)}.attendee-count-text{color:#777;font-size:.78rem;font-weight:500}@media (max-width:768px){.experiences-section-custom{padding:3rem 1rem}.experiences-header-custom h2{font-size:1.75rem}.experiences-grid-custom{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;margin-bottom:.5rem;margin-left:-1rem;margin-right:-1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;display:flex;overflow-x:auto}.experiences-grid-custom::-webkit-scrollbar{display:none}.experience-card-custom{scroll-snap-align:center;flex-shrink:0;min-width:260px;max-width:85vw}}@media (max-width:380px){.experiences-header-custom h2{font-size:1.5rem}.experience-card-custom{min-width:85vw}}@media (max-width:340px){.container{padding:0 1rem}.experiences-header-custom h2{text-align:left;font-size:1.35rem}.h-scroll-header-actions{top:-45px;right:5px}}.exp-card-top-right-badges{z-index:2;align-items:center;gap:6px;display:flex;position:absolute;top:10px;right:10px}.exp-card-status-badge{letter-spacing:.3px;text-transform:capitalize;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:100px;padding:3px 8px;font-size:9.5px;font-weight:700;box-shadow:0 2px 10px #0000001a}.exp-card-price-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.3px;color:var(--primary-green);background:#fffffff2;border-radius:100px;padding:3px 8px;font-size:9.5px;font-weight:800;box-shadow:0 2px 8px #00000026}.exp-card-price-badge.free,.exp-card-price-badge.support{color:var(--accent-green)}.exp-card-price-badge.paid{color:var(--primary-green)}.exp-card-status-badge.happening-now{color:#fff;background-color:#5aad65eb;box-shadow:0 2px 8px #5aad6566}.exp-card-status-badge.happening-soon{color:#fff;background-color:#ffa726e6;box-shadow:0 2px 8px #ffa72659}.exp-card-status-badge.ended,.exp-card-status-badge.cancelled{color:#fff;background-color:#7d7d7df2}.exp-card-badge-group-bottom{pointer-events:none;z-index:2;flex-direction:column;align-items:flex-start;gap:5px;display:flex;position:absolute;bottom:10px;left:10px}.exp-card-date-pill{-webkit-backdrop-filter:blur(8px);color:var(--primary-green);background-color:#fffffff2;border:1px solid #fff;border-radius:100px;padding:4px 12px;font-size:11.5px;font-weight:800;box-shadow:0 4px 10px #00000026}.exp-card-rsvp-pill{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--white);background-color:#000000b3;border-radius:30px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:flex;box-shadow:0 2px 6px #0000001a}.exp-card-rsvp-stack{align-items:center;display:flex}.exp-card-rsvp-avatar{border:1.5px solid var(--white);object-fit:cover;background-color:#eee;border-radius:50%;width:20px;height:20px;margin-left:-8px;box-shadow:0 1px 3px #00000026}.exp-card-rsvp-avatar:first-child{margin-left:0}.exp-card-rsvp-avatar-text{border:1.5px solid var(--white);background-color:var(--accent-green);width:20px;height:20px;color:var(--white);text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-8px;font-size:8px;font-weight:700;display:flex;box-shadow:0 1px 3px #00000026}.exp-card-rsvp-avatar-text:first-child{margin-left:0}.experiences-page{min-height:100vh}.experiences-hero-section{background:linear-gradient(135deg, var(--primary-green) 0%, #032b04 100%);color:var(--white);text-align:center;padding:6.5rem 2rem 5.5rem;position:relative;overflow:hidden}.experiences-hero-section:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 80% 20%,#5aad651a 0%,#0000 60%);position:absolute;inset:0}.experiences-hero-content{max-width:800px;margin:0 auto}.experiences-super-badge{color:var(--accent-green);text-transform:uppercase;letter-spacing:1px;background:#5aad6526;border-radius:100px;align-items:center;margin-bottom:1.5rem;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.experiences-h1{letter-spacing:-1.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.15}.experiences-list-section{padding:4rem 2rem 6rem}.experiences-list-section .container{max-width:var(--max-width);margin:0 auto}.filters-control-panel{background:var(--white);z-index:10;border:1px solid #eaeaea;border-radius:24px;margin-top:-5rem;margin-bottom:3.5rem;padding:1.5rem 2rem;position:relative;box-shadow:0 12px 40px #00000014}.filters-search-row{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-input-wrapper{background:var(--white);border:1px solid #ddd;border-radius:100px;flex:1;align-items:center;padding:0 1.25rem;transition:all .25s;display:flex;position:relative;box-shadow:0 2px 6px #00000005}.filter-input-wrapper:focus-within{background:var(--white);border-color:#222;box-shadow:0 0 0 1px #222}.filter-icon{color:var(--primary-green);opacity:.6;flex-shrink:0;margin-right:.75rem}.filter-input-field{width:100%;color:var(--primary-green);background:0 0;border:none;outline:none;padding:.9rem 0;font-size:.95rem;font-weight:500}.filter-input-field::placeholder{color:#888;opacity:.8}.btn-filter-submit{background:var(--accent-green);color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:.95rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #5aad6533}.btn-filter-submit:hover{background:var(--hover-green);transform:translateY(-1px);box-shadow:0 6px 16px #5aad654d}.btn-filter-clear{color:#666;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:12px;padding:.95rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-filter-clear:hover{background:var(--bg-light);color:var(--primary-green);border-color:#bbb}.filter-options-row{border-top:1px solid #0439060d;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.filter-row-label{color:var(--primary-green);opacity:.75;align-items:center;min-width:80px;font-size:.85rem;font-weight:700;display:inline-flex}.filter-pills-container{flex-wrap:wrap;gap:.5rem;display:flex}.filter-pill{background:var(--bg-light);color:var(--primary-green);cursor:pointer;border:1px solid #0439060d;border-radius:100px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.filter-pill:hover{color:var(--hover-green);background:#5aad651a;border-color:#5aad6533}.filter-pill.active{background:var(--primary-green);color:var(--white);border-color:var(--primary-green);box-shadow:0 4px 10px #04390626}.experiences-results-info{margin-bottom:2rem}.experiences-results-title{color:var(--primary-green);letter-spacing:-.5px;margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.experiences-results-subtext{color:#666;font-size:.95rem}.exp-card-host-section{border-top:1px solid #0439060d;align-items:center;margin-top:auto;margin-bottom:.75rem;padding-top:1rem;display:flex}.exp-card-host-section .host-avatar{object-fit:cover;border:1.5px solid #0439061a;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-right:.75rem}.exp-card-host-section .host-info-text{flex-direction:column;display:flex}.exp-card-host-section .host-name-row{color:var(--primary-green);align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.exp-card-host-section .host-verified-icon{color:var(--accent-green);display:inline-flex}.exp-card-footer{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.price-container{flex-direction:column;display:flex}.price-label{color:#888;text-transform:uppercase;font-size:.7rem;font-weight:600}.price-value{color:var(--primary-green);font-size:1.1rem;font-weight:800}.btn-card-action{background:var(--primary-green);color:var(--white);border-radius:8px;justify-content:center;align-items:center;padding:7px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-card-action:hover{background:var(--accent-green);transform:translateY(-1px)}.no-experiences-state{background:var(--white);border-radius:16px;box-shadow:0 4px 15px #00000003;border:1.5px dashed #04390626!important}.btn-outline{color:var(--primary-green);border:1.5px solid var(--primary-green);cursor:pointer;background:0 0;border-radius:10px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-outline:hover{background:var(--primary-green);color:var(--white)}.past-card{box-shadow:0 2px 10px #00000003}.past-card:hover{transform:translateY(-2px);border-color:#04390626!important}@media (max-width:900px){.experiences-hero-section{padding:6.5rem 1.5rem}.experiences-h1{letter-spacing:-.75px;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.filters-control-panel{border-radius:16px;margin-top:-3.5rem;margin-bottom:2.5rem;padding:1.25rem}.filters-search-row{flex-direction:column;align-items:stretch;gap:.75rem}.filter-input-wrapper{flex:none}.btn-filter-submit,.btn-filter-clear{text-align:center;width:100%;padding:.85rem}.filter-options-row{flex-direction:column;align-items:flex-start;gap:.75rem}.filter-pills-container{width:100%}}@media (max-width:480px){.experiences-h1{letter-spacing:-.5px;font-size:2rem;line-height:1.25}.experiences-super-badge{margin-bottom:1.25rem;padding:6px 14px;font-size:.75rem}.experiences-hero-section{padding:8.5rem 1rem 8rem}}.experiences-list-section .experiences-grid-custom{scroll-snap-type:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin:0;padding:0;display:grid;overflow-x:visible}@media (max-width:768px){.experiences-list-section .experiences-grid-custom{scroll-snap-type:none;flex-direction:column;gap:1.75rem;margin:0;padding:0;display:flex;overflow-x:visible}.experiences-list-section .experience-card-custom{scroll-snap-align:none!important;width:100%!important;min-width:100%!important}}.experiences-download-cta{background:linear-gradient(135deg, var(--primary-green) 0%, #032b04 100%);color:var(--white);margin-top:8rem;padding:6rem 2rem;position:relative;overflow:hidden}.experiences-download-cta:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 10% 90%,#5aad6514 0%,#0000 60%);position:absolute;inset:0}.cta-flex-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4rem;display:flex}.cta-info-column{flex:1.2;min-width:280px;max-width:100%}.cta-super-badge{color:var(--white);text-transform:uppercase;letter-spacing:1px;background:#ffffff1f;border-radius:100px;align-items:center;margin-bottom:1.5rem;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.cta-title{letter-spacing:-1px;margin-top:1rem;margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.2}.cta-text{opacity:.9;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.cta-buttons-row{flex-wrap:wrap;gap:1.25rem;display:flex}.cta-store-link{transition:transform .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.cta-store-link:hover{transform:translateY(-2px)}.cta-mockup-column{flex:.8;justify-content:center;align-items:center;min-width:280px;max-width:100%;display:flex}.cta-mockup-outer{background:#0f1710;border:10px solid #2d372e;border-radius:40px;width:250px;max-width:100%;height:500px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 25px 60px #00000073,0 0 0 1px #5aad6526}.cta-mockup-outer:hover{transform:translateY(-10px)rotate(1deg)}.cta-mockup-speaker{background:#2d372e;border-radius:10px;width:80px;height:4px;margin:14px auto}.cta-mockup-screen{text-align:left;padding:16px}.cta-mockup-card{background:linear-gradient(135deg, var(--accent-green) 0%, var(--hover-green) 100%);width:100%;height:130px;color:var(--white);border-radius:16px;flex-direction:column;justify-content:flex-end;margin-bottom:20px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #5aad6540}.cta-mockup-card:after{content:"";background:#ffffff14;border-radius:50%;width:100%;height:100%;position:absolute;top:-50%;right:-50%;transform:rotate(45deg)}.cta-mockup-tag{letter-spacing:.5px;opacity:.85;font-size:9px;font-weight:800}.cta-mockup-card-title{margin-top:4px;font-size:14px;font-weight:800}.cta-mockup-skeleton{background:#5aad650f;border-radius:6px;width:100%;height:12px;margin-bottom:12px}.cta-mockup-skeleton.half{width:60%}.cta-mockup-skeleton.short{width:40%}@media (max-width:768px){.experiences-download-cta{margin-top:4rem;padding:4rem 1.5rem}.cta-flex-container{flex-direction:column;gap:3rem}.cta-info-column{text-align:center;flex-direction:column;align-items:center;display:flex}.cta-buttons-row{justify-content:center}.cta-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem}.cta-text{margin-bottom:2rem;font-size:1rem}}@media (max-width:380px){.cta-buttons-row{flex-direction:column;align-items:center;gap:.85rem}.cta-store-link{justify-content:center;width:150px}.cta-store-link img{height:40px!important}}@media (max-width:600px){.experiences-download-cta{padding:2.5rem .85rem}.experiences-hero-section{padding:6.5rem .85rem 7.5rem}.experiences-list-section{padding:1.5rem .85rem 3rem}.filters-control-panel{border-radius:12px;margin-top:-1.75rem;margin-bottom:1.5rem;padding:.85rem}.filter-input-wrapper{padding:0 .65rem}.filter-input-field{padding:.65rem 0;font-size:.85rem}.btn-filter-submit,.btn-filter-clear{padding:.75rem 1rem;font-size:.85rem}.experiences-results-title{font-size:1.25rem;line-height:1.3}}@media (max-width:320px){.experiences-h1{letter-spacing:-.5px;font-size:1.6rem;line-height:1.25}.exp-card-content{padding:.85rem}.exp-card-title{margin-bottom:.4rem;font-size:1rem}.exp-card-location{margin-bottom:.6rem;font-size:.8rem}.exp-card-meta{margin-bottom:.2rem;font-size:.68rem}.cta-title{font-size:1.65rem}.cta-text{font-size:.95rem}}@media (max-width:340px){.exp-card-footer{flex-direction:column;align-items:stretch;gap:.75rem}.btn-card-action{text-align:center;width:100%}.price-container{text-align:center}.filter-pill{padding:6px 10px;font-size:.78rem}}.exp-detail-page{background:var(--bg-light);min-height:100vh;padding-bottom:5rem}.exp-detail-hero{background:var(--primary-green);width:100%;height:420px;position:relative;overflow:hidden}.exp-detail-hero-img{object-fit:cover;width:100%;height:100%;display:block}.exp-detail-hero-placeholder{background:linear-gradient(145deg,#043906 0%,#0d5c11 55%,#5aad65 100%);width:100%;height:100%}.exp-detail-hero-overlay{pointer-events:none;background:linear-gradient(#04140459 0%,#0000 40%,#04140480 100%);position:absolute;inset:0}.exp-detail-back-btn{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:40px;height:40px;color:var(--primary-green);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,transform .2s;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 10px #0000001f}.exp-detail-back-btn:hover{background:#fff;transform:scale(1.05)}.exp-detail-status-badge{z-index:10;letter-spacing:.3px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:700;position:absolute;top:16px;right:16px}.detail-status-now{color:#fff;background:#5aad65eb;box-shadow:0 2px 10px #5aad6566}.detail-status-upcoming{color:#fff;background:#ffa726e6}.detail-status-ended,.detail-status-cancelled{color:#4a5568;background:#fffc}.exp-detail-body{max-width:var(--max-width);margin:0 auto}.exp-detail-container{grid-template-columns:1fr 360px;align-items:start;gap:2.5rem;display:grid}.exp-detail-main{background:var(--white);border:1px solid #0439060f;border-radius:16px;padding:2rem;box-shadow:0 1px 4px #0000000a}.exp-detail-tags{flex-wrap:wrap;gap:8px;margin-bottom:.85rem;display:flex}.exp-detail-tag{letter-spacing:.8px;color:var(--accent-green);background:#5aad651a;border:1px solid #5aad6533;border-radius:8px;padding:6px 12px;font-size:.68rem;font-weight:700}.exp-detail-title{color:var(--primary-green);letter-spacing:-.5px;margin-bottom:1.1rem;font-size:1.9rem;font-weight:800;line-height:1.25}.exp-detail-host-row{align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.exp-detail-host-avatar{object-fit:cover;border:2px solid var(--white);border-radius:50%;flex-shrink:0;width:44px;height:44px;box-shadow:0 0 0 2px #5aad6559}.exp-detail-host-fallback{background:var(--bg-light);color:var(--primary-green);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.exp-detail-host-info{flex-direction:column;display:flex}.exp-detail-host-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.exp-detail-host-name{color:var(--primary-green);font-size:1.05rem;font-weight:700}.exp-detail-host-bio{color:#4a5568;border-left:3px solid var(--accent-green);background:#fdfdfd;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;line-height:1.5}.exp-detail-section-title{color:var(--primary-green);border-bottom:1px solid #04390614;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:800}.exp-detail-desc-content p{color:#4a5568;margin-bottom:1rem;font-size:1rem;line-height:1.7}.exp-detail-sidebar{position:sticky;top:100px}.exp-detail-ticket{background:var(--white);border:1px solid #04390614;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000a}.ticket-price-row{border-bottom:1px solid #0000000a;padding:1.5rem 1.5rem 1rem}.ticket-price-main{color:var(--primary-green);letter-spacing:-.5px;font-size:2rem;font-weight:800}.ticket-price-sub{color:#718096;margin-left:4px;font-size:.95rem;font-weight:600}.ticket-info-list{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.ticket-info-item{color:#2d3748;align-items:flex-start;gap:12px;font-size:.95rem;font-weight:500;line-height:1.4;display:flex}.ticket-info-item svg{color:var(--accent-green);flex-shrink:0;margin-top:2px}.ticket-cta-card{background:var(--bg-light);text-align:center;padding:1.5rem}.ticket-cta-title{color:var(--primary-green);margin-bottom:.5rem;font-size:1rem;font-weight:800}.ticket-cta-desc{color:#4a5568;margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.ticket-action-btn{background:var(--primary-green);width:100%;color:var(--white);border-radius:8px;padding:12px 20px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .2s;display:block}.ticket-action-btn:hover{background:var(--hover-green)}.mobile-ticket-bar{display:none}@media (max-width:900px){.exp-detail-container{grid-template-columns:1fr}.exp-detail-sidebar{display:none}.mobile-ticket-bar{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.mobile-ticket-price{flex-direction:column;display:flex}.mobile-ticket-price .price{color:var(--primary-green);font-size:1.25rem;font-weight:800}.mobile-ticket-price .going{color:#718096;font-size:.8rem;font-weight:600}.mobile-ticket-btn{background:var(--primary-green);color:#fff;border-radius:8px;padding:10px 20px;font-weight:700;text-decoration:none}}.exp-card-content-unique{background:linear-gradient(#fff,#fafcf9);border-bottom-right-radius:20px;border-bottom-left-radius:20px;flex-direction:column;flex:1;padding:1rem;display:flex}.exp-tags-wrapper{justify-content:space-between;align-items:flex-start;margin-bottom:.9rem;display:flex}.exp-tags-left{flex-wrap:wrap;gap:6px;padding-left:2px;display:flex}.exp-tags-right{flex-shrink:0;margin-left:auto;display:flex}.exp-tag{letter-spacing:.5px;border-radius:4px;align-items:center;gap:4px;padding:3px 6px;font-size:.55rem;font-weight:700;display:inline-flex}.tag-category{color:var(--accent-green);background:#5aad651a}.tag-carpool{color:#4b5563!important;background:#6b72801a!important}.tag-difficulty{color:#555;background:#0000000a}.tag-difficulty.easy{color:#5aad65;background:#5aad6514}.tag-difficulty.moderate{color:#f59e0b;background:#f59e0b14}.tag-difficulty.hard{color:#ef4444;background:#ef444414}.tag-urgent{color:#d97706;background:#f59e0b1a}.tag-price{letter-spacing:.5px;align-items:center;gap:4px;padding:0;font-size:.85rem;font-weight:800;display:flex;color:var(--primary-green)!important;box-shadow:none!important;background:0 0!important}.tag-price.free{box-shadow:none!important;color:var(--accent-green)!important;background:0 0!important}.tag-price.paid{box-shadow:none!important;color:var(--primary-green)!important;background:0 0!important}.tag-price.support{box-shadow:none!important;color:#f59e0b!important;background:0 0!important}.exp-card-title-unique{color:var(--primary-green);letter-spacing:-.3px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.4rem;padding-left:3px;font-size:1.05rem;font-weight:800;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.experience-card-custom:hover .exp-card-title-unique{color:var(--accent-green)}.exp-location-row{background:0 0;border:none;border-radius:0;align-items:center;gap:6px;margin-bottom:.6rem;padding:0;display:flex}.location-icon-wrapper{color:var(--accent-green);width:auto;height:auto;box-shadow:none;background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-text{color:#555;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.exp-card-host-unique{border-top:1px dashed #00000014;align-items:center;padding-top:.6rem;display:flex}.host-avatar-unique{object-fit:cover;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:32px;height:32px;box-shadow:0 2px 8px #00000014}.host-avatar-fallback-unique{background:var(--bg-light);color:var(--primary-green);justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex}.host-details-unique{flex-direction:row;align-items:center;gap:6px;margin-left:10px;display:flex}.hosted-by-text{color:#718096;letter-spacing:.2px;margin-bottom:0;font-size:.8rem;font-weight:500}.host-name-row{color:#333;align-items:center;font-size:.8rem;font-weight:700;display:flex}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:100%;animation:1.5s linear infinite shimmer;display:inline-block}.skeleton-card{background:#fff;border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.skeleton-img{border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;height:220px}.skeleton-content{flex-direction:column;gap:.8rem;padding:1rem;display:flex}.skeleton-title{border-radius:4px;width:80%;height:24px}.skeleton-row{align-items:center;gap:8px;display:flex}.skeleton-icon{border-radius:50%;width:24px;height:24px}.skeleton-text{border-radius:4px;width:60%;height:16px}.skeleton-tags{gap:8px;margin-top:.5rem;display:flex}.skeleton-tag{border-radius:4px;width:60px;height:20px}.skeleton-host{border-top:1px dashed #00000014;align-items:center;gap:10px;margin-top:auto;padding-top:1rem;display:flex}.skeleton-avatar{border-radius:50%;width:32px;height:32px}.skeleton-host-info{flex-direction:column;gap:4px;display:flex}.skeleton-host-text{width:80px;height:10px}.skeleton-host-name{width:120px;height:14px}.see-all-past-btn{background:var(--primary-green);color:#fff;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #04390633}.see-all-past-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0439064d}.see-all-card-unique{background:var(--bg-light);box-shadow:none;border:2px dashed #04390633;border-radius:16px;justify-content:center;align-items:center;min-height:380px;text-decoration:none;transition:all .3s;display:flex}.see-all-card-unique:hover{border-color:var(--accent-green);background:#5aad650d;transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.see-all-card-content{text-align:center;color:var(--primary-green);padding:2rem}.see-all-icon-wrapper{width:64px;height:64px;color:var(--accent-green);background:#5aad6526;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:inline-flex}.see-all-card-unique:hover .see-all-icon-wrapper{transform:translate(10px)}.see-all-card-content h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.see-all-card-content p{color:#666;font-size:.9rem}.horizontal-scroll-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;margin-left:-1rem;margin-right:-1rem;padding:.5rem 1rem 1.5rem;display:flex;overflow-x:auto}.carousel-header-flex{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.carousel-title{color:var(--primary-green);letter-spacing:-.75px;text-align:left;margin:0;font-size:1.75rem;font-weight:800}.carousel-nav-buttons{align-items:center;gap:8px;display:flex}.h-scroll-btn{cursor:pointer;width:36px;height:36px;color:var(--primary-green);background:#fffffff2;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.h-scroll-btn:hover:not(.disabled){background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.h-scroll-btn.disabled{opacity:.3;cursor:not-allowed;box-shadow:none}@media (max-width:500px){.carousel-header-flex{flex-direction:column;align-items:flex-start;gap:.75rem}.carousel-title{font-size:1.5rem}}@media (max-width:340px){.carousel-title{font-size:1.35rem}.h-scroll-btn{width:32px;height:32px}.exp-card-title{font-size:.9rem}}@media (max-width:380px){.exp-card-top-right-badges{gap:4px;top:8px;right:8px}.exp-card-status-badge{letter-spacing:.2px;padding:3px 8px;font-size:9.5px}.exp-card-price-badge{padding:3px 8px;font-size:10px}.exp-card-badge-group-bottom{bottom:8px;left:8px}.exp-card-date-pill{padding:3px 10px;font-size:10px}.exp-card-rsvp-pill{padding:3px 6px;font-size:9.5px}.exp-card-rsvp-avatar{width:16px;height:16px}.exp-card-content-unique{padding:.85rem}.exp-card-title-unique{margin-bottom:.3rem;font-size:.95rem}.exp-location-row{margin-bottom:.5rem;font-size:.75rem}.exp-tag{padding:2px 5px;font-size:9px}}.explore-all-btn{border-radius:100px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:480px){.explore-btn-wrapper{padding:0 1rem}.explore-all-btn{text-align:center;width:100%;max-width:320px;padding:.75rem 1.5rem;font-size:.95rem}}@media (max-width:340px){.explore-all-btn{padding:.65rem 1rem;font-size:.85rem}}.fs-card-container{z-index:10;background:#fff;border:1px solid #0000000a;border-radius:32px;max-width:1200px;margin:-7.5rem auto 3rem;padding:12px 16px;position:relative;box-shadow:0 16px 40px #0000000d}.fs-form{flex-direction:column;gap:10px;display:flex}.fs-row{background:#fff;border-radius:24px;align-items:center;display:flex}.fs-row.top-row{border-bottom:1px solid #0000000a;border-radius:0;margin-bottom:0;padding-bottom:10px}.fs-segment{cursor:pointer;border-radius:100px;flex:1;align-items:center;padding:10px 16px;transition:background .2s;display:flex;position:relative}.fs-segment:hover{background:#f7f7f7}.fs-segment.no-hover:hover{cursor:default;background:0 0}.fs-segment:focus-within{z-index:5;background:#fff;box-shadow:0 4px 20px #0000001a}.flex-1{flex:1}.fs-icon{color:var(--primary-green);opacity:.6;margin-right:12px}.fs-input-box{flex-direction:column;flex:1;display:flex}.fs-label{color:#333;letter-spacing:.3px;cursor:pointer;margin-bottom:0;font-size:.7rem;font-weight:800}.fs-input,.fs-select{color:#111;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;width:100%;padding:0;font-size:.9rem;font-weight:500}.fs-input::placeholder{color:#a0a0a0}.select-segment{padding:0;overflow:hidden}.fs-label-absolute{color:#333;letter-spacing:.3px;pointer-events:none;z-index:2;font-size:.7rem;font-weight:800;position:absolute;top:10px;left:16px}.fs-select-absolute{color:#111;cursor:pointer;appearance:none;z-index:1;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px top 52%;background-repeat:no-repeat;background-size:12px;border:none;outline:none;width:100%;height:52px;padding:22px 34px 8px 16px;font-size:.9rem;font-weight:500}.fs-divider{background:#0000000f;flex-shrink:0;width:1px;height:36px;margin:0 4px}.fs-carpool-wrapper{align-items:center;display:flex}.fs-toggle{cursor:pointer;background:#ccc;border-radius:100px;width:44px;height:24px;transition:background .3s;position:relative}.fs-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}input:checked+.fs-toggle{background:var(--accent-green)}input:checked+.fs-toggle:after{transform:translate(20px)}.fs-actions{align-items:center;gap:16px;margin-left:auto;padding-left:16px;padding-right:8px;display:flex}.fs-clear{color:#666;background:0 0;border-radius:100px;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.fs-clear:hover{color:#222;background:#f0f2f0}.fs-submit-btn{background:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;height:48px;padding:0 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.fs-submit-btn:hover{background:var(--hover-green);transform:scale(1.05)}.empty-state-premium{background:#fff;border:1px solid #04390614;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:1.5rem auto;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #00000008}.empty-state-left{align-items:center;gap:1.25rem;display:flex}.empty-state-icon{width:56px;height:56px;color:var(--primary-green);background:#5aad651f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.empty-state-text-content{flex-direction:column;display:flex}.empty-state-title{color:var(--primary-green);margin-bottom:.2rem;font-size:1.2rem;font-weight:700}.empty-state-subtext{color:#555;margin-bottom:0;font-size:.95rem}.empty-state-btn{background:var(--primary-green);color:#fff;white-space:nowrap;border-radius:100px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.empty-state-btn:hover{background:var(--hover-green);transform:translateY(-1px)}@media (max-width:768px){.empty-state-premium{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.empty-state-left{flex-direction:column;gap:1rem}}@media (max-width:992px){.fs-card-container{border-radius:24px;width:100%;margin:-6.5rem 0 2.5rem;padding:12px;box-shadow:0 16px 40px #00000014}.fs-form{gap:8px}.fs-row{background:0 0;grid-template-columns:1fr 1fr;gap:8px;display:grid}.fs-row.top-row{border-bottom:none;margin-bottom:0;padding-bottom:0}.fs-divider{display:none}.fs-segment{background:#f7f8f7;border:1px solid #0000000a;border-radius:16px;width:100%;padding:12px 14px}.fs-segment:focus-within{box-shadow:0 0 0 1.5px var(--primary-green);background:#fff}.fs-segment.select-segment{padding:0}.fs-select-absolute{text-overflow:ellipsis;white-space:nowrap;background-position:right 12px top 55%;height:56px;padding:24px 24px 6px 12px;overflow:hidden}.fs-label-absolute{top:8px;left:12px}.fs-input{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.carpool-segment{align-items:center;height:56px;display:flex;padding:0 12px!important}.fs-carpool-wrapper{justify-content:space-between;width:100%;height:auto}.fs-carpool-wrapper .fs-label{color:#222;font-size:.85rem}.fs-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-left:0;padding:8px 4px 0;display:flex}.fs-clear{margin-right:auto;font-size:.95rem}.fs-submit-btn{border-radius:16px;flex:1;justify-content:center;height:52px}}@media (max-width:600px){.fs-row.top-row{grid-template-columns:1fr}.fs-row.bottom-row{gap:6px}.fs-icon{width:20px;height:20px;margin-right:10px}.fs-submit-btn{height:48px;font-size:.85rem}.fs-submit-btn svg{width:16px;height:16px}.fs-select-absolute{padding-right:20px;font-size:.8rem}.fs-carpool-wrapper{justify-content:space-between;gap:8px}.fs-carpool-wrapper .fs-label{font-size:.8rem}.fs-carpool-wrapper .fs-input-box{min-width:0;margin-right:0!important}.fs-toggle{width:36px;height:20px}.fs-toggle:after{width:16px;height:16px}input:checked+.fs-toggle:after{transform:translate(16px)}}.horizontal-scroll-container-wrapper{width:100%;position:relative}.carousel-header-flex{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.carousel-title-link{cursor:pointer;align-items:center;gap:20px;display:flex}.carousel-title-link:hover .carousel-title-arrow{background:var(--primary-green);color:#fff;transform:translate(4px)}.carousel-title-arrow{color:var(--primary-green);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000001a}.carousel-title{color:var(--primary-green);letter-spacing:-.5px;font-size:1.75rem;font-weight:800}.carousel-nav-buttons{gap:8px;display:flex}.h-scroll-btn{cursor:pointer;color:#222;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.h-scroll-btn:hover{background:#f7f7f7;transform:scale(1.05);box-shadow:0 2px 5px #00000026}.h-scroll-btn.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.horizontal-scroll-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:16px;padding-bottom:24px;display:flex;overflow-x:auto}.horizontal-scroll-track::-webkit-scrollbar{display:none}.horizontal-scroll-track>*{scroll-snap-align:start;flex:0 0 330px;width:330px}.see-all-card{background:var(--bg-light);text-align:center;width:100%;color:var(--primary-green);cursor:pointer;border:2px dashed #04390633;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:30px 20px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.see-all-card:hover{background:#e9ede5;border-color:#04390666}.see-all-card .see-all-icon-wrapper{color:var(--primary-green);margin-bottom:12px}.see-all-card h3{color:var(--primary-green);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.see-all-card p{color:#555;margin:0;font-size:.95rem}@media (max-width:1400px){.horizontal-scroll-track>*{flex:0 0 300px;width:300px}}@media (max-width:600px){.horizontal-scroll-track>*{flex:0 0 85%;width:85%}}@media (min-width:900px){.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;display:grid!important;overflow:visible!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:unset!important;scroll-snap-align:none!important;width:100%!important}.home-responsive-carousel .carousel-nav-buttons{display:none!important}}@media (max-width:600px){.carousel-header-flex{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.carousel-title{font-size:1.4rem!important;line-height:1.2!important}.carousel-nav-buttons{align-self:flex-end!important;margin-top:-8px!important}.horizontal-scroll-track>*{flex:0 0 85vw!important;width:85vw!important;max-width:300px!important}.carousel-header-flex{padding:0 16px!important}.carousel-nav-buttons{margin-right:16px!important}.carousel-header-flex{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:16px!important;padding:0 16px!important}.carousel-title{text-align:center!important;font-size:1.5rem!important;line-height:1.2!important}.carousel-nav-buttons{justify-content:center!important;align-self:center!important;margin:0 auto!important}.carousel-header-flex{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;margin-bottom:24px!important;padding:0 12px!important}.carousel-title{text-align:center!important;padding:0 8px!important;font-size:1.35rem!important;line-height:1.3!important}.carousel-nav-buttons{justify-content:center!important;align-self:center!important;gap:12px!important;margin:0 auto!important}.h-scroll-btn{width:36px!important;height:36px!important}}@media (max-width:360px){.carousel-title{font-size:1.2rem!important}}@media (min-width:900px){.home-responsive-carousel .horizontal-scroll-track{width:100%!important;margin:0!important;padding:0!important}}@media (min-width:768px){.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))!important;gap:24px!important;width:100%!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:unset!important;scroll-snap-align:none!important;width:100%!important;max-width:none!important}.home-responsive-carousel .carousel-nav-buttons{display:none!important}.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1024px){.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:1200px){.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;width:100%!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:unset!important;scroll-snap-align:none!important;width:100%!important;max-width:none!important}.home-responsive-carousel .carousel-nav-buttons{display:none!important}}@media (max-width:1199px){.home-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;margin-left:-1rem!important;margin-right:-1rem!important;padding-left:1rem!important;padding-right:1rem!important;display:flex!important;overflow-x:auto!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:0 0 330px!important;width:330px!important}.home-responsive-carousel .carousel-nav-buttons{display:flex!important}}@media (max-width:600px){.home-responsive-carousel .horizontal-scroll-track>*{flex:0 0 85vw!important;width:85vw!important;max-width:300px!important}}@media (min-width:1300px){.home-responsive-carousel .horizontal-scroll-track{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;width:100%!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:unset!important;scroll-snap-align:none!important;width:100%!important;max-width:none!important}.home-responsive-carousel .carousel-nav-buttons{display:none!important}}@media (max-width:1299px){.home-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;margin-left:-1rem!important;margin-right:-1rem!important;padding-left:1rem!important;padding-right:1rem!important;display:flex!important;overflow-x:auto!important}.home-responsive-carousel .horizontal-scroll-track>*{flex:0 0 330px!important;width:330px!important}.home-responsive-carousel .carousel-nav-buttons{display:flex!important}}@media (min-width:1300px){.home-responsive-carousel .carousel-header-flex{margin-bottom:32px!important}.home-responsive-carousel .carousel-title{font-size:2rem!important}}@media (min-width:601px) and (max-width:1299px){.experiences-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;margin-left:-1rem!important;margin-right:-1rem!important;padding-left:1rem!important;padding-right:1rem!important;display:flex!important;overflow-x:auto!important}.experiences-responsive-carousel .horizontal-scroll-track>*{flex:0 0 330px!important;width:330px!important}.experiences-responsive-carousel .carousel-nav-buttons{display:flex!important}}@media (max-width:600px){.experiences-responsive-carousel .carousel-header-flex{text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important;padding:0!important}.experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;gap:8px!important;width:100%!important}.experiences-responsive-carousel .carousel-title{text-align:left!important;margin:0!important;padding:0!important;font-size:1.35rem!important;line-height:1.25!important}.experiences-responsive-carousel .carousel-nav-buttons{display:none!important}.experiences-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;padding-bottom:24px!important;display:flex!important;overflow-x:auto!important}.experiences-responsive-carousel .horizontal-scroll-track>*{scroll-snap-align:start!important;flex:0 0 80vw!important;width:80vw!important}.experiences-responsive-carousel .carousel-header-flex{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.experiences-responsive-carousel .carousel-nav-buttons{align-self:center!important;display:flex!important}}.experiences-responsive-carousel .carousel-title{font-size:clamp(1.15rem,5vw,2rem)!important;line-height:1.3!important}@media (max-width:600px){.experiences-responsive-carousel .carousel-header-flex{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:16px!important;margin-bottom:24px!important;padding:0 12px!important}.experiences-responsive-carousel .carousel-title-link{justify-content:center!important;width:100%!important}.experiences-responsive-carousel .carousel-title{text-align:center!important}.experiences-responsive-carousel .carousel-nav-buttons{justify-content:center!important;align-self:center!important;gap:20px!important;margin:0 auto!important;display:flex!important}.experiences-responsive-carousel .h-scroll-btn{width:42px!important;height:42px!important}}@media (max-width:743px){.experiences-responsive-carousel .carousel-nav-buttons{display:none!important}.experiences-responsive-carousel .carousel-header-flex{text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;padding:0 4px!important}.experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;gap:12px!important;width:100%!important}.experiences-responsive-carousel .carousel-title{text-align:left!important;font-size:clamp(1.2rem,4.5vw,1.5rem)!important}.experiences-responsive-carousel .carousel-title-arrow{width:32px!important;min-width:32px!important;height:32px!important;padding:6px!important}.experiences-responsive-carousel .exp-card-title{font-size:1.1rem!important;line-height:1.3!important}.experiences-responsive-carousel .exp-card-location,.experiences-responsive-carousel .exp-card-host{font-size:.85rem!important}}@media (min-width:744px){.experiences-responsive-carousel .carousel-nav-buttons{display:flex!important}.experiences-responsive-carousel .carousel-header-flex{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.experiences-responsive-carousel .carousel-title{font-size:1.5rem!important}.experiences-responsive-carousel .carousel-title-link{justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:auto!important;display:flex!important}.experiences-responsive-carousel .carousel-header-flex{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.experiences-responsive-carousel .carousel-nav-buttons{gap:12px!important}}@media (max-width:539px){.experiences-responsive-carousel .carousel-title{text-align:left!important;font-size:clamp(1rem,5vw,1.25rem)!important;line-height:1.3!important}.experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.experiences-responsive-carousel .carousel-header-flex{padding:0 4px!important}.experiences-responsive-carousel .carousel-title-arrow{width:clamp(24px,8vw,32px)!important;min-width:clamp(24px,8vw,32px)!important;height:clamp(24px,8vw,32px)!important;padding:4px!important}}@media (min-width:601px) and (max-width:1299px){.recent-experiences-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;margin-left:-1rem!important;margin-right:-1rem!important;padding-left:1rem!important;padding-right:1rem!important;display:flex!important;overflow-x:auto!important}.recent-experiences-responsive-carousel .horizontal-scroll-track>*{flex:0 0 330px!important;width:330px!important}.recent-experiences-responsive-carousel .carousel-nav-buttons{display:flex!important}}@media (max-width:600px){.recent-experiences-responsive-carousel .carousel-header-flex{text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important;padding:0!important}.recent-experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;gap:8px!important;width:100%!important}.recent-experiences-responsive-carousel .carousel-title{text-align:left!important;margin:0!important;padding:0!important;font-size:1.35rem!important;line-height:1.25!important}.recent-experiences-responsive-carousel .carousel-nav-buttons{display:none!important}.recent-experiences-responsive-carousel .horizontal-scroll-track{scroll-snap-type:x mandatory!important;padding-bottom:24px!important;display:flex!important;overflow-x:auto!important}.recent-experiences-responsive-carousel .horizontal-scroll-track>*{scroll-snap-align:start!important;flex:0 0 80vw!important;width:80vw!important}.recent-experiences-responsive-carousel .carousel-header-flex{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.recent-experiences-responsive-carousel .carousel-nav-buttons{align-self:center!important;display:flex!important}}.recent-experiences-responsive-carousel .carousel-title{font-size:clamp(1.15rem,5vw,2rem)!important;line-height:1.3!important}@media (max-width:600px){.recent-experiences-responsive-carousel .carousel-header-flex{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:16px!important;margin-bottom:24px!important;padding:0 12px!important}.recent-experiences-responsive-carousel .carousel-title-link{justify-content:center!important;width:100%!important}.recent-experiences-responsive-carousel .carousel-title{text-align:center!important}.recent-experiences-responsive-carousel .carousel-nav-buttons{justify-content:center!important;align-self:center!important;gap:20px!important;margin:0 auto!important;display:flex!important}.recent-experiences-responsive-carousel .h-scroll-btn{width:42px!important;height:42px!important}}@media (max-width:743px){.recent-experiences-responsive-carousel .carousel-nav-buttons{display:none!important}.recent-experiences-responsive-carousel .carousel-header-flex{text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;padding:0 4px!important}.recent-experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;gap:12px!important;width:100%!important}.recent-experiences-responsive-carousel .carousel-title{text-align:left!important;font-size:clamp(1.2rem,4.5vw,1.5rem)!important}.recent-experiences-responsive-carousel .carousel-title-arrow{width:32px!important;min-width:32px!important;height:32px!important;padding:6px!important}.recent-experiences-responsive-carousel .exp-card-title{font-size:1.1rem!important;line-height:1.3!important}.recent-experiences-responsive-carousel .exp-card-location,.recent-experiences-responsive-carousel .exp-card-host{font-size:.85rem!important}}@media (min-width:744px){.recent-experiences-responsive-carousel .carousel-nav-buttons{display:flex!important}.recent-experiences-responsive-carousel .carousel-header-flex{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.recent-experiences-responsive-carousel .carousel-title{font-size:1.5rem!important}.recent-experiences-responsive-carousel .carousel-title-link{justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:auto!important;display:flex!important}.recent-experiences-responsive-carousel .carousel-header-flex{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.recent-experiences-responsive-carousel .carousel-nav-buttons{gap:12px!important}}@media (max-width:539px){.recent-experiences-responsive-carousel .carousel-title{text-align:left!important;font-size:clamp(1rem,5vw,1.25rem)!important;line-height:1.3!important}.recent-experiences-responsive-carousel .carousel-title-link{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.recent-experiences-responsive-carousel .carousel-header-flex{padding:0 4px!important}.recent-experiences-responsive-carousel .carousel-title-arrow{width:clamp(24px,8vw,32px)!important;min-width:clamp(24px,8vw,32px)!important;height:clamp(24px,8vw,32px)!important;padding:4px!important}}.experiences-recent-section-wrapper{border-top:1px dashed #04390626;margin-top:2.5rem;padding-top:2.5rem}@media (max-width:600px){.experiences-recent-section-wrapper{margin-top:1.5rem;padding-top:1.5rem}}@media (max-width:343px){.experiences-recent-section-wrapper{margin-top:1rem;padding-top:1rem}}.exp-card-host-unique{flex-wrap:nowrap;overflow:hidden}.exp-card-host-unique .host-details-unique{flex-direction:row;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.recent-experiences-responsive-carousel .host-details-unique{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.exp-card-host-unique .host-name-row{align-items:center;min-width:0;display:flex}.exp-card-host-unique .host-name-text{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}.exp-card-host-unique .view-recap-btn-wrapper{flex-shrink:0}@media (max-width:380px){.experiences-responsive-carousel .exp-card-host-unique .hosted-by-text,.recent-experiences-responsive-carousel .exp-card-host-unique .hosted-by-text{font-size:.7rem}.experiences-responsive-carousel .exp-card-host-unique .host-name-row,.recent-experiences-responsive-carousel .exp-card-host-unique .host-name-row{font-size:.75rem}.experiences-responsive-carousel .exp-card-host-unique .host-avatar-unique,.recent-experiences-responsive-carousel .exp-card-host-unique .host-avatar-unique{width:26px;height:26px}.experiences-responsive-carousel .exp-card-host-unique .host-details-unique,.recent-experiences-responsive-carousel .exp-card-host-unique .host-details-unique{gap:4px;margin-left:6px}.experiences-responsive-carousel .exp-card-title-unique,.recent-experiences-responsive-carousel .exp-card-title-unique{margin-bottom:.2rem;font-size:.85rem}}.back-btn-pill{color:var(--accent-green);background:#5aad6514;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.back-btn-pill:hover{background:#5aad6526;transform:translate(-3px)}.back-btn-pill svg{transition:transform .3s}.back-btn-pill:hover svg{transform:translate(-2px)}.back-icon-btn{width:44px;height:44px;color:var(--accent-green);background:#5aad6514;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.back-icon-btn:hover{background:#5aad652e;transform:translate(-3px)}.experiences-page-wrapper .experiences-grid-custom{scroll-snap-type:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.5rem!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.experiences-page-wrapper .experiences-grid-custom>*{scroll-snap-align:none!important;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}@media (max-width:1160px){.experiences-page-wrapper .experiences-grid-custom{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:550px){.experiences-page-wrapper .experiences-grid-custom{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media (min-width:551px) and (max-width:850px),(min-width:1161px) and (max-width:1350px){.experiences-page-wrapper .experience-card-custom .exp-card-date-pill,.experiences-page-wrapper .experience-card-custom .exp-card-rsvp-pill{padding:4px 8px;font-size:.65rem}.experiences-page-wrapper .experience-card-custom .exp-card-title-unique{margin-bottom:.3rem;font-size:.95rem}.experiences-page-wrapper .experience-card-custom .exp-location-text{font-size:.75rem}.experiences-page-wrapper .experience-card-custom .hosted-by-text{font-size:.65rem}.experiences-page-wrapper .experience-card-custom .host-name-row{font-size:.7rem}.experiences-page-wrapper .experience-card-custom .host-avatar-unique{width:24px;height:24px}.experiences-page-wrapper .experience-card-custom .host-details-unique{gap:2px;margin-left:6px}}@media (max-width:380px){.experiences-page-wrapper .experience-card-custom .exp-card-date-pill,.experiences-page-wrapper .experience-card-custom .exp-card-rsvp-pill{padding:4px 8px;font-size:.65rem}.experiences-page-wrapper .experience-card-custom .exp-card-title-unique{margin-bottom:.3rem;font-size:.95rem}.experiences-page-wrapper .experience-card-custom .exp-location-text{font-size:.75rem}.experiences-page-wrapper .experience-card-custom .hosted-by-text{font-size:.65rem}.experiences-page-wrapper .experience-card-custom .host-name-row{font-size:.7rem}.experiences-page-wrapper .experience-card-custom .host-avatar-unique{width:24px;height:24px}.experiences-page-wrapper .experience-card-custom .host-details-unique{gap:2px;margin-left:6px}.experiences-page-wrapper .experiences-grid-custom{scroll-snap-type:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.5rem!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.experiences-page-wrapper .experiences-grid-custom>*{scroll-snap-align:none!important;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}@media (max-width:1280px){.experiences-page-wrapper .experiences-grid-custom{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:980px){.experiences-page-wrapper .experiences-grid-custom{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.experiences-page-wrapper .experiences-grid-custom{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media (max-width:380px){.experiences-page-wrapper .experience-card-custom .exp-card-date-pill,.experiences-page-wrapper .experience-card-custom .exp-card-rsvp-pill{padding:4px 8px;font-size:.7rem}.experiences-page-wrapper .experience-card-custom .exp-card-title-unique{margin-bottom:.3rem;font-size:1rem}}}.responsive-exp-grid{grid-template-columns:1fr 420px;align-items:start;gap:4rem;display:grid}@media (max-width:1024px){.responsive-exp-grid{grid-template-columns:1fr 320px;gap:2.5rem}}@media (max-width:900px){.responsive-exp-grid{grid-template-columns:1fr;gap:2.5rem}}.responsive-hero-title{color:#fff;text-shadow:0 4px 20px #00000080;max-width:900px;margin:0;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;line-height:1.2}.action-buttons-grid{grid-template-columns:1.5fr 1fr 1fr;gap:12px;display:grid}.action-btn-item{color:#222;cursor:pointer;background:#f5f5f5;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:52px;font-size:clamp(.85rem,2.5vw,1rem);font-weight:700;transition:background .2s;display:flex}.action-btn-item.disabled{opacity:.5;cursor:not-allowed}@media (max-width:400px){.action-buttons-grid{gap:8px}.action-btn-item{gap:4px;height:44px;font-size:.8rem}.action-btn-item svg{width:16px;height:16px}}@media (max-width:399px){.action-buttons-grid{grid-template-columns:1fr;gap:10px}.action-btn-item{height:44px;font-size:.9rem}}@media (min-width:1051px){.connect-section{margin-top:auto;margin-bottom:2.2rem}}.info-tooltip-trigger{color:#999;cursor:pointer;align-items:center;display:inline-flex;position:relative}.info-tooltip-trigger:hover{color:var(--primary-green)}.info-tooltip-trigger .tooltip-text{visibility:hidden;background-color:var(--primary-green);color:#fff;text-align:center;z-index:100;opacity:0;pointer-events:none;white-space:normal;border-radius:6px;width:180px;padding:6px 10px;font-size:.75rem;font-weight:500;line-height:1.3;transition:opacity .2s;position:absolute;bottom:135%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.info-tooltip-trigger .tooltip-text:after{content:"";border-style:solid;border-width:5px;border-color:var(--primary-green) transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tooltip-trigger:hover .tooltip-text{visibility:visible;opacity:1}
