.hero-module__zV1thG__hero{background-color:var(--background);justify-content:center;align-items:center;min-height:700px;padding:8rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-module__zV1thG__heroVideo{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:1;width:100%;height:100%;transition:filter .3s;position:absolute;top:0;left:0}.dark .hero-module__zV1thG__heroVideo{filter:brightness(.65)}.hero-module__zV1thG__heroOverlay{z-index:2;background:linear-gradient(#0003 0%,#0000 20%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__zV1thG__content{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;display:flex;position:relative}.hero-module__zV1thG__title{color:#fff;letter-spacing:-.06em;text-shadow:0 10px 40px #0006;margin-bottom:2rem;font-size:clamp(2.2rem,10vw,4.5rem);font-weight:900;line-height:.95}.hero-module__zV1thG__brandText{color:#fff}.hero-module__zV1thG__subtitle{color:#fff;text-shadow:0 2px 10px #00000080;max-width:600px;margin-bottom:4rem;font-size:1.25rem;font-weight:500;line-height:1.5}.hero-module__zV1thG__searchBox{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius);z-index:20;background:#ffffffe6;border:1px solid #ffffff4d;align-items:center;width:100%;max-width:800px;padding:.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 32px #0000001a}.dark .hero-module__zV1thG__searchBox{background:#111827bf;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0000004d}.hero-module__zV1thG__inputGroup{flex:1;align-items:center;gap:.75rem;padding:0 1rem;display:flex}.hero-module__zV1thG__locationGroup{border-left:1px solid var(--border);flex:1.5;align-items:center;height:100%;display:flex}.dark .hero-module__zV1thG__locationGroup{border-left:1px solid var(--border)}.hero-module__zV1thG__inputGroup:last-of-type{border-right:none}.hero-module__zV1thG__searchIcon,.hero-module__zV1thG__mobileSearchIcon{color:var(--muted-foreground)}.hero-module__zV1thG__mobileSearchIcon{display:none}.dark .hero-module__zV1thG__searchIcon{color:var(--muted-foreground)}.hero-module__zV1thG__input,.hero-module__zV1thG__select{width:100%;font-size:1rem;font-family:var(--font-sans);color:var(--foreground);background:0 0;border:none;outline:none;padding:.625rem 0}:is(.dark .hero-module__zV1thG__input,.dark .hero-module__zV1thG__select){color:var(--foreground)}.hero-module__zV1thG__input::placeholder{color:var(--muted-foreground)}.dark .hero-module__zV1thG__input::placeholder{color:var(--muted-foreground)}.hero-module__zV1thG__select option{color:#fff;background:#333}.hero-module__zV1thG__divider{display:none}.hero-module__zV1thG__searchBtn{background:var(--primary);color:#fff;border-radius:6px;height:44px;margin-left:.5rem;padding:.6rem 2rem;font-size:1rem;font-weight:700;transition:all .2s}.hero-module__zV1thG__searchBtn:hover{filter:brightness(1.1)}.dark .hero-module__zV1thG__searchBtn{border:1px solid #0000}.dark .hero-module__zV1thG__searchBtn:hover{background:var(--primary);color:var(--primary-foreground);filter:none;border-color:var(--menu-cta);box-shadow:0 0 0 1px var(--menu-cta),0 4px 12px #4ade8026}.hero-module__zV1thG__quickTags{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:800px;margin-top:2.5rem;display:flex}.hero-module__zV1thG__tag{-webkit-backdrop-filter:blur(10px);font-size:.9rem;font-family:var(--font-montserrat);text-transform:capitalize;letter-spacing:-.02em;color:var(--foreground);cursor:pointer;text-align:center;background:#ffffffb3;border:1px solid #fff6;border-radius:30px;justify-content:center;align-items:center;padding:.65rem 1.2rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.dark .hero-module__zV1thG__tag{color:#fffffff2;background:#11182799;border:1px solid #ffffff26;box-shadow:0 2px 8px #0003}.hero-module__zV1thG__tag:hover{background:#ffffffd9;border-color:#fff9;box-shadow:0 4px 12px #0000001f}.dark .hero-module__zV1thG__tag:hover{border-color:var(--menu-cta);color:#fff;background:#1f2937bf;box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.hero-module__zV1thG__hero{flex-direction:column;justify-content:flex-start;align-items:center;min-height:80vh;padding:5rem 1rem;display:flex}.hero-module__zV1thG__content{flex-direction:column;align-items:center;height:100%;display:flex}.hero-module__zV1thG__title{margin-bottom:1rem;padding:0}.hero-module__zV1thG__subtitle{margin-bottom:1.5rem;padding:0 1rem;font-size:1rem}.hero-module__zV1thG__searchBox{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffff4d;border-radius:50px;flex-direction:row;max-width:320px;margin-bottom:2rem;padding:.25rem;box-shadow:0 4px 20px #0003;margin-top:35vh!important}.dark .hero-module__zV1thG__searchBox{background:#00000080;border:1px solid #ffffff1a}.hero-module__zV1thG__inputGroup{height:48px;padding:0 .5rem 0 1rem;box-shadow:none!important;background:0 0!important;border:none!important}.hero-module__zV1thG__locationGroup,.hero-module__zV1thG__quickTags{display:none!important}.hero-module__zV1thG__searchBtn{border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-left:auto;padding:0;display:flex}.hero-module__zV1thG__searchBtn span{display:none}.hero-module__zV1thG__mobileSearchIcon{color:#fff!important;display:block!important}.hero-module__zV1thG__tag{white-space:nowrap;border-radius:30px;flex:0 auto;justify-content:center;align-items:center;width:auto;height:auto;min-height:38px;padding:.5rem .6rem;font-size:.8rem;display:inline-flex}}
.category-grid-module__cPyE9a__section{background-color:var(--background);padding:4rem 0}.category-grid-module__cPyE9a__title{text-align:center;color:var(--foreground);letter-spacing:-.06em;margin-bottom:4rem;font-size:clamp(2.5rem,7vw,3.5rem);font-weight:900;line-height:1}.category-grid-module__cPyE9a__grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.category-grid-module__cPyE9a__card{width:100%}@media (min-width:640px){.category-grid-module__cPyE9a__card{width:calc(50% - .75rem)}}@media (min-width:1024px){.category-grid-module__cPyE9a__card{flex:0 0 calc(25% - 1.25rem);width:calc(25% - 1.125rem)}}.category-grid-module__cPyE9a__card{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);background:#ffffffd9;border-radius:40px;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -10px #0000000d}.dark .category-grid-module__cPyE9a__card{background:#111827d9;border-color:#ffffff14}.category-grid-module__cPyE9a__card:after{content:"";opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#b8860b08 0%,#0000 70%);width:140px;height:140px;transition:opacity .4s;position:absolute;top:0;right:0}.dark .category-grid-module__cPyE9a__card:after{background:radial-gradient(circle,#d4af370d 0%,#0000 70%)}.category-grid-module__cPyE9a__card:hover{border-color:#b8860b26;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 60px -15px #0000001f,0 0 0 1px #b8860b14,0 8px 32px -8px #b8860b1a}.category-grid-module__cPyE9a__card:hover:after{opacity:1}.dark .category-grid-module__cPyE9a__card:hover{border-color:#d4af3733;box-shadow:0 20px 60px -15px #00000040,0 0 0 1px #d4af371f,0 8px 32px -8px #d4af3726}.category-grid-module__cPyE9a__imageContainer{background-color:var(--secondary);z-index:2;width:100%;height:220px;position:relative;overflow:hidden}.category-grid-module__cPyE9a__imageContainer:after{content:"";pointer-events:none;z-index:3;opacity:0;background:linear-gradient(#0000 0% 60%,#0000001a 100%);transition:opacity .4s;position:absolute;inset:0}.category-grid-module__cPyE9a__card:hover .category-grid-module__cPyE9a__imageContainer:after{opacity:1}.category-grid-module__cPyE9a__image{-o-object-fit:cover;object-fit:cover;z-index:2;width:100%;height:100%;transition:transform .6s cubic-bezier(.175,.885,.32,1.275),filter .3s;position:relative}.dark .category-grid-module__cPyE9a__image{filter:brightness(.65)}.category-grid-module__cPyE9a__card:hover .category-grid-module__cPyE9a__image{transform:scale(1.04)}.category-grid-module__cPyE9a__content{text-align:center;background:var(--card);z-index:2;padding:1.5rem;position:relative}.category-grid-module__cPyE9a__cardTitle{color:var(--card-foreground);letter-spacing:-.05em;font-size:1.5rem;font-weight:900;font-family:var(--font-montserrat);margin:0}
.feature-showcase-module__5H0hMW__showcaseSection{background-color:var(--background);--accent-glow:#2c4c3b;padding:10rem 1.5rem;position:relative;overflow:hidden}.dark .feature-showcase-module__5H0hMW__showcaseSection{--accent-glow:#2c4c3b}.feature-showcase-module__5H0hMW__showcaseSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#2c4c3b0f 0%,#0000 55%),radial-gradient(circle at 80% 70%,#b8860b0a 0%,#0000 55%);height:100%;position:absolute;top:0;left:0;right:0}.feature-showcase-module__5H0hMW__header{text-align:center;z-index:2;margin-bottom:8rem;position:relative}.feature-showcase-module__5H0hMW__title{color:var(--foreground);letter-spacing:-.06em;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,5rem);font-weight:900;line-height:.9}.feature-showcase-module__5H0hMW__subtitle{color:var(--muted-foreground);max-width:500px;margin:0 auto;font-size:1.35rem;font-weight:500;line-height:1.4}.feature-showcase-module__5H0hMW__grid{z-index:2;grid-template-columns:repeat(12,1fr);grid-auto-rows:320px;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.feature-showcase-module__5H0hMW__card{background:var(--card);border:1px solid var(--border);color:inherit;border-radius:48px;flex-direction:column;padding:3.5rem;text-decoration:none;transition:all .7s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.feature-showcase-module__5H0hMW__stall{background:linear-gradient(145deg,var(--card)0%,var(--secondary)100%);grid-area:span 2/span 8}.feature-showcase-module__5H0hMW__molly,.feature-showcase-module__5H0hMW__tavling{grid-area:span 1/span 4}.feature-showcase-module__5H0hMW__economy{flex-direction:row;grid-area:span 1/span 12;justify-content:space-between;align-items:center;padding:4rem}.feature-showcase-module__5H0hMW__card:hover{border-color:#b8860b33;transform:translateY(-8px)scale(1.01);box-shadow:0 30px 80px -30px #00000038,0 0 0 1px #b8860b24,0 18px 45px -24px #b8860b47}.dark .feature-showcase-module__5H0hMW__card:hover{border-color:#d4af3740;box-shadow:0 30px 80px -30px #0009,0 0 0 1px #d4af372e,0 18px 50px -24px #d4af3759}.feature-showcase-module__5H0hMW__iconWrapper{background:var(--secondary);width:80px;height:80px;color:var(--primary);border-radius:28px;justify-content:center;align-items:center;margin-bottom:2.5rem;transition:all .7s cubic-bezier(.19,1,.22,1);display:flex;position:relative}.dark .feature-showcase-module__5H0hMW__iconWrapper{color:#4ade80}.feature-showcase-module__5H0hMW__card:hover .feature-showcase-module__5H0hMW__iconWrapper{background:var(--accent-glow);color:var(--background);transform:scale(1.1)rotate(10deg);box-shadow:0 15px 40px #00000040,0 0 25px #b8860b59}.dark .feature-showcase-module__5H0hMW__card:hover .feature-showcase-module__5H0hMW__iconWrapper{color:var(--background);background:#4ade80;box-shadow:0 15px 40px #0006,0 0 25px #4ade8066}.feature-showcase-module__5H0hMW__cardTitle{color:var(--foreground);letter-spacing:-.05em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1}.feature-showcase-module__5H0hMW__cardDescription{color:var(--muted-foreground);max-width:85%;margin:0;font-size:1.25rem;line-height:1.4}.feature-showcase-module__5H0hMW__link{color:var(--accent-glow);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;font-weight:900;transition:all .3s;display:flex}.dark .feature-showcase-module__5H0hMW__link{color:#4ade80}.feature-showcase-module__5H0hMW__card:hover .feature-showcase-module__5H0hMW__link{gap:1.25rem}.dark .feature-showcase-module__5H0hMW__card:hover .feature-showcase-module__5H0hMW__link{color:#86efac;text-shadow:0 0 12px #4ade8066}.feature-showcase-module__5H0hMW__economy .feature-showcase-module__5H0hMW__cardTitle{margin:0;font-size:3.5rem}.feature-showcase-module__5H0hMW__economy .feature-showcase-module__5H0hMW__cardDescription{max-width:500px;font-size:1.5rem}.feature-showcase-module__5H0hMW__economy .feature-showcase-module__5H0hMW__iconWrapper{margin:0}@media (max-width:1100px){.feature-showcase-module__5H0hMW__grid{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.feature-showcase-module__5H0hMW__stall,.feature-showcase-module__5H0hMW__molly,.feature-showcase-module__5H0hMW__tavling,.feature-showcase-module__5H0hMW__economy{grid-area:span 1/span 2;padding:3rem}.feature-showcase-module__5H0hMW__economy{flex-direction:column;align-items:flex-start;gap:2rem}}@media (max-width:768px){.feature-showcase-module__5H0hMW__showcaseSection{padding:6rem 1.5rem}.feature-showcase-module__5H0hMW__title{font-size:3rem}.feature-showcase-module__5H0hMW__card{border-radius:32px;padding:2.5rem}.feature-showcase-module__5H0hMW__stall,.feature-showcase-module__5H0hMW__molly,.feature-showcase-module__5H0hMW__tavling,.feature-showcase-module__5H0hMW__economy{grid-column:span 2}}
.ad-card-module__7PDI2q__cardLink{color:inherit;height:100%;text-decoration:none;display:block}.ad-card-module__7PDI2q__card{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border-radius:24px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -10px #0000000d}.dark .ad-card-module__7PDI2q__card{background:#111827d9;border-color:#ffffff14}.ad-card-module__7PDI2q__card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#b8860b08 0%,#0000 70%);width:120px;height:120px;transition:opacity .4s;position:absolute;top:0;right:0}.dark .ad-card-module__7PDI2q__card:after{background:radial-gradient(circle,#d4af370d 0%,#0000 70%)}.ad-card-module__7PDI2q__card:hover{border-color:#b8860b26;transform:translateY(-6px)scale(1.01);box-shadow:0 20px 60px -15px #0000001f,0 0 0 1px #b8860b14,0 8px 32px -8px #b8860b1a}.ad-card-module__7PDI2q__card:hover:after{opacity:1}.dark .ad-card-module__7PDI2q__card:hover{border-color:#d4af3733;box-shadow:0 20px 60px -15px #00000040,0 0 0 1px #d4af371f,0 8px 32px -8px #d4af3726}.ad-card-module__7PDI2q__imageContainer{aspect-ratio:4/3;background:#e5e5e5;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ad-card-module__7PDI2q__imageContainer:after{content:"";pointer-events:none;z-index:3;opacity:0;background:linear-gradient(#0000 0% 60%,#0000001a 100%);transition:opacity .4s;position:absolute;inset:0}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__imageContainer:after{opacity:1}:is([data-theme=dark] .ad-card-module__7PDI2q__imageContainer,.dark .ad-card-module__7PDI2q__imageContainer){background:#000}.ad-card-module__7PDI2q__blurredBackdrop{filter:blur(30px);opacity:.6;-o-object-fit:cover;object-fit:cover;pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.2)}.dark .ad-card-module__7PDI2q__blurredBackdrop{opacity:.4}.ad-card-module__7PDI2q__image{-o-object-fit:contain;object-fit:contain;z-index:2;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);position:relative;width:100%!important;height:100%!important}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__image{transform:scale(1.04)}.ad-card-module__7PDI2q__priceBadge{color:#fff;-webkit-backdrop-filter:blur(16px);z-index:5;background:#000000b3;border:1px solid #fff3;border-radius:14px;padding:.6rem 1rem;transition:all .3s;position:absolute;bottom:14px;left:14px;box-shadow:0 6px 20px #00000040,0 0 0 1px #b8860b1a}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__priceBadge{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d,0 0 0 1px #b8860b33}.ad-card-module__7PDI2q__price{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:800}.ad-card-module__7PDI2q__priceSub{color:#fffffff2;font-size:.85rem;font-weight:700}.ad-card-module__7PDI2q__soldBadge{color:#fff;letter-spacing:.1em;z-index:10;pointer-events:none;text-transform:uppercase;background:#059669;border:4px solid #fff;border-radius:8px;padding:.6rem 2rem;font-size:1.8rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-15deg);box-shadow:0 10px 25px #0000004d}.ad-card-module__7PDI2q__reservedBadge{color:#fff;font-family:var(--font-montserrat);letter-spacing:.05em;-webkit-backdrop-filter:blur(12px);z-index:10;text-transform:uppercase;background:linear-gradient(135deg,#d4af37e6 0%,#b8860be6 100%);border:1px solid #ffffff59;border-radius:12px;align-items:center;gap:4px;padding:.45rem .9rem;font-size:.7rem;font-weight:900;transition:all .3s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 15px #d4af3759,0 0 0 1px #b8860b33}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__reservedBadge{transform:translateY(-1px);box-shadow:0 6px 20px #d4af3773,0 0 0 1px #b8860b4d}.ad-card-module__7PDI2q__reservedBadge svg{opacity:.9}.ad-card-module__7PDI2q__content{color:var(--card-foreground);background:var(--card);flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.ad-card-module__7PDI2q__title{white-space:nowrap;text-overflow:ellipsis;color:inherit;letter-spacing:-.04em;font-size:1.15rem;font-weight:900;line-height:1.25;font-family:var(--font-montserrat);margin:0;transition:color .3s;overflow:hidden}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__title{color:var(--foreground)}.ad-card-module__7PDI2q__metadata{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.ad-card-module__7PDI2q__infoGroup{flex-direction:column;gap:.35rem;display:flex}.ad-card-module__7PDI2q__infoItem{color:var(--muted-foreground);align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;transition:color .3s;display:flex}.ad-card-module__7PDI2q__infoItem svg{color:#b8860b;opacity:.8;transition:all .3s}.dark .ad-card-module__7PDI2q__infoItem svg{color:#d4af37;opacity:.9}.ad-card-module__7PDI2q__card:hover .ad-card-module__7PDI2q__infoItem svg{opacity:1;transform:scale(1.1)}.ad-card-module__7PDI2q__infoText{white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.ad-card-module__7PDI2q__countryFlag{color:var(--muted-foreground);align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;display:flex}
.pioneers-module__DT7Y8a__section{background:var(--background);margin-bottom:4rem;padding:4rem 1.5rem}.pioneers-module__DT7Y8a__container{max-width:1280px;margin:0 auto}.pioneers-module__DT7Y8a__header{text-align:center;margin-bottom:3rem}.pioneers-module__DT7Y8a__title{color:var(--foreground);letter-spacing:-.06em;margin-bottom:1rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:1}.pioneers-module__DT7Y8a__subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:1.1rem}.pioneers-module__DT7Y8a__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.5rem;display:grid}.pioneers-module__DT7Y8a__card{background:var(--card);border:1px solid var(--border);border-radius:24px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000008}.pioneers-module__DT7Y8a__card:hover{background:var(--card);border-color:#b8860b26;transform:translateY(-6px);box-shadow:0 20px 60px -15px #0000001f,0 0 0 1px #b8860b14,0 8px 32px -8px #b8860b1a}.dark .pioneers-module__DT7Y8a__card:hover{background:var(--card);border-color:#d4af3733;box-shadow:0 20px 60px -15px #00000040,0 0 0 1px #d4af371f,0 8px 32px -8px #d4af3726}.pioneers-module__DT7Y8a__imageArea{background:var(--secondary);border-bottom:1px solid var(--border);justify-content:center;align-items:center;width:100%;height:160px;display:flex;position:relative}.pioneers-module__DT7Y8a__starBadge{z-index:10;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 2px 5px #0003}.pioneers-module__DT7Y8a__pioneerImg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:1.25rem}.pioneers-module__DT7Y8a__iconCircle{background:var(--background);width:60px;height:60px;color:var(--primary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;display:flex}.pioneers-module__DT7Y8a__cardContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.pioneers-module__DT7Y8a__textStack{flex-direction:column;flex:1;min-height:180px;display:flex}.pioneers-module__DT7Y8a__pioneerName{letter-spacing:-.06em;color:var(--foreground);font-size:1.35rem;font-weight:900;line-height:.95;font-family:var(--font-montserrat);margin-bottom:.25rem}.pioneers-module__DT7Y8a__location{color:var(--muted-foreground);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.85rem;display:flex}.pioneers-module__DT7Y8a__description{color:var(--foreground);opacity:.8;font-size:.9rem;line-height:1.4}.pioneers-module__DT7Y8a__placeholderName{color:var(--muted-foreground);margin-bottom:.5rem;font-size:1rem;font-weight:700}.pioneers-module__DT7Y8a__placeholderText{color:var(--muted-foreground);opacity:.6;font-size:.9rem;font-style:italic;line-height:1.5}.pioneers-module__DT7Y8a__actionRow{flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.pioneers-module__DT7Y8a__socialBtn{width:100%;font-weight:800;font-family:var(--font-montserrat);text-transform:capitalize;letter-spacing:.02em;border:1.5px solid var(--border);color:var(--foreground);background:#fff;border-radius:10px;justify-content:flex-start;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.75rem;text-decoration:none;transition:all .2s;display:flex}.dark .pioneers-module__DT7Y8a__socialBtn{background:#111827}.pioneers-module__DT7Y8a__iconSlot{flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.pioneers-module__DT7Y8a__socialBtn:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.dark .pioneers-module__DT7Y8a__socialBtn:hover{border-color:#d4af3766;box-shadow:0 4px 12px -2px #d4af3733}@media (min-width:1024px){.pioneers-module__DT7Y8a__grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.pioneers-module__DT7Y8a__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.pioneers-module__DT7Y8a__cardContent{padding:1rem}.pioneers-module__DT7Y8a__textStack{min-height:140px}}@media (max-width:480px){.pioneers-module__DT7Y8a__socialBtn{letter-spacing:0;gap:.5rem;padding:.5rem .75rem;font-size:.65rem}.pioneers-module__DT7Y8a__iconSlot{width:16px}}
.community-stats-module__IvVFOW__section{padding:8rem 1.5rem}.community-stats-module__IvVFOW__container{background:linear-gradient(135deg,var(--card)0%,var(--background)100%);border:1px solid var(--border);border-radius:48px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:3rem;padding:4rem 3rem;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0000001a}.community-stats-module__IvVFOW__content{text-align:left;max-width:600px}.community-stats-module__IvVFOW__title{color:var(--foreground);letter-spacing:-.06em;letter-spacing:-.06em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:900;line-height:.95}.community-stats-module__IvVFOW__description{color:var(--muted-foreground);font-size:1.25rem;font-weight:500;line-height:1.4}.community-stats-module__IvVFOW__statsGrid{flex-wrap:wrap;justify-content:flex-start;gap:2rem;display:flex}.community-stats-module__IvVFOW__statCard{background:var(--background);border:1px solid var(--border);cursor:default;border-radius:32px;flex:1;min-width:200px;padding:2rem;transition:all .4s cubic-bezier(.165,.84,.44,1)}.community-stats-module__IvVFOW__statCard:hover{background:var(--card);border-color:#b8860b26;transform:translateY(-6px);box-shadow:0 20px 60px -15px #0000001f,0 0 0 1px #b8860b14,0 8px 32px -8px #b8860b1a}.dark .community-stats-module__IvVFOW__statCard:hover{background:var(--card);border-color:#d4af3733;box-shadow:0 20px 60px -15px #00000040,0 0 0 1px #d4af371f,0 8px 32px -8px #d4af3726}.community-stats-module__IvVFOW__iconBox{border-radius:12px;margin-bottom:1rem;padding:10px;display:inline-flex}.community-stats-module__IvVFOW__membersIcon{background:#10b9811a}.community-stats-module__IvVFOW__activeIcon{background:#f59e0b1a}.community-stats-module__IvVFOW__statNumber{color:var(--foreground);letter-spacing:-.06em;font-size:3.5rem;font-weight:900;line-height:1}.community-stats-module__IvVFOW__statLabel{color:var(--muted-foreground);text-transform:lowercase;letter-spacing:-.02em;margin-top:.5rem;font-size:1rem;font-weight:800}@media (max-width:1024px){.community-stats-module__IvVFOW__container{grid-template-columns:1fr;gap:4rem;padding:4rem 2.5rem}}@media (max-width:768px){.community-stats-module__IvVFOW__section{padding:5rem 1.5rem}.community-stats-module__IvVFOW__container{border-radius:32px;gap:3rem;padding:3rem 1.5rem}.community-stats-module__IvVFOW__title{margin-bottom:1rem;font-size:2.25rem}.community-stats-module__IvVFOW__description{font-size:1.1rem}.community-stats-module__IvVFOW__statNumber{font-size:2.75rem}.community-stats-module__IvVFOW__statCard{min-width:100%;padding:1.5rem}}
.contact-seller-form-module__wobDpq__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.contact-seller-form-module__wobDpq__modal{background-color:var(--card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:12px;width:100%;max-width:500px;animation:.3s ease-out contact-seller-form-module__wobDpq__slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes contact-seller-form-module__wobDpq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-seller-form-module__wobDpq__header{border-bottom:1px solid var(--border,#e5e7eb);background-color:var(--secondary,#f9fafb);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.contact-seller-form-module__wobDpq__title{color:var(--foreground,#111827);margin:0;font-size:1.25rem;font-weight:700}.contact-seller-form-module__wobDpq__closeButton{color:var(--muted-foreground,#6b7280);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s}.contact-seller-form-module__wobDpq__closeButton:hover{color:var(--foreground,#111827)}.contact-seller-form-module__wobDpq__form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.contact-seller-form-module__wobDpq__field{flex-direction:column;gap:.5rem;display:flex}.contact-seller-form-module__wobDpq__label{color:var(--foreground,#111827);font-size:.875rem;font-weight:600}.contact-seller-form-module__wobDpq__input,.contact-seller-form-module__wobDpq__textarea{border:1px solid var(--border,#d1d5db);background-color:var(--background,#fff);color:var(--foreground,#111827);border-radius:6px;padding:.75rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-seller-form-module__wobDpq__input:focus,.contact-seller-form-module__wobDpq__textarea:focus{border-color:var(--primary,#2c4c3b);outline:none;box-shadow:0 0 0 2px #2c4c3b1a}.contact-seller-form-module__wobDpq__textarea{resize:vertical;min-height:120px}.contact-seller-form-module__wobDpq__submitButton{background-color:var(--primary,#2c4c3b);color:var(--primary-foreground,#fff);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.contact-seller-form-module__wobDpq__submitButton:hover{background-color:#1a2e24}.contact-seller-form-module__wobDpq__submitButton:disabled{opacity:.7;cursor:not-allowed}.contact-seller-form-module__wobDpq__error{color:#991b1b;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:6px;padding:.75rem;font-size:.875rem}.contact-seller-form-module__wobDpq__successMessage{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.contact-seller-form-module__wobDpq__successIcon{color:#166534;background-color:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.contact-seller-form-module__wobDpq__successTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.contact-seller-form-module__wobDpq__successText{color:var(--muted-foreground);margin:0}
.finance-cta-module__xyQjVq__container{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#172554 100%);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;margin-bottom:3rem;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000004d}.dark .finance-cta-module__xyQjVq__container{background:linear-gradient(135deg,#111827 0%,#000 100%);border:1px solid #ffd70026;box-shadow:0 20px 40px -10px #00000080}@media (min-width:768px){.finance-cta-module__xyQjVq__container{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;padding:4rem}}.finance-cta-module__xyQjVq__shapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.finance-cta-module__xyQjVq__glow1{filter:blur(80px);background:radial-gradient(circle,#eab30826 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:-10%}.finance-cta-module__xyQjVq__glow2{filter:blur(80px);background:radial-gradient(circle,#eab3081a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-50%;right:-10%}.finance-cta-module__xyQjVq__content{z-index:10;max-width:100%;position:relative}@media (min-width:768px){.finance-cta-module__xyQjVq__content{max-width:60%}}.finance-cta-module__xyQjVq__badge{font-size:.75rem;font-weight:700;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#facc15;background-color:#eab3081a;border:1px solid #eab3084d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;display:inline-flex;box-shadow:0 0 10px #eab3081a}.finance-cta-module__xyQjVq__title{font-size:clamp(2rem,5vw,2.5rem);font-weight:900;font-family:var(--font-montserrat);letter-spacing:-.04em;background:linear-gradient(90deg,#fff 0%,#e5e7eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;line-height:1.1}.finance-cta-module__xyQjVq__description{color:#9ca3af;max-width:500px;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.finance-cta-module__xyQjVq__description{margin-bottom:0}}.finance-cta-module__xyQjVq__actions{z-index:10;flex-direction:column;gap:1rem;width:100%;display:flex;position:relative}@media (min-width:640px){.finance-cta-module__xyQjVq__actions{flex-direction:row;width:auto}}.finance-cta-module__xyQjVq__button{font-size:1rem;font-weight:800;font-family:var(--font-montserrat);white-space:nowrap;letter-spacing:-.02em;text-transform:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.finance-cta-module__xyQjVq__primaryButton{color:#000;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 20px #f59e0b4d}.finance-cta-module__xyQjVq__primaryButton:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 30px #f59e0b80}.finance-cta-module__xyQjVq__primaryButton:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.finance-cta-module__xyQjVq__primaryButton:hover:after{left:100%}.finance-cta-module__xyQjVq__secondaryButton{color:#d1d5db;background-color:#0000;border:1px solid #fff3}.finance-cta-module__xyQjVq__secondaryButton:hover{color:#fff;background-color:#ffffff0d;border-color:#ffffff80}
