.Navbar-module__cJzEcG__header{z-index:1000;width:100%;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__topBar{background:var(--bg-dark);color:#fff;padding:.3rem 0;font-size:.8rem;font-weight:600}.Navbar-module__cJzEcG__topContent{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__topLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__topLinks a{color:#fffc;transition:color .2s}.Navbar-module__cJzEcG__topLinks a:hover{color:#fff}.Navbar-module__cJzEcG__nav{background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:.2rem 0;transition:padding .3s}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__nav{box-shadow:var(--shadow-md);padding:.2rem 0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;width:auto;height:auto;max-height:45px}[data-theme=dark] .Navbar-module__cJzEcG__logoImage{filter:none}.Navbar-module__cJzEcG__searchBar{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);flex:1;max-width:500px;padding:2px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__cJzEcG__hiddenSearch{opacity:0;pointer-events:none;visibility:hidden;border-color:#0000;max-width:0;margin:0;padding:0;transform:translateY(-10px)}.Navbar-module__cJzEcG__clearBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0 10px;font-size:1rem;font-weight:700;transition:color .2s}.Navbar-module__cJzEcG__clearBtn:hover{color:var(--accent)}.Navbar-module__cJzEcG__searchBar input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.6rem 1rem;font-size:.9rem}.Navbar-module__cJzEcG__searchBtn{background:var(--accent);color:#fff;border-radius:6px;padding:0 1rem}.Navbar-module__cJzEcG__menu{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__menu a{color:var(--text-primary);padding-bottom:4px;font-size:.95rem;font-weight:600;transition:all .3s;position:relative}.Navbar-module__cJzEcG__menu a:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__menu a:hover:after,.Navbar-module__cJzEcG__activeLink:after{width:100%!important}.Navbar-module__cJzEcG__menu a:hover,.Navbar-module__cJzEcG__activeLink{color:var(--accent)!important}.Navbar-module__cJzEcG__contactLink{background:var(--accent-secondary);border-radius:var(--radius-sm);padding:.6rem 1.2rem;box-shadow:0 4px 10px #f9731633;color:#fff!important}.Navbar-module__cJzEcG__contactLink:hover{filter:brightness(1.1);transform:translateY(-1px)}@media (max-width:1024px){.Navbar-module__cJzEcG__searchBar,.Navbar-module__cJzEcG__topBar{display:none}}.Navbar-module__cJzEcG__settingsBtn{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__settingsBtn:hover,.Navbar-module__cJzEcG__settingsBtn.Navbar-module__cJzEcG__settingsActive{background:var(--bg-card);border-color:var(--accent);transform:rotate(45deg);color:var(--accent)!important}.Navbar-module__cJzEcG__settingsWrapper{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__settingsDropdown{background:var(--nav-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:250px;box-shadow:var(--shadow-lg);z-index:1001;flex-direction:column;gap:.5rem;padding:1.2rem;animation:.2s ease-out Navbar-module__cJzEcG__slideUp;display:flex;position:absolute;top:calc(100% + 15px);right:0}@keyframes Navbar-module__cJzEcG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__dropdownSection{flex-direction:column;gap:.6rem;display:flex}.Navbar-module__cJzEcG__dropdownSection label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.Navbar-module__cJzEcG__dropdownDivider{background:var(--border-color);height:1px;margin:.5rem 0}.Navbar-module__cJzEcG__themeRow,.Navbar-module__cJzEcG__langRow{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cJzEcG__themeRow:hover,.Navbar-module__cJzEcG__langRow:hover{background:var(--bg-secondary);border-color:var(--border-color)}.Navbar-module__cJzEcG__langActive{color:var(--accent);background:#f973160d;border-color:#f9731633}.Navbar-module__cJzEcG__checkIcon{color:var(--accent);font-weight:700}.Navbar-module__cJzEcG__toggleSwitch{background:#cbd5e1;border-radius:18px;width:36px;height:18px;transition:background .3s;position:relative}.Navbar-module__cJzEcG__toggleOn{background:var(--accent)}.Navbar-module__cJzEcG__toggleKnob{background:#fff;border-radius:50%;width:14px;height:14px;transition:left .3s;position:absolute;top:2px;left:2px}.Navbar-module__cJzEcG__toggleOn .Navbar-module__cJzEcG__toggleKnob{left:20px}.Navbar-module__cJzEcG__adminLink{background:var(--bg-secondary);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;color:var(--text-primary)!important}.Navbar-module__cJzEcG__adminLink:hover{background:var(--border-color);color:var(--accent)!important}@media (max-width:768px){.Navbar-module__cJzEcG__navContainer{flex-direction:column;gap:.75rem;padding:.5rem 0}.Navbar-module__cJzEcG__logoImage{max-height:40px}.Navbar-module__cJzEcG__menu{flex-wrap:wrap;justify-content:center;gap:1rem;padding-bottom:.5rem}.Navbar-module__cJzEcG__menu a{font-size:.85rem}.Navbar-module__cJzEcG__searchBar{max-width:100%;margin:0 1rem}}
.Footer-module__S6Hkya__footer{background:#030712;border-top:1px solid #ffffff1a;margin-top:auto;padding:2rem 0}.Footer-module__S6Hkya__container{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#9ca3af;font-size:.875rem;font-weight:500}.Footer-module__S6Hkya__social{gap:2rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#f3f4f6;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.Footer-module__S6Hkya__socialLink:hover{color:#3b82f6;transform:translateY(-2px)}@media (max-width:768px){.Footer-module__S6Hkya__container{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__social{justify-content:center}}
.Hero-module__ZARIfG__hero{background:url(/hero-bg.jpg) 50%/cover no-repeat;align-items:center;min-height:90vh;margin-top:50px;padding:4rem 0;display:flex;position:relative}.Hero-module__ZARIfG__overlay{z-index:1;background:#111827d9;position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}.Hero-module__ZARIfG__badge{color:#e5e7eb;border-radius:var(--radius-sm);letter-spacing:.05em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__textSide h1{color:#fff;margin-bottom:2rem;font-size:4.5rem;line-height:1}.Hero-module__ZARIfG__highlight{color:#93c5fd}.Hero-module__ZARIfG__textSide p{color:#ffffffb3;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__heroSearch{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;width:100%;max-width:700px;margin:0 auto 2rem;padding:6px;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000004d}.Hero-module__ZARIfG__heroSearch:focus-within{border-color:var(--accent);background:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 40px #0006}.Hero-module__ZARIfG__heroSearchInput{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:1rem 2rem;font-family:inherit;font-size:1.1rem}.Hero-module__ZARIfG__heroSearchInput::placeholder{color:#ffffff80}.Hero-module__ZARIfG__heroSearchBtn{background:var(--accent);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:40px;padding:0 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.Hero-module__ZARIfG__heroSearchBtn:hover{background:#1d4ed8;transform:scale(1.02)}.Hero-module__ZARIfG__clearBtn{color:#fff6;cursor:pointer;background:0 0;border:none;padding:0 1rem;font-size:1.2rem;transition:all .2s}.Hero-module__ZARIfG__clearBtn:hover{color:#fff;transform:scale(1.1)}.Hero-module__ZARIfG__actions{gap:1.5rem;display:flex}.Hero-module__ZARIfG__mainBtn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:1rem 2.5rem;font-weight:700}.Hero-module__ZARIfG__altBtn{color:#fff;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;padding:1rem 2.5rem;font-weight:700}.Hero-module__ZARIfG__infoBox{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text-primary);background:#fff;padding:3rem}[data-theme=dark] .Hero-module__ZARIfG__infoBox{background:var(--bg-secondary);border:1px solid var(--border-color)}.Hero-module__ZARIfG__infoBox h3{border-bottom:2px solid var(--accent);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.Hero-module__ZARIfG__auctionRow{justify-content:space-between;margin-bottom:1.5rem;font-size:1.1rem;display:flex}.Hero-module__ZARIfG__label{color:var(--text-secondary);font-weight:600}.Hero-module__ZARIfG__value{font-weight:800}.Hero-module__ZARIfG__registerBtn{background:var(--accent-secondary);color:#fff;border-radius:var(--radius-sm);width:100%;margin-top:2rem;padding:1.2rem;font-weight:700}@media (max-width:1024px){.Hero-module__ZARIfG__content{grid-template-columns:1fr}.Hero-module__ZARIfG__textSide h1{font-size:3rem}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;margin-top:100px;padding:3rem 0}.Hero-module__ZARIfG__textSide h1{margin-bottom:1rem;font-size:2.2rem}.Hero-module__ZARIfG__textSide p{margin-bottom:1.5rem;padding:0 1rem;font-size:1rem}.Hero-module__ZARIfG__heroSearch{border-radius:16px;flex-direction:column;gap:8px;max-width:90%;padding:12px}.Hero-module__ZARIfG__heroSearchInput{text-align:center;box-sizing:border-box;width:100%;padding:.8rem}.Hero-module__ZARIfG__heroSearchBtn{border-radius:8px;width:100%;padding:.8rem}.Hero-module__ZARIfG__actions{flex-direction:column;width:100%;padding:0 1.5rem}.Hero-module__ZARIfG__mainBtn,.Hero-module__ZARIfG__altBtn{width:100%}}
.WhyChooseUs-module__aV2w7G__section{background-image:linear-gradient(#000000b3,#000000b3),url(/a.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:8rem 0;position:relative}.WhyChooseUs-module__aV2w7G__title{text-align:center;color:#fff;z-index:2;margin-bottom:4rem;font-size:2.5rem;font-weight:700;position:relative}.WhyChooseUs-module__aV2w7G__grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.WhyChooseUs-module__aV2w7G__card{text-align:center;background:var(--card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s}.WhyChooseUs-module__aV2w7G__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.WhyChooseUs-module__aV2w7G__iconCircle{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 4px 6px #0000001a}.WhyChooseUs-module__aV2w7G__card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.WhyChooseUs-module__aV2w7G__card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:1fr}}
.Representation-module__cFzXvG__section{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:10rem 0;position:relative;overflow:hidden}.Representation-module__cFzXvG__section:before{content:"";z-index:0;background:radial-gradient(circle,#0f4c810d 0%,#0000 70%);width:40%;height:60%;position:absolute;top:-10%;right:-5%}[data-theme=dark] .Representation-module__cFzXvG__section:before{background:radial-gradient(circle,#3b82f614 0%,#0000 70%)}.Representation-module__cFzXvG__wrapper{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid;position:relative}.Representation-module__cFzXvG__textContent{animation:.8s ease-out Representation-module__cFzXvG__fadeIn}.Representation-module__cFzXvG__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background:#0f4c811a;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-block}[data-theme=dark] .Representation-module__cFzXvG__badge{color:var(--accent);background:#3b82f633}.Representation-module__cFzXvG__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:2rem;font-size:3.5rem;font-weight:900;line-height:1.1}.Representation-module__cFzXvG__desc{color:var(--text-secondary);max-width:90%;margin-bottom:4rem;font-size:1.25rem;line-height:1.6}.Representation-module__cFzXvG__list{grid-template-columns:1fr 1fr;gap:1.5rem;padding:0;list-style:none;display:grid}.Representation-module__cFzXvG__list li{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:1.25rem;padding:1.25rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Representation-module__cFzXvG__list li.Representation-module__cFzXvG__clickable{cursor:pointer}.Representation-module__cFzXvG__list li.Representation-module__cFzXvG__clickable:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);background:var(--bg-primary);transform:translateY(-4px)}.Representation-module__cFzXvG__list li.Representation-module__cFzXvG__clickable:hover span{color:var(--accent)}.Representation-module__cFzXvG__itemLink{color:inherit;outline:none;text-decoration:none;display:block}.Representation-module__cFzXvG__icon{background:#0f4c810d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .3s;display:flex}[data-theme=dark] .Representation-module__cFzXvG__icon{background:#ffffff0d}.Representation-module__cFzXvG__list li:hover .Representation-module__cFzXvG__icon{background:var(--accent);color:#fff;transform:scale(1.1)}.Representation-module__cFzXvG__visualContent{justify-content:center;align-items:center;display:flex;position:relative}.Representation-module__cFzXvG__mainCard{aspect-ratio:1;background:linear-gradient(135deg,var(--accent)0%,#2a5298 100%);cursor:pointer;border-radius:40px;justify-content:center;align-items:center;width:100%;text-decoration:none;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #0f4c8140}.Representation-module__cFzXvG__mainCard:hover{transform:translateY(-8px);box-shadow:0 40px 80px -15px #0f4c8159}.Representation-module__cFzXvG__mainCard:before{content:"";filter:blur(50px);background:#ffffff1a;border-radius:50%;width:60%;height:60%;position:absolute;top:-20%;left:-20%}.Representation-module__cFzXvG__experienceBox{text-align:center;color:#fff;z-index:1;transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.Representation-module__cFzXvG__count{-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 20px #0000001a);background:linear-gradient(#fff,#fff9);-webkit-background-clip:text;background-clip:text;font-size:7rem;font-weight:950;line-height:1;display:block}.Representation-module__cFzXvG__experienceBox p{opacity:.9;letter-spacing:.02em;margin-top:1rem;font-size:1.5rem;font-weight:600}.Representation-module__cFzXvG__viewAll{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:100px;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block}.Representation-module__cFzXvG__mainCard:hover .Representation-module__cFzXvG__viewAll{color:var(--accent);background:#fff;transform:scale(1.05)}.Representation-module__cFzXvG__deco_box{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);z-index:2;border-radius:20px;padding:1.5rem;animation:6s ease-in-out infinite Representation-module__cFzXvG__float;position:absolute}.Representation-module__cFzXvG__deco_1{animation-delay:0s;top:-20px;right:20px}.Representation-module__cFzXvG__deco_2{animation-delay:-3s;bottom:20px;left:-20px}.Representation-module__cFzXvG__deco_text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700;display:block}.Representation-module__cFzXvG__deco_val{color:var(--accent);font-size:1.25rem;font-weight:800;display:block}@keyframes Representation-module__cFzXvG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Representation-module__cFzXvG__fadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width:1200px){.Representation-module__cFzXvG__title{font-size:3rem}.Representation-module__cFzXvG__wrapper{gap:4rem}}@media (max-width:992px){.Representation-module__cFzXvG__section{padding:4rem 0}.Representation-module__cFzXvG__wrapper{grid-template-columns:1fr;gap:3rem}.Representation-module__cFzXvG__mainCard{aspect-ratio:16/9;border-radius:30px}.Representation-module__cFzXvG__count{font-size:5rem}}@media (max-width:576px){.Representation-module__cFzXvG__section{padding:3rem 0}.Representation-module__cFzXvG__wrapper{gap:2rem}.Representation-module__cFzXvG__title{margin-bottom:1rem;font-size:2rem}.Representation-module__cFzXvG__desc{max-width:100%;margin-bottom:2rem;font-size:1rem}.Representation-module__cFzXvG__list{grid-template-columns:1fr;gap:1rem}.Representation-module__cFzXvG__list li{padding:1rem}.Representation-module__cFzXvG__icon{width:40px;height:40px;font-size:1.25rem}.Representation-module__cFzXvG__deco_box{display:none}.Representation-module__cFzXvG__mainCard{border-radius:20px}.Representation-module__cFzXvG__count{font-size:4rem}.Representation-module__cFzXvG__experienceBox p{font-size:1.2rem}}
.Marketplace-module__bJ__fq__section{background-color:var(--bg-primary);padding:6rem 0;scroll-margin-top:100px}.Marketplace-module__bJ__fq__header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.Marketplace-module__bJ__fq__title{font-size:2rem;font-weight:800}.Marketplace-module__bJ__fq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Marketplace-module__bJ__fq__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Marketplace-module__bJ__fq__imageArea{height:180px;position:relative}.Marketplace-module__bJ__fq__badges{position:absolute;top:.75rem;left:.75rem}.Marketplace-module__bJ__fq__status{color:#fff;background:#10b981;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.Marketplace-module__bJ__fq__infoArea{flex-direction:column;flex:1;padding:1.25rem;display:flex}.Marketplace-module__bJ__fq__category{color:var(--accent);text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.Marketplace-module__bJ__fq__infoArea h3{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8rem;margin-bottom:.5rem;font-size:1.1rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Marketplace-module__bJ__fq__location{color:var(--text-secondary);margin-bottom:1rem;font-size:.8rem}.Marketplace-module__bJ__fq__specGrid{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.Marketplace-module__bJ__fq__specTag{background:var(--bg-secondary);color:var(--text-secondary);border-radius:4px;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.Marketplace-module__bJ__fq__priceRow{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.Marketplace-module__bJ__fq__priceWrap span{color:var(--text-secondary);font-size:.7rem;display:block}.Marketplace-module__bJ__fq__priceWrap p{color:var(--text-primary);font-size:1.1rem;font-weight:700}.Marketplace-module__bJ__fq__viewBtn{background:var(--bg-secondary);color:var(--accent);border:1px solid var(--border-color);border-radius:6px;padding:.5rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}@media (max-width:1200px){.Marketplace-module__bJ__fq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.Marketplace-module__bJ__fq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Marketplace-module__bJ__fq__grid{grid-template-columns:1fr;gap:1.25rem}.Marketplace-module__bJ__fq__header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.Marketplace-module__bJ__fq__title{font-size:1.8rem}.Marketplace-module__bJ__fq__section{padding:4rem 0}.Marketplace-module__bJ__fq__imageArea{height:220px}}.Marketplace-module__bJ__fq__emptyResults{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border-color);color:var(--text-secondary);border-radius:12px;padding:3rem;font-size:1.1rem;font-weight:500}
.Categories-module__95_W3q__section{background-color:var(--bg-primary);padding:8rem 0}.Categories-module__95_W3q__title{text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Categories-module__95_W3q__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Categories-module__95_W3q__card{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border-color);text-align:center;padding:2.5rem;transition:all .3s}.Categories-module__95_W3q__card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Categories-module__95_W3q__icon{margin-bottom:1.5rem;font-size:3rem}.Categories-module__95_W3q__card h3{margin-bottom:1rem;font-size:1.25rem}.Categories-module__95_W3q__card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Categories-module__95_W3q__learnMore{color:var(--accent);background:0 0;border-bottom:2px solid #0000;font-size:.9rem;font-weight:700;transition:all .2s}.Categories-module__95_W3q__card:hover .Categories-module__95_W3q__learnMore{border-bottom-color:var(--accent)}@media (max-width:1024px){.Categories-module__95_W3q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Categories-module__95_W3q__grid{grid-template-columns:1fr}}
.AboutUs-module__Rj00zW__section{background-color:var(--bg-primary);padding:10rem 0 0}.AboutUs-module__Rj00zW__contentWrapper{grid-template-columns:1.1fr .9fr;align-items:center;gap:6rem;margin-bottom:8rem;display:grid}.AboutUs-module__Rj00zW__textContent{animation:.8s ease-out AboutUs-module__Rj00zW__slideInLeft}.AboutUs-module__Rj00zW__sublabel{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:800;display:flex}.AboutUs-module__Rj00zW__sublabel:before{content:"";background:var(--accent);width:24px;height:2px}.AboutUs-module__Rj00zW__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:2.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.AboutUs-module__Rj00zW__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.AboutUs-module__Rj00zW__imagePlaceholder{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:30px;height:500px;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #00000026}.AboutUs-module__Rj00zW__experienceBadge{color:var(--text-primary);text-align:left;z-index:2;background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:absolute;bottom:30px;left:30px;box-shadow:0 20px 40px #0003}[data-theme=dark] .AboutUs-module__Rj00zW__experienceBadge{background:var(--bg-secondary)}.AboutUs-module__Rj00zW__experienceBadge span{color:var(--accent);font-size:3.5rem;font-weight:950;line-height:1;display:block}.AboutUs-module__Rj00zW__experienceBadge p{font-size:.95rem;font-weight:700;line-height:1.3}.AboutUs-module__Rj00zW__whatWeDo{background-image:url(/what-we-do-bg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;margin-top:6rem;padding:6rem 0;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0000004d}.AboutUs-module__Rj00zW__whatWeDo:before{content:"";z-index:0;background:#00000073;position:absolute;inset:0}.AboutUs-module__Rj00zW__whatWeDo>*{z-index:1;position:relative}.AboutUs-module__Rj00zW__whatWeDo h3{color:#fff;text-align:center;text-shadow:0 2px 4px #00000080;margin-bottom:4rem;font-size:2.5rem;font-weight:900}.AboutUs-module__Rj00zW__list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0;list-style:none;display:grid}.AboutUs-module__Rj00zW__list li{text-align:center;background:#fff;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px #0000001a}.AboutUs-module__Rj00zW__list li:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.AboutUs-module__Rj00zW__iconWrapper{color:#fff;background:#1e3a8a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:1.8rem;display:flex;box-shadow:0 10px 20px #1e3a8a4d}.AboutUs-module__Rj00zW__itemText{color:#1e293b;font-size:1.05rem;font-weight:600;line-height:1.6}@keyframes AboutUs-module__Rj00zW__slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (max-width:968px){.AboutUs-module__Rj00zW__contentWrapper{grid-template-columns:1fr;gap:4rem}.AboutUs-module__Rj00zW__title{font-size:2.75rem}.AboutUs-module__Rj00zW__imagePlaceholder{height:400px}.AboutUs-module__Rj00zW__whatWeDo{padding:4rem 0}}@media (max-width:768px){.AboutUs-module__Rj00zW__section{padding:5rem 0 0}.AboutUs-module__Rj00zW__contentWrapper{gap:2rem;margin-bottom:4rem}.AboutUs-module__Rj00zW__title{margin-bottom:1.5rem;font-size:2.2rem}.AboutUs-module__Rj00zW__description{font-size:1rem}.AboutUs-module__Rj00zW__experienceBadge{justify-content:center;gap:1rem;width:90%;padding:1.2rem;bottom:10px;left:50%;transform:translate(-50%)}.AboutUs-module__Rj00zW__experienceBadge span{font-size:2.2rem}.AboutUs-module__Rj00zW__imagePlaceholder{border-radius:20px;height:300px}.AboutUs-module__Rj00zW__whatWeDo{margin-top:3rem;padding:4rem 1rem}.AboutUs-module__Rj00zW__whatWeDo h3{margin-bottom:2rem;font-size:2rem}.AboutUs-module__Rj00zW__list{grid-template-columns:1fr}}
.Contact-module__J3q-aa__main{background:var(--bg-secondary);min-height:100vh;padding-top:0;padding-bottom:0}.Contact-module__J3q-aa__hero{justify-content:center;align-items:center;min-height:clamp(280px,42vh,420px);margin-top:0;display:flex;position:relative;overflow:hidden}.Contact-module__J3q-aa__heroBg{background:url(/hero-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0;transform:scale(1.02)}.Contact-module__J3q-aa__heroOverlay{z-index:1;background:linear-gradient(135deg,#0f4c81eb 0%,#111827e0 50%,#0b3960e6 100%);position:absolute;inset:0}[data-theme=dark] .Contact-module__J3q-aa__heroOverlay{background:linear-gradient(135deg,#0f172af0 0%,#0f4c818c 45%,#030712eb 100%)}.Contact-module__J3q-aa__heroInner{z-index:2;text-align:center;max-width:720px;margin:0 auto;padding:7.5rem 1.5rem 4.5rem;animation:.8s ease-out Contact-module__J3q-aa__heroFade;position:relative}@keyframes Contact-module__J3q-aa__heroFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Contact-module__J3q-aa__heroBadge{letter-spacing:.12em;text-transform:uppercase;color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff40;border-radius:999px;margin-bottom:1.25rem;padding:.45rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.Contact-module__J3q-aa__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 24px #00000040;margin-bottom:1rem;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:800;line-height:1.15}.Contact-module__J3q-aa__heroSubtitle{color:#ffffffe0;max-width:560px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65}.Contact-module__J3q-aa__contentWrap{z-index:3;margin-top:-3rem;padding:0 0 5rem;position:relative}.Contact-module__J3q-aa__pageContainer{max-width:1160px;margin:0 auto}.Contact-module__J3q-aa__grid{grid-template-columns:1fr minmax(280px,360px);align-items:start;gap:1.75rem;display:grid}@media (max-width:1024px){.Contact-module__J3q-aa__grid{grid-template-columns:1fr}.Contact-module__J3q-aa__contentWrap{margin-top:-2rem}}.Contact-module__J3q-aa__formBox{background:var(--card-bg);box-shadow:var(--shadow-lg),0 0 0 1px #0f4c810f;border:1px solid var(--border-color);border-radius:16px;padding:2.25rem 2.5rem;animation:.65s ease-out .1s both Contact-module__J3q-aa__cardUp}.Contact-module__J3q-aa__infoBox{animation:.65s ease-out .2s both Contact-module__J3q-aa__cardUp}@keyframes Contact-module__J3q-aa__cardUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Contact-module__J3q-aa__formBox h2{color:var(--text-primary);margin-bottom:1.75rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.Contact-module__J3q-aa__formBox h2:after{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-secondary));border-radius:2px;width:3.5rem;height:3px;position:absolute;bottom:0;left:0}.Contact-module__J3q-aa__row{gap:1.25rem;margin-bottom:1.25rem;display:flex}@media (max-width:600px){.Contact-module__J3q-aa__row{flex-direction:column;gap:1.25rem}}.Contact-module__J3q-aa__formGroup{flex-direction:column;flex:1;gap:.45rem;display:flex}.Contact-module__J3q-aa__formGroup label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.Contact-module__J3q-aa__formGroup input,.Contact-module__J3q-aa__formGroup textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);outline:none;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Contact-module__J3q-aa__formGroup input:focus,.Contact-module__J3q-aa__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f4c811f}[data-theme=dark] .Contact-module__J3q-aa__formGroup input:focus,[data-theme=dark] .Contact-module__J3q-aa__formGroup textarea:focus{box-shadow:0 0 0 3px #3b82f633}.Contact-module__J3q-aa__formGroup textarea{resize:vertical;min-height:130px}.Contact-module__J3q-aa__submitBtn{background:linear-gradient(135deg,var(--accent)0%,var(--accent-hover)100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #0f4c8159}.Contact-module__J3q-aa__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0f4c8166}.Contact-module__J3q-aa__submitBtn:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;background:#94a3b8}.Contact-module__J3q-aa__successBox{color:#166534;border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;margin-bottom:1.5rem;padding:1rem 1.15rem;font-weight:600;animation:.4s ease-out Contact-module__J3q-aa__fadeIn;display:flex}.Contact-module__J3q-aa__errorBox{color:#991b1b;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fee2e2;align-items:center;margin-bottom:1.5rem;padding:1rem 1.15rem;font-weight:600;animation:.4s ease-out Contact-module__J3q-aa__fadeIn;display:flex}@keyframes Contact-module__J3q-aa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Contact-module__J3q-aa__infoBox{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:16px;padding:2rem 1.75rem;position:relative;overflow:hidden}.Contact-module__J3q-aa__infoBox:before{content:"";background:linear-gradient(180deg,var(--accent)0%,var(--accent-secondary)100%);width:4px;height:100%;position:absolute;top:0;left:0}.Contact-module__J3q-aa__infoBox h3{color:var(--text-primary);margin-bottom:1.5rem;padding-left:.5rem;font-size:1.2rem;font-weight:700}.Contact-module__J3q-aa__infoList{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__J3q-aa__infoItem{border-radius:var(--radius-md);align-items:flex-start;gap:1rem;padding:.85rem .85rem .85rem .5rem;transition:background .2s;display:flex}.Contact-module__J3q-aa__infoItem:hover{background:var(--bg-secondary)}.Contact-module__J3q-aa__iconWrap{width:48px;height:48px;color:var(--accent);background:linear-gradient(135deg,#0f4c811f 0%,#8b6d3b1a 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-theme=dark] .Contact-module__J3q-aa__iconWrap{color:var(--accent);background:#3b82f626}.Contact-module__J3q-aa__infoDetails{flex-direction:column;gap:.25rem;min-width:0;display:flex}.Contact-module__J3q-aa__infoLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:.8rem;font-weight:600}.Contact-module__J3q-aa__infoValue{color:var(--text-primary);word-break:break-word;font-size:.95rem;font-weight:500;line-height:1.45}
.ProductDetails-module__nZ6xya__main{background:var(--bg-secondary);min-height:100vh;padding-top:100px}.ProductDetails-module__nZ6xya__pageContainer{padding-bottom:5rem}.ProductDetails-module__nZ6xya__breadcrumb{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:1rem 0}.ProductDetails-module__nZ6xya__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;transition:color .2s}.ProductDetails-module__nZ6xya__backBtn:hover{color:var(--accent)}.ProductDetails-module__nZ6xya__contentGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.ProductDetails-module__nZ6xya__imageColumn{position:sticky;top:120px}.ProductDetails-module__nZ6xya__imageWrapper{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);background:#fff;position:relative;overflow:hidden}[data-theme=dark] .ProductDetails-module__nZ6xya__imageWrapper{background:var(--bg-card)}.ProductDetails-module__nZ6xya__detailsColumn{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.ProductDetails-module__nZ6xya__tags{flex-wrap:wrap;gap:.5rem;display:flex}.ProductDetails-module__nZ6xya__makerTag{color:var(--accent);font-size:.9rem;font-weight:700}.ProductDetails-module__nZ6xya__catTag{color:var(--text-secondary);font-size:.9rem;font-weight:500}.ProductDetails-module__nZ6xya__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;line-height:1.2}.ProductDetails-module__nZ6xya__description{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.ProductDetails-module__nZ6xya__specsBox{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem;display:grid}.ProductDetails-module__nZ6xya__specItem{flex-direction:column;gap:.3rem;font-size:.95rem;display:flex}.ProductDetails-module__nZ6xya__specItem span{color:var(--text-secondary);font-weight:500}.ProductDetails-module__nZ6xya__specItem strong{color:var(--text-primary);font-weight:700}.ProductDetails-module__nZ6xya__goodCondition{color:#10b981!important}.ProductDetails-module__nZ6xya__priceSection{color:var(--text-primary);border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);align-items:baseline;gap:.5rem;padding:1rem 0;font-size:1.5rem;font-weight:800;display:flex}.ProductDetails-module__nZ6xya__priceLabel{color:var(--text-secondary);font-size:1rem;font-weight:600}.ProductDetails-module__nZ6xya__priceValue{color:var(--accent)}.ProductDetails-module__nZ6xya__techSpecs{flex-direction:column;gap:1rem;display:flex}.ProductDetails-module__nZ6xya__techSpecs h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.4rem}.ProductDetails-module__nZ6xya__techSpecs ul{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.ProductDetails-module__nZ6xya__techSpecs li{color:var(--text-secondary);align-items:flex-start;gap:.8rem;font-size:1rem;line-height:1.5;display:flex}.ProductDetails-module__nZ6xya__checkIcon{color:var(--accent);margin-top:-2px;font-size:1.2rem}.ProductDetails-module__nZ6xya__quoteBtn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);text-align:center;cursor:pointer;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.ProductDetails-module__nZ6xya__quoteBtn:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:1024px){.ProductDetails-module__nZ6xya__contentGrid{grid-template-columns:1fr}.ProductDetails-module__nZ6xya__imageColumn{position:relative;top:0}.ProductDetails-module__nZ6xya__title{font-size:2rem}}
.page-module__GKCvWG__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.page-module__GKCvWG__notFound{text-align:center;flex:1;justify-content:center;align-items:center;padding:6rem 0;display:flex}.page-module__GKCvWG__notFound h2{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module__GKCvWG__notFound p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.page-module__GKCvWG__backBtn{color:#3b82f6;cursor:pointer;background:0 0;border:2px solid #3b82f6;border-radius:100px;padding:.8rem 1.8rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-module__GKCvWG__backBtn:hover{color:#fff;background:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}.page-module__GKCvWG__hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);padding:8rem 0 6rem;position:relative;overflow:hidden}.page-module__GKCvWG__hero:before{content:"";z-index:0;background:radial-gradient(circle,#3b82f633 0%,#0000 60%);width:80%;height:150%;position:absolute;top:-50%;left:-20%}.page-module__GKCvWG__hero:after{content:"";z-index:0;background:radial-gradient(circle,#0ea5e926 0%,#0000 70%);width:50%;height:100%;position:absolute;bottom:-20%;right:-10%}.page-module__GKCvWG__backBtnAction{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;margin-bottom:3rem;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex;position:relative}.page-module__GKCvWG__backBtnAction:hover{background:#fff3;transform:translate(-5px)}.page-module__GKCvWG__heroContent{z-index:1;align-items:center;gap:2rem;display:flex;position:relative}.page-module__GKCvWG__heroIcon{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;font-size:4.5rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 20px 40px -10px #0000004d}.page-module__GKCvWG__heroContent:hover .page-module__GKCvWG__heroIcon{transform:scale(1.05)rotate(5deg)}.page-module__GKCvWG__title{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3.5rem;font-weight:800;line-height:1.1}.page-module__GKCvWG__detailsSection{z-index:10;flex:1;margin-top:-3rem;padding:-4rem 0 6rem;position:relative}.page-module__GKCvWG__layout{grid-template-columns:1fr 350px;align-items:start;gap:2.5rem;display:grid}.page-module__GKCvWG__card{background:#fff;border-radius:24px;padding:3.5rem;box-shadow:0 20px 50px -10px #00000014,0 0 0 1px #00000005}.page-module__GKCvWG__textContent h2{color:#0f172a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem;font-weight:800;position:relative}.page-module__GKCvWG__textContent h2:after{content:"";background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;width:60px;height:4px;position:absolute;bottom:0;left:0}.page-module__GKCvWG__description{color:#475569;white-space:pre-wrap;font-size:1.15rem;font-weight:400;line-height:1.9}.page-module__GKCvWG__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.page-module__GKCvWG__actionBox{text-align:center;background:#fff;border-radius:24px;padding:2.5rem 2rem;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0000000d,0 0 0 1px #00000005}.page-module__GKCvWG__actionBox:hover{transform:translateY(-5px)}.page-module__GKCvWG__websiteBox{background:linear-gradient(#fff,#eff6ff);border-top:4px solid #3b82f6}.page-module__GKCvWG__catalogBox{background:linear-gradient(#fff,#f0fdf4);border-top:4px solid #10b981}.page-module__GKCvWG__actionIcon{margin-bottom:1rem;font-size:2.5rem;display:inline-block}.page-module__GKCvWG__actionBox h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.page-module__GKCvWG__websiteBox h3{color:#1e3a8a}.page-module__GKCvWG__catalogBox h3{color:#064e3b}.page-module__GKCvWG__actionBox p{margin-bottom:2rem;font-size:.95rem;line-height:1.6}.page-module__GKCvWG__websiteBox p{color:#3b82f6}.page-module__GKCvWG__catalogBox p{color:#059669}.page-module__GKCvWG__btn{border-radius:100px;justify-content:center;align-items:center;width:100%;padding:1.1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px -5px #0000001a}.page-module__GKCvWG__websiteBtn{color:#fff;background:#3b82f6}.page-module__GKCvWG__websiteBtn:hover{background:#2563eb;transform:scale(1.02);box-shadow:0 10px 25px -5px #3b82f666}.page-module__GKCvWG__catalogBtn{color:#fff;background:#10b981}.page-module__GKCvWG__catalogBtn:hover{background:#059669;transform:scale(1.02);box-shadow:0 10px 25px -5px #10b98166}@media (max-width:1024px){.page-module__GKCvWG__layout{grid-template-columns:1fr 300px;gap:2rem}}@media (max-width:768px){.page-module__GKCvWG__hero{padding:6rem 0 5rem}.page-module__GKCvWG__heroContent{text-align:center;flex-direction:column;gap:1.5rem}.page-module__GKCvWG__title{font-size:2.5rem}.page-module__GKCvWG__heroIcon{width:100px;height:100px;font-size:3.5rem}.page-module__GKCvWG__layout{grid-template-columns:1fr}.page-module__GKCvWG__card{padding:2.5rem}.page-module__GKCvWG__sidebar{flex-flow:wrap;position:static}.page-module__GKCvWG__actionBox{flex:1;min-width:250px}}@media (max-width:480px){.page-module__GKCvWG__sidebar{flex-direction:column}.page-module__GKCvWG__card{padding:1.5rem}}
.page-module__Flr1fG__main{background:var(--bg-primary);min-height:100vh}.page-module__Flr1fG__hero{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);border-bottom:1px solid var(--border-color);text-align:center;padding:10rem 0 6rem}.page-module__Flr1fG__backBtn{color:var(--accent);margin-bottom:2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.page-module__Flr1fG__backBtn:hover{opacity:.8;transform:translate(-5px)}.page-module__Flr1fG__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:900}.page-module__Flr1fG__subtitle{max-width:800px;color:var(--text-secondary);margin:0 auto;font-size:1.25rem;line-height:1.6}.page-module__Flr1fG__contentSection{padding:6rem 0 10rem}.page-module__Flr1fG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.page-module__Flr1fG__card{background:var(--bg-secondary);border:1px solid var(--border-color);min-height:240px;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.page-module__Flr1fG__clickable{cursor:pointer}.page-module__Flr1fG__card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent);background:var(--bg-primary);transform:translateY(-8px)}.page-module__Flr1fG__cardHeader{flex-direction:column;gap:1.5rem;display:flex}.page-module__Flr1fG__icon{background:#0f4c810d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;font-size:3rem;transition:all .3s;display:flex}[data-theme=dark] .page-module__Flr1fG__icon{background:#ffffff0d}.page-module__Flr1fG__card:hover .page-module__Flr1fG__icon{background:var(--accent);color:#fff;transform:scale(1.1)rotate(5deg)}.page-module__Flr1fG__cardTitle{color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1.3}.page-module__Flr1fG__cardFooter{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}.page-module__Flr1fG__linkText{color:var(--accent);letter-spacing:.02em;font-size:.9375rem;font-weight:700}@media (max-width:768px){.page-module__Flr1fG__title{font-size:2.75rem}.page-module__Flr1fG__hero{padding:8rem 0 4rem}.page-module__Flr1fG__grid{grid-template-columns:1fr}}
.VisionMission-module__g75UNW__section{background-color:var(--bg-primary);padding-bottom:10rem;position:relative;overflow:hidden}.VisionMission-module__g75UNW__section:after{content:"";z-index:0;background:radial-gradient(circle,#0f4c8108 0%,#0000 70%);width:40%;height:50%;position:absolute;bottom:-10%;left:-5%}.VisionMission-module__g75UNW__grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:4rem;display:grid;position:relative}.VisionMission-module__g75UNW__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:40px;padding:4.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #00000008}.VisionMission-module__g75UNW__card:before{content:"";background:var(--accent);opacity:0;width:100%;height:6px;transition:opacity .3s;position:absolute;top:0;left:0}.VisionMission-module__g75UNW__card:hover{border-color:var(--accent);transform:translateY(-15px);box-shadow:0 40px 80px #0000001a}.VisionMission-module__g75UNW__card:hover:before{opacity:1}.VisionMission-module__g75UNW__missionCard{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%)}.VisionMission-module__g75UNW__iconBox{width:72px;height:72px;color:var(--accent);background:#0f4c8114;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2.5rem;font-size:2.25rem;transition:all .3s;display:flex}.VisionMission-module__g75UNW__card:hover .VisionMission-module__g75UNW__iconBox{background:var(--accent);color:#fff;transform:scale(1.1)rotate(5deg)}.VisionMission-module__g75UNW__card h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2rem;font-size:2.25rem;font-weight:900}.VisionMission-module__g75UNW__card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.VisionMission-module__g75UNW__extra{border-left:4px solid var(--accent);background:#0f4c810a;border-radius:16px;margin-top:2rem;padding:1.5rem;color:var(--text-primary)!important;font-size:1rem!important}@media (max-width:992px){.VisionMission-module__g75UNW__grid{gap:2rem}.VisionMission-module__g75UNW__card{padding:3rem}.VisionMission-module__g75UNW__card h3{font-size:1.8rem}}@media (max-width:768px){.VisionMission-module__g75UNW__grid{grid-template-columns:1fr}}
