.Header-module__hBw1pG__header{z-index:1000;height:var(--header-height);transition:all var(--transition);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(20px);background:#6163f5eb;box-shadow:0 4px 30px #00000026}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{z-index:1001;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;filter:drop-shadow(0 1px 3px #00000026);width:auto;height:72px;transition:all var(--transition)}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoImage{filter:drop-shadow(0 2px 6px #00000040);transform:scale(1.03)}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-1);display:flex}.Header-module__hBw1pG__navLink{padding:var(--space-2) var(--space-3);color:#ffffffd9;font-weight:500;font-size:var(--font-size-sm);border-radius:var(--radius);transition:all var(--transition);white-space:nowrap}.Header-module__hBw1pG__navLink:hover{color:var(--white);background:#ffffff1a}.Header-module__hBw1pG__actions{align-items:center;gap:var(--space-4);z-index:1001;display:flex}.Header-module__hBw1pG__langSwitcher{border-radius:var(--radius-full);background:#ffffff1a;align-items:center;gap:2px;padding:3px;display:flex}.Header-module__hBw1pG__langBtn{border-radius:var(--radius-full);color:#ffffffb3;font-size:var(--font-size-xs);transition:all var(--transition);cursor:pointer;align-items:center;gap:4px;padding:6px 10px;font-weight:600;display:flex}.Header-module__hBw1pG__langBtn:hover{color:var(--white);background:#ffffff1a}.Header-module__hBw1pG__langBtn.Header-module__hBw1pG__langActive{background:var(--accent);color:var(--gray-900)}.Header-module__hBw1pG__langFlag{font-size:14px;line-height:1}.Header-module__hBw1pG__langCode{line-height:1}.Header-module__hBw1pG__menuToggle{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__hBw1pG__menuToggle span{background:var(--white);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.Header-module__hBw1pG__menuToggleActive span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__menuToggleActive span:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggleActive span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__hBw1pG__overlay{display:none}@media (max-width:900px){.Header-module__hBw1pG__menuToggle{display:flex}.Header-module__hBw1pG__nav{background:var(--gradient-hero);justify-content:center;align-items:center;gap:var(--space-2);width:300px;height:100vh;transition:right var(--transition-slow);z-index:999;padding:var(--space-10) var(--space-6);flex-direction:column;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__navLink{font-size:var(--font-size-lg);padding:var(--space-3) var(--space-6);text-align:center;width:100%}.Header-module__hBw1pG__overlay{z-index:998;background:#00000080;display:block;position:fixed;inset:0}}@media (max-width:480px){.Header-module__hBw1pG__logo{font-size:1.2rem}.Header-module__hBw1pG__langSwitcher{gap:1px}.Header-module__hBw1pG__langBtn{padding:4px 6px}.Header-module__hBw1pG__langCode{display:none}}
.Hero-module__ZARIfG__hero{background:var(--gradient-hero);min-height:100vh;padding-top:var(--header-height);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgElements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__bgCircle1{background:radial-gradient(circle,#ffdb4a14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:-200px;right:-100px}.Hero-module__ZARIfG__bgCircle2{background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite reverse Hero-module__ZARIfG__float;position:absolute;bottom:-100px;left:-100px}.Hero-module__ZARIfG__bgCircle3{background:radial-gradient(circle,#ffdb4a1a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:50%;left:50%}.Hero-module__ZARIfG__bgGrid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__heroContent{gap:var(--space-10);z-index:2;padding:var(--space-10) 0;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.Hero-module__ZARIfG__heroText{animation:.8s ease-out Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--white);font-size:var(--font-size-sm);margin-bottom:var(--space-6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__title{font-size:var(--font-size-5xl);margin-bottom:var(--space-6);letter-spacing:-.03em;font-weight:900;line-height:1.1}.Hero-module__ZARIfG__titleAccent{color:var(--white)}.Hero-module__ZARIfG__titleHighlight{color:var(--accent);position:relative}.Hero-module__ZARIfG__description{font-size:var(--font-size-md);color:#fffc;margin-bottom:var(--space-8);max-width:520px;line-height:1.7}.Hero-module__ZARIfG__cta{gap:var(--space-4);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__tagline{align-items:center;gap:var(--space-4);display:flex}.Hero-module__ZARIfG__taglineLine{background:#fff3;flex:1;max-width:60px;height:1px}.Hero-module__ZARIfG__taglineText{color:#ffffff80;font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.Hero-module__ZARIfG__heroVisual{height:500px;animation:1s ease-out .3s both Hero-module__ZARIfG__fadeIn;position:relative}.Hero-module__ZARIfG__imageStack{width:100%;height:100%;position:relative}.Hero-module__ZARIfG__imageCard1,.Hero-module__ZARIfG__imageCard2,.Hero-module__ZARIfG__imageCard3{border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);transition:transform var(--transition-slow);position:absolute;overflow:hidden}.Hero-module__ZARIfG__imageCard1{z-index:3;width:280px;height:350px;top:10%;left:10%;transform:rotate(-3deg)}.Hero-module__ZARIfG__imageCard1:hover{z-index:10;transform:rotate(0)scale(1.05)}.Hero-module__ZARIfG__imageCard2{z-index:2;width:250px;height:320px;top:5%;right:5%;transform:rotate(5deg)}.Hero-module__ZARIfG__imageCard2:hover{z-index:10;transform:rotate(0)scale(1.05)}.Hero-module__ZARIfG__imageCard3{z-index:1;width:220px;height:280px;bottom:5%;left:30%;transform:rotate(-2deg)}.Hero-module__ZARIfG__imageCard3:hover{z-index:10;transform:rotate(0)scale(1.05)}.Hero-module__ZARIfG__imageCard1 img,.Hero-module__ZARIfG__imageCard2 img,.Hero-module__ZARIfG__imageCard3 img{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__scrollIndicator{z-index:2;animation:1s ease-out 1.5s both Hero-module__ZARIfG__fadeIn;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollMouse{border:2px solid #ffffff4d;border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:8px;display:flex}.Hero-module__ZARIfG__scrollWheel{background:var(--accent);border-radius:2px;width:3px;height:8px;animation:1.5s ease-in-out infinite Hero-module__ZARIfG__scrollAnim}@keyframes Hero-module__ZARIfG__scrollAnim{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (max-width:1024px){.Hero-module__ZARIfG__heroContent{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__description{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__cta,.Hero-module__ZARIfG__tagline{justify-content:center}.Hero-module__ZARIfG__heroVisual{height:400px}.Hero-module__ZARIfG__imageCard1{width:220px;height:280px;left:5%}.Hero-module__ZARIfG__imageCard2{width:200px;height:260px}.Hero-module__ZARIfG__imageCard3{width:180px;height:230px;left:35%}}@media (max-width:768px){.Hero-module__ZARIfG__heroVisual{height:320px}.Hero-module__ZARIfG__imageCard1{width:180px;height:230px}.Hero-module__ZARIfG__imageCard2{width:160px;height:210px}.Hero-module__ZARIfG__imageCard3{width:140px;height:180px}}@media (max-width:480px){.Hero-module__ZARIfG__hero{min-height:auto;padding-bottom:var(--space-10)}.Hero-module__ZARIfG__heroVisual{height:260px}.Hero-module__ZARIfG__imageCard1{width:150px;height:190px;left:0}.Hero-module__ZARIfG__imageCard2{width:140px;height:180px;right:0}.Hero-module__ZARIfG__imageCard3{width:120px;height:155px;left:25%}.Hero-module__ZARIfG__scrollIndicator{display:none}}
.Products-module__mFS5Ca__products{background:var(--gray-50)}.Products-module__mFS5Ca__filters{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.Products-module__mFS5Ca__filterBtn{padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-weight:600;font-size:var(--font-size-sm);color:var(--gray-600);background:var(--white);border:2px solid var(--gray-200);transition:all var(--transition);cursor:pointer}.Products-module__mFS5Ca__filterBtn:hover{border-color:var(--primary);color:var(--primary)}.Products-module__mFS5Ca__filterActive{background:var(--primary);color:var(--white)!important;border-color:var(--primary)!important}.Products-module__mFS5Ca__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Products-module__mFS5Ca__noProducts{text-align:center;color:var(--gray-500);font-size:var(--font-size-lg);padding:var(--space-10);grid-column:1/-1}.Products-module__mFS5Ca__productCard{cursor:pointer;animation:.6s ease-out both Products-module__mFS5Ca__fadeInUp}.Products-module__mFS5Ca__imageWrap{aspect-ratio:1;background:var(--gray-100);position:relative;overflow:hidden}.Products-module__mFS5Ca__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.Products-module__mFS5Ca__productCard:hover .Products-module__mFS5Ca__image{transform:scale(1.08)}.Products-module__mFS5Ca__imageOverlay{opacity:0;transition:opacity var(--transition);background:#6163f5b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Products-module__mFS5Ca__productCard:hover .Products-module__mFS5Ca__imageOverlay{opacity:1}.Products-module__mFS5Ca__viewBtn{color:var(--white);font-weight:700;font-size:var(--font-size-md);padding:var(--space-3) var(--space-6);border:2px solid var(--white);border-radius:var(--radius-full);transition:transform var(--transition);transform:translateY(10px)}.Products-module__mFS5Ca__productCard:hover .Products-module__mFS5Ca__viewBtn{transform:translateY(0)}.Products-module__mFS5Ca__featuredBadge{background:var(--accent);width:36px;height:36px;box-shadow:var(--shadow-md);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:12px;right:12px}.Products-module__mFS5Ca__info{padding:var(--space-5)}.Products-module__mFS5Ca__category{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:var(--space-2);font-weight:700;display:inline-block}.Products-module__mFS5Ca__name{font-size:var(--font-size-lg);color:var(--gray-900);margin-bottom:var(--space-2);font-weight:700}.Products-module__mFS5Ca__desc{font-size:var(--font-size-sm);color:var(--gray-600);margin-bottom:var(--space-4);line-height:1.6}.Products-module__mFS5Ca__priceRow{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.Products-module__mFS5Ca__price{color:var(--primary);font-weight:700;font-size:var(--font-size-md)}.Products-module__mFS5Ca__quoteBtn{font-size:var(--font-size-xs)!important}.Products-module__mFS5Ca__modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;padding:var(--space-6);background:#0009;justify-content:center;align-items:center;animation:.3s Products-module__mFS5Ca__fadeIn;display:flex;position:fixed;inset:0}.Products-module__mFS5Ca__modalContent{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:900px;max-height:90vh;animation:.3s Products-module__mFS5Ca__scaleIn;position:relative;overflow-y:auto}.Products-module__mFS5Ca__modalClose{background:var(--gray-100);width:40px;height:40px;color:var(--gray-700);transition:all var(--transition);z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:16px;right:16px}.Products-module__mFS5Ca__modalClose:hover{background:var(--gray-200)}.Products-module__mFS5Ca__modalGrid{grid-template-columns:1fr 1fr;display:grid}.Products-module__mFS5Ca__modalImage{aspect-ratio:1;border-radius:var(--radius-xl) 0 0 var(--radius-xl);overflow:hidden}.Products-module__mFS5Ca__modalImage img{object-fit:cover;width:100%;height:100%}.Products-module__mFS5Ca__modalInfo{padding:var(--space-8);gap:var(--space-4);flex-direction:column;display:flex}.Products-module__mFS5Ca__modalCategory{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:700}.Products-module__mFS5Ca__modalTitle{font-size:var(--font-size-2xl);color:var(--gray-900);font-weight:800}.Products-module__mFS5Ca__modalDesc{font-size:var(--font-size-base);color:var(--gray-600);line-height:1.7}.Products-module__mFS5Ca__modalPrice{align-items:center;gap:var(--space-3);font-size:var(--font-size-lg);color:var(--gray-700);display:flex}.Products-module__mFS5Ca__modalPrice strong{color:var(--primary);font-size:var(--font-size-xl)}@media (max-width:768px){.Products-module__mFS5Ca__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.Products-module__mFS5Ca__modalGrid{grid-template-columns:1fr}.Products-module__mFS5Ca__modalImage{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:300px}.Products-module__mFS5Ca__modalInfo{padding:var(--space-5)}}
.OrderForm-module__yWCT4W__overlay{-webkit-backdrop-filter:blur(8px);z-index:3000;padding:var(--space-6);background:#0009;justify-content:center;align-items:center;animation:.3s OrderForm-module__yWCT4W__fadeIn;display:flex;position:fixed;inset:0}.OrderForm-module__yWCT4W__modal{background:var(--white);border-radius:var(--radius-2xl);width:100%;max-width:720px;max-height:90vh;box-shadow:var(--shadow-2xl), 0 0 60px #6163f526;animation:.5s cubic-bezier(.34,1.56,.64,1) OrderForm-module__yWCT4W__modalSlideUp;position:relative;overflow-y:auto}@keyframes OrderForm-module__yWCT4W__modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.OrderForm-module__yWCT4W__closeBtn{background:var(--gray-100);width:40px;height:40px;color:var(--gray-700);transition:all var(--transition);z-index:10;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:16px;right:16px}.OrderForm-module__yWCT4W__closeBtn:hover{background:var(--gray-200);transform:rotate(90deg)}.OrderForm-module__yWCT4W__modalHeader{background:var(--gradient-primary);padding:var(--space-8) var(--space-8) var(--space-6);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;position:relative;overflow:hidden}.OrderForm-module__yWCT4W__modalHeader:before{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.OrderForm-module__yWCT4W__modalHeader:after{content:"";background:#ffffff08;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60%;left:-10%}.OrderForm-module__yWCT4W__headerIcon{margin-bottom:var(--space-2);font-size:2rem;display:block}.OrderForm-module__yWCT4W__headerTitle{font-size:var(--font-size-2xl);color:var(--white);margin-bottom:var(--space-2);z-index:1;font-weight:800;position:relative}.OrderForm-module__yWCT4W__headerSubtitle{font-size:var(--font-size-sm);color:#fffc;z-index:1;position:relative}.OrderForm-module__yWCT4W__productPreview{align-items:center;gap:var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);margin-top:var(--space-4);z-index:1;background:#ffffff1a;border:1px solid #ffffff26;display:flex;position:relative}.OrderForm-module__yWCT4W__productThumb{border-radius:var(--radius-md);object-fit:cover;border:2px solid #ffffff4d;flex-shrink:0;width:52px;height:52px}.OrderForm-module__yWCT4W__productPreviewInfo{flex:1;min-width:0}.OrderForm-module__yWCT4W__productPreviewName{font-size:var(--font-size-sm);color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.OrderForm-module__yWCT4W__productPreviewCat{font-size:var(--font-size-xs);color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.OrderForm-module__yWCT4W__formBody{padding:var(--space-6) var(--space-8) var(--space-8)}.OrderForm-module__yWCT4W__sectionLabel{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-4);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.OrderForm-module__yWCT4W__sectionLabel:after{content:"";background:linear-gradient(to right, var(--primary-ultra-light), transparent);flex:1;height:1px}.OrderForm-module__yWCT4W__divider{background:var(--gray-100);height:1px;margin:var(--space-6) 0;border:none}.OrderForm-module__yWCT4W__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.OrderForm-module__yWCT4W__formRowThree{gap:var(--space-4);grid-template-columns:1fr 1fr 1fr;display:grid}.OrderForm-module__yWCT4W__formGroup{margin-bottom:var(--space-5)}.OrderForm-module__yWCT4W__formGroup label{font-size:var(--font-size-sm);color:var(--gray-700);margin-bottom:var(--space-2);font-weight:600;display:block}.OrderForm-module__yWCT4W__formGroup label .OrderForm-module__yWCT4W__required{color:var(--error);margin-left:2px}.OrderForm-module__yWCT4W__formGroup input,.OrderForm-module__yWCT4W__formGroup textarea,.OrderForm-module__yWCT4W__formGroup select{width:100%;padding:var(--space-3) var(--space-4);border:2px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);transition:all var(--transition);font-size:var(--font-size-base);color:var(--gray-800);outline:none}.OrderForm-module__yWCT4W__formGroup input:focus,.OrderForm-module__yWCT4W__formGroup textarea:focus,.OrderForm-module__yWCT4W__formGroup select:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #6163f51a}.OrderForm-module__yWCT4W__formGroup textarea{resize:vertical;min-height:100px}.OrderForm-module__yWCT4W__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8.5L1 3.5h10z' fill='%23868e96'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.OrderForm-module__yWCT4W__quantityGroup{position:relative}.OrderForm-module__yWCT4W__quantityGroup input{text-align:center;font-weight:700;font-size:var(--font-size-lg);padding:var(--space-3) var(--space-8)}.OrderForm-module__yWCT4W__quantityBtn{background:var(--primary-ultra-light);width:32px;height:32px;color:var(--primary);cursor:pointer;transition:all var(--transition);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.OrderForm-module__yWCT4W__quantityBtn:hover{background:var(--primary);color:var(--white)}.OrderForm-module__yWCT4W__quantityBtnMinus{left:8px}.OrderForm-module__yWCT4W__quantityBtnPlus{right:8px}.OrderForm-module__yWCT4W__sizeGrid{gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.OrderForm-module__yWCT4W__sizeChip{padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);border:2px solid var(--gray-200);background:var(--white);font-size:var(--font-size-sm);color:var(--gray-600);cursor:pointer;transition:all var(--transition);font-weight:600}.OrderForm-module__yWCT4W__sizeChip:hover{border-color:var(--primary-light);color:var(--primary)}.OrderForm-module__yWCT4W__sizeChipActive{background:var(--primary);border-color:var(--primary);box-shadow:0 2px 8px #6163f54d;color:var(--white)!important}.OrderForm-module__yWCT4W__colorGrid{gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.OrderForm-module__yWCT4W__colorChip{padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);border:2px solid var(--gray-200);background:var(--white);font-size:var(--font-size-sm);color:var(--gray-600);cursor:pointer;transition:all var(--transition);align-items:center;gap:var(--space-2);font-weight:600;display:flex}.OrderForm-module__yWCT4W__colorChip:hover{border-color:var(--primary-light);color:var(--primary)}.OrderForm-module__yWCT4W__colorChipActive{background:var(--primary);border-color:var(--primary);box-shadow:0 2px 8px #6163f54d;color:var(--white)!important}.OrderForm-module__yWCT4W__colorDot{border:2px solid #0000001a;border-radius:50%;flex-shrink:0;width:14px;height:14px}.OrderForm-module__yWCT4W__logoUploadArea{border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:var(--space-5);text-align:center;cursor:pointer;transition:all var(--transition);margin-bottom:var(--space-5);background:var(--gray-50)}.OrderForm-module__yWCT4W__logoUploadArea:hover{border-color:var(--primary);background:var(--primary-ultra-light)}.OrderForm-module__yWCT4W__logoUploadIcon{margin-bottom:var(--space-2);font-size:2rem}.OrderForm-module__yWCT4W__logoUploadText{font-size:var(--font-size-sm);color:var(--gray-600)}.OrderForm-module__yWCT4W__logoUploadText strong{color:var(--primary)}.OrderForm-module__yWCT4W__submitArea{margin-top:var(--space-6)}.OrderForm-module__yWCT4W__submitBtn{width:100%;padding:var(--space-4) var(--space-8);font-size:var(--font-size-md);border-radius:var(--radius-full);background:var(--gradient-primary);color:var(--white);cursor:pointer;transition:all var(--transition);box-shadow:var(--shadow-md), var(--shadow-glow);justify-content:center;align-items:center;gap:var(--space-2);border:none;font-weight:700;display:flex;position:relative;overflow:hidden}.OrderForm-module__yWCT4W__submitBtn:before{content:"";opacity:0;transition:opacity var(--transition);background:linear-gradient(135deg,#fff3 0%,#0000 50%);position:absolute;inset:0}.OrderForm-module__yWCT4W__submitBtn:hover:before{opacity:1}.OrderForm-module__yWCT4W__submitBtn:hover{box-shadow:var(--shadow-lg), 0 0 30px #6163f566;transform:translateY(-2px)}.OrderForm-module__yWCT4W__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.OrderForm-module__yWCT4W__submitBtnIcon{font-size:1.2rem}.OrderForm-module__yWCT4W__flyingOrder{z-index:4000;pointer-events:none;transition:none;position:fixed}.OrderForm-module__yWCT4W__flyingOrder.OrderForm-module__yWCT4W__flyActive{transition:all 1s cubic-bezier(.4,0,.2,1);opacity:0!important;border-radius:50%!important}.OrderForm-module__yWCT4W__successOverlay{-webkit-backdrop-filter:blur(8px);z-index:3000;padding:var(--space-6);background:#0009;justify-content:center;align-items:center;animation:.3s OrderForm-module__yWCT4W__fadeIn;display:flex;position:fixed;inset:0}.OrderForm-module__yWCT4W__successCard{background:var(--white);border-radius:var(--radius-2xl);padding:var(--space-12) var(--space-8);text-align:center;width:100%;max-width:480px;box-shadow:var(--shadow-2xl);animation:.6s cubic-bezier(.34,1.56,.64,1) OrderForm-module__yWCT4W__successPop;position:relative;overflow:hidden}.OrderForm-module__yWCT4W__successCard:before{content:"";background:var(--gradient-primary);height:4px;position:absolute;top:0;left:0;right:0}@keyframes OrderForm-module__yWCT4W__successPop{0%{opacity:0;transform:scale(.7)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.OrderForm-module__yWCT4W__successIconWrap{width:90px;height:90px;margin:0 auto var(--space-6);background:var(--primary-ultra-light);border-radius:50%;justify-content:center;align-items:center;animation:.8s .3s OrderForm-module__yWCT4W__successIconBounce;display:flex;position:relative}.OrderForm-module__yWCT4W__successIconWrap:after{content:"";border:3px solid var(--primary-ultra-light);border-radius:50%;animation:1.5s infinite OrderForm-module__yWCT4W__successRipple;position:absolute;inset:-6px}@keyframes OrderForm-module__yWCT4W__successIconBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes OrderForm-module__yWCT4W__successRipple{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.OrderForm-module__yWCT4W__successIcon{font-size:3rem}.OrderForm-module__yWCT4W__successTitle{font-size:var(--font-size-xl);color:var(--gray-900);margin-bottom:var(--space-3);font-weight:800}.OrderForm-module__yWCT4W__successText{font-size:var(--font-size-base);color:var(--gray-600);margin-bottom:var(--space-6);line-height:1.7}.OrderForm-module__yWCT4W__successCloseBtn{padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);background:var(--gradient-primary);color:var(--white);font-weight:700;font-size:var(--font-size-base);cursor:pointer;transition:all var(--transition);box-shadow:var(--shadow-md), var(--shadow-glow);border:none}.OrderForm-module__yWCT4W__successCloseBtn:hover{box-shadow:var(--shadow-lg), 0 0 30px #6163f566;transform:translateY(-2px)}.OrderForm-module__yWCT4W__confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.OrderForm-module__yWCT4W__confettiPiece{border-radius:2px;width:10px;height:10px;animation:3s ease-out forwards OrderForm-module__yWCT4W__confettiFall;position:absolute}@keyframes OrderForm-module__yWCT4W__confettiFall{0%{opacity:1;transform:translateY(-100%)rotate(0)}to{opacity:0;transform:translateY(500px)rotate(720deg)}}@media (max-width:768px){.OrderForm-module__yWCT4W__overlay,.OrderForm-module__yWCT4W__successOverlay{padding:var(--space-3);padding-top:var(--space-6);align-items:flex-start}.OrderForm-module__yWCT4W__modal{max-height:95vh}.OrderForm-module__yWCT4W__modalHeader{padding:var(--space-5) var(--space-5) var(--space-4)}.OrderForm-module__yWCT4W__formBody{padding:var(--space-4) var(--space-5) var(--space-6)}.OrderForm-module__yWCT4W__formRow,.OrderForm-module__yWCT4W__formRowThree{grid-template-columns:1fr}.OrderForm-module__yWCT4W__headerTitle{font-size:var(--font-size-xl)}.OrderForm-module__yWCT4W__productThumb{width:44px;height:44px}.OrderForm-module__yWCT4W__sizeGrid,.OrderForm-module__yWCT4W__colorGrid{gap:var(--space-1)}.OrderForm-module__yWCT4W__sizeChip,.OrderForm-module__yWCT4W__colorChip{padding:var(--space-1) var(--space-3);font-size:var(--font-size-xs)}.OrderForm-module__yWCT4W__successCard{padding:var(--space-8) var(--space-5)}}@media (max-width:480px){.OrderForm-module__yWCT4W__overlay,.OrderForm-module__yWCT4W__successOverlay{padding:0}.OrderForm-module__yWCT4W__modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:100vh}.OrderForm-module__yWCT4W__modalHeader{border-radius:var(--radius-xl) var(--radius-xl) 0 0}}
.Catalogs-module__ASw1ga__catalogs{background:var(--gray-50);position:relative;overflow:hidden}.Catalogs-module__ASw1ga__catalogs:before{content:"";pointer-events:none;background:radial-gradient(circle,#6163f50f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;right:-120px}.Catalogs-module__ASw1ga__catalogs:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffdb4a0f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.Catalogs-module__ASw1ga__ribbonWrapper{width:100%;padding:var(--space-6) 0;cursor:grab;position:relative;overflow:hidden}.Catalogs-module__ASw1ga__ribbonWrapper:active{cursor:grabbing}.Catalogs-module__ASw1ga__ribbonWrapper:before,.Catalogs-module__ASw1ga__ribbonWrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.Catalogs-module__ASw1ga__ribbonWrapper:before{background:linear-gradient(to right, var(--gray-50) 0%, transparent 100%);left:0}.Catalogs-module__ASw1ga__ribbonWrapper:after{background:linear-gradient(to left, var(--gray-50) 0%, transparent 100%);right:0}.Catalogs-module__ASw1ga__ribbonTrack{gap:var(--space-6);will-change:transform;width:max-content;animation:60s linear infinite Catalogs-module__ASw1ga__marquee;display:flex}@keyframes Catalogs-module__ASw1ga__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Catalogs-module__ASw1ga__catalogCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);width:300px;box-shadow:var(--shadow);cursor:pointer;flex-shrink:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.Catalogs-module__ASw1ga__catalogCard:hover{box-shadow:var(--shadow-xl), 0 0 30px #6163f526;border-color:var(--primary-light);transform:translateY(-8px)scale(1.03)}.Catalogs-module__ASw1ga__catalogCard:active{transform:translateY(-4px)scale(1.01)}.Catalogs-module__ASw1ga__coverImage{background:var(--gradient-primary);width:100%;height:200px;position:relative;overflow:hidden}.Catalogs-module__ASw1ga__coverImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.Catalogs-module__ASw1ga__catalogCard:hover .Catalogs-module__ASw1ga__coverImage img{transform:scale(1.08)}.Catalogs-module__ASw1ga__previewOverlay{opacity:0;background:linear-gradient(#0000 0%,#0000001a 50%,#000000b3 100%);justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.Catalogs-module__ASw1ga__catalogCard:hover .Catalogs-module__ASw1ga__previewOverlay{opacity:1}.Catalogs-module__ASw1ga__previewBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);color:var(--white);font-weight:600;font-size:var(--font-size-sm);background:#fff3;border:1px solid #ffffff4d;transition:all .35s;display:flex;transform:translateY(10px)}.Catalogs-module__ASw1ga__catalogCard:hover .Catalogs-module__ASw1ga__previewBtn{transform:translateY(0)}.Catalogs-module__ASw1ga__previewBtn:hover{background:#ffffff59}.Catalogs-module__ASw1ga__cardBody{padding:var(--space-5)}.Catalogs-module__ASw1ga__cardIcon{background:var(--primary-ultra-light);border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-3);justify-content:center;align-items:center;font-size:1.4rem;display:flex}.Catalogs-module__ASw1ga__cardTitle{font-size:var(--font-size-md);color:var(--gray-900);margin-bottom:var(--space-2);font-weight:700;line-height:1.3}.Catalogs-module__ASw1ga__cardDesc{font-size:var(--font-size-sm);color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.Catalogs-module__ASw1ga__scrollHint{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-5);color:var(--gray-400);font-size:var(--font-size-sm);animation:1s ease-out 1s both Catalogs-module__ASw1ga__fadeIn;display:flex}.Catalogs-module__ASw1ga__scrollHintIcon{align-items:center;animation:2s ease-in-out infinite Catalogs-module__ASw1ga__bounceX;display:flex}@keyframes Catalogs-module__ASw1ga__bounceX{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.Catalogs-module__ASw1ga__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(12px);padding:var(--space-6);background:#0009;justify-content:center;align-items:center;animation:.3s ease-out Catalogs-module__ASw1ga__modalFadeIn;display:flex;position:fixed;inset:0}@keyframes Catalogs-module__ASw1ga__modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.Catalogs-module__ASw1ga__modalContent{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:1100px;height:90vh;box-shadow:var(--shadow-2xl), 0 0 60px #0000004d;flex-direction:column;animation:.4s cubic-bezier(.34,1.56,.64,1) Catalogs-module__ASw1ga__modalSlideUp;display:flex;overflow:hidden}@keyframes Catalogs-module__ASw1ga__modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.Catalogs-module__ASw1ga__modalHeader{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--gray-200);background:var(--gray-50);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Catalogs-module__ASw1ga__modalTitleGroup{align-items:center;gap:var(--space-3);min-width:0;display:flex}.Catalogs-module__ASw1ga__modalIcon{flex-shrink:0;font-size:1.5rem}.Catalogs-module__ASw1ga__modalTitle{font-size:var(--font-size-lg);color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.Catalogs-module__ASw1ga__modalActions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Catalogs-module__ASw1ga__modalDownloadBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-full);font-weight:600;font-size:var(--font-size-sm);transition:all var(--transition);white-space:nowrap;text-decoration:none;display:inline-flex}.Catalogs-module__ASw1ga__modalDownloadBtn:hover{box-shadow:var(--shadow-md), var(--shadow-glow);transform:translateY(-1px)}.Catalogs-module__ASw1ga__modalCloseBtn{border-radius:var(--radius-full);background:var(--gray-100);width:40px;height:40px;color:var(--gray-600);transition:all var(--transition);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Catalogs-module__ASw1ga__modalCloseBtn:hover{background:var(--error);color:var(--white);transform:rotate(90deg)}.Catalogs-module__ASw1ga__modalBody{background:var(--gray-100);flex:1;min-height:0;position:relative}.Catalogs-module__ASw1ga__modalBody iframe{border:none;width:100%;height:100%;display:block}.Catalogs-module__ASw1ga__modalLoading{justify-content:center;align-items:center;gap:var(--space-4);background:var(--gray-50);color:var(--gray-500);font-size:var(--font-size-md);flex-direction:column;display:flex;position:absolute;inset:0}.Catalogs-module__ASw1ga__spinner{border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Catalogs-module__ASw1ga__spin}@keyframes Catalogs-module__ASw1ga__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Catalogs-module__ASw1ga__catalogCard{width:260px}.Catalogs-module__ASw1ga__coverImage{height:170px}.Catalogs-module__ASw1ga__ribbonWrapper:before,.Catalogs-module__ASw1ga__ribbonWrapper:after{width:50px}.Catalogs-module__ASw1ga__modalOverlay{padding:var(--space-2)}.Catalogs-module__ASw1ga__modalContent{border-radius:var(--radius-lg);height:95vh}.Catalogs-module__ASw1ga__modalHeader{padding:var(--space-3) var(--space-4);gap:var(--space-2);flex-wrap:wrap}.Catalogs-module__ASw1ga__modalTitle{font-size:var(--font-size-base)}.Catalogs-module__ASw1ga__modalDownloadBtn span,.Catalogs-module__ASw1ga__scrollHint{display:none}}@media (max-width:480px){.Catalogs-module__ASw1ga__catalogCard{width:230px}.Catalogs-module__ASw1ga__coverImage{height:150px}.Catalogs-module__ASw1ga__cardBody{padding:var(--space-4)}.Catalogs-module__ASw1ga__cardTitle{font-size:var(--font-size-base)}}
.About-module__vAULUW__about{background:var(--white)}.About-module__vAULUW__grid{gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:center;display:grid}.About-module__vAULUW__title{font-size:var(--font-size-3xl);color:var(--gray-900);margin-bottom:var(--space-3);letter-spacing:-.02em;font-weight:900}.About-module__vAULUW__subtitle{font-size:var(--font-size-lg);color:var(--primary);margin-bottom:var(--space-6);font-weight:600}.About-module__vAULUW__story{font-size:var(--font-size-base);color:var(--gray-600);margin-bottom:var(--space-8);line-height:1.8}.About-module__vAULUW__featureGrid{gap:var(--space-5);flex-direction:column;display:flex}.About-module__vAULUW__feature{gap:var(--space-4);padding:var(--space-5);background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-100);transition:all var(--transition);display:flex}.About-module__vAULUW__feature:hover{background:var(--primary-ultra-light);border-color:var(--primary-light);transform:translate(8px)}.About-module__vAULUW__featureIcon{flex-shrink:0;font-size:2rem}.About-module__vAULUW__featureTitle{font-size:var(--font-size-base);color:var(--gray-900);margin-bottom:var(--space-1);font-weight:700}.About-module__vAULUW__featureText{font-size:var(--font-size-sm);color:var(--gray-600);line-height:1.6}.About-module__vAULUW__visual{gap:var(--space-6);flex-direction:column;display:flex}.About-module__vAULUW__statsGrid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.About-module__vAULUW__stat{background:var(--gradient-primary);border-radius:var(--radius-lg);padding:var(--space-5);text-align:center;transition:transform var(--transition)}.About-module__vAULUW__stat:hover{transform:scale(1.05)}.About-module__vAULUW__statNumber{font-size:var(--font-size-2xl);color:var(--accent);font-weight:900;display:block}.About-module__vAULUW__statLabel{font-size:var(--font-size-sm);color:#fffc;font-weight:500}.About-module__vAULUW__imageComposition{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.About-module__vAULUW__aboutImg{object-fit:cover;width:100%;height:300px}@media (max-width:1024px){.About-module__vAULUW__grid{gap:var(--space-8);grid-template-columns:1fr}}@media (max-width:768px){.About-module__vAULUW__statsGrid{grid-template-columns:repeat(2,1fr)}}
.Industries-module__OOIqcq__industries{background:var(--gradient-hero);position:relative;overflow:hidden}.Industries-module__OOIqcq__industries:before{content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.Industries-module__OOIqcq__titleWhite{color:var(--white)!important}.Industries-module__OOIqcq__subtitleWhite{color:#ffffffb3!important}.Industries-module__OOIqcq__grid{gap:var(--space-6);z-index:1;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.Industries-module__OOIqcq__card{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:all var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;animation:.5s ease-out both Industries-module__OOIqcq__fadeInUp}.Industries-module__OOIqcq__card:hover{background:#ffffff1f;border-color:#ffdb4a4d;transform:translateY(-8px);box-shadow:0 20px 40px #0003}.Industries-module__OOIqcq__iconWrap{width:64px;height:64px;margin:0 auto var(--space-5);background:var(--gradient-accent);border-radius:var(--radius-lg);justify-content:center;align-items:center;padding:14px;display:flex}.Industries-module__OOIqcq__iconWrap svg{width:100%;height:100%;stroke:var(--gray-900)}.Industries-module__OOIqcq__cardTitle{font-size:var(--font-size-lg);color:var(--white);margin-bottom:var(--space-3);font-weight:700}.Industries-module__OOIqcq__cardDesc{font-size:var(--font-size-sm);color:#ffffffa6;line-height:1.6}@media (max-width:1024px){.Industries-module__OOIqcq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Industries-module__OOIqcq__grid{grid-template-columns:1fr}.Industries-module__OOIqcq__card{padding:var(--space-6)}}
.Contact-module__hcVmEa__contact{background:var(--gray-50)}.Contact-module__hcVmEa__grid{gap:var(--space-8);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.Contact-module__hcVmEa__info{gap:var(--space-5);flex-direction:column;display:flex}.Contact-module__hcVmEa__infoCard{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow);border:1px solid var(--gray-100)}.Contact-module__hcVmEa__infoTitle{font-size:var(--font-size-xl);color:var(--gray-900);margin-bottom:var(--space-6);font-weight:800}.Contact-module__hcVmEa__infoItem{align-items:flex-start;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--gray-100);display:flex}.Contact-module__hcVmEa__infoItem:last-child{border-bottom:none}.Contact-module__hcVmEa__infoIcon{background:var(--primary-ultra-light);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.Contact-module__hcVmEa__infoLabel{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:2px;font-weight:600;display:block}.Contact-module__hcVmEa__infoValue{font-size:var(--font-size-base);color:var(--gray-800);transition:color var(--transition);font-weight:600;text-decoration:none}a.Contact-module__hcVmEa__infoValue:hover{color:var(--primary)}.Contact-module__hcVmEa__taglineCard{background:var(--gradient-primary);border-radius:var(--radius-xl);padding:var(--space-6);align-items:center;gap:var(--space-4);display:flex}.Contact-module__hcVmEa__taglineIcon{font-size:2rem}.Contact-module__hcVmEa__taglineText{font-size:var(--font-size-lg);color:var(--white);font-weight:700}.Contact-module__hcVmEa__form{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow);border:1px solid var(--gray-100)}.Contact-module__hcVmEa__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__formGroup{margin-bottom:var(--space-5)}.Contact-module__hcVmEa__formGroup label{font-size:var(--font-size-sm);color:var(--gray-700);margin-bottom:var(--space-2);font-weight:600;display:block}.Contact-module__hcVmEa__formGroup input,.Contact-module__hcVmEa__formGroup textarea{width:100%;padding:var(--space-3) var(--space-4);border:2px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);transition:all var(--transition);font-size:var(--font-size-base);color:var(--gray-800);outline:none}.Contact-module__hcVmEa__formGroup input:focus,.Contact-module__hcVmEa__formGroup textarea:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #6163f51a}.Contact-module__hcVmEa__formGroup textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__successMsg{margin-top:var(--space-4);padding:var(--space-3) var(--space-4);color:#2d7a2d;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);background:#eafbea;border:1px solid #97e897}.Contact-module__hcVmEa__errorMsg{margin-top:var(--space-4);padding:var(--space-3) var(--space-4);color:#dc2626;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);background:#fef2f2;border:1px solid #fecaca}@media (max-width:768px){.Contact-module__hcVmEa__grid,.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__form,.Contact-module__hcVmEa__infoCard{padding:var(--space-5)}}
.Footer-module__S6Hkya__footer{background:var(--gradient-dark);padding:var(--space-12) 0 0;color:#fffc}.Footer-module__S6Hkya__grid{gap:var(--space-8);padding-bottom:var(--space-10);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;display:grid}.Footer-module__S6Hkya__brand{padding-right:var(--space-6)}.Footer-module__S6Hkya__logo{margin-bottom:var(--space-4)}.Footer-module__S6Hkya__logoImage{object-fit:contain;filter:drop-shadow(0 1px 3px #0003);width:auto;height:44px}.Footer-module__S6Hkya__description{font-size:var(--font-size-sm);color:#ffffff8c;line-height:1.7}.Footer-module__S6Hkya__columnTitle{font-size:var(--font-size-base);color:var(--white);margin-bottom:var(--space-5);font-weight:700}.Footer-module__S6Hkya__links{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__S6Hkya__links a{font-size:var(--font-size-sm);color:#ffffff8c;transition:all var(--transition)}.Footer-module__S6Hkya__links a:hover{color:var(--accent);padding-left:4px}.Footer-module__S6Hkya__contactList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__S6Hkya__contactItem{align-items:center;gap:var(--space-3);font-size:var(--font-size-sm);display:flex}.Footer-module__S6Hkya__contactItem a{color:#ffffff8c;transition:color var(--transition)}.Footer-module__S6Hkya__contactItem a:hover{color:var(--accent)}.Footer-module__S6Hkya__contactItem span:first-child{flex-shrink:0}.Footer-module__S6Hkya__newsletterText{font-size:var(--font-size-sm);color:#ffffff8c;margin-bottom:var(--space-4);line-height:1.6}.Footer-module__S6Hkya__newsletterForm{border-radius:var(--radius-md);border:1px solid #ffffff1a;gap:0;display:flex;overflow:hidden}.Footer-module__S6Hkya__newsletterInput{padding:var(--space-3) var(--space-4);color:var(--white);font-size:var(--font-size-sm);background:#ffffff0d;border:none;outline:none;flex:1}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#ffffff4d}.Footer-module__S6Hkya__newsletterBtn{padding:var(--space-3) var(--space-5);background:var(--accent);color:var(--gray-900);font-weight:700;font-size:var(--font-size-sm);white-space:nowrap;transition:background var(--transition);cursor:pointer}.Footer-module__S6Hkya__newsletterBtn:hover{background:var(--accent-dark)}.Footer-module__S6Hkya__nlSuccess{margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--success);font-weight:600}.Footer-module__S6Hkya__bottom{padding:var(--space-6) 0;justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{font-size:var(--font-size-sm);color:#ffffff59}.Footer-module__S6Hkya__bottomLinks{gap:var(--space-5);display:flex}.Footer-module__S6Hkya__bottomLinks a{font-size:var(--font-size-sm);color:#ffffff59;transition:color var(--transition)}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--accent)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Footer-module__S6Hkya__grid{gap:var(--space-6);grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{gap:var(--space-3);text-align:center;flex-direction:column}}
