.HeroSection-module__tBI6Sa__hero{background:var(--color-bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__tBI6Sa__background,.HeroSection-module__tBI6Sa__backgroundImage{width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__tBI6Sa__backgroundOverlay{background:linear-gradient(135deg,#000c 0%,#000000b3 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__tBI6Sa__container{max-width:var(--container-max-width);padding:0 var(--space-4);z-index:2;width:100%;margin:0 auto;position:relative}@media (min-width:768px){.HeroSection-module__tBI6Sa__container{padding:0 var(--space-6)}}@media (min-width:1024px){.HeroSection-module__tBI6Sa__container{padding:0 var(--space-8)}}.HeroSection-module__tBI6Sa__content{z-index:2;text-align:left;max-width:800px;position:relative}.HeroSection-module__tBI6Sa__badge{color:#fff;font-size:var(--fs-sm);font-weight:var(--fw-medium);letter-spacing:var(--ls-wide);text-transform:uppercase;padding:var(--space-2)var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:var(--space-8);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:inline-block}.HeroSection-module__tBI6Sa__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.6rem);font-weight:var(--fw-regular);letter-spacing:var(--ls-tight);color:#fff;margin:0 0 var(--space-6)0;gap:var(--space-2);flex-direction:column;line-height:1.08;display:flex}.HeroSection-module__tBI6Sa__titleMain{font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--ls-wide);color:#fff;font-size:1.18em}.HeroSection-module__tBI6Sa__titleSub{font-size:.42em;font-weight:var(--fw-regular);letter-spacing:var(--ls-normal);opacity:.9;text-transform:none;color:#fffffff2}.HeroSection-module__tBI6Sa__titleUnderline{width:160px;height:3px;margin-bottom:var(--space-8);position:relative;overflow:hidden}.HeroSection-module__tBI6Sa__underlineMain{background:#fffc;width:100%;height:2px}.HeroSection-module__tBI6Sa__underlineAccent{background:var(--color-accent);width:60px;height:1px;position:absolute;top:1px;left:0}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-lg);color:#ffffffe6;margin-bottom:var(--space-8);max-width:600px;line-height:1.6;font-weight:var(--fw-regular)}.HeroSection-module__tBI6Sa__features{gap:var(--space-3);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.HeroSection-module__tBI6Sa__featureItem{align-items:center;gap:var(--space-3);padding:var(--space-2)0;display:flex}.HeroSection-module__tBI6Sa__featureIcon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.HeroSection-module__tBI6Sa__featureText{font-size:var(--fs-base);color:#ffffffe6;font-weight:var(--fw-medium)}.HeroSection-module__tBI6Sa__ctaContainer{gap:var(--space-4);margin-bottom:var(--space-10);flex-wrap:wrap;align-items:center;display:flex}.HeroSection-module__tBI6Sa__primaryButton{align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-8);background-color:var(--color-accent);color:#fff;font-size:var(--fs-base);font-weight:var(--fw-semibold);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-lg);border:none;min-height:56px;display:inline-flex}.HeroSection-module__tBI6Sa__primaryButton:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-xl)}.HeroSection-module__tBI6Sa__secondaryButton{align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-8);color:#fff;font-size:var(--fs-base);font-weight:var(--fw-semibold);cursor:pointer;transition:all var(--transition-normal);background-color:#0000;border:2px solid #fff6;min-height:56px;text-decoration:none;display:inline-flex}.HeroSection-module__tBI6Sa__secondaryButton:hover{border-color:var(--color-accent);color:var(--color-accent);background-color:#ffffff1a}.HeroSection-module__tBI6Sa__buttonText{z-index:2;position:relative}.HeroSection-module__tBI6Sa__arrow{width:20px;height:20px;transition:transform var(--transition-fast)}.HeroSection-module__tBI6Sa__primaryButton:hover .HeroSection-module__tBI6Sa__arrow{transform:translate(3px)}.HeroSection-module__tBI6Sa__stats{gap:var(--space-8);padding-top:var(--space-8);border-top:1px solid #fff3;flex-wrap:wrap;align-items:center;display:flex}.HeroSection-module__tBI6Sa__statItem{align-items:flex-start;gap:var(--space-1);flex-direction:column;display:flex}.HeroSection-module__tBI6Sa__statNumber{font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-accent);line-height:1}.HeroSection-module__tBI6Sa__statText{font-size:var(--fs-sm);color:#fffc;font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:var(--ls-wide)}.HeroSection-module__tBI6Sa__scrollIndicator{bottom:var(--space-8);color:#ffffffb3;z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.HeroSection-module__tBI6Sa__scrollLine{background:#ffffff80;width:1px;height:50px;animation:2s infinite HeroSection-module__tBI6Sa__scrollLine}@keyframes HeroSection-module__tBI6Sa__scrollLine{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(15px)}}@media (max-width:768px){.HeroSection-module__tBI6Sa__hero{text-align:center;min-height:100vh}.HeroSection-module__tBI6Sa__content{text-align:center;padding-top:80px}.HeroSection-module__tBI6Sa__features{gap:var(--space-2);grid-template-columns:1fr}.HeroSection-module__tBI6Sa__featureItem{justify-content:center}.HeroSection-module__tBI6Sa__ctaContainer{width:100%;margin-bottom:var(--space-8);flex-direction:column;justify-content:center}.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton{width:100%;max-width:300px;padding:var(--space-4)var(--space-6);justify-content:center}.HeroSection-module__tBI6Sa__title{margin-bottom:var(--space-5)}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-base);margin-bottom:var(--space-6)}.HeroSection-module__tBI6Sa__badge{font-size:var(--fs-xs);padding:var(--space-2)var(--space-3)}.HeroSection-module__tBI6Sa__titleUnderline{margin-left:auto;margin-right:auto}.HeroSection-module__tBI6Sa__stats{justify-content:center;gap:var(--space-6)}.HeroSection-module__tBI6Sa__statItem{align-items:center}}@media (max-width:480px){.HeroSection-module__tBI6Sa__title{font-size:clamp(1.7rem,6vw,2.1rem)}.HeroSection-module__tBI6Sa__titleMain{letter-spacing:.03em}.HeroSection-module__tBI6Sa__titleSub{letter-spacing:.02em;font-size:.6em}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-sm)}.HeroSection-module__tBI6Sa__container{padding:0 var(--space-3)}.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton{min-height:48px;padding:var(--space-3)var(--space-5)}.HeroSection-module__tBI6Sa__stats{gap:var(--space-4)}.HeroSection-module__tBI6Sa__statNumber{font-size:var(--fs-lg)}.HeroSection-module__tBI6Sa__statText{font-size:var(--fs-xs)}.HeroSection-module__tBI6Sa__features{gap:var(--space-2)}.HeroSection-module__tBI6Sa__featureItem{padding:var(--space-1)0}}@media (prefers-reduced-motion:reduce){.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton,.HeroSection-module__tBI6Sa__arrow{transition:none}.HeroSection-module__tBI6Sa__primaryButton:hover,.HeroSection-module__tBI6Sa__secondaryButton:hover{transform:none}.HeroSection-module__tBI6Sa__scrollLine{animation:none}}
.CategoryNavigation-module__uKBpba__navigation{background:#fff;border-bottom:1px solid #e5e7eb;padding-top:2rem;padding-bottom:.25rem}.CategoryNavigation-module__uKBpba__mainCategories{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #e5e7eb;max-width:1500px;margin:0 auto;padding:0 2rem;display:flex;overflow-x:auto}.CategoryNavigation-module__uKBpba__mainCategories::-webkit-scrollbar{display:none}.CategoryNavigation-module__uKBpba__mainCategoryBtn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 2rem;font-size:.875rem;font-weight:500;transition:all .2s;position:relative}.CategoryNavigation-module__uKBpba__mainCategoryBtn:hover{color:#b41f2a;background:#fafafa}.CategoryNavigation-module__uKBpba__mainCategoryBtn.CategoryNavigation-module__uKBpba__active{color:#b41f2a;border-bottom-color:#b41f2a;font-weight:600}.CategoryNavigation-module__uKBpba__subCategories{scrollbar-width:none;-ms-overflow-style:none;background:#f8fafc;gap:.75rem;max-width:1500px;margin:0 auto;padding:1rem 2rem;display:flex;overflow-x:auto}.CategoryNavigation-module__uKBpba__subCategories::-webkit-scrollbar{display:none}.CategoryNavigation-module__uKBpba__subCategoryBtn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;transition:all .2s}.CategoryNavigation-module__uKBpba__subCategoryBtn:hover{color:#b41f2a;border-color:#b41f2a}.CategoryNavigation-module__uKBpba__subCategoryBtn.CategoryNavigation-module__uKBpba__active{color:#fff;background:#b41f2a;border-color:#b41f2a}@media (max-width:768px){.CategoryNavigation-module__uKBpba__navigation{margin-top:2rem;padding-top:.75rem}.CategoryNavigation-module__uKBpba__mainCategories{padding:0 1.5rem}.CategoryNavigation-module__uKBpba__mainCategoryBtn{padding:.875rem 1.25rem;font-size:.75rem}.CategoryNavigation-module__uKBpba__subCategories{padding:.875rem 1.5rem}.CategoryNavigation-module__uKBpba__subCategoryBtn{padding:.5rem .875rem;font-size:.6875rem}}@media (max-width:480px){.CategoryNavigation-module__uKBpba__navigation{margin-top:1.5rem;padding-top:.75rem}.CategoryNavigation-module__uKBpba__mainCategories{padding:0 1rem}.CategoryNavigation-module__uKBpba__mainCategoryBtn{padding:.75rem 1rem}.CategoryNavigation-module__uKBpba__subCategories{gap:.375rem;padding:.75rem 1rem}.CategoryNavigation-module__uKBpba__subCategoryBtn{padding:.5rem .75rem}}
.ModelCard-module__3OVFxG__modelCard{background:#fff;border:1px solid #e5e7eb;border-radius:0;flex-direction:column;height:100%;transition:all .2s;display:flex}.ModelCard-module__3OVFxG__modelCard:hover{border-color:#b41f2a;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ModelCard-module__3OVFxG__modelImageContainer{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;height:160px;padding:1.5rem;display:flex}.ModelCard-module__3OVFxG__modelImage{object-fit:contain;max-width:100%;max-height:100%}.ModelCard-module__3OVFxG__modelContent{flex-direction:column;flex:1;padding:1.25rem;display:flex}.ModelCard-module__3OVFxG__modelName{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.3}.ModelCard-module__3OVFxG__modelDescription{color:#4b5563;flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.ModelCard-module__3OVFxG__features{border-top:1px solid #f3f4f6;padding-top:1rem}.ModelCard-module__3OVFxG__featureItem{color:#4b5563;align-items:flex-start;gap:.5rem;padding:.25rem 0;font-size:.75rem;line-height:1.4;display:flex}.ModelCard-module__3OVFxG__featureBullet{color:#b41f2a;flex-shrink:0;margin-top:.125rem;font-weight:700}.ModelCard-module__3OVFxG__featureText{flex:1}.ModelCard-module__3OVFxG__showMoreBtn,.ModelCard-module__3OVFxG__showLessBtn{color:#6b7280;cursor:pointer;text-align:center;background:0 0;border:1px solid #d1d5db;width:100%;margin-top:.75rem;padding:.5rem;font-size:.75rem;transition:all .2s}.ModelCard-module__3OVFxG__showMoreBtn:hover,.ModelCard-module__3OVFxG__showLessBtn:hover{color:#b41f2a;background:#b41f2a0d;border-color:#b41f2a}@media (max-width:768px){.ModelCard-module__3OVFxG__modelImageContainer{height:200px;padding:2rem}.ModelCard-module__3OVFxG__modelContent{padding:1.5rem}.ModelCard-module__3OVFxG__modelName{font-size:1.125rem}.ModelCard-module__3OVFxG__modelDescription{font-size:1rem;line-height:1.6}.ModelCard-module__3OVFxG__featureItem{padding:.375rem 0;font-size:.875rem}.ModelCard-module__3OVFxG__showMoreBtn,.ModelCard-module__3OVFxG__showLessBtn{padding:.75rem;font-size:.875rem}}@media (max-width:480px){.ModelCard-module__3OVFxG__modelImageContainer{height:220px;padding:2.5rem}.ModelCard-module__3OVFxG__modelContent{padding:1.75rem}.ModelCard-module__3OVFxG__modelName{font-size:1.25rem}}
.BrandCard-module__xgAKPW__card{background:#fff;border:1px solid #e5e7eb;height:fit-content;transition:all .2s;overflow:hidden}.BrandCard-module__xgAKPW__card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14}.BrandCard-module__xgAKPW__cardHeader{cursor:pointer;background:#fff;justify-content:space-between;align-items:flex-start;gap:1rem;min-height:140px;padding:1.5rem;transition:background-color .2s,border-color .2s;display:flex}.BrandCard-module__xgAKPW__cardHeader:hover{background:#f9fafb}.BrandCard-module__xgAKPW__brandMain{flex:1;align-items:flex-start;gap:1rem;display:flex}.BrandCard-module__xgAKPW__logoContainer{background:#f9fafb;border:1px solid #e5e7eb;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:.75rem;transition:all .2s;display:flex}.BrandCard-module__xgAKPW__card:hover .BrandCard-module__xgAKPW__logoContainer{border-color:#cbd5f5;transform:scale(1.03)}.BrandCard-module__xgAKPW__logo{object-fit:contain;max-width:100%;max-height:100%}.BrandCard-module__xgAKPW__brandContent{flex:1;min-width:0}.BrandCard-module__xgAKPW__brandHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.BrandCard-module__xgAKPW__brandName{color:#111827;flex:1;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.BrandCard-module__xgAKPW__modelCount{color:#4b5563;white-space:nowrap;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.BrandCard-module__xgAKPW__modelCount:before{content:"•";color:#b41f2a;margin-right:.25rem}.BrandCard-module__xgAKPW__brandDescription{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BrandCard-module__xgAKPW__brandFeatures{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.BrandCard-module__xgAKPW__featureTag{color:#374151;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:.375rem .625rem;font-size:.75rem;transition:all .2s}.BrandCard-module__xgAKPW__featureTag:hover{background:#e5e7eb}.BrandCard-module__xgAKPW__showMoreFeatures,.BrandCard-module__xgAKPW__showLessFeatures{color:#4b5563;cursor:pointer;white-space:nowrap;background:#f9fafb;border:1px solid #d1d5db;padding:.375rem .625rem;font-size:.75rem;transition:all .2s}.BrandCard-module__xgAKPW__showMoreFeatures:hover,.BrandCard-module__xgAKPW__showLessFeatures:hover{color:#b41f2a;background:#b41f2a0a;border-color:#b41f2a}.BrandCard-module__xgAKPW__toggleButton{color:#111827;background:#f9fafb;border:1px solid #d1d5db;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;min-width:110px;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.BrandCard-module__xgAKPW__toggleButton:hover{color:#b41f2a;background:#f3f4f6;border-color:#b41f2a;transform:translateY(-1px)}.BrandCard-module__xgAKPW__arrow{font-size:.75rem;transition:transform .2s}.BrandCard-module__xgAKPW__arrowUp{transform:rotate(180deg)}.BrandCard-module__xgAKPW__modelsContainer{background:#f9fafb;border-top:1px solid #e5e7eb;animation:.3s BrandCard-module__xgAKPW__slideDown}@keyframes BrandCard-module__xgAKPW__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.BrandCard-module__xgAKPW__modelsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;padding:1.5rem;display:grid}@media (max-width:1500px){.BrandCard-module__xgAKPW__brandName{font-size:1.125rem}.BrandCard-module__xgAKPW__logoContainer{width:68px;height:68px}}@media (max-width:1200px){.BrandCard-module__xgAKPW__cardHeader{min-height:160px}.BrandCard-module__xgAKPW__brandHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.BrandCard-module__xgAKPW__modelsGrid{grid-template-columns:1fr}}@media (max-width:1024px){.BrandCard-module__xgAKPW__cardHeader{min-height:auto;padding:1.25rem}.BrandCard-module__xgAKPW__brandMain{gap:.875rem}.BrandCard-module__xgAKPW__logoContainer{width:60px;height:60px;padding:.5rem}.BrandCard-module__xgAKPW__brandName{font-size:1.125rem}.BrandCard-module__xgAKPW__toggleButton{min-width:100px;padding:.5rem .875rem}}@media (max-width:768px){.BrandCard-module__xgAKPW__cardHeader{flex-direction:column;gap:1rem;min-height:auto;padding:1.25rem}.BrandCard-module__xgAKPW__brandMain{gap:.875rem}.BrandCard-module__xgAKPW__logoContainer{width:80px;height:80px;padding:.9rem}.BrandCard-module__xgAKPW__brandHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.BrandCard-module__xgAKPW__brandName{font-size:1.25rem}.BrandCard-module__xgAKPW__modelCount{align-self:flex-start;font-size:.875rem}.BrandCard-module__xgAKPW__brandFeatures{gap:.375rem}.BrandCard-module__xgAKPW__featureTag,.BrandCard-module__xgAKPW__showMoreFeatures,.BrandCard-module__xgAKPW__showLessFeatures{padding:.25rem .5rem;font-size:.7rem}.BrandCard-module__xgAKPW__toggleButton{justify-content:center;align-self:stretch;min-width:auto}.BrandCard-module__xgAKPW__modelsGrid{grid-template-columns:1fr;gap:1rem;padding:1.25rem}}@media (max-width:480px){.BrandCard-module__xgAKPW__cardHeader{padding:1.25rem}.BrandCard-module__xgAKPW__brandMain{gap:.9rem}.BrandCard-module__xgAKPW__logoContainer{width:76px;height:76px;padding:.9rem}.BrandCard-module__xgAKPW__brandName{font-size:1.3rem}.BrandCard-module__xgAKPW__brandDescription{-webkit-line-clamp:3;font-size:.95rem}.BrandCard-module__xgAKPW__modelsGrid{padding:1.15rem}.BrandCard-module__xgAKPW__modelCount{font-size:.95rem;font-weight:600}}
.ProductGrid-module__7cyu3W__gridSection{max-width:1500px;margin:0 auto;padding:0 2rem 2rem}.ProductGrid-module__7cyu3W__sectionHeader{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1rem}.ProductGrid-module__7cyu3W__headerTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.ProductGrid-module__7cyu3W__breadcrumb{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ProductGrid-module__7cyu3W__breadcrumb .ProductGrid-module__7cyu3W__current{color:#b41f2a;font-weight:600}.ProductGrid-module__7cyu3W__resultsInfo{color:#6b7280;font-size:.875rem;font-weight:500}.ProductGrid-module__7cyu3W__count{color:#b41f2a;font-weight:600}.ProductGrid-module__7cyu3W__sectionTitle{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:700}.ProductGrid-module__7cyu3W__grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;display:grid}.ProductGrid-module__7cyu3W__noResults{text-align:center;color:#6b7280;grid-column:1/-1;max-width:400px;margin:0 auto;padding:4rem 2rem}.ProductGrid-module__7cyu3W__noResultsIcon{opacity:.7;margin-bottom:1rem;font-size:2.5rem}.ProductGrid-module__7cyu3W__noResultsTitle{color:#1a1a1a;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.ProductGrid-module__7cyu3W__noResultsDescription{color:#6b7280;font-size:.875rem;line-height:1.5}@media (max-width:1500px){.ProductGrid-module__7cyu3W__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (max-width:1024px){.ProductGrid-module__7cyu3W__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.25rem}}@media (max-width:768px){.ProductGrid-module__7cyu3W__gridSection{max-width:100%;padding:0 1.25rem 1.5rem}.ProductGrid-module__7cyu3W__headerTop{flex-direction:column;align-items:flex-start;gap:.5rem}.ProductGrid-module__7cyu3W__sectionTitle{font-size:1.25rem}.ProductGrid-module__7cyu3W__grid{grid-template-columns:1fr;gap:1rem}.ProductGrid-module__7cyu3W__noResults{padding:3rem 1rem}}@media (max-width:480px){.ProductGrid-module__7cyu3W__gridSection{padding:0 1rem 1rem}.ProductGrid-module__7cyu3W__breadcrumb,.ProductGrid-module__7cyu3W__resultsInfo{font-size:.75rem}.ProductGrid-module__7cyu3W__sectionTitle{font-size:1.125rem}}
.ClientPage-module__oS5Xaa__page{background:#fff;min-height:100vh}.ClientPage-module__oS5Xaa__navSection{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:80px}.ClientPage-module__oS5Xaa__main{background:#f8fafc;min-height:60vh;padding:2rem 0}@media (max-width:768px){.ClientPage-module__oS5Xaa__main{padding:1.5rem 0}.ClientPage-module__oS5Xaa__navSection{position:relative;top:70px}}
