.Hero-module__gNeX-G__heroSection{background:var(--bg);--mouse-x:0;--mouse-y:0;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__meshGradient{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__gNeX-G__meshOrb1{will-change:transform;background:radial-gradient(circle,#4b53201f 0%,#0000 70%);border-radius:50%;width:60vw;max-width:900px;height:60vw;max-height:900px;animation:18s ease-in-out infinite Hero-module__gNeX-G__meshFloat1;position:absolute;top:-20%;right:-10%}.Hero-module__gNeX-G__meshOrb2{will-change:transform;background:radial-gradient(circle,#6366f114 0%,#0000 70%);border-radius:50%;width:50vw;max-width:700px;height:50vw;max-height:700px;animation:22s ease-in-out infinite Hero-module__gNeX-G__meshFloat2;position:absolute;bottom:-15%;left:-5%}.Hero-module__gNeX-G__meshOrb3{will-change:transform;background:radial-gradient(circle,#14b8a60f 0%,#0000 70%);border-radius:50%;width:30vw;max-width:400px;height:30vw;max-height:400px;animation:15s ease-in-out infinite Hero-module__gNeX-G__meshFloat3;position:absolute;top:40%;left:30%}.Hero-module__gNeX-G__meshOrb4{will-change:transform;background:radial-gradient(circle,#6b8e2312 0%,#0000 70%);border-radius:50%;width:25vw;max-width:350px;height:25vw;max-height:350px;animation:20s ease-in-out infinite Hero-module__gNeX-G__meshFloat4;position:absolute;top:10%;left:15%}@keyframes Hero-module__gNeX-G__meshFloat1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-40px,30px)scale(1.08)}50%{transform:translate(20px,-50px)scale(.95)}75%{transform:translate(-20px,20px)scale(1.05)}}@keyframes Hero-module__gNeX-G__meshFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,-40px)scale(1.12)}66%{transform:translate(-30px,50px)scale(.92)}}@keyframes Hero-module__gNeX-G__meshFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,-30px)scale(1.15)}}@keyframes Hero-module__gNeX-G__meshFloat4{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,40px)scale(.9)}66%{transform:translate(-40px,-20px)scale(1.1)}}.Hero-module__gNeX-G__noiseOverlay{z-index:1;pointer-events:none;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.Hero-module__gNeX-G__heroContent{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:1440px;padding:120px 5% 40px;display:flex;position:relative}@media (min-width:1024px){.Hero-module__gNeX-G__heroContent{flex-direction:row;justify-content:space-between;align-items:center;gap:40px;padding-top:100px}}.Hero-module__gNeX-G__heroTextContainer{z-index:2;transform:translate3d(calc(var(--mouse-x) * -8px), calc(var(--mouse-y) * -8px), 0);will-change:transform;flex-direction:column;flex:1;align-items:flex-start;max-width:640px;display:flex}.Hero-module__gNeX-G__heroBadge{letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);background:var(--glass-bg-strong);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px)saturate(180%);opacity:0;border-radius:100px;align-items:center;gap:10px;margin-bottom:2rem;padding:7px 16px;font-size:.7rem;font-weight:500;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.Hero-module__gNeX-G__badgeDot{background:var(--accent-bright);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite Hero-module__gNeX-G__pulse;box-shadow:0 0 10px #6b8e238c}.Hero-module__gNeX-G__badgeSeparator{color:var(--text-muted);font-size:.6rem}@keyframes Hero-module__gNeX-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.Hero-module__gNeX-G__heroTitle{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.04em;color:var(--text-primary);flex-direction:column;margin-bottom:1.8rem;font-size:clamp(2.6rem,5.6vw,5.2rem);font-weight:500;line-height:1;display:flex}.Hero-module__gNeX-G__titleLine1{opacity:0;letter-spacing:.28em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:.8em;font-family:DM Sans,-apple-system,sans-serif;font-size:.2em;font-weight:500}.Hero-module__gNeX-G__titleLine2{opacity:0;background:linear-gradient(180deg, var(--text-primary) 0%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__gNeX-G__titleLine3{opacity:0;letter-spacing:-.04em;background:linear-gradient(135deg, var(--accent-highlight) 0%, var(--accent-bright) 50%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-weight:400}.Hero-module__gNeX-G__heroDesc{color:var(--text-secondary);opacity:0;max-width:480px;margin-bottom:2.5rem;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;line-height:1.7}.Hero-module__gNeX-G__btnGroup{opacity:0;flex-wrap:wrap;gap:14px;display:flex}.Hero-module__gNeX-G__primaryBtn{color:#fff;border-radius:var(--radius-btn);letter-spacing:.02em;transition:transform .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury);background:linear-gradient(#5a6428 0%,#3d4a1a 100%);align-items:center;gap:12px;padding:17px 34px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #4b53206b,0 2px 6px #4b532040,inset 0 1px #ffffff26,inset 0 -1px #0003}.Hero-module__gNeX-G__primaryBtn:after{content:"";transition:transform .9s var(--ease-luxury);background:linear-gradient(135deg,#0000 40%,#ffffff2e 50%,#0000 60%);position:absolute;inset:0;transform:translate(-120%)}.Hero-module__gNeX-G__primaryBtn:hover:after{transform:translate(120%)}.Hero-module__gNeX-G__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 18px 42px #4b53208c,0 4px 10px #4b53204d,inset 0 1px #fff3,inset 0 -1px #0003}.Hero-module__gNeX-G__primaryBtn svg{transition:transform .4s var(--ease-luxury)}.Hero-module__gNeX-G__primaryBtn:hover svg{transform:translate(4px)}.Hero-module__gNeX-G__glassBtn{background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(20px)saturate(180%);color:var(--text-primary);border-radius:var(--radius-btn);letter-spacing:.02em;border:1px solid var(--glass-border);transition:transform .45s var(--ease-luxury), background .35s var(--ease-luxury), border-color .35s var(--ease-luxury), box-shadow .45s var(--ease-luxury);align-items:center;gap:10px;padding:17px 30px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.Hero-module__gNeX-G__glassBtn:hover{background:var(--glass-bg-hover);border-color:var(--accent-bright);transform:translateY(-2px);box-shadow:0 14px 38px #4b532033,inset 0 1px #ffffff14}.Hero-module__gNeX-G__glassBtn svg{opacity:.7;transition:opacity .3s}.Hero-module__gNeX-G__glassBtn:hover svg{opacity:1}.Hero-module__gNeX-G__devicesShowcase{width:100%;min-height:500px;transform:translate3d(calc(var(--mouse-x) * 15px), calc(var(--mouse-y) * 15px), 0);will-change:transform;perspective:1000px;flex:1.2;justify-content:center;align-items:center;margin-top:2rem;display:flex;position:relative}.Hero-module__gNeX-G__deviceCard{height:90%;max-height:600px;transition:transform .6s cubic-bezier(.25,1,.5,1);position:absolute}.Hero-module__gNeX-G__deviceCard img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 25px 50px #00000059);width:auto;height:100%}.Hero-module__gNeX-G__deviceCenter{z-index:3;opacity:0}.Hero-module__gNeX-G__deviceLeft{z-index:2;opacity:0;height:80%;transform:translate(-45%)rotate(-10deg)}.Hero-module__gNeX-G__deviceRight{z-index:1;opacity:0;height:80%;transform:translate(55%)rotate(10deg)}.Hero-module__gNeX-G__trustStrip{z-index:10;background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--glass-border);opacity:0;border-radius:100px;align-items:center;gap:24px;padding:16px 40px;animation:1s cubic-bezier(.16,1,.3,1) 1.5s forwards Hero-module__gNeX-G__fadeSlideUp;display:flex;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__trustItem{flex-direction:column;align-items:center;gap:2px;display:flex}.Hero-module__gNeX-G__trustNumber{font-family:var(--font-display), sans-serif;color:var(--text-primary);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.Hero-module__gNeX-G__trustLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.65rem;font-weight:500}.Hero-module__gNeX-G__trustDivider{background:var(--glass-border);width:1px;height:28px}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__heroBadge{animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Hero-module__gNeX-G__fadeSlideUp}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__titleLine1{animation:1s cubic-bezier(.16,1,.3,1) .2s forwards Hero-module__gNeX-G__fadeSlideUp}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__titleLine2{animation:1s cubic-bezier(.16,1,.3,1) .35s forwards Hero-module__gNeX-G__fadeSlideUp}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__titleLine3{animation:1s cubic-bezier(.16,1,.3,1) .5s forwards Hero-module__gNeX-G__fadeSlideUp,8s linear 1.5s infinite Hero-module__gNeX-G__shimmer}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__heroDesc{animation:1s cubic-bezier(.16,1,.3,1) .65s forwards Hero-module__gNeX-G__fadeSlideUp}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__btnGroup{animation:1s cubic-bezier(.16,1,.3,1) .8s forwards Hero-module__gNeX-G__fadeSlideUp}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__deviceCenter{animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Hero-module__gNeX-G__fadeSlideUp,6s ease-in-out .9s infinite Hero-module__gNeX-G__floatDevice}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__deviceLeft{animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Hero-module__gNeX-G__slideUpLeft,8s ease-in-out .9s infinite Hero-module__gNeX-G__floatLeft}.Hero-module__gNeX-G__heroReady .Hero-module__gNeX-G__deviceRight{animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Hero-module__gNeX-G__slideUpRight,7s ease-in-out .9s infinite Hero-module__gNeX-G__floatRight}.Hero-module__gNeX-G__devicesShowcase:hover .Hero-module__gNeX-G__deviceCard{animation-play-state:paused}.Hero-module__gNeX-G__devicesShowcase:hover .Hero-module__gNeX-G__deviceCenter{transform:scale(1.08)translateY(-10px)}.Hero-module__gNeX-G__devicesShowcase:hover .Hero-module__gNeX-G__deviceLeft{transform:translate(-55%)rotate(-14deg)scale(1.02)}.Hero-module__gNeX-G__devicesShowcase:hover .Hero-module__gNeX-G__deviceRight{transform:translate(65%)rotate(14deg)scale(1.02)}@keyframes Hero-module__gNeX-G__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes Hero-module__gNeX-G__floatDevice{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes Hero-module__gNeX-G__floatLeft{0%,to{transform:translate(-45%)rotate(-10deg)translateY(0)}50%{transform:translate(-45%)rotate(-10deg)translateY(-15px)}}@keyframes Hero-module__gNeX-G__floatRight{0%,to{transform:translate(55%)rotate(10deg)translateY(0)}50%{transform:translate(45%)rotate(8deg)translateY(-15px)}}.Hero-module__gNeX-G__scrollCue{opacity:0;z-index:10;flex-direction:column;align-items:center;gap:8px;animation:1s 2s forwards Hero-module__gNeX-G__fadeIn;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__scrollCue span{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:500}.Hero-module__gNeX-G__scrollLine{background:linear-gradient(to bottom, var(--text-muted), transparent);width:1px;height:36px;animation:2s ease-in-out infinite Hero-module__gNeX-G__scrollPulse}@keyframes Hero-module__gNeX-G__scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.5)}}@keyframes Hero-module__gNeX-G__fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__gNeX-G__slideUpLeft{0%{opacity:0;transform:translate(-45%)rotate(-10deg)translateY(40px)}to{opacity:1;transform:translate(-45%)rotate(-10deg)translateY(0)}}@keyframes Hero-module__gNeX-G__slideUpRight{0%{opacity:0;transform:translate(55%)rotate(10deg)translateY(40px)}to{opacity:1;transform:translate(55%)rotate(10deg)translateY(0)}}@keyframes Hero-module__gNeX-G__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Hero-module__gNeX-G__heroSection{min-height:100svh}.Hero-module__gNeX-G__heroContent{text-align:center;padding:85px 20px 20px}.Hero-module__gNeX-G__heroTextContainer{align-items:center;max-width:100%;transform:none}.Hero-module__gNeX-G__heroBadge{margin-bottom:1.5rem;padding:6px 14px;font-size:.65rem}.Hero-module__gNeX-G__heroTitle{letter-spacing:-.03em;align-items:center;font-size:clamp(2.8rem,11vw,4rem)}.Hero-module__gNeX-G__titleLine1{letter-spacing:.24em;font-size:.22em}.Hero-module__gNeX-G__heroDesc{text-align:center;margin-bottom:1.5rem;font-size:.95rem}.Hero-module__gNeX-G__primaryBtn,.Hero-module__gNeX-G__glassBtn{justify-content:center;width:100%;min-height:52px;padding:14px 24px;font-size:.95rem}.Hero-module__gNeX-G__btnGroup{flex-direction:column;gap:10px;width:100%}.Hero-module__gNeX-G__devicesShowcase{min-height:280px;margin-top:1rem;transform:none}.Hero-module__gNeX-G__deviceCard{height:80%}.Hero-module__gNeX-G__trustStrip{border-radius:20px;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:1rem;padding:12px 20px;position:relative;bottom:auto;left:auto;transform:none}.Hero-module__gNeX-G__trustNumber{font-size:1rem}.Hero-module__gNeX-G__trustDivider{height:20px}.Hero-module__gNeX-G__scrollCue{bottom:12px}}@media (min-width:1024px){.Hero-module__gNeX-G__devicesShowcase{min-height:600px;margin-top:0}}
.BrandMarquee-module__b_3Lpa__marqueeSection{background:linear-gradient(180deg, transparent 0%, var(--glass-bg-strong) 30%, var(--glass-bg-strong) 70%, transparent 100%);padding:0;position:relative;overflow:hidden}.BrandMarquee-module__b_3Lpa__dividerLine{background:linear-gradient(90deg, transparent 0%, var(--glass-border) 20%, var(--glass-border) 50%, var(--glass-border) 80%, transparent 100%);height:1px;position:relative}.BrandMarquee-module__b_3Lpa__dividerGlow{filter:blur(1px);background:linear-gradient(90deg,#0000,#4b532066,#6b8e2399,#4b532066,#0000);border-radius:2px;width:200px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.BrandMarquee-module__b_3Lpa__marqueeContainer{align-items:center;padding:24px 0;display:flex;position:relative;overflow:hidden}.BrandMarquee-module__b_3Lpa__fade{z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.BrandMarquee-module__b_3Lpa__fadeLeft{background:linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 80%, transparent) 40%, transparent 100%);left:0}.BrandMarquee-module__b_3Lpa__fadeRight{background:linear-gradient(270deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 80%, transparent) 40%, transparent 100%);right:0}.BrandMarquee-module__b_3Lpa__marqueeTrack{will-change:transform;align-items:center;gap:0;animation:35s linear infinite BrandMarquee-module__b_3Lpa__marqueeScroll;display:flex}@keyframes BrandMarquee-module__b_3Lpa__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.BrandMarquee-module__b_3Lpa__marqueeContainer:hover .BrandMarquee-module__b_3Lpa__marqueeTrack{animation-play-state:paused}.BrandMarquee-module__b_3Lpa__brandItem{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;padding:0 8px;text-decoration:none;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s;display:flex}.BrandMarquee-module__b_3Lpa__brandItem:hover{transform:scale(1.08)}.BrandMarquee-module__b_3Lpa__brandIcon{filter:grayscale(.3);font-size:1.3rem;transition:filter .3s}.BrandMarquee-module__b_3Lpa__brandItem:hover .BrandMarquee-module__b_3Lpa__brandIcon{filter:grayscale(0)}.BrandMarquee-module__b_3Lpa__brandName{letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);transition:color .4s var(--ease-luxury);white-space:nowrap;font-family:DM Sans,-apple-system,sans-serif;font-size:.78rem;font-weight:500}.BrandMarquee-module__b_3Lpa__brandItem:hover .BrandMarquee-module__b_3Lpa__brandName{color:var(--text-primary)}.BrandMarquee-module__b_3Lpa__separator{color:var(--text-muted);opacity:.5;flex-shrink:0;margin:0 14px;font-size:.5rem;transition:color .3s,opacity .3s}.BrandMarquee-module__b_3Lpa__brandItem:hover .BrandMarquee-module__b_3Lpa__separator{color:var(--active-border);opacity:.8}@media (max-width:768px){.BrandMarquee-module__b_3Lpa__marqueeContainer{padding:18px 0}.BrandMarquee-module__b_3Lpa__fade{width:60px}.BrandMarquee-module__b_3Lpa__brandName{letter-spacing:.05em;font-size:.78rem}.BrandMarquee-module__b_3Lpa__brandIcon{font-size:1.1rem}.BrandMarquee-module__b_3Lpa__separator{margin:0 10px}.BrandMarquee-module__b_3Lpa__marqueeTrack{animation-duration:25s}}
.Catalog-module__ubqjoW__bentoSection{background:var(--bg);color:var(--text-primary);padding:120px 5% 100px}.Catalog-module__ubqjoW__sectionHeader{text-align:center;opacity:0;transition:opacity .8s var(--ease-luxury), transform .8s var(--ease-luxury);margin-bottom:72px;transform:translateY(30px)}.Catalog-module__ubqjoW__sectionHeader.Catalog-module__ubqjoW__visible{opacity:1;transform:translateY(0)}.Catalog-module__ubqjoW__sectionLabel{text-transform:uppercase;letter-spacing:.28em;color:var(--accent-bright);margin-bottom:18px;font-size:.7rem;font-weight:500;display:inline-block}.Catalog-module__ubqjoW__title{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.035em;color:var(--text-primary);margin-bottom:14px;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.1}.Catalog-module__ubqjoW__subtitle{color:var(--text-secondary);letter-spacing:.01em;max-width:540px;margin:0 auto;font-size:clamp(.95rem,2vw,1.1rem);font-weight:400;line-height:1.6}.Catalog-module__ubqjoW__mobileHeading{display:none}.Catalog-module__ubqjoW__bentoGrid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(220px,auto);gap:16px;max-width:1280px;margin:0 auto;display:grid}.Catalog-module__ubqjoW__featured{grid-area:span 2/span 6}.Catalog-module__ubqjoW__regular{grid-column:span 3}.Catalog-module__ubqjoW__wide{grid-column:span 6}.Catalog-module__ubqjoW__bentoCard{border-radius:var(--card-radius);background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:transform .5s var(--ease-luxury), border-color .45s var(--ease-luxury), box-shadow .5s var(--ease-luxury);will-change:transform;transform-style:preserve-3d;opacity:0;--highlight-x:50%;--highlight-y:50%;min-height:220px;display:flex;position:relative;overflow:hidden;transform:translateY(40px)scale(.98);box-shadow:inset 0 1px #ffffff0a,0 8px 28px #00000040}.Catalog-module__ubqjoW__cardLink{color:inherit;transform-style:preserve-3d;border-radius:24px;flex-direction:column;justify-content:space-between;text-decoration:none;display:flex;position:absolute;inset:0;overflow:hidden}.Catalog-module__ubqjoW__bentoCard.Catalog-module__ubqjoW__visible{opacity:1;transition:opacity .8s cubic-bezier(.16, 1, .3, 1) var(--delay), transform .8s cubic-bezier(.16, 1, .3, 1) var(--delay), border-color .4s ease, box-shadow .5s ease;transform:translateY(0)scale(1)}.Catalog-module__ubqjoW__bentoCard.Catalog-module__ubqjoW__visible:hover{transition:border-color .4s,box-shadow .5s}.Catalog-module__ubqjoW__bentoCard:hover{border-color:color-mix(in srgb, var(--accent-bright) 55%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent-bright) 20%, transparent), 0 30px 70px #00000073, 0 12px 24px #4b532026, inset 0 1px 0 #ffffff14;transform:translateY(-4px)}.Catalog-module__ubqjoW__accentGlow{background:radial-gradient(ellipse at center, var(--accent-bright), transparent 70%);opacity:0;height:100%;transition:opacity .6s var(--ease-luxury);filter:blur(50px);pointer-events:none;z-index:0;position:absolute;bottom:-40%;left:10%;right:10%}.Catalog-module__ubqjoW__bentoCard:hover .Catalog-module__ubqjoW__accentGlow{opacity:.18}.Catalog-module__ubqjoW__tiltHighlight{z-index:1;pointer-events:none;opacity:0;background:radial-gradient(400px circle at var(--highlight-x) var(--highlight-y), #ffffff1a 0%, transparent 60%);border-radius:24px;transition:opacity .4s;position:absolute;inset:0}.Catalog-module__ubqjoW__bentoCard:hover .Catalog-module__ubqjoW__tiltHighlight{opacity:1}.Catalog-module__ubqjoW__cardShine{z-index:1;pointer-events:none;background:linear-gradient(45deg,#0000 40%,#ffffff06 45%,#ffffff0f 50%,#ffffff06 55%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:translate(-100%)}.Catalog-module__ubqjoW__bentoCard:hover .Catalog-module__ubqjoW__cardShine{transition:transform 1.2s cubic-bezier(.16,1,.3,1);transform:translate(100%)}.Catalog-module__ubqjoW__bentoContent{z-index:2;flex-direction:column;justify-content:space-between;max-width:50%;height:100%;padding:28px;display:flex;position:relative;transform:translateZ(20px)}.Catalog-module__ubqjoW__contentTop{flex-direction:column;display:flex}.Catalog-module__ubqjoW__contentBottom{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.Catalog-module__ubqjoW__categoryLabel{text-transform:uppercase;letter-spacing:.26em;color:var(--accent-bright);margin-bottom:10px;font-family:DM Sans,-apple-system,sans-serif;font-size:.62rem;font-weight:500;display:inline-block}.Catalog-module__ubqjoW__bentoContent h3{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.03em;margin-bottom:8px;font-size:1.35rem;font-weight:500;line-height:1.1}.Catalog-module__ubqjoW__featured .Catalog-module__ubqjoW__bentoContent h3{font-size:2rem}.Catalog-module__ubqjoW__bentoContent p{color:var(--text-secondary);max-width:280px;font-size:.9rem;line-height:1.55}.Catalog-module__ubqjoW__price{color:var(--text-primary);letter-spacing:.01em;white-space:nowrap;font-family:DM Sans,-apple-system,sans-serif;font-size:.95rem;font-weight:500}.Catalog-module__ubqjoW__discoverText{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-bright);opacity:0;transition:opacity .45s var(--ease-luxury), transform .45s var(--ease-luxury);align-items:center;gap:6px;font-family:DM Sans,-apple-system,sans-serif;font-size:.75rem;font-weight:500;display:flex;transform:translate(-8px)}.Catalog-module__ubqjoW__bentoCard:hover .Catalog-module__ubqjoW__discoverText{opacity:1;transform:translate(0)}.Catalog-module__ubqjoW__bentoImgWrap{z-index:1;justify-content:flex-end;align-items:flex-end;width:50%;height:100%;display:flex;position:absolute;bottom:0;right:0;overflow:hidden}.Catalog-module__ubqjoW__featured .Catalog-module__ubqjoW__bentoImgWrap{width:60%}.Catalog-module__ubqjoW__bentoImg{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 30px #00000080);width:auto;height:90%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);transform:translateZ(30px)}.Catalog-module__ubqjoW__featured .Catalog-module__ubqjoW__bentoImg{height:95%}.Catalog-module__ubqjoW__bentoCard:hover .Catalog-module__ubqjoW__bentoImg{transform:translateZ(45px)scale(1.06)translateY(-2%)}@media (max-width:1024px){.Catalog-module__ubqjoW__featured{grid-area:span 2/span 8}.Catalog-module__ubqjoW__regular{grid-column:span 4}.Catalog-module__ubqjoW__wide{grid-column:span 8}}@media (max-width:768px){.Catalog-module__ubqjoW__bentoSection{padding:18px 16px 30px}.Catalog-module__ubqjoW__sectionHeader{opacity:1;flex-direction:column;align-items:center;gap:6px;margin-bottom:14px;display:flex;transform:none}.Catalog-module__ubqjoW__sectionLabel{letter-spacing:.28em;margin-bottom:0;font-size:.62rem;display:inline-block}.Catalog-module__ubqjoW__title,.Catalog-module__ubqjoW__subtitle{display:none}.Catalog-module__ubqjoW__mobileHeading{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.035em;color:var(--text-primary);text-align:center;margin:0;font-size:1.5rem;font-weight:500;line-height:1.1;display:block}.Catalog-module__ubqjoW__bentoGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:10px}.Catalog-module__ubqjoW__featured,.Catalog-module__ubqjoW__regular,.Catalog-module__ubqjoW__wide{aspect-ratio:1;border-radius:18px;grid-area:span 1/span 1;min-height:180px}.Catalog-module__ubqjoW__cardLink{border-radius:18px}.Catalog-module__ubqjoW__bentoContent{text-align:center;pointer-events:none;justify-content:flex-end;align-items:center;max-width:100%;padding:14px;transform:none!important}.Catalog-module__ubqjoW__contentTop{align-items:center}.Catalog-module__ubqjoW__categoryLabel{display:none}.Catalog-module__ubqjoW__bentoContent h3{margin-bottom:0;font-size:1rem}.Catalog-module__ubqjoW__featured .Catalog-module__ubqjoW__bentoContent h3{font-size:1.1rem}.Catalog-module__ubqjoW__bentoContent p,.Catalog-module__ubqjoW__contentBottom{display:none}.Catalog-module__ubqjoW__bentoImgWrap{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;padding:16px 16px 44px;display:flex;position:absolute;inset:0}.Catalog-module__ubqjoW__featured .Catalog-module__ubqjoW__bentoImgWrap{width:100%}.Catalog-module__ubqjoW__bentoImg{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 20px #0006);width:auto;height:70%!important;transform:none!important}.Catalog-module__ubqjoW__bentoContent{z-index:3;background:linear-gradient(#0000 0%,#000000b3 100%);border-radius:0 0 18px 18px;padding:30px 12px 12px;position:absolute;bottom:0;left:0;right:0}.Catalog-module__ubqjoW__bentoContent h3{color:#fff;text-shadow:0 1px 4px #00000080}.Catalog-module__ubqjoW__tiltHighlight,.Catalog-module__ubqjoW__cardShine,.Catalog-module__ubqjoW__accentGlow{display:none}.Catalog-module__ubqjoW__bentoCard{opacity:1;transform:none!important}.Catalog-module__ubqjoW__bentoCard.Catalog-module__ubqjoW__visible{transform:none!important}}
.Services-module__kf8n-G__servicesSection{background:var(--bg);color:var(--text-primary);padding:0 5% 120px;position:relative}.Services-module__kf8n-G__topGradient{background:linear-gradient(90deg, transparent, var(--glass-border) 30%, var(--accent-bright) 50%, var(--glass-border) 70%, transparent);opacity:.6;width:100%;height:1px;margin-bottom:100px}.Services-module__kf8n-G__container{max-width:1280px;margin:0 auto}.Services-module__kf8n-G__servicesHeader{text-align:center;margin-bottom:64px}.Services-module__kf8n-G__sectionLabel{text-transform:uppercase;letter-spacing:.28em;color:var(--accent-bright);margin-bottom:18px;font-size:.7rem;font-weight:500;display:inline-block}.Services-module__kf8n-G__title{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.035em;color:var(--text-primary);font-size:clamp(1.8rem,3.6vw,2.8rem);font-weight:500;line-height:1.1}.Services-module__kf8n-G__gradientText{background:linear-gradient(135deg, var(--accent-highlight) 0%, var(--accent-bright) 50%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:400}.Services-module__kf8n-G__asymGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.Services-module__kf8n-G__large{grid-row:span 2}.Services-module__kf8n-G__small{grid-column:span 1}.Services-module__kf8n-G__reasonCard{background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);border-radius:var(--card-radius);transition:transform .5s var(--ease-luxury), border-color .45s var(--ease-luxury), box-shadow .5s var(--ease-luxury);padding:40px 32px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 8px 28px #0000002e}.Services-module__kf8n-G__reasonCard:hover{border-color:color-mix(in srgb, var(--card-accent) 55%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--card-accent) 20%, transparent), 0 26px 60px #00000059, 0 10px 20px #4b53201f, inset 0 1px 0 #ffffff14;transform:translateY(-6px)}.Services-module__kf8n-G__cardGlow{background:radial-gradient(circle, var(--card-accent), transparent 70%);opacity:0;filter:blur(60px);pointer-events:none;width:80%;height:80%;transition:opacity .5s;position:absolute;top:-40%;left:-20%}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__cardGlow{opacity:.06}.Services-module__kf8n-G__large{flex-direction:column;justify-content:center;display:flex}.Services-module__kf8n-G__large .Services-module__kf8n-G__reasonTitle{font-size:1.5rem}.Services-module__kf8n-G__large .Services-module__kf8n-G__reasonDesc{max-width:280px;font-size:1.1rem}.Services-module__kf8n-G__iconWrapper{background:color-mix(in srgb, var(--card-accent) 10%, transparent);border:1px solid color-mix(in srgb, var(--card-accent) 20%, transparent);z-index:1;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex;position:relative}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconWrapper{border-color:var(--card-accent);box-shadow:0 8px 24px color-mix(in srgb, var(--card-accent) 25%, transparent);transform:translateY(-3px)scale(1.06)}.Services-module__kf8n-G__iconGlow{background:radial-gradient(circle, var(--card-accent), transparent 70%);opacity:0;z-index:-1;filter:blur(8px);border-radius:20px;transition:opacity .5s;position:absolute;inset:-6px}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconGlow{opacity:.2}.Services-module__kf8n-G__iconSvg{width:24px;height:24px;color:var(--card-accent);transition:transform .5s cubic-bezier(.16,1,.3,1)}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconSvg{transform:scale(1.1)}.Services-module__kf8n-G__iconPath1,.Services-module__kf8n-G__iconPath2,.Services-module__kf8n-G__iconPath3,.Services-module__kf8n-G__iconPath4{stroke-dasharray:100;stroke-dashoffset:0;transition:stroke-dashoffset .6s cubic-bezier(.16,1,.3,1)}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconPath1{stroke-dashoffset:100px;animation:.8s cubic-bezier(.16,1,.3,1) forwards Services-module__kf8n-G__drawPath}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconPath2{stroke-dashoffset:100px;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Services-module__kf8n-G__drawPath}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconPath3{stroke-dashoffset:100px;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards Services-module__kf8n-G__drawPath}.Services-module__kf8n-G__reasonCard:hover .Services-module__kf8n-G__iconPath4{stroke-dashoffset:100px;animation:.8s cubic-bezier(.16,1,.3,1) .3s forwards Services-module__kf8n-G__drawPath}@keyframes Services-module__kf8n-G__drawPath{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.Services-module__kf8n-G__reasonTitle{font-family:var(--font-display), "Unbounded", sans-serif;z-index:1;letter-spacing:-.03em;margin-bottom:10px;font-size:1.15rem;font-weight:500;line-height:1.2;position:relative}.Services-module__kf8n-G__reasonDesc{color:var(--text-secondary);z-index:1;font-size:.94rem;line-height:1.6;position:relative}.Services-module__kf8n-G__cardCta{letter-spacing:.02em;color:var(--card-accent);background:color-mix(in srgb, var(--card-accent) 6%, transparent);border:1px solid color-mix(in srgb, var(--card-accent) 30%, transparent);border-radius:var(--radius-btn);transition:background .4s var(--ease-luxury), border-color .4s var(--ease-luxury), transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);z-index:1;align-items:center;gap:8px;margin-top:28px;padding:12px 22px;font-family:DM Sans,-apple-system,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Services-module__kf8n-G__cardCta:hover{background:color-mix(in srgb, var(--card-accent) 14%, transparent);border-color:var(--card-accent);box-shadow:0 10px 24px color-mix(in srgb, var(--card-accent) 22%, transparent);transform:translateY(-2px)}.Services-module__kf8n-G__animateIn{opacity:0;transition:opacity .8s cubic-bezier(.16, 1, .3, 1) var(--delay,0s), transform .8s cubic-bezier(.16, 1, .3, 1) var(--delay,0s);transform:translateY(30px)}.Services-module__kf8n-G__animateIn.Services-module__kf8n-G__visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.Services-module__kf8n-G__asymGrid{grid-template-columns:1fr 1fr}.Services-module__kf8n-G__large{grid-area:span 1/span 2}}@media (max-width:768px){.Services-module__kf8n-G__servicesSection{padding:0 16px 40px}.Services-module__kf8n-G__topGradient{margin-bottom:40px}.Services-module__kf8n-G__servicesHeader{margin-bottom:28px}.Services-module__kf8n-G__asymGrid{grid-template-columns:1fr}.Services-module__kf8n-G__large{grid-column:span 1}.Services-module__kf8n-G__reasonCard{border-radius:20px;padding:24px 20px}.Services-module__kf8n-G__large .Services-module__kf8n-G__reasonTitle{font-size:1.4rem}.Services-module__kf8n-G__large .Services-module__kf8n-G__reasonDesc{max-width:none;font-size:1rem}.Services-module__kf8n-G__reasonTitle{font-size:1.15rem}.Services-module__kf8n-G__reasonDesc{font-size:.9rem}.Services-module__kf8n-G__iconWrapper{border-radius:12px;width:44px;height:44px;margin-bottom:14px}}
.Reviews-module__foJ60W__reviews{padding:80px 0 72px;position:relative;overflow:hidden}.Reviews-module__foJ60W__container{max-width:1400px;margin:0 auto;padding:0 24px}.Reviews-module__foJ60W__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin-bottom:48px;display:flex}.Reviews-module__foJ60W__headerLeft{flex:1;min-width:280px}.Reviews-module__foJ60W__label{text-transform:uppercase;letter-spacing:.28em;color:var(--accent-bright);background:#4b53201a;border:1px solid #4b532033;border-radius:100px;margin-bottom:14px;padding:6px 16px;font-family:DM Sans,-apple-system,sans-serif;font-size:.66rem;font-weight:500;display:inline-block}.Reviews-module__foJ60W__title{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.035em;margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:500;line-height:1.15}.Reviews-module__foJ60W__gradient{background:linear-gradient(135deg, var(--accent-highlight) 0%, var(--accent-bright) 50%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:400}.Reviews-module__foJ60W__statsRow{flex-shrink:0;align-items:center;gap:28px;display:flex}.Reviews-module__foJ60W__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.Reviews-module__foJ60W__statNumber{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.04em;background:linear-gradient(180deg, var(--text-primary) 0%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.7rem;font-weight:500;line-height:1.05}.Reviews-module__foJ60W__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.22em;font-family:DM Sans,-apple-system,sans-serif;font-size:.65rem;font-weight:500}.Reviews-module__foJ60W__statDivider{background:linear-gradient(180deg, transparent, var(--glass-border), transparent);width:1px;height:36px}.Reviews-module__foJ60W__marqueeWrapper{padding:12px 0;position:relative;overflow:hidden}.Reviews-module__foJ60W__marqueeFade{z-index:10;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.Reviews-module__foJ60W__marqueFadeLeft{background:linear-gradient(to right, var(--bg), transparent);left:0}.Reviews-module__foJ60W__marqueFadeRight{background:linear-gradient(to left, var(--bg), transparent);right:0}.Reviews-module__foJ60W__marqueeTrack{gap:16px;width:max-content;animation:45s linear infinite Reviews-module__foJ60W__marqueeScroll;display:flex}.Reviews-module__foJ60W__marqueeTrack.Reviews-module__foJ60W__paused{animation-play-state:paused}@keyframes Reviews-module__foJ60W__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Reviews-module__foJ60W__card{border-radius:18px;flex-shrink:0;width:300px;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s;position:relative;overflow:hidden}.Reviews-module__foJ60W__cardInner{background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1;height:100%;transition:border-color .5s var(--ease-luxury), box-shadow .5s var(--ease-luxury);border-radius:18px;flex-direction:column;padding:26px 22px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0d,0 6px 20px #00000026}.Reviews-module__foJ60W__card:hover .Reviews-module__foJ60W__cardInner{border-color:color-mix(in srgb, var(--accent-bright) 35%, transparent);box-shadow:inset 0 1px #ffffff12,0 18px 42px #0000004d}.Reviews-module__foJ60W__cardShine{opacity:0;pointer-events:none;background:linear-gradient(105deg,#0000 30%,#ffffff0a 45%,#ffffff14 50%,#ffffff0a 55%,#0000 70%) 0 0/250% 100%;border-radius:18px;transition:opacity .4s;position:absolute;inset:0}@keyframes Reviews-module__foJ60W__shineMove{0%{background-position:200% 0}to{background-position:-50% 0}}.Reviews-module__foJ60W__stars{gap:2px;margin-bottom:10px;display:flex}.Reviews-module__foJ60W__star{filter:drop-shadow(0 0 3px #6b8e234d)}.Reviews-module__foJ60W__text{color:var(--text-secondary);flex:1;margin-bottom:16px;font-size:.86rem;font-style:italic;line-height:1.7}.Reviews-module__foJ60W__author{border-top:1px solid var(--glass-border-subtle);align-items:center;gap:10px;padding-top:12px;display:flex}.Reviews-module__foJ60W__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.68rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000026}.Reviews-module__foJ60W__name{color:var(--text-primary);font-size:.82rem;font-weight:600}.Reviews-module__foJ60W__city{color:var(--text-muted);margin-top:1px;font-size:.68rem}.Reviews-module__foJ60W__animateIn{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.Reviews-module__foJ60W__animateIn.Reviews-module__foJ60W__visible{opacity:1;transform:translateY(0)}.Reviews-module__foJ60W__marqueeWrapper.Reviews-module__foJ60W__animateIn{transition:opacity 1s cubic-bezier(.16,1,.3,1);transform:none}.Reviews-module__foJ60W__marqueeWrapper.Reviews-module__foJ60W__animateIn.Reviews-module__foJ60W__visible{opacity:1;transform:none}@media (max-width:768px){.Reviews-module__foJ60W__reviews{padding:36px 0 28px}.Reviews-module__foJ60W__headerRow{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:24px}.Reviews-module__foJ60W__statsRow{justify-content:center;gap:20px;width:100%}.Reviews-module__foJ60W__statDivider{height:28px}.Reviews-module__foJ60W__card{width:260px}.Reviews-module__foJ60W__marqueeFade{width:50px}.Reviews-module__foJ60W__marqueeTrack{gap:12px;animation-duration:35s}}@media (max-width:480px){.Reviews-module__foJ60W__card{width:240px}.Reviews-module__foJ60W__cardInner{padding:18px 16px}.Reviews-module__foJ60W__statNumber{font-size:1.4rem}}
.PromoBanners-module__IzMyoa__promoSection{padding:0 5% 72px}.PromoBanners-module__IzMyoa__promoGrid{gap:16px;max-width:960px;margin:0 auto;display:flex}.PromoBanners-module__IzMyoa__promoCard{background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);border-radius:var(--card-radius-sm);color:var(--text-primary);transition:border-color .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury), transform .45s var(--ease-luxury);flex:1;align-items:center;gap:18px;padding:24px 26px;text-decoration:none;display:flex;box-shadow:inset 0 1px #ffffff0a}.PromoBanners-module__IzMyoa__promoCard:hover{border-color:color-mix(in srgb, var(--accent-bright) 55%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent-bright) 18%, transparent), 0 18px 40px #00000038, 0 6px 14px #4b53201a;transform:translateY(-3px)}.PromoBanners-module__IzMyoa__iconWrap{width:44px;height:44px;color:var(--accent-bright);transition:background .4s var(--ease-luxury), border-color .4s var(--ease-luxury);background:#4b53201f;border:1px solid #4b532033;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PromoBanners-module__IzMyoa__promoCard:hover .PromoBanners-module__IzMyoa__iconWrap{border-color:var(--accent-bright);background:#4b532038}.PromoBanners-module__IzMyoa__textWrap{flex:1;min-width:0}.PromoBanners-module__IzMyoa__textWrap h3{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.03em;margin:0 0 4px;font-size:.92rem;font-weight:500;line-height:1.2}.PromoBanners-module__IzMyoa__textWrap p{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}.PromoBanners-module__IzMyoa__arrow{color:var(--text-muted);transition:transform .4s var(--ease-luxury), color .4s var(--ease-luxury);flex-shrink:0}.PromoBanners-module__IzMyoa__promoCard:hover .PromoBanners-module__IzMyoa__arrow{color:var(--accent-bright);transform:translate(5px)}.PromoBanners-module__IzMyoa__animateIn{opacity:0;transition:opacity .6s cubic-bezier(.16, 1, .3, 1) var(--delay,0s), transform .6s cubic-bezier(.16, 1, .3, 1) var(--delay,0s);transform:translateY(20px)}.PromoBanners-module__IzMyoa__animateIn.PromoBanners-module__IzMyoa__visible{opacity:1;transform:translateY(0)}@media (max-width:640px){.PromoBanners-module__IzMyoa__promoGrid{flex-direction:column;max-width:400px}.PromoBanners-module__IzMyoa__promoSection{padding:0 16px 36px}}
.InfoDrawer-module__Jmy2hG__infoSection{max-width:900px;margin:0 auto;padding:0 20px 40px}.InfoDrawer-module__Jmy2hG__toggleBar{background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);border-radius:var(--card-radius-sm);cursor:pointer;width:100%;transition:border-color .45s var(--ease-luxury), background .45s var(--ease-luxury), transform .45s var(--ease-luxury), box-shadow .45s var(--ease-luxury);color:var(--text-primary);justify-content:space-between;align-items:center;padding:18px 24px;font-family:inherit;font-size:1rem;display:flex;box-shadow:inset 0 1px #ffffff0a}.InfoDrawer-module__Jmy2hG__toggleBar:hover{border-color:color-mix(in srgb, var(--accent-bright) 45%, transparent);background:linear-gradient(180deg, var(--glass-bg-hover) 0%, var(--glass-bg-strong) 100%);box-shadow:0 14px 32px #00000038, 0 0 0 1px color-mix(in srgb, var(--accent-bright) 15%, transparent);transform:translateY(-2px)}.InfoDrawer-module__Jmy2hG__toggleBarOpen{border-radius:var(--card-radius-sm) var(--card-radius-sm) 0 0;border-bottom-color:#0000;box-shadow:none!important;transform:none!important}.InfoDrawer-module__Jmy2hG__toggleLeft{align-items:center;gap:12px;display:flex}.InfoDrawer-module__Jmy2hG__toggleIcon{color:var(--accent-bright);opacity:.9;align-items:center;display:flex}.InfoDrawer-module__Jmy2hG__toggleTitle{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.025em;font-size:.92rem;font-weight:500}.InfoDrawer-module__Jmy2hG__toggleBadge{letter-spacing:.1em;background:color-mix(in srgb, var(--accent-bright) 14%, transparent);color:var(--accent-bright);border:1px solid color-mix(in srgb, var(--accent-bright) 20%, transparent);border-radius:100px;padding:4px 10px;font-family:DM Sans,-apple-system,sans-serif;font-size:.68rem;font-weight:500}.InfoDrawer-module__Jmy2hG__toggleChevron{color:var(--text-muted);align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.InfoDrawer-module__Jmy2hG__chevronUp{transform:rotate(180deg)}.InfoDrawer-module__Jmy2hG__drawer{max-height:0;transition:max-height .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.InfoDrawer-module__Jmy2hG__drawerOpen{max-height:2000px;transition:max-height .6s cubic-bezier(.16,1,.3,1)}.InfoDrawer-module__Jmy2hG__drawerInner{background:var(--glass-bg);border:1px solid var(--glass-border);border-top:none;border-radius:0 0 16px 16px;padding:0 24px 24px}.InfoDrawer-module__Jmy2hG__tabBar{border-bottom:1px solid var(--glass-border);gap:4px;margin-bottom:16px;padding:16px 0 20px;display:flex}.InfoDrawer-module__Jmy2hG__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.InfoDrawer-module__Jmy2hG__tab:hover{color:var(--text-secondary);background:var(--glass-bg-hover)}.InfoDrawer-module__Jmy2hG__tabActive{color:var(--text-primary);background:var(--glass-bg-strong);border-color:var(--glass-border)}.InfoDrawer-module__Jmy2hG__faqList{flex-direction:column;gap:2px;display:flex}.InfoDrawer-module__Jmy2hG__faqItem{border-radius:12px;transition:background .3s;overflow:hidden}.InfoDrawer-module__Jmy2hG__faqItem:hover{background:var(--glass-bg-hover)}.InfoDrawer-module__Jmy2hG__faqQuestion{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:.92rem;font-weight:500;line-height:1.4;display:flex}.InfoDrawer-module__Jmy2hG__faqChevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s}.InfoDrawer-module__Jmy2hG__faqActive .InfoDrawer-module__Jmy2hG__faqChevron{color:var(--active-border);transform:rotate(180deg)}.InfoDrawer-module__Jmy2hG__faqAnswer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.InfoDrawer-module__Jmy2hG__faqActive .InfoDrawer-module__Jmy2hG__faqAnswer{max-height:400px}.InfoDrawer-module__Jmy2hG__faqAnswer p{color:var(--text-secondary);padding:0 16px 16px;font-size:.88rem;line-height:1.65}.InfoDrawer-module__Jmy2hG__articleList{flex-direction:column;gap:2px;display:flex}.InfoDrawer-module__Jmy2hG__articleItem{color:var(--text-primary);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .3s;display:flex}.InfoDrawer-module__Jmy2hG__articleItem:hover{background:var(--glass-bg-hover)}.InfoDrawer-module__Jmy2hG__articleItem svg{color:var(--text-muted);flex-shrink:0;transition:transform .3s,color .3s}.InfoDrawer-module__Jmy2hG__articleItem:hover svg{color:var(--active-border);transform:translate(3px)}.InfoDrawer-module__Jmy2hG__articleDate{color:var(--text-muted);margin-bottom:2px;font-size:.72rem;display:block}.InfoDrawer-module__Jmy2hG__articleTitle{font-size:.92rem;font-weight:500;line-height:1.35}.InfoDrawer-module__Jmy2hG__allArticlesLink{color:var(--active-border);align-items:center;margin-top:8px;padding:12px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}.InfoDrawer-module__Jmy2hG__allArticlesLink:hover{opacity:.7}.InfoDrawer-module__Jmy2hG__seoHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.InfoDrawer-module__Jmy2hG__infoSection{padding:0 12px 24px}.InfoDrawer-module__Jmy2hG__toggleBar{border-radius:14px;padding:14px 16px}.InfoDrawer-module__Jmy2hG__toggleBarOpen{border-radius:14px 14px 0 0}.InfoDrawer-module__Jmy2hG__toggleTitle{font-size:.9rem}.InfoDrawer-module__Jmy2hG__drawerInner{border-radius:0 0 14px 14px;padding:0 16px 16px}.InfoDrawer-module__Jmy2hG__tabBar{padding:12px 0 14px}.InfoDrawer-module__Jmy2hG__tab{padding:7px 12px;font-size:.8rem}.InfoDrawer-module__Jmy2hG__faqQuestion{padding:12px;font-size:.88rem}.InfoDrawer-module__Jmy2hG__faqAnswer p{padding:0 12px 12px;font-size:.84rem}.InfoDrawer-module__Jmy2hG__articleItem{padding:12px}.InfoDrawer-module__Jmy2hG__articleTitle{font-size:.88rem}}
.MobileHeroStyles-module__CkPk6W__hero{text-align:center;background:var(--bg);flex-direction:column;align-items:center;padding:96px 24px 8px;display:flex}.MobileHeroStyles-module__CkPk6W__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--accent-bright);margin:0 0 10px;font-size:.65rem;font-weight:500}.MobileHeroStyles-module__CkPk6W__title{font-family:var(--font-display), "Unbounded", sans-serif;letter-spacing:-.04em;color:var(--text-primary);margin:0 0 10px;font-size:clamp(1.7rem,6.5vw,2.2rem);font-weight:500;line-height:1.08}.MobileHeroStyles-module__CkPk6W__title em{background:linear-gradient(135deg, var(--accent-highlight) 0%, var(--accent-bright) 50%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:400}.MobileHeroStyles-module__CkPk6W__subtitle{color:var(--text-secondary);max-width:340px;margin:0 0 22px;font-size:.92rem;line-height:1.6}.MobileHeroStyles-module__CkPk6W__perks{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 16px;max-width:420px;margin:6px auto 0;font-family:DM Sans,-apple-system,sans-serif;display:inline-flex}.MobileHeroStyles-module__CkPk6W__perks span{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;transition:color .3s var(--ease-luxury);font-size:.74rem;font-weight:500;line-height:1.3;position:relative}.MobileHeroStyles-module__CkPk6W__perks .MobileHeroStyles-module__CkPk6W__perkAccent{color:var(--text-primary);font-weight:600}.MobileHeroStyles-module__CkPk6W__perks span:not(:last-child):after{content:"";background:var(--accent-bright);opacity:.8;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.MobileHeroStyles-module__CkPk6W__cta{letter-spacing:.02em;color:#fff;transition:transform .3s var(--ease-luxury), box-shadow .3s var(--ease-luxury);background:linear-gradient(#5a6428 0%,#3d4a1a 100%);border:1px solid #a2ad5947;border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex;box-shadow:0 8px 22px #4b532059,inset 0 1px #ffffff26}.MobileHeroStyles-module__CkPk6W__cta:active{transform:scale(.96);box-shadow:0 4px 12px #4b532066,inset 0 1px #ffffff1f}
.MobileReviewsStyles-module__8K_52q__section{background:var(--bg);padding:48px 0 56px;display:block}.MobileReviewsStyles-module__8K_52q__header{justify-content:space-between;align-items:baseline;margin-bottom:20px;padding:0 24px;display:flex}.MobileReviewsStyles-module__8K_52q__label{font-family:var(--font-display), "Unbounded", sans-serif;color:var(--text-primary);letter-spacing:-.035em;font-size:1.15rem;font-weight:500}.MobileReviewsStyles-module__8K_52q__rating{color:var(--accent-bright);letter-spacing:.08em;font-family:DM Sans,-apple-system,sans-serif;font-size:.75rem;font-weight:500}.MobileReviewsStyles-module__8K_52q__carousel{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;gap:12px;padding:0 20px;display:flex;overflow-x:auto}.MobileReviewsStyles-module__8K_52q__carousel::-webkit-scrollbar{display:none}.MobileReviewsStyles-module__8K_52q__card{background:linear-gradient(180deg, var(--glass-bg-strong) 0%, var(--glass-bg) 100%);border:1px solid var(--glass-border);scroll-snap-align:start;border-radius:18px;flex:0 0 290px;padding:20px 18px;box-shadow:inset 0 1px #ffffff0a,0 6px 20px #0000002e}.MobileReviewsStyles-module__8K_52q__stars{color:var(--accent-bright);letter-spacing:3px;margin-bottom:10px;font-size:.85rem}.MobileReviewsStyles-module__8K_52q__text{color:var(--text-secondary);margin:0 0 14px;font-size:.87rem;font-style:italic;line-height:1.6}.MobileReviewsStyles-module__8K_52q__author{align-items:center;gap:8px;display:flex}.MobileReviewsStyles-module__8K_52q__avatar{color:#fff;background:linear-gradient(135deg,#4b5320,#8a9a5b);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6rem;font-weight:600;display:flex}.MobileReviewsStyles-module__8K_52q__name{color:var(--text-primary);font-size:.8rem;font-weight:500}
