.CategoryOverview-module__qeRCOG__container{max-width:1400px;min-height:100vh;margin:85px auto 0;padding:0 1rem}.CategoryOverview-module__qeRCOG__breadcrumbs{color:#6b7280;flex-wrap:wrap;align-items:center;gap:.25rem;padding:1.25rem 0;font-size:.875rem;display:flex}.CategoryOverview-module__qeRCOG__breadcrumbs a{color:#dc2626;border-radius:6px;padding:.25rem .5rem;font-weight:500;text-decoration:none;transition:all .2s}.CategoryOverview-module__qeRCOG__breadcrumbs a:hover{color:#b91c1c;background:#dc26260d;text-decoration:none}.CategoryOverview-module__qeRCOG__breadcrumbs span{color:#d1d5db;-webkit-user-select:none;user-select:none;margin:0 .25rem;font-weight:400}.CategoryOverview-module__qeRCOG__hero{text-align:center;color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:1px solid #ffffff1a;border-radius:16px;margin:1.5rem 0 2.5rem;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #dc262640}.CategoryOverview-module__qeRCOG__hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#fff0 50%,#0000000d 100%);position:absolute;inset:0}.CategoryOverview-module__qeRCOG__hero h1{text-shadow:0 2px 10px #0003;z-index:1;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;position:relative}.CategoryOverview-module__qeRCOG__subtitle{opacity:.95;z-index:1;max-width:700px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.375rem);font-weight:400;line-height:1.5;position:relative}.CategoryOverview-module__qeRCOG__typeGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.CategoryOverview-module__qeRCOG__typeCard{color:inherit;cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014}.CategoryOverview-module__qeRCOG__typeCard:hover{border-color:#dc26264d;transform:translateY(-4px);box-shadow:0 20px 60px #dc262626}.CategoryOverview-module__qeRCOG__cardContent h2{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.CategoryOverview-module__qeRCOG__machineCount{color:#6b7280;margin:0 0 1rem;font-size:.875rem;font-weight:500}.CategoryOverview-module__qeRCOG__viewLink{color:#dc2626;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.CategoryOverview-module__qeRCOG__typeCard:hover .CategoryOverview-module__qeRCOG__viewLink{color:#b91c1c;text-decoration:none;transform:translate(4px)}.CategoryOverview-module__qeRCOG__cta{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #f1f5f9;border-radius:16px;margin:3rem 0;padding:3rem 2rem;box-shadow:0 4px 20px #00000014}.CategoryOverview-module__qeRCOG__cta h2{color:#1f2937;margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700}.CategoryOverview-module__qeRCOG__cta p{color:#6b7280;max-width:600px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.6}.CategoryOverview-module__qeRCOG__ctaButton{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:1px solid #ffffff1a;border-radius:50px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #dc26264d}.CategoryOverview-module__qeRCOG__ctaButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.CategoryOverview-module__qeRCOG__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.CategoryOverview-module__qeRCOG__loading:before{content:"";border:3px solid #f1f5f9;border-top-color:#dc2626;border-radius:50%;width:40px;height:40px;animation:1s linear infinite CategoryOverview-module__qeRCOG__spin}@keyframes CategoryOverview-module__qeRCOG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CategoryOverview-module__qeRCOG__loading:after{content:"Laden...";color:#6b7280;font-size:1rem;font-weight:500}@media (max-width:1023px){.CategoryOverview-module__qeRCOG__container{padding:0 .75rem}.CategoryOverview-module__qeRCOG__hero{margin:1.25rem 0 2rem;padding:2.5rem 1.5rem}.CategoryOverview-module__qeRCOG__typeGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.CategoryOverview-module__qeRCOG__cta{padding:2.5rem 1.5rem}}@media (max-width:768px){.CategoryOverview-module__qeRCOG__container{padding:0 .5rem}.CategoryOverview-module__qeRCOG__hero{border-radius:12px;margin:1rem 0 1.5rem;padding:2rem 1.25rem}.CategoryOverview-module__qeRCOG__hero h1{font-size:1.75rem}.CategoryOverview-module__qeRCOG__subtitle{font-size:1rem}.CategoryOverview-module__qeRCOG__typeGrid{grid-template-columns:1fr;gap:1rem;margin:2rem 0}.CategoryOverview-module__qeRCOG__typeCard{padding:1.25rem}.CategoryOverview-module__qeRCOG__cta{margin:2rem 0;padding:2rem 1rem}.CategoryOverview-module__qeRCOG__cta h2{font-size:1.5rem}.CategoryOverview-module__qeRCOG__cta p{font-size:.938rem}.CategoryOverview-module__qeRCOG__ctaButton{width:100%;max-width:300px;padding:.75rem 1.5rem}.CategoryOverview-module__qeRCOG__breadcrumbs{padding:.75rem 0;font-size:.75rem}}@media (max-width:480px){.CategoryOverview-module__qeRCOG__hero{padding:1.5rem 1rem}.CategoryOverview-module__qeRCOG__hero h1{font-size:1.5rem}.CategoryOverview-module__qeRCOG__subtitle{font-size:.938rem}.CategoryOverview-module__qeRCOG__typeCard{padding:1rem}.CategoryOverview-module__qeRCOG__cardContent h2{font-size:1.125rem}.CategoryOverview-module__qeRCOG__cta h2{font-size:1.25rem}}@media (hover:none) and (pointer:coarse){.CategoryOverview-module__qeRCOG__typeCard:hover{transform:none;box-shadow:0 4px 20px #00000014}.CategoryOverview-module__qeRCOG__viewLink{align-items:center;min-height:44px;display:inline-flex}.CategoryOverview-module__qeRCOG__ctaButton{justify-content:center;align-items:center;min-height:48px;display:inline-flex}.CategoryOverview-module__qeRCOG__ctaButton:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:none}.CategoryOverview-module__qeRCOG__breadcrumbs a:hover{background:0 0}}@media (prefers-reduced-motion:reduce){.CategoryOverview-module__qeRCOG__typeCard,.CategoryOverview-module__qeRCOG__ctaButton,.CategoryOverview-module__qeRCOG__viewLink,.CategoryOverview-module__qeRCOG__breadcrumbs a,.CategoryOverview-module__qeRCOG__hero{transition:none;animation:none}.CategoryOverview-module__qeRCOG__typeCard:hover,.CategoryOverview-module__qeRCOG__ctaButton:hover,.CategoryOverview-module__qeRCOG__typeCard:hover .CategoryOverview-module__qeRCOG__viewLink{transform:none}.CategoryOverview-module__qeRCOG__loading:before{border:3px solid #dc2626;animation:none}}.CategoryOverview-module__qeRCOG__breadcrumbs a:focus,.CategoryOverview-module__qeRCOG__typeCard:focus,.CategoryOverview-module__qeRCOG__ctaButton:focus{outline-offset:2px;border-radius:8px;outline:3px solid #dc2626}@media print{.CategoryOverview-module__qeRCOG__hero{color:#000;box-shadow:none;background:#fff;border:2px solid #dc2626}.CategoryOverview-module__qeRCOG__hero h1,.CategoryOverview-module__qeRCOG__subtitle{color:#000;text-shadow:none}.CategoryOverview-module__qeRCOG__hero:before{display:none}.CategoryOverview-module__qeRCOG__ctaButton{color:#dc2626;background:#fff;border:2px solid #dc2626}.CategoryOverview-module__qeRCOG__typeCard{box-shadow:none;border:1px solid #e5e7eb}}
.Header-module__vcZAwq__headerContainer{z-index:9999;box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e5e7eb;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Header-module__vcZAwq__headerContainer.Header-module__vcZAwq__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fff;box-shadow:0 4px 20px #00000014}.Header-module__vcZAwq__headerContent{z-index:1;justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;height:80px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Header-module__vcZAwq__logoSection{flex-shrink:0;align-items:center;text-decoration:none;transition:transform .3s;display:flex}.Header-module__vcZAwq__logoSection:hover{transform:scale(1.02)}.Header-module__vcZAwq__logoImage{width:auto;height:auto;max-height:75px;transition:max-height .3s}.Header-module__vcZAwq__headerContainer.Header-module__vcZAwq__scrolled .Header-module__vcZAwq__logoImage{max-height:75px}.Header-module__vcZAwq__desktopNav{flex:1;max-width:600px;display:none}.Header-module__vcZAwq__navList{justify-content:center;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__vcZAwq__navItem{position:relative}.Header-module__vcZAwq__navLink{color:#1f2937;white-space:nowrap;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.Header-module__vcZAwq__navLink:hover,.Header-module__vcZAwq__navLink:focus{color:#dc2626;background-color:#dc26260d;transform:translateY(-1px)}.Header-module__vcZAwq__rightSection{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Header-module__vcZAwq__ctaButton{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:relative;overflow:hidden;box-shadow:0 4px 12px #dc26264d}.Header-module__vcZAwq__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Header-module__vcZAwq__ctaButton:hover:before{left:100%}.Header-module__vcZAwq__ctaButton:hover,.Header-module__vcZAwq__ctaButton:focus{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.Header-module__vcZAwq__ctaText{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.Header-module__vcZAwq__ctaLabel{font-size:.875rem;font-weight:600}.Header-module__vcZAwq__phoneNumber{opacity:.9;font-size:.75rem;font-weight:400}.Header-module__vcZAwq__trustIndicators{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;padding:.75rem 1rem;display:none}.Header-module__vcZAwq__reviewSection{align-items:center;gap:.75rem;display:flex}.Header-module__vcZAwq__stars{gap:1px;display:flex}.Header-module__vcZAwq__starIcon{color:#fbbf24;fill:#fbbf24;filter:drop-shadow(0 1px 2px #fbbf244d)}.Header-module__vcZAwq__reviewText{flex-direction:column;line-height:1.2;display:flex}.Header-module__vcZAwq__rating{color:#1f2937;font-size:.875rem;font-weight:700}.Header-module__vcZAwq__reviewCount{color:#6b7280;font-size:.75rem;font-weight:500}.Header-module__vcZAwq__actionIcons{align-items:center;gap:.5rem;display:none}.Header-module__vcZAwq__iconButton{color:#6b7280;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.Header-module__vcZAwq__iconButton:hover,.Header-module__vcZAwq__iconButton:focus{color:#fff;background-color:#dc2626;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.Header-module__vcZAwq__cartBadge{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.Header-module__vcZAwq__languageSelector{position:relative}.Header-module__vcZAwq__languageButton{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:80px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.Header-module__vcZAwq__languageButton:hover,.Header-module__vcZAwq__languageButton:focus{color:#fff;background-color:#dc2626;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.Header-module__vcZAwq__flagIcon{font-size:1.1rem;line-height:1}.Header-module__vcZAwq__langCode{letter-spacing:.025em;font-weight:600}.Header-module__vcZAwq__languageButton svg.Header-module__vcZAwq__rotated{transform:rotate(180deg)}.Header-module__vcZAwq__languageDropdown{z-index:10000;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;min-width:200px;animation:.2s ease-out Header-module__vcZAwq__slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 20px 40px #00000026}@keyframes Header-module__vcZAwq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__vcZAwq__languageOption{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Header-module__vcZAwq__languageOption:hover,.Header-module__vcZAwq__languageOption:focus{color:#fff;background-color:#dc2626}.Header-module__vcZAwq__languageOption.Header-module__vcZAwq__active{color:#dc2626;background-color:#dc26261a;font-weight:600}.Header-module__vcZAwq__optionFlag{font-size:1.1rem}.Header-module__vcZAwq__mobileMenuButton{color:#374151;cursor:pointer;z-index:1001;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.Header-module__vcZAwq__mobileMenuButton:hover,.Header-module__vcZAwq__mobileMenuButton:focus{color:#fff;background-color:#dc2626;border-color:#dc2626;transform:translateY(-1px)}.Header-module__vcZAwq__mobileMenuButton.Header-module__vcZAwq__active{color:#fff;background-color:#dc2626;border-color:#dc2626}.Header-module__vcZAwq__mobileNavOverlay{z-index:10001;pointer-events:none;background-color:#fff;width:100%;min-height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.Header-module__vcZAwq__mobileNavOverlay.Header-module__vcZAwq__open{pointer-events:auto;min-height:100vh;top:0;transform:translate(0)}.Header-module__vcZAwq__mobileNav{flex-direction:column;gap:2rem;height:100%;padding:2rem;display:flex}.Header-module__vcZAwq__mobileCTA{border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.Header-module__vcZAwq__mobileCtaButton{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:16px;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #dc26264d}.Header-module__vcZAwq__mobileCtaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.Header-module__vcZAwq__mobileCtaButton span{flex-direction:column;line-height:1.3;display:flex}.Header-module__vcZAwq__mobileCtaButton span span:first-child{font-size:1rem;font-weight:600}.Header-module__vcZAwq__mobileCtaButton span span:last-child{opacity:.9;font-size:.875rem}.Header-module__vcZAwq__mobileNavList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__vcZAwq__mobileNavItem{width:100%}.Header-module__vcZAwq__mobileNavLink{color:#374151;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__vcZAwq__mobileNavLink:hover,.Header-module__vcZAwq__mobileNavLink:focus{color:#fff;background-color:#dc2626;border-color:#dc2626;transform:translate(8px)}.Header-module__vcZAwq__mobileTrust{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:2rem}.Header-module__vcZAwq__mobileReviews{color:#6b7280;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;display:flex}.Header-module__vcZAwq__mobileBackdrop{z-index:9997;background-color:#00000080;animation:.3s Header-module__vcZAwq__fadeIn;position:fixed;inset:0}@keyframes Header-module__vcZAwq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1023px){.Header-module__vcZAwq__headerContainer{z-index:9999!important;position:fixed!important;top:0!important;left:0!important;right:0!important;transform:none!important}.Header-module__vcZAwq__headerContent{z-index:1;position:relative}}@media (max-width:640px){.Header-module__vcZAwq__headerContainer{height:70px}.Header-module__vcZAwq__headerContent{gap:1rem;height:70px;padding:0 1rem}.Header-module__vcZAwq__logoImage{max-height:40px}.Header-module__vcZAwq__mobileNavOverlay{top:70px}.Header-module__vcZAwq__mobileNav{padding:1.5rem}}@media (min-width:641px) and (max-width:1023px){.Header-module__vcZAwq__headerContainer{height:80px}.Header-module__vcZAwq__mobileNavOverlay{top:80px}.Header-module__vcZAwq__rightSection{gap:1rem}.Header-module__vcZAwq__actionIcons{gap:.25rem;display:flex}.Header-module__vcZAwq__actionIcons .Header-module__vcZAwq__iconButton{width:40px;height:40px}}@media (min-width:1024px){.Header-module__vcZAwq__desktopNav{display:block}.Header-module__vcZAwq__ctaButton,.Header-module__vcZAwq__trustIndicators,.Header-module__vcZAwq__actionIcons{display:flex}.Header-module__vcZAwq__mobileMenuButton,.Header-module__vcZAwq__mobileNavOverlay{display:none}}@media (min-width:1200px){.Header-module__vcZAwq__headerContent{gap:3rem;padding:0 3rem}.Header-module__vcZAwq__navList{gap:2.5rem}.Header-module__vcZAwq__rightSection{gap:2rem}.Header-module__vcZAwq__actionIcons{gap:.75rem}}@media (min-width:1400px){.Header-module__vcZAwq__navList{gap:3rem}}.Header-module__vcZAwq__headerContainer *{box-sizing:border-box}@media screen and (-webkit-min-device-pixel-ratio:0){.Header-module__vcZAwq__headerContainer{backface-visibility:hidden;transform:translateZ(0)}}.Header-module__vcZAwq__navLink:focus,.Header-module__vcZAwq__mobileNavLink:focus,.Header-module__vcZAwq__ctaButton:focus,.Header-module__vcZAwq__mobileCtaButton:focus,.Header-module__vcZAwq__mobileMenuButton:focus,.Header-module__vcZAwq__iconButton:focus,.Header-module__vcZAwq__languageButton:focus{outline-offset:2px;outline:2px solid #dc2626}
.Footer-module__bU2TmW__footer{color:#fff;background:linear-gradient(135deg,#202020 0%,#0c0c0c 50%,#000 100%);border-top:1px solid #374151;margin-top:auto;position:relative}.Footer-module__bU2TmW__footerContainer{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__bU2TmW__footerContent{grid-template-columns:2fr 1fr 1.5fr;align-items:start;gap:4rem;padding:4rem 0;display:grid}.Footer-module__bU2TmW__companySection{flex-direction:column;gap:2rem;display:flex}.Footer-module__bU2TmW__logoSection{margin-bottom:.5rem}.Footer-module__bU2TmW__footerLogo{text-decoration:none;transition:transform .3s;display:inline-block}.Footer-module__bU2TmW__footerLogo:hover{transform:scale(1.02)}.Footer-module__bU2TmW__logoImage{filter:brightness(1.2);width:auto;height:auto;max-height:50px}.Footer-module__bU2TmW__companyInfo h3{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.Footer-module__bU2TmW__companyInfo p{color:#d1d5db;margin:0;font-size:.95rem;line-height:1.6}.Footer-module__bU2TmW__trustSection{border-top:1px solid #374151;flex-direction:column;gap:1.5rem;padding:1.5rem 0;display:flex}.Footer-module__bU2TmW__reviewStats{align-items:center;gap:1rem;display:flex}.Footer-module__bU2TmW__stars{gap:2px;display:flex}.Footer-module__bU2TmW__starIcon{color:#fbbf24;fill:#fbbf24;filter:drop-shadow(0 1px 2px #fbbf244d)}.Footer-module__bU2TmW__reviewText{flex-direction:column;line-height:1.2;display:flex}.Footer-module__bU2TmW__rating{color:#fff;font-size:.9rem;font-weight:700}.Footer-module__bU2TmW__reviewCount{color:#9ca3af;font-size:.8rem;font-weight:500}.Footer-module__bU2TmW__companyStats{justify-content:flex-start;gap:2rem;display:flex}.Footer-module__bU2TmW__statItem{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Footer-module__bU2TmW__statNumber{color:#dc2626;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:block}.Footer-module__bU2TmW__statLabel{color:#9ca3af;font-size:.8rem;font-weight:500}.Footer-module__bU2TmW__linksSection{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__bU2TmW__linksSection h4{color:#fff;border-bottom:2px solid #dc2626;margin-bottom:.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__bU2TmW__quickLinks{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__bU2TmW__quickLink{color:#d1d5db;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__bU2TmW__quickLink:hover{color:#fff;background:#dc26261a;border-color:#dc26264d;transform:translate(4px)}.Footer-module__bU2TmW__linkArrow{opacity:0;margin-left:auto;transition:all .3s}.Footer-module__bU2TmW__quickLink:hover .Footer-module__bU2TmW__linkArrow{opacity:.7;transform:translate(2px)}.Footer-module__bU2TmW__contactSection{flex-direction:column;gap:2rem;display:flex}.Footer-module__bU2TmW__contactSection h4{color:#fff;border-bottom:2px solid #dc2626;margin-bottom:.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.Footer-module__bU2TmW__contactInfo{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__bU2TmW__contactItem{align-items:flex-start;gap:.875rem;display:flex}.Footer-module__bU2TmW__contactIcon{color:#dc2626;flex-shrink:0;margin-top:.125rem}.Footer-module__bU2TmW__contactDetails{flex-direction:column;gap:.25rem;display:flex}.Footer-module__bU2TmW__contactLabel{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.Footer-module__bU2TmW__contactValue{color:#d1d5db;font-size:.9rem;line-height:1.4;text-decoration:none;transition:color .3s}.Footer-module__bU2TmW__contactValue:hover{color:#fff}.Footer-module__bU2TmW__newsletterSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__bU2TmW__newsletterSection h5{color:#fff;margin:0;font-size:1rem;font-weight:600}.Footer-module__bU2TmW__newsletterSection p{color:#9ca3af;margin:0;font-size:.85rem;line-height:1.4}.Footer-module__bU2TmW__newsletterForm{flex-direction:column;gap:.75rem;display:flex}.Footer-module__bU2TmW__inputGroup{background:#37415180;border:1px solid #4b5563;border-radius:10px;align-items:center;transition:all .3s;display:flex;overflow:hidden}.Footer-module__bU2TmW__inputGroup:focus-within{background:#374151b3;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.Footer-module__bU2TmW__emailInput{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.875rem 1rem;font-size:.9rem}.Footer-module__bU2TmW__emailInput::placeholder{color:#9ca3af}.Footer-module__bU2TmW__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.875rem 1rem;transition:all .3s;display:flex}.Footer-module__bU2TmW__submitButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:scale(1.02)}.Footer-module__bU2TmW__successMessage{color:#10b981;margin:0;font-size:.85rem;font-weight:600}.Footer-module__bU2TmW__socialSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__bU2TmW__socialSection h5{color:#fff;margin:0;font-size:1rem;font-weight:600}.Footer-module__bU2TmW__socialLinks{gap:.75rem;display:flex}.Footer-module__bU2TmW__socialLink{color:#d1d5db;background:#37415180;border:1px solid #4b5563;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Footer-module__bU2TmW__socialLink:before{content:"";background:var(--social-color);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Footer-module__bU2TmW__socialLink:hover{border-color:var(--social-color);color:#fff;transform:translateY(-2px)scale(1.05);box-shadow:0 8px 20px #0000004d}.Footer-module__bU2TmW__socialLink:hover:before{opacity:.9}.Footer-module__bU2TmW__socialLink svg{z-index:2;position:relative}.Footer-module__bU2TmW__footerBottom{border-top:1px solid #374151;padding:1.5rem 0}.Footer-module__bU2TmW__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__bU2TmW__copyright{color:#9ca3af;font-size:.9rem;font-weight:500}.Footer-module__bU2TmW__legalLinks{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Footer-module__bU2TmW__legalLink{color:#9ca3af;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;text-decoration:none;transition:color .3s}.Footer-module__bU2TmW__legalLink:hover{color:#dc2626;background:#dc26260d}.Footer-module__bU2TmW__separator{color:#6b7280;margin:0 .25rem;font-size:.8rem}.Footer-module__bU2TmW__madeWith{color:#9ca3af;font-size:.85rem}.Footer-module__bU2TmW__agencyLink{color:#dc2626;font-weight:600;text-decoration:none;transition:color .3s}.Footer-module__bU2TmW__agencyLink:hover{color:#b91c1c;text-decoration:underline}@media (max-width:1024px){.Footer-module__bU2TmW__footerContent{grid-template-columns:1fr 1fr;gap:3rem}.Footer-module__bU2TmW__contactSection{grid-area:3/1/auto/-1}.Footer-module__bU2TmW__companyStats{justify-content:flex-start;gap:1.5rem}}@media (max-width:768px){.Footer-module__bU2TmW__footerContainer{padding:0 1.5rem}.Footer-module__bU2TmW__footerContent{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0}.Footer-module__bU2TmW__companySection{text-align:center}.Footer-module__bU2TmW__companyStats{justify-content:center;gap:2rem}.Footer-module__bU2TmW__trustSection{align-items:center}.Footer-module__bU2TmW__reviewStats,.Footer-module__bU2TmW__socialLinks{justify-content:center}.Footer-module__bU2TmW__footerBottomContent{text-align:center;flex-direction:column;gap:1rem}.Footer-module__bU2TmW__legalLinks{justify-content:center}}@media (max-width:640px){.Footer-module__bU2TmW__footerContainer{padding:0 1rem}.Footer-module__bU2TmW__footerContent{gap:2rem;padding:2.5rem 0}.Footer-module__bU2TmW__companyStats{flex-direction:column;align-items:center;gap:1rem}.Footer-module__bU2TmW__statItem{text-align:center;align-items:center;width:100%;max-width:200px}.Footer-module__bU2TmW__contactInfo{gap:1rem}.Footer-module__bU2TmW__inputGroup{flex-direction:column}.Footer-module__bU2TmW__emailInput{border-bottom:1px solid #4b5563;width:100%}.Footer-module__bU2TmW__submitButton{border-radius:0 0 10px 10px;width:100%}.Footer-module__bU2TmW__socialLinks{flex-wrap:wrap;justify-content:center}.Footer-module__bU2TmW__legalLinks{flex-direction:column;gap:.75rem}.Footer-module__bU2TmW__separator{display:none}}@media (max-width:480px){.Footer-module__bU2TmW__footerContent{padding:2rem 0}.Footer-module__bU2TmW__companySection h3{font-size:1.1rem}.Footer-module__bU2TmW__linksSection h4,.Footer-module__bU2TmW__contactSection h4{font-size:1rem}}.Footer-module__bU2TmW__footerLogo:focus,.Footer-module__bU2TmW__quickLink:focus,.Footer-module__bU2TmW__contactValue:focus,.Footer-module__bU2TmW__emailInput:focus,.Footer-module__bU2TmW__submitButton:focus,.Footer-module__bU2TmW__socialLink:focus,.Footer-module__bU2TmW__legalLink:focus,.Footer-module__bU2TmW__agencyLink:focus{outline-offset:2px;outline:2px solid #dc2626}
.NewsletterComponent-module__cYeeva__newsletterSection{background:linear-gradient(135deg,#da0f0ff2 0%,#b90d0d 40%,#990b0b 100%);padding:6rem 0;position:relative;overflow:hidden}.NewsletterComponent-module__cYeeva__newsletterSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80% 20%,#00000014 0%,#0000 50%);position:absolute;inset:0}.NewsletterComponent-module__cYeeva__newsletterSection:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='7' cy='7' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.NewsletterComponent-module__cYeeva__container{z-index:2;max-width:640px;margin:0 auto;padding:0 2rem;position:relative}.NewsletterComponent-module__cYeeva__newsletterCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #fff3;border-radius:24px;padding:3rem;animation:.8s cubic-bezier(.4,0,.2,1) NewsletterComponent-module__cYeeva__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000026,0 0 0 1px #ffffff80}.NewsletterComponent-module__cYeeva__newsletterCard:before{content:"";background:linear-gradient(90deg,#da0f0fcc,#ff6b6bcc,#da0f0fcc) 0 0/200% 100%;height:4px;animation:3s ease-in-out infinite NewsletterComponent-module__cYeeva__shimmer;position:absolute;top:0;left:0;right:0}@keyframes NewsletterComponent-module__cYeeva__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes NewsletterComponent-module__cYeeva__shimmer{0%,to{background-position:-200% 0}50%{background-position:200% 0}}.NewsletterComponent-module__cYeeva__header{text-align:center;margin-bottom:2.5rem}.NewsletterComponent-module__cYeeva__iconWrapper{color:#da0f0fe6;background:linear-gradient(135deg,#da0f0f1a,#da0f0f26);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.NewsletterComponent-module__cYeeva__iconWrapper:hover{background:linear-gradient(135deg,#da0f0f26,#da0f0f33);transform:scale(1.05)rotate(5deg)}.NewsletterComponent-module__cYeeva__iconGlow{background:radial-gradient(circle,#da0f0f33 0%,#0000 70%);border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite NewsletterComponent-module__cYeeva__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes NewsletterComponent-module__cYeeva__pulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:.3;transform:translate(-50%,-50%)scale(1.2)}}.NewsletterComponent-module__cYeeva__title{color:#1e293b;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.NewsletterComponent-module__cYeeva__subtitle{color:#64748b;max-width:400px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;line-height:1.6}.NewsletterComponent-module__cYeeva__benefits{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.NewsletterComponent-module__cYeeva__benefit{background:linear-gradient(135deg,#f8fafccc,#f1f5f9cc);border:1px solid #e2e8f080;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.NewsletterComponent-module__cYeeva__benefit:before{content:"";background:linear-gradient(90deg,#0000,#da0f0f0d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.NewsletterComponent-module__cYeeva__benefit:hover:before{left:100%}.NewsletterComponent-module__cYeeva__benefit:hover{border-color:#da0f0f33;transform:translateY(-2px);box-shadow:0 8px 25px #da0f0f1a}.NewsletterComponent-module__cYeeva__benefitIcon{color:#da0f0fcc;background:linear-gradient(135deg,#da0f0f1a,#da0f0f26);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.NewsletterComponent-module__cYeeva__benefit:hover .NewsletterComponent-module__cYeeva__benefitIcon{background:linear-gradient(135deg,#da0f0f26,#da0f0f33);transform:scale(1.1)}.NewsletterComponent-module__cYeeva__benefitText h3{color:#1e293b;margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3}.NewsletterComponent-module__cYeeva__benefitText p{color:#64748b;margin:0;font-size:.875rem;line-height:1.4}.NewsletterComponent-module__cYeeva__form{margin-bottom:2rem}.NewsletterComponent-module__cYeeva__inputWrapper{margin-bottom:1rem}.NewsletterComponent-module__cYeeva__inputContainer{background:#fff;border:2px solid #e2e8f0;border-radius:16px;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.NewsletterComponent-module__cYeeva__inputContainer:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#da0f0f0d,#0000);transition:opacity .3s;position:absolute;inset:0}.NewsletterComponent-module__cYeeva__inputContainer.NewsletterComponent-module__cYeeva__focused{border-color:#da0f0f80;transform:translateY(-1px);box-shadow:0 0 0 4px #da0f0f1a}.NewsletterComponent-module__cYeeva__inputContainer.NewsletterComponent-module__cYeeva__focused:before{opacity:1}.NewsletterComponent-module__cYeeva__inputContainer.NewsletterComponent-module__cYeeva__error{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.NewsletterComponent-module__cYeeva__inputIcon{color:#94a3b8;flex-shrink:0;margin-left:1rem;transition:color .3s}.NewsletterComponent-module__cYeeva__inputContainer.NewsletterComponent-module__cYeeva__focused .NewsletterComponent-module__cYeeva__inputIcon{color:#da0f0fb3}.NewsletterComponent-module__cYeeva__emailInput{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:1rem .75rem;font-size:16px;transition:all .3s}.NewsletterComponent-module__cYeeva__emailInput::placeholder{color:#94a3b8;transition:color .3s}.NewsletterComponent-module__cYeeva__emailInput:focus::placeholder{color:#cbd5e1}.NewsletterComponent-module__cYeeva__emailInput:disabled{color:#94a3b8;cursor:not-allowed}.NewsletterComponent-module__cYeeva__submitButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border:none;justify-content:center;align-items:center;gap:.5rem;min-width:130px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.NewsletterComponent-module__cYeeva__submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.NewsletterComponent-module__cYeeva__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#b90d0d,#990b0b);transform:translateY(-1px);box-shadow:0 6px 20px #da0f0f4d}.NewsletterComponent-module__cYeeva__submitButton:hover:not(:disabled):before{left:100%}.NewsletterComponent-module__cYeeva__submitButton:active:not(:disabled){transform:translateY(0)}.NewsletterComponent-module__cYeeva__submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.NewsletterComponent-module__cYeeva__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite NewsletterComponent-module__cYeeva__spin}@keyframes NewsletterComponent-module__cYeeva__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NewsletterComponent-module__cYeeva__errorMessage{color:#dc2626;background:#fef2f2cc;border:1px solid #fca5a580;border-radius:12px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;animation:.5s ease-in-out NewsletterComponent-module__cYeeva__shake;display:flex}@keyframes NewsletterComponent-module__cYeeva__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.NewsletterComponent-module__cYeeva__disclaimer{text-align:center}.NewsletterComponent-module__cYeeva__disclaimer p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.NewsletterComponent-module__cYeeva__link{color:#da0f0fcc;font-weight:600;text-decoration:none;transition:color .3s}.NewsletterComponent-module__cYeeva__link:hover{color:#da0f0f;text-decoration:underline}.NewsletterComponent-module__cYeeva__stats{background:linear-gradient(135deg,#f8fafccc,#f1f5f9cc);border:1px solid #e2e8f080;border-radius:16px;justify-content:center;align-items:center;gap:2rem;padding:1.5rem;display:flex}.NewsletterComponent-module__cYeeva__stat{text-align:center;align-items:center;gap:.75rem;display:flex}.NewsletterComponent-module__cYeeva__statIcon{color:#da0f0fcc;background:linear-gradient(135deg,#da0f0f1a,#da0f0f26);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.NewsletterComponent-module__cYeeva__statText{flex-direction:column;align-items:flex-start;display:flex}.NewsletterComponent-module__cYeeva__statNumber{color:#1e293b;font-size:1.125rem;font-weight:800;line-height:1}.NewsletterComponent-module__cYeeva__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.NewsletterComponent-module__cYeeva__statDivider{background:linear-gradient(#0000,#e2e8f0,#0000);width:1px;height:32px}.NewsletterComponent-module__cYeeva__successCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#fffffffa;border-radius:24px;padding:3rem;animation:.8s cubic-bezier(.4,0,.2,1) NewsletterComponent-module__cYeeva__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000026,0 0 0 1px #ffffff80}.NewsletterComponent-module__cYeeva__successAnimation{margin-bottom:2rem;position:relative}.NewsletterComponent-module__cYeeva__checkIcon{color:#10b981;animation:.6s cubic-bezier(.68,-.55,.265,1.55) NewsletterComponent-module__cYeeva__checkBounce}@keyframes NewsletterComponent-module__cYeeva__checkBounce{0%{opacity:0;transform:scale(0)rotate(-180deg)}50%{opacity:1;transform:scale(1.2)rotate(-90deg)}to{opacity:1;transform:scale(1)rotate(0)}}.NewsletterComponent-module__cYeeva__sparkles{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NewsletterComponent-module__cYeeva__sparkle1{color:#fbbf24;animation:2s ease-in-out infinite NewsletterComponent-module__cYeeva__sparkleFloat;position:absolute;top:-30px;left:-20px}.NewsletterComponent-module__cYeeva__sparkle2{color:#f59e0b;animation:2s ease-in-out .5s infinite NewsletterComponent-module__cYeeva__sparkleFloat;position:absolute;top:-10px;right:-25px}.NewsletterComponent-module__cYeeva__sparkle3{color:#fbbf24;animation:2s ease-in-out 1s infinite NewsletterComponent-module__cYeeva__sparkleFloat;position:absolute;bottom:-20px;left:-15px}@keyframes NewsletterComponent-module__cYeeva__sparkleFloat{0%,to{opacity:.7;transform:translateY(0)rotate(0)}50%{opacity:1;transform:translateY(-8px)rotate(180deg)}}.NewsletterComponent-module__cYeeva__successTitle{color:#1e293b;margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.3}.NewsletterComponent-module__cYeeva__successText{color:#64748b;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.NewsletterComponent-module__cYeeva__successFeatures{justify-content:center;gap:2rem;display:flex}.NewsletterComponent-module__cYeeva__feature{color:#64748b;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.NewsletterComponent-module__cYeeva__feature svg{color:#da0f0fcc}@media (max-width:768px){.NewsletterComponent-module__cYeeva__newsletterSection{padding:4rem 0}.NewsletterComponent-module__cYeeva__container{padding:0 1rem}.NewsletterComponent-module__cYeeva__newsletterCard{border-radius:20px;padding:2rem}.NewsletterComponent-module__cYeeva__benefits{grid-template-columns:1fr;gap:1rem}.NewsletterComponent-module__cYeeva__benefit{padding:1rem}.NewsletterComponent-module__cYeeva__inputContainer{flex-direction:column;align-items:stretch}.NewsletterComponent-module__cYeeva__inputIcon{display:none}.NewsletterComponent-module__cYeeva__emailInput{border-bottom:1px solid #e2e8f0;padding:1rem}.NewsletterComponent-module__cYeeva__submitButton{border-radius:0 0 14px 14px;min-width:auto;margin:0;padding:1rem}.NewsletterComponent-module__cYeeva__stats{text-align:center;flex-direction:column;gap:1rem}.NewsletterComponent-module__cYeeva__statDivider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);width:80%;height:1px}.NewsletterComponent-module__cYeeva__successFeatures{flex-direction:column;gap:1rem}}@media (max-width:480px){.NewsletterComponent-module__cYeeva__newsletterCard{padding:1.5rem}.NewsletterComponent-module__cYeeva__successCard{padding:2rem}.NewsletterComponent-module__cYeeva__benefit{text-align:center;flex-direction:column;gap:.75rem}.NewsletterComponent-module__cYeeva__stats{padding:1rem}}@media print{.NewsletterComponent-module__cYeeva__newsletterSection{background:#fff;padding:1rem 0}.NewsletterComponent-module__cYeeva__newsletterCard{box-shadow:none;border:1px solid #000}.NewsletterComponent-module__cYeeva__submitButton{display:none}}
.ContactComponent-module__EbEFMG__contactSection{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);width:100%;min-height:100vh;padding:clamp(2rem,5vw,4rem) 0}.ContactComponent-module__EbEFMG__container{max-width:1400px;margin:75px auto 0;padding:0 clamp(1rem,3vw,2rem)}.ContactComponent-module__EbEFMG__header{text-align:center;border-bottom:2px solid #e5e7eb;margin-bottom:clamp(2rem,5vw,4rem);padding-bottom:clamp(1.5rem,3vw,2rem)}.ContactComponent-module__EbEFMG__title{color:#1f2937;margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.ContactComponent-module__EbEFMG__subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);font-weight:500;line-height:1.6}.ContactComponent-module__EbEFMG__contentGrid{grid-template-columns:minmax(0,2fr) minmax(min(300px,100%),1fr);align-items:start;gap:clamp(2rem,5vw,3rem);display:grid}.ContactComponent-module__EbEFMG__formSection{flex-direction:column;min-width:0;display:flex}.ContactComponent-module__EbEFMG__infoSection{flex-direction:column;gap:1.5rem;min-width:0;display:flex;position:sticky;top:100px}.ContactComponent-module__EbEFMG__offerForm{background:#fff;border:1px solid #e5e7eb;border-radius:clamp(12px,2vw,20px);min-width:0;overflow:hidden;box-shadow:0 8px 30px #00000014}.ContactComponent-module__EbEFMG__formHeader{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:clamp(.75rem,2vw,1rem);padding:clamp(1.25rem,3vw,1.75rem);display:flex}.ContactComponent-module__EbEFMG__formIcon{color:#dc2626;flex-shrink:0;margin-top:.125rem}.ContactComponent-module__EbEFMG__headerText{flex:1;min-width:0}.ContactComponent-module__EbEFMG__headerText h3{color:#1f2937;margin:0 0 .375rem;font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:700;line-height:1.2}.ContactComponent-module__EbEFMG__formSubtitle{color:#6b7280;margin:0;font-size:clamp(.8rem,1.5vw,.875rem);font-weight:500;line-height:1.4}.ContactComponent-module__EbEFMG__trustBadgeStack{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-bottom:1px solid #bbf7d0;flex-wrap:wrap;gap:clamp(.5rem,1.5vw,.75rem);padding:clamp(1rem,3vw,1.25rem);display:flex}.ContactComponent-module__EbEFMG__miniTrustBadge{color:#059669;white-space:nowrap;background:#ffffffe6;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:clamp(.75rem,1.5vw,.8rem);font-weight:600;display:flex}.ContactComponent-module__EbEFMG__miniTrustBadge svg{flex-shrink:0}.ContactComponent-module__EbEFMG__dealerBox{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #e5e7eb;padding:clamp(1rem,3vw,1.25rem)}.ContactComponent-module__EbEFMG__dealerHeader{align-items:center;gap:clamp(.75rem,2vw,1rem);margin-bottom:.75rem;display:flex}.ContactComponent-module__EbEFMG__dealerAvatar{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:3px solid #fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(45px,8vw,52px);min-width:clamp(45px,8vw,52px);height:clamp(45px,8vw,52px);min-height:clamp(45px,8vw,52px);display:flex}.ContactComponent-module__EbEFMG__dealerInfo{flex:1;min-width:0}.ContactComponent-module__EbEFMG__dealerInfo h4{color:#1f2937;margin:0 0 .375rem;font-size:clamp(1rem,2vw,1.1rem);font-weight:600;line-height:1.2}.ContactComponent-module__EbEFMG__dealerMeta{color:#6b7280;align-items:center;gap:.375rem;font-size:clamp(.8rem,1.5vw,.85rem);display:flex}.ContactComponent-module__EbEFMG__dealerMeta svg{flex-shrink:0}.ContactComponent-module__EbEFMG__dealerStats{gap:1rem;display:flex}.ContactComponent-module__EbEFMG__dealerStat{color:#059669;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:clamp(.8rem,1.5vw,.875rem);display:flex}.ContactComponent-module__EbEFMG__dealerStat svg{flex-shrink:0}.ContactComponent-module__EbEFMG__dealerStat strong{font-weight:700}.ContactComponent-module__EbEFMG__message{border-radius:clamp(8px,1.5vw,10px);align-items:center;gap:clamp(.5rem,1.5vw,.75rem);margin:clamp(1rem,3vw,1.25rem);padding:clamp(.875rem,2vw,1rem);font-size:clamp(.85rem,1.5vw,.9rem);font-weight:500;animation:.3s ease-out ContactComponent-module__EbEFMG__slideIn;display:flex}@keyframes ContactComponent-module__EbEFMG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ContactComponent-module__EbEFMG__message.ContactComponent-module__EbEFMG__error{color:#dc2626;background:#fef2f2;border:2px solid #fecaca}.ContactComponent-module__EbEFMG__message.ContactComponent-module__EbEFMG__success{color:#059669;background:#f0fdf4;border:2px solid #bbf7d0}.ContactComponent-module__EbEFMG__message svg{flex-shrink:0}.ContactComponent-module__EbEFMG__form{flex-direction:column;gap:clamp(.875rem,2vw,1.125rem);padding:clamp(1.25rem,3vw,1.75rem);display:flex}.ContactComponent-module__EbEFMG__formRow{grid-template-columns:repeat(2,1fr);gap:clamp(.875rem,2vw,1.125rem);display:grid}.ContactComponent-module__EbEFMG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactComponent-module__EbEFMG__inputLabel{color:#374151;align-items:center;gap:.375rem;font-size:clamp(.875rem,1.5vw,.95rem);font-weight:600;display:flex}.ContactComponent-module__EbEFMG__required{color:#dc2626;margin-left:.125rem;font-weight:700}.ContactComponent-module__EbEFMG__optionalBadge{color:#6b7280;background:#f1f5f9;border-radius:12px;margin-left:.375rem;padding:.125rem .5rem;font-size:clamp(.75rem,1.5vw,.8rem);font-weight:500}.ContactComponent-module__EbEFMG__inputWrapper{align-items:center;display:flex;position:relative}.ContactComponent-module__EbEFMG__inputIcon{color:#9ca3af;pointer-events:none;flex-shrink:0;position:absolute;left:clamp(.75rem,2vw,1rem)}.ContactComponent-module__EbEFMG__input,.ContactComponent-module__EbEFMG__select,.ContactComponent-module__EbEFMG__textarea{color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:clamp(8px,1.5vw,10px);width:100%;padding:clamp(.75rem,2vw,.875rem) clamp(.75rem,2vw,.875rem) clamp(.75rem,2vw,.875rem) clamp(2.5rem,4vw,3rem);font-family:inherit;font-size:16px;transition:all .3s}.ContactComponent-module__EbEFMG__input:focus,.ContactComponent-module__EbEFMG__select:focus,.ContactComponent-module__EbEFMG__textarea:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px #dc26261a}.ContactComponent-module__EbEFMG__input::placeholder,.ContactComponent-module__EbEFMG__textarea::placeholder{color:#9ca3af}.ContactComponent-module__EbEFMG__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right clamp(.75rem,2vw,1rem) center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.ContactComponent-module__EbEFMG__textarea{resize:vertical;min-height:clamp(80px,12vw,100px);padding-left:clamp(.75rem,2vw,1rem);line-height:1.5}.ContactComponent-module__EbEFMG__inputHint{color:#6b7280;align-items:center;gap:.375rem;margin-top:.25rem;font-size:clamp(.75rem,1.5vw,.8rem);display:flex}.ContactComponent-module__EbEFMG__inputHint svg{flex-shrink:0}.ContactComponent-module__EbEFMG__consent{align-items:flex-start;gap:clamp(.625rem,1.5vw,.75rem);padding:clamp(.625rem,1.5vw,.75rem) 0;display:flex}.ContactComponent-module__EbEFMG__checkbox{cursor:pointer;accent-color:#dc2626;flex-shrink:0;width:18px;min-width:18px;height:18px;min-height:18px;margin-top:.125rem}.ContactComponent-module__EbEFMG__checkboxLabel{color:#6b7280;cursor:pointer;font-size:clamp(.85rem,1.5vw,.9rem);line-height:1.5}.ContactComponent-module__EbEFMG__checkboxLabel a{color:#dc2626;font-weight:500;text-decoration:underline}.ContactComponent-module__EbEFMG__checkboxLabel a:hover{color:#b91c1c}.ContactComponent-module__EbEFMG__safetyLayer{color:#059669;background:#22c55e1a;border:1px solid #22c55e33;border-radius:clamp(8px,1.5vw,10px);align-items:center;gap:.5rem;padding:clamp(.75rem,2vw,.875rem);font-size:clamp(.8rem,1.5vw,.875rem);font-weight:500;display:flex}.ContactComponent-module__EbEFMG__safetyLayer svg{flex-shrink:0}.ContactComponent-module__EbEFMG__submitBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:clamp(10px,1.5vw,12px);justify-content:center;align-items:center;gap:clamp(.5rem,1.5vw,.75rem);margin-top:clamp(.5rem,1vw,.75rem);padding:clamp(1rem,2vw,1.125rem);font-size:clamp(.95rem,2vw,1.05rem);font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #dc262640}.ContactComponent-module__EbEFMG__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 8px 25px #dc262659}.ContactComponent-module__EbEFMG__submitBtn:active:not(:disabled){transform:translateY(0)}.ContactComponent-module__EbEFMG__submitBtn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.ContactComponent-module__EbEFMG__submitBtn svg{flex-shrink:0}.ContactComponent-module__EbEFMG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ContactComponent-module__EbEFMG__spin}@keyframes ContactComponent-module__EbEFMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ContactComponent-module__EbEFMG__ctaMicrocopy{color:#6b7280;text-align:center;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:clamp(.8rem,1.5vw,.875rem);font-weight:500;display:flex}.ContactComponent-module__EbEFMG__ctaMicrocopy svg{color:#22c55e;flex-shrink:0}.ContactComponent-module__EbEFMG__alternativeContact{border-top:2px solid #e5e7eb;flex-direction:column;gap:clamp(.75rem,2vw,1rem);margin-top:clamp(1rem,2vw,1.25rem);padding-top:clamp(1rem,2vw,1.25rem);display:flex}.ContactComponent-module__EbEFMG__orDivider{justify-content:center;align-items:center;display:flex;position:relative}.ContactComponent-module__EbEFMG__orDivider:before,.ContactComponent-module__EbEFMG__orDivider:after{content:"";background:#e5e7eb;flex:1;height:1px}.ContactComponent-module__EbEFMG__orDivider span{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:0 clamp(.75rem,2vw,1rem);font-size:clamp(.8rem,1.5vw,.875rem);font-weight:500}.ContactComponent-module__EbEFMG__quickContactOptions{grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,2vw,1rem);display:grid}.ContactComponent-module__EbEFMG__quickContactBtn{color:#374151;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:2px solid #e5e7eb;border-radius:clamp(8px,1.5vw,10px);justify-content:center;align-items:center;gap:.5rem;padding:clamp(.75rem,2vw,.875rem);font-size:clamp(.875rem,1.5vw,.95rem);font-weight:600;text-decoration:none;transition:all .3s;display:flex}.ContactComponent-module__EbEFMG__quickContactBtn:hover{color:#dc2626;background:#dc26260d;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #dc262626}.ContactComponent-module__EbEFMG__quickContactBtn:active{transform:translateY(0)}.ContactComponent-module__EbEFMG__quickContactBtn svg{flex-shrink:0}.ContactComponent-module__EbEFMG__infoGrid{flex-direction:column;gap:clamp(1rem,2vw,1.25rem);display:flex}.ContactComponent-module__EbEFMG__infoCard{background:#fff;border:2px solid #e5e7eb;border-radius:clamp(12px,2vw,16px);align-items:flex-start;gap:clamp(.875rem,2vw,1rem);padding:clamp(1.25rem,3vw,1.5rem);transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.ContactComponent-module__EbEFMG__infoCard:hover{border-color:#dc26264d;transform:translateY(-2px);box-shadow:0 8px 25px #dc26261f}.ContactComponent-module__EbEFMG__infoIcon{color:#dc2626;background:linear-gradient(135deg,#dc26261a 0%,#b91c1c0d 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(45px,7vw,52px);min-width:clamp(45px,7vw,52px);height:clamp(45px,7vw,52px);min-height:clamp(45px,7vw,52px);transition:all .3s;display:flex}.ContactComponent-module__EbEFMG__infoCard:hover .ContactComponent-module__EbEFMG__infoIcon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:scale(1.1)}.ContactComponent-module__EbEFMG__infoContent{flex:1;min-width:0}.ContactComponent-module__EbEFMG__infoTitle{color:#1f2937;margin:0 0 .5rem;font-size:clamp(.95rem,2vw,1.05rem);font-weight:600}.ContactComponent-module__EbEFMG__infoLink{color:#dc2626;font-weight:600;text-decoration:none;transition:color .2s}.ContactComponent-module__EbEFMG__infoLink:hover{color:#b91c1c;text-decoration:underline}.ContactComponent-module__EbEFMG__infoValue{color:#374151;word-break:break-word;margin-bottom:.375rem;font-size:clamp(.9rem,1.75vw,1rem);font-weight:500;display:block}.ContactComponent-module__EbEFMG__infoDescription{color:#6b7280;margin:0;font-size:clamp(.8rem,1.5vw,.875rem);line-height:1.4}.ContactComponent-module__EbEFMG__successCard{text-align:center;background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:clamp(16px,2vw,24px);max-width:600px;margin:0 auto;padding:clamp(2rem,5vw,4rem);box-shadow:0 12px 40px #0000001a}.ContactComponent-module__EbEFMG__successIcon{color:#22c55e;justify-content:center;align-items:center;margin-bottom:clamp(1.5rem,3vw,2rem);animation:.5s ease-out ContactComponent-module__EbEFMG__scaleIn;display:flex}@keyframes ContactComponent-module__EbEFMG__scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ContactComponent-module__EbEFMG__successTitle{color:#1f2937;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.ContactComponent-module__EbEFMG__successText{color:#6b7280;margin:0 0 clamp(1.5rem,3vw,2rem);font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.ContactComponent-module__EbEFMG__successActions{justify-content:center;display:flex}.ContactComponent-module__EbEFMG__backButton{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:clamp(10px,1.5vw,12px);justify-content:center;align-items:center;gap:.5rem;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,3vw,2rem);font-size:clamp(.9rem,1.75vw,1rem);font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #dc262640}.ContactComponent-module__EbEFMG__backButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 8px 25px #dc262659}.ContactComponent-module__EbEFMG__backButton:active{transform:translateY(0)}@media (max-width:1024px){.ContactComponent-module__EbEFMG__contentGrid{grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2rem)}.ContactComponent-module__EbEFMG__infoSection{position:static;top:0}.ContactComponent-module__EbEFMG__formRow{grid-template-columns:1fr}}@media (max-width:768px){.ContactComponent-module__EbEFMG__contactSection{padding:25px}.ContactComponent-module__EbEFMG__header{text-align:left}.ContactComponent-module__EbEFMG__trustBadgeStack{justify-content:flex-start}.ContactComponent-module__EbEFMG__quickContactOptions{grid-template-columns:1fr}.ContactComponent-module__EbEFMG__infoGrid{grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,2vw,1rem);display:grid}}@media (max-width:480px){.ContactComponent-module__EbEFMG__container{padding:25px}.ContactComponent-module__EbEFMG__offerForm{border-radius:clamp(10px,2vw,12px)}.ContactComponent-module__EbEFMG__formHeader,.ContactComponent-module__EbEFMG__trustBadgeStack,.ContactComponent-module__EbEFMG__dealerBox,.ContactComponent-module__EbEFMG__form{padding:clamp(1rem,3vw,1.25rem)}.ContactComponent-module__EbEFMG__message{margin:clamp(.875rem,2vw,1rem)}.ContactComponent-module__EbEFMG__infoGrid{grid-template-columns:1fr}.ContactComponent-module__EbEFMG__successCard{padding:clamp(1.5rem,4vw,2rem)}}@media (hover:none) and (pointer:coarse){.ContactComponent-module__EbEFMG__submitBtn,.ContactComponent-module__EbEFMG__backButton,.ContactComponent-module__EbEFMG__quickContactBtn{min-height:48px}.ContactComponent-module__EbEFMG__checkbox{min-width:44px;min-height:44px}.ContactComponent-module__EbEFMG__infoCard:hover,.ContactComponent-module__EbEFMG__infoCard:hover .ContactComponent-module__EbEFMG__infoIcon,.ContactComponent-module__EbEFMG__submitBtn:hover,.ContactComponent-module__EbEFMG__backButton:hover,.ContactComponent-module__EbEFMG__quickContactBtn:hover{transform:none}}.ContactComponent-module__EbEFMG__input:focus,.ContactComponent-module__EbEFMG__select:focus,.ContactComponent-module__EbEFMG__textarea:focus,.ContactComponent-module__EbEFMG__submitBtn:focus,.ContactComponent-module__EbEFMG__backButton:focus,.ContactComponent-module__EbEFMG__quickContactBtn:focus,.ContactComponent-module__EbEFMG__checkbox:focus{outline-offset:2px;outline:2px solid #dc2626}@media (prefers-reduced-motion:reduce){.ContactComponent-module__EbEFMG__message,.ContactComponent-module__EbEFMG__successIcon,.ContactComponent-module__EbEFMG__infoCard,.ContactComponent-module__EbEFMG__infoIcon,.ContactComponent-module__EbEFMG__submitBtn,.ContactComponent-module__EbEFMG__backButton,.ContactComponent-module__EbEFMG__quickContactBtn,.ContactComponent-module__EbEFMG__spinner{transition:none;animation:none!important;transform:none!important}}@media print{.ContactComponent-module__EbEFMG__submitBtn,.ContactComponent-module__EbEFMG__backButton,.ContactComponent-module__EbEFMG__quickContactOptions,.ContactComponent-module__EbEFMG__alternativeContact{display:none}.ContactComponent-module__EbEFMG__contactSection{background:#fff;padding:0}.ContactComponent-module__EbEFMG__offerForm,.ContactComponent-module__EbEFMG__infoCard{box-shadow:none;border:1px solid #e5e7eb}.ContactComponent-module__EbEFMG__contentGrid{grid-template-columns:1fr}}
.AboutUs-module__7D9YaW__aboutUsContainer{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);width:100%;min-height:100vh}.AboutUs-module__7D9YaW__container{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.AboutUs-module__7D9YaW__navigationBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:clamp(1rem,3vw,2rem) clamp(1rem,3vw,2rem) clamp(.5rem,2vw,1rem);display:flex}.AboutUs-module__7D9YaW__backButton{color:#374151;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:2px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;padding:clamp(.625rem,1.5vw,.75rem) clamp(1rem,2vw,1.25rem);font-size:clamp(.875rem,1.5vw,.95rem);font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.AboutUs-module__7D9YaW__backButton:hover{color:#dc2626;background:#f8fafc;border-color:#dc2626;transform:translate(-2px);box-shadow:0 4px 12px #dc262626}.AboutUs-module__7D9YaW__backButton svg{flex-shrink:0;transition:transform .3s}.AboutUs-module__7D9YaW__backButton:hover svg{transform:translate(-2px)}.AboutUs-module__7D9YaW__breadcrumb{color:#6b7280;align-items:center;gap:.75rem;font-size:clamp(.8rem,1.5vw,.9rem);display:flex}.AboutUs-module__7D9YaW__breadcrumb a{color:#dc2626;font-weight:500;text-decoration:none;transition:color .3s}.AboutUs-module__7D9YaW__breadcrumb a:hover{color:#b91c1c;text-decoration:underline}.AboutUs-module__7D9YaW__breadcrumb span{color:#9ca3af}.AboutUs-module__7D9YaW__sectionHeader{text-align:center;max-width:800px;margin-bottom:clamp(2rem,6vw,4rem);margin-left:auto;margin-right:auto}.AboutUs-module__7D9YaW__sectionTitle{color:#1e293b;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1e293b,#da0f0fcc);-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.AboutUs-module__7D9YaW__sectionDescription{color:#64748b;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.6}.AboutUs-module__7D9YaW__heroSection{opacity:0;padding:clamp(3rem,8vw,6rem) 0;transition:all 1s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px)}.AboutUs-module__7D9YaW__heroSection.AboutUs-module__7D9YaW__visible{opacity:1;transform:translateY(0)}.AboutUs-module__7D9YaW__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,4rem);min-height:70vh;display:grid}.AboutUs-module__7D9YaW__heroText{z-index:2}.AboutUs-module__7D9YaW__heroTitle{color:#1e293b;margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1}.AboutUs-module__7D9YaW__highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);-webkit-background-clip:text;background-clip:text}.AboutUs-module__7D9YaW__heroSubtitle{color:#da0f0fcc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:clamp(1.5rem,4vw,2rem);font-size:clamp(1.1rem,3vw,1.6rem);font-weight:600}.AboutUs-module__7D9YaW__heroDescription{color:#475569;max-width:600px;margin-bottom:clamp(2rem,5vw,3rem);line-height:1.7}.AboutUs-module__7D9YaW__heroDescription p{margin-bottom:1rem;font-size:clamp(1rem,2.5vw,1.2rem)}.AboutUs-module__7D9YaW__heroDescription p:last-child{margin-bottom:0}.AboutUs-module__7D9YaW__heroButtons{flex-wrap:wrap;gap:clamp(1rem,3vw,1.5rem);display:flex}.AboutUs-module__7D9YaW__primaryButton,.AboutUs-module__7D9YaW__secondaryButton,.AboutUs-module__7D9YaW__phoneButton{cursor:pointer;white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:.75rem;min-height:56px;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,3vw,2rem);font-size:clamp(.9rem,2vw,1rem);font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.AboutUs-module__7D9YaW__primaryButton{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border:2px solid #da0f0fe6;box-shadow:0 8px 32px #da0f0f4d}.AboutUs-module__7D9YaW__primaryButton:hover{background:linear-gradient(135deg,#da0f0f,#b90d0d);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #da0f0f66}.AboutUs-module__7D9YaW__secondaryButton{color:#374151;background:#ffffffe6;border:2px solid #e2e8f0;box-shadow:0 4px 16px #00000014}.AboutUs-module__7D9YaW__secondaryButton:hover{color:#da0f0fcc;border-color:#da0f0f4d;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #da0f0f1a}.AboutUs-module__7D9YaW__phoneButton{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:2px solid #059669;box-shadow:0 8px 32px #0596694d}.AboutUs-module__7D9YaW__phoneButton:hover{background:linear-gradient(135deg,#047857 0%,#065f46 100%);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #05966966}.AboutUs-module__7D9YaW__heroImage{height:clamp(400px,60vh,600px);position:relative}.AboutUs-module__7D9YaW__imageWrapper{border-radius:20px;width:100%;height:100%;transition:transform .6s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 20px 60px #00000026}.AboutUs-module__7D9YaW__imageWrapper:hover{transform:perspective(1000px)rotateY(0)scale(1.02)}.AboutUs-module__7D9YaW__heroImg{object-fit:cover;object-position:center;transition:transform 8s}.AboutUs-module__7D9YaW__imageWrapper:hover .AboutUs-module__7D9YaW__heroImg{transform:scale(1.1)}.AboutUs-module__7D9YaW__imageOverlay{background:linear-gradient(135deg,#0003 0%,#0000 50%,#da0f0f1a 100%);position:absolute;inset:0}.AboutUs-module__7D9YaW__statsSection{opacity:0;background:#fff;padding:clamp(3rem,8vw,6rem) 0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.AboutUs-module__7D9YaW__statsSection.AboutUs-module__7D9YaW__visible{opacity:1;transform:translateY(0)}.AboutUs-module__7D9YaW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:clamp(1.5rem,4vw,2rem);display:grid}.AboutUs-module__7D9YaW__statCard{text-align:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #da0f0f1a;border-radius:20px;padding:clamp(2rem,4vw,2.5rem) clamp(1.5rem,3vw,2rem);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.AboutUs-module__7D9YaW__statCard:before{content:"";opacity:0;background:linear-gradient(90deg,#da0f0fcc,#da0f0f);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.AboutUs-module__7D9YaW__statCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #da0f0f26}.AboutUs-module__7D9YaW__statCard:hover:before{opacity:1}.AboutUs-module__7D9YaW__statIcon{color:#da0f0fcc;background:linear-gradient(135deg,#da0f0f1a,#da0f0f33);border-radius:50%;justify-content:center;align-items:center;width:clamp(60px,12vw,80px);height:clamp(60px,12vw,80px);margin:0 auto clamp(1rem,3vw,1.5rem);transition:all .3s;display:flex}.AboutUs-module__7D9YaW__statCard:hover .AboutUs-module__7D9YaW__statIcon{background:linear-gradient(135deg,#da0f0f33,#da0f0f4d);transform:scale(1.1)}.AboutUs-module__7D9YaW__statNumber{color:#1e293b;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1}.AboutUs-module__7D9YaW__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600}.AboutUs-module__7D9YaW__valuesSection{opacity:0;padding:clamp(3rem,8vw,6rem) 0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.AboutUs-module__7D9YaW__valuesSection.AboutUs-module__7D9YaW__visible{opacity:1;transform:translateY(0)}.AboutUs-module__7D9YaW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1.5rem,4vw,2rem);display:grid}.AboutUs-module__7D9YaW__valueCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:clamp(2rem,4vw,3rem) clamp(1.5rem,3vw,2rem);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.AboutUs-module__7D9YaW__valueCard:before{content:"";opacity:0;background:linear-gradient(45deg,#0000,#da0f0f0d,#0000);width:200%;height:200%;transition:all .6s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.AboutUs-module__7D9YaW__valueCard:hover:before{opacity:1;transform:rotate(45deg)translate(50%,50%)}.AboutUs-module__7D9YaW__valueCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0000001f}.AboutUs-module__7D9YaW__valueHeader{justify-content:space-between;align-items:flex-start;margin-bottom:clamp(1.5rem,3vw,2rem);display:flex}.AboutUs-module__7D9YaW__valueIcon{color:#da0f0fcc;z-index:2;background:linear-gradient(135deg,#da0f0f1a,#da0f0f33);border-radius:50%;justify-content:center;align-items:center;width:clamp(70px,12vw,100px);height:clamp(70px,12vw,100px);transition:all .4s;display:flex;position:relative}.AboutUs-module__7D9YaW__valueCard:hover .AboutUs-module__7D9YaW__valueIcon{background:linear-gradient(135deg,#da0f0f33,#da0f0f4d);transform:scale(1.1)rotateY(180deg)}.AboutUs-module__7D9YaW__valueHighlight{color:#da0f0fcc;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:#da0f0f1a;border-radius:20px;padding:6px;font-size:clamp(.75rem,1.5vw,.8rem);font-weight:600;position:relative}.AboutUs-module__7D9YaW__valueTitle{color:#1e293b;z-index:2;margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;position:relative}.AboutUs-module__7D9YaW__valueDescription{color:#64748b;z-index:2;margin-bottom:clamp(1.5rem,3vw,2rem);font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;position:relative}.AboutUs-module__7D9YaW__valueFooter{z-index:2;position:relative}.AboutUs-module__7D9YaW__learnMore{color:#da0f0fcc;cursor:pointer;align-items:center;gap:.5rem;font-size:clamp(.875rem,1.5vw,.95rem);font-weight:600;transition:all .3s;display:inline-flex}.AboutUs-module__7D9YaW__learnMore:hover{color:#da0f0f;transform:translate(2px)}.AboutUs-module__7D9YaW__learnMore svg{transition:transform .3s}.AboutUs-module__7D9YaW__learnMore:hover svg{transform:translate(2px)}.AboutUs-module__7D9YaW__historySection{opacity:0;background:#fff;padding:clamp(3rem,8vw,6rem) 0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.AboutUs-module__7D9YaW__historySection.AboutUs-module__7D9YaW__visible{opacity:1;transform:translateY(0)}.AboutUs-module__7D9YaW__timeline{max-width:1000px;margin:0 auto;position:relative}.AboutUs-module__7D9YaW__timeline:before{content:"";background:linear-gradient(#da0f0fcc,#da0f0f4d);border-radius:2px;width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.AboutUs-module__7D9YaW__timelineItem{width:50%;margin-bottom:clamp(3rem,6vw,4rem);position:relative}.AboutUs-module__7D9YaW__timelineItem.AboutUs-module__7D9YaW__left{padding-right:clamp(2rem,4vw,3rem);left:0}.AboutUs-module__7D9YaW__timelineItem.AboutUs-module__7D9YaW__right{padding-left:clamp(2rem,4vw,3rem);left:50%}.AboutUs-module__7D9YaW__timelineContent{background:#fff;border:1px solid #da0f0f1a;border-radius:20px;transition:all .4s;overflow:hidden;box-shadow:0 8px 32px #00000014}.AboutUs-module__7D9YaW__timelineContent:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.AboutUs-module__7D9YaW__timelineImage{height:200px;position:relative;overflow:hidden}.AboutUs-module__7D9YaW__milestoneImg{object-fit:cover;object-position:center;transition:transform .6s}.AboutUs-module__7D9YaW__timelineContent:hover .AboutUs-module__7D9YaW__milestoneImg{transform:scale(1.1)}.AboutUs-module__7D9YaW__timelineText{padding:clamp(1.5rem,3vw,2rem)}.AboutUs-module__7D9YaW__timelineYear{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:clamp(.8rem,1.5vw,.9rem);font-weight:600;display:inline-block}.AboutUs-module__7D9YaW__timelineTitle{color:#1e293b;margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.8rem);font-weight:600}.AboutUs-module__7D9YaW__timelineDescription{color:#64748b;margin-bottom:1rem;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6}.AboutUs-module__7D9YaW__timelineLocation{color:#da0f0fcc;align-items:center;gap:.5rem;font-size:clamp(.875rem,1.5vw,.95rem);font-weight:500;display:flex}.AboutUs-module__7D9YaW__timelineLocation svg{flex-shrink:0}.AboutUs-module__7D9YaW__timelineDot{z-index:10;background:#da0f0fcc;border:4px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #da0f0f4d}.AboutUs-module__7D9YaW__timelineItem.AboutUs-module__7D9YaW__left .AboutUs-module__7D9YaW__timelineDot{right:-13px}.AboutUs-module__7D9YaW__timelineItem.AboutUs-module__7D9YaW__right .AboutUs-module__7D9YaW__timelineDot{left:-13px}.AboutUs-module__7D9YaW__servicesSection{background:linear-gradient(135deg,#da0f0f0d,#da0f0f1a);padding:clamp(3rem,8vw,6rem) 0}.AboutUs-module__7D9YaW__servicesContent{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,4rem);display:grid}.AboutUs-module__7D9YaW__servicesTitle{color:#1e293b;margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;line-height:1.2}.AboutUs-module__7D9YaW__servicesDescription{color:#475569;margin-bottom:clamp(2rem,4vw,3rem);font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7}.AboutUs-module__7D9YaW__machineTypes{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:clamp(.75rem,2vw,1rem);margin-bottom:clamp(2rem,4vw,3rem);display:grid}.AboutUs-module__7D9YaW__machineType{color:#374151;background:#fffc;border:1px solid #da0f0f1a;border-radius:12px;align-items:center;gap:.75rem;padding:clamp(.75rem,2vw,1rem);font-size:clamp(.875rem,1.5vw,.95rem);font-weight:500;transition:all .3s;display:flex}.AboutUs-module__7D9YaW__machineType:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #da0f0f26}.AboutUs-module__7D9YaW__machineType svg{color:#da0f0fcc;flex-shrink:0}.AboutUs-module__7D9YaW__servicesActions{flex-wrap:wrap;gap:clamp(1rem,3vw,1.5rem);display:flex}.AboutUs-module__7D9YaW__servicesImage{border-radius:20px;height:clamp(300px,40vh,400px);position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.AboutUs-module__7D9YaW__serviceImg{object-fit:cover;object-position:center;transition:transform .6s}.AboutUs-module__7D9YaW__servicesImage:hover .AboutUs-module__7D9YaW__serviceImg{transform:scale(1.05)}.AboutUs-module__7D9YaW__contactSection{color:#fff;background:linear-gradient(135deg,#1e293b,#334155);padding:clamp(3rem,8vw,6rem) 0}.AboutUs-module__7D9YaW__contactContent{grid-template-columns:2fr 1fr;align-items:start;gap:clamp(2rem,6vw,4rem);display:grid}.AboutUs-module__7D9YaW__contactTitle{margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;line-height:1.2}.AboutUs-module__7D9YaW__contactDescription{color:#cbd5e1;margin-bottom:clamp(2rem,4vw,3rem);font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.AboutUs-module__7D9YaW__contactDetails{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:clamp(1.5rem,3vw,2rem);display:grid}.AboutUs-module__7D9YaW__contactItem{align-items:flex-start;gap:clamp(.75rem,2vw,1rem);display:flex}.AboutUs-module__7D9YaW__contactIcon{color:#da0f0fcc;background:#da0f0f33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(48px,8vw,56px);height:clamp(48px,8vw,56px);display:flex}.AboutUs-module__7D9YaW__contactText h4{color:#fff;margin-bottom:.5rem;font-size:clamp(1rem,2vw,1.1rem);font-weight:600}.AboutUs-module__7D9YaW__contactText p{color:#cbd5e1;margin:0;font-size:clamp(.9rem,1.8vw,1rem);line-height:1.5}.AboutUs-module__7D9YaW__contactActions{flex-direction:column;align-items:flex-start;gap:clamp(.75rem,2vw,1rem);display:flex}@media (max-width:1024px){.AboutUs-module__7D9YaW__heroContent,.AboutUs-module__7D9YaW__servicesContent{text-align:center;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem)}.AboutUs-module__7D9YaW__heroImage{order:-1;height:clamp(300px,50vh,400px)}.AboutUs-module__7D9YaW__imageWrapper{transform:none}.AboutUs-module__7D9YaW__contactContent{grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem)}.AboutUs-module__7D9YaW__contactActions{align-items:center}.AboutUs-module__7D9YaW__timeline:before{left:2rem}.AboutUs-module__7D9YaW__timelineItem{width:100%;padding-left:clamp(3rem,6vw,4rem)!important;padding-right:0!important;left:0!important}.AboutUs-module__7D9YaW__timelineDot{left:1.25rem!important;right:auto!important}}@media (max-width:768px){.AboutUs-module__7D9YaW__navigationBar{gap:.75rem;padding:1rem clamp(1rem,3vw,2rem) .5rem}.AboutUs-module__7D9YaW__backButton span{display:none}.AboutUs-module__7D9YaW__heroButtons,.AboutUs-module__7D9YaW__servicesActions,.AboutUs-module__7D9YaW__contactActions{flex-direction:column;align-items:center;width:100%}.AboutUs-module__7D9YaW__primaryButton,.AboutUs-module__7D9YaW__secondaryButton,.AboutUs-module__7D9YaW__phoneButton{justify-content:center;width:100%;max-width:280px}.AboutUs-module__7D9YaW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.AboutUs-module__7D9YaW__valuesGrid{grid-template-columns:1fr;gap:1.5rem}.AboutUs-module__7D9YaW__machineTypes,.AboutUs-module__7D9YaW__contactDetails{grid-template-columns:1fr}.AboutUs-module__7D9YaW__timeline:before{left:1.5rem}.AboutUs-module__7D9YaW__timelineItem{padding-left:3rem!important}.AboutUs-module__7D9YaW__timelineDot{left:.75rem!important}}@media (max-width:480px){.AboutUs-module__7D9YaW__navigationBar{padding:.75rem 1rem .5rem}.AboutUs-module__7D9YaW__statsGrid{grid-template-columns:1fr}.AboutUs-module__7D9YaW__heroImage,.AboutUs-module__7D9YaW__servicesImage{height:clamp(250px,40vh,300px)}.AboutUs-module__7D9YaW__timelineText{padding:1.5rem}}@media (min-width:1200px){.AboutUs-module__7D9YaW__container{padding:0 3rem}.AboutUs-module__7D9YaW__heroContent{gap:5rem}.AboutUs-module__7D9YaW__statsGrid,.AboutUs-module__7D9YaW__valuesGrid{gap:2.5rem}}@media (prefers-reduced-motion:reduce){.AboutUs-module__7D9YaW__heroSection,.AboutUs-module__7D9YaW__statsSection,.AboutUs-module__7D9YaW__valuesSection,.AboutUs-module__7D9YaW__historySection,.AboutUs-module__7D9YaW__imageWrapper,.AboutUs-module__7D9YaW__heroImg,.AboutUs-module__7D9YaW__milestoneImg,.AboutUs-module__7D9YaW__serviceImg,.AboutUs-module__7D9YaW__statCard,.AboutUs-module__7D9YaW__valueCard,.AboutUs-module__7D9YaW__timelineContent,.AboutUs-module__7D9YaW__primaryButton,.AboutUs-module__7D9YaW__secondaryButton,.AboutUs-module__7D9YaW__phoneButton,.AboutUs-module__7D9YaW__backButton,.AboutUs-module__7D9YaW__learnMore,.AboutUs-module__7D9YaW__machineType{transition:none;animation:none}.AboutUs-module__7D9YaW__valueCard:hover,.AboutUs-module__7D9YaW__statCard:hover,.AboutUs-module__7D9YaW__timelineContent:hover{transform:none}}.AboutUs-module__7D9YaW__primaryButton:focus-visible,.AboutUs-module__7D9YaW__secondaryButton:focus-visible,.AboutUs-module__7D9YaW__phoneButton:focus-visible,.AboutUs-module__7D9YaW__backButton:focus-visible,.AboutUs-module__7D9YaW__breadcrumb a:focus-visible{outline-offset:2px;outline:2px solid #da0f0fcc}@media (hover:none) and (pointer:coarse){.AboutUs-module__7D9YaW__valueCard:hover,.AboutUs-module__7D9YaW__statCard:hover,.AboutUs-module__7D9YaW__timelineContent:hover{transform:none;box-shadow:0 8px 32px #00000014}.AboutUs-module__7D9YaW__valueCard:hover .AboutUs-module__7D9YaW__valueIcon,.AboutUs-module__7D9YaW__statCard:hover .AboutUs-module__7D9YaW__statIcon{transform:none}.AboutUs-module__7D9YaW__heroImg,.AboutUs-module__7D9YaW__milestoneImg,.AboutUs-module__7D9YaW__serviceImg{transform:none!important}.AboutUs-module__7D9YaW__primaryButton,.AboutUs-module__7D9YaW__secondaryButton,.AboutUs-module__7D9YaW__phoneButton,.AboutUs-module__7D9YaW__backButton{min-height:48px}}@media print{.AboutUs-module__7D9YaW__aboutUsContainer{background:#fff;margin-top:0}.AboutUs-module__7D9YaW__navigationBar{display:none}.AboutUs-module__7D9YaW__heroSection,.AboutUs-module__7D9YaW__statsSection,.AboutUs-module__7D9YaW__valuesSection,.AboutUs-module__7D9YaW__historySection,.AboutUs-module__7D9YaW__servicesSection,.AboutUs-module__7D9YaW__contactSection{break-inside:avoid;padding:2rem 0}.AboutUs-module__7D9YaW__primaryButton,.AboutUs-module__7D9YaW__secondaryButton,.AboutUs-module__7D9YaW__phoneButton{display:none}.AboutUs-module__7D9YaW__contactSection{color:#1e293b;background:#f8fafc}.AboutUs-module__7D9YaW__contactTitle{color:#1e293b}.AboutUs-module__7D9YaW__contactIcon{background:#da0f0f1a}.AboutUs-module__7D9YaW__contactText h4{color:#1e293b}}
.ProductCardsComponent-module__G_rY-G__sectionProducts{background:#f8f8f8;padding:25px;position:relative;overflow:hidden}.ProductCardsComponent-module__G_rY-G__sectionProducts:before{content:"";pointer-events:none;position:absolute;inset:0}.ProductCardsComponent-module__G_rY-G__productsHeader{z-index:2;max-width:1400px;margin:0 auto 3rem;position:relative}.ProductCardsComponent-module__G_rY-G__productsHeader h2{color:#1e293b;text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.ProductCardsComponent-module__G_rY-G__productsSubtitle{color:#64748b;text-align:center;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.ProductCardsComponent-module__G_rY-G__productsActions{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.ProductCardsComponent-module__G_rY-G__viewAllButton{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border-radius:50px;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #da0f0f33}.ProductCardsComponent-module__G_rY-G__viewAllButton:hover{background:linear-gradient(135deg,#b90d0d,#da0f0f);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #da0f0f4d}.ProductCardsComponent-module__G_rY-G__productsWrapper{z-index:2;max-width:1400px;margin:0 auto;padding:25px;position:relative}.ProductCardsComponent-module__G_rY-G__productsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem 0;display:grid}.ProductCardsComponent-module__G_rY-G__productCard{background:#fff;border:1px solid #f1f5f9;border-radius:6px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 25px #00000014}.ProductCardsComponent-module__G_rY-G__productCard:hover{border-color:#da0f0f33;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #00000026}.ProductCardsComponent-module__G_rY-G__cardLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.ProductCardsComponent-module__G_rY-G__productImageContainer{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.ProductCardsComponent-module__G_rY-G__productImage{object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ProductCardsComponent-module__G_rY-G__productCard:hover .ProductCardsComponent-module__G_rY-G__productImage{transform:scale(1.1)}.ProductCardsComponent-module__G_rY-G__productBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:3;background:linear-gradient(135deg,#2e2e2ef2,#000);border-radius:3px;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.ProductCardsComponent-module__G_rY-G__productOverlay{opacity:0;z-index:2;background:linear-gradient(135deg,#da0f0fe6,#b90d0de6);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.ProductCardsComponent-module__G_rY-G__productCard:hover .ProductCardsComponent-module__G_rY-G__productOverlay{opacity:1}.ProductCardsComponent-module__G_rY-G__viewDetails{color:#fff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(10px)}.ProductCardsComponent-module__G_rY-G__productCard:hover .ProductCardsComponent-module__G_rY-G__viewDetails{transform:translateY(0)}.ProductCardsComponent-module__G_rY-G__productContent{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.ProductCardsComponent-module__G_rY-G__productInfo{flex:1}.ProductCardsComponent-module__G_rY-G__productName{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCardsComponent-module__G_rY-G__productSubtitle{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCardsComponent-module__G_rY-G__productSpecs{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.ProductCardsComponent-module__G_rY-G__specRow{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.ProductCardsComponent-module__G_rY-G__specLabel{color:#64748b;align-items:center;gap:.5rem;font-weight:500;display:flex}.ProductCardsComponent-module__G_rY-G__specLabel svg{color:#da0f0fb3}.ProductCardsComponent-module__G_rY-G__specValue{color:#1e293b;font-size:12px;font-weight:600}.ProductCardsComponent-module__G_rY-G__productFooter{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:1rem}.ProductCardsComponent-module__G_rY-G__productPricing{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ProductCardsComponent-module__G_rY-G__productPrice{color:#1e293b;font-size:1.1rem;font-weight:700}.ProductCardsComponent-module__G_rY-G__productAvailability{color:#059669;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;display:flex}.ProductCardsComponent-module__G_rY-G__productAvailability svg{color:#059669}.ProductCardsComponent-module__G_rY-G__productNumber{color:#9ca3af;text-align:right;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.ProductCardsComponent-module__G_rY-G__loadingState{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ProductCardsComponent-module__G_rY-G__loadingSpinner{color:#da0f0fcc;margin-bottom:1rem;animation:1s linear infinite ProductCardsComponent-module__G_rY-G__spin}@keyframes ProductCardsComponent-module__G_rY-G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProductCardsComponent-module__G_rY-G__loadingState p{margin:0;font-size:1.1rem}.ProductCardsComponent-module__G_rY-G__errorState{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:3rem 2rem;display:flex}.ProductCardsComponent-module__G_rY-G__errorState p{margin:0;font-size:1rem}.ProductCardsComponent-module__G_rY-G__emptyState{text-align:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.ProductCardsComponent-module__G_rY-G__emptyState svg{color:#9ca3af}.ProductCardsComponent-module__G_rY-G__emptyState h3{color:#374151;margin:0;font-size:1.5rem;font-weight:600}.ProductCardsComponent-module__G_rY-G__emptyState p{max-width:400px;margin:0;font-size:1rem}.ProductCardsComponent-module__G_rY-G__retryButton{color:#fff;cursor:pointer;background:#da0f0fcc;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.ProductCardsComponent-module__G_rY-G__retryButton:hover{background:#da0f0f;transform:translateY(-1px)}.ProductCardsComponent-module__G_rY-G__placeholderImage{color:#9ca3af;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.ProductCardsComponent-module__G_rY-G__placeholderImage svg{opacity:.5;margin-bottom:.5rem}.ProductCardsComponent-module__G_rY-G__placeholderImage span{opacity:.7;font-size:.8rem;font-weight:500}@media (max-width:1200px){.ProductCardsComponent-module__G_rY-G__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.ProductCardsComponent-module__G_rY-G__sectionProducts{padding:25px}.ProductCardsComponent-module__G_rY-G__productsHeader{margin-bottom:2rem}.ProductCardsComponent-module__G_rY-G__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.ProductCardsComponent-module__G_rY-G__productImageContainer{height:180px}.ProductCardsComponent-module__G_rY-G__productContent{padding:1.25rem}.ProductCardsComponent-module__G_rY-G__viewAllButton{justify-content:center;width:100%;max-width:300px}}@media (max-width:480px){.ProductCardsComponent-module__G_rY-G__sectionProducts{padding:25px}.ProductCardsComponent-module__G_rY-G__productsGrid{grid-template-columns:1fr;gap:1rem}.ProductCardsComponent-module__G_rY-G__productImageContainer{height:200px}.ProductCardsComponent-module__G_rY-G__productContent{gap:.875rem;padding:1rem}.ProductCardsComponent-module__G_rY-G__productSpecs{padding:.875rem}}@media (min-width:1400px){.ProductCardsComponent-module__G_rY-G__sectionProducts{padding:25px}.ProductCardsComponent-module__G_rY-G__productsGrid{gap:2.5rem}.ProductCardsComponent-module__G_rY-G__productImageContainer{height:240px}.ProductCardsComponent-module__G_rY-G__productContent{padding:1.75rem}}@media (hover:none) and (pointer:coarse){.ProductCardsComponent-module__G_rY-G__productCard:hover{transform:none;box-shadow:0 4px 25px #00000014}.ProductCardsComponent-module__G_rY-G__productCard:hover .ProductCardsComponent-module__G_rY-G__productImage{transform:none}.ProductCardsComponent-module__G_rY-G__productOverlay{display:none}}@media (prefers-reduced-motion:reduce){.ProductCardsComponent-module__G_rY-G__productCard,.ProductCardsComponent-module__G_rY-G__productImage,.ProductCardsComponent-module__G_rY-G__viewDetails,.ProductCardsComponent-module__G_rY-G__viewAllButton{transition:none;animation:none}.ProductCardsComponent-module__G_rY-G__productCard:hover{transform:none}.ProductCardsComponent-module__G_rY-G__loadingSpinner{animation:none}}@media print{.ProductCardsComponent-module__G_rY-G__sectionProducts{background:#fff;padding:25px}.ProductCardsComponent-module__G_rY-G__productOverlay{display:none}.ProductCardsComponent-module__G_rY-G__productCard{box-shadow:none;break-inside:avoid;border:1px solid #000;margin-bottom:1rem}.ProductCardsComponent-module__G_rY-G__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}.ProductCardsComponent-module__G_rY-G__categoriesContainer{max-width:1400px;margin:3rem auto 2rem}.ProductCardsComponent-module__G_rY-G__categoriesGrid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;padding:1.5rem 0;display:flex}.ProductCardsComponent-module__G_rY-G__categoryCard{color:inherit;background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;min-width:90px;max-width:110px;padding:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.ProductCardsComponent-module__G_rY-G__categoryCard:hover{opacity:.7}.ProductCardsComponent-module__G_rY-G__categoryIcon{justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex}.ProductCardsComponent-module__G_rY-G__categoryIcon img{object-fit:contain;width:100%;height:100%}.ProductCardsComponent-module__G_rY-G__categoryContent{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.ProductCardsComponent-module__G_rY-G__categoryTitle{color:#374151;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:.75rem;font-weight:400;line-height:1.2;overflow:hidden}.ProductCardsComponent-module__G_rY-G__categoryCount{color:#6b7280;white-space:nowrap;margin:0;font-size:.75rem;font-weight:400}@media (max-width:1200px){.ProductCardsComponent-module__G_rY-G__categoriesGrid{gap:.875rem}.ProductCardsComponent-module__G_rY-G__categoryCard{min-width:85px;max-width:105px}}@media (max-width:1024px){.ProductCardsComponent-module__G_rY-G__categoriesContainer{margin-top:2.5rem}.ProductCardsComponent-module__G_rY-G__categoriesGrid{gap:.75rem}.ProductCardsComponent-module__G_rY-G__categoryCard{min-width:80px;max-width:100px}.ProductCardsComponent-module__G_rY-G__categoryIcon{width:44px;height:44px}}@media (max-width:768px){.ProductCardsComponent-module__G_rY-G__categoriesContainer{margin-top:2rem;margin-bottom:1.5rem}.ProductCardsComponent-module__G_rY-G__categoriesGrid{gap:.625rem}.ProductCardsComponent-module__G_rY-G__categoryCard{min-width:75px;max-width:95px}.ProductCardsComponent-module__G_rY-G__categoryIcon{width:40px;height:40px}.ProductCardsComponent-module__G_rY-G__categoryTitle,.ProductCardsComponent-module__G_rY-G__categoryCount{font-size:.7rem}}@media (max-width:640px){.ProductCardsComponent-module__G_rY-G__categoriesGrid{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding:1rem .5rem;overflow:auto hidden}.ProductCardsComponent-module__G_rY-G__categoriesGrid::-webkit-scrollbar{display:none}.ProductCardsComponent-module__G_rY-G__categoryCard{flex-shrink:0;min-width:70px;max-width:85px}}@media (max-width:480px){.ProductCardsComponent-module__G_rY-G__categoriesContainer{margin-top:1.5rem;margin-bottom:1rem}.ProductCardsComponent-module__G_rY-G__categoryCard{min-width:65px;max-width:80px;padding:.375rem}.ProductCardsComponent-module__G_rY-G__categoryIcon{width:36px;height:36px}.ProductCardsComponent-module__G_rY-G__categoryTitle,.ProductCardsComponent-module__G_rY-G__categoryCount{font-size:.65rem}}@media (min-width:1400px){.ProductCardsComponent-module__G_rY-G__categoriesContainer{margin-top:3.5rem}.ProductCardsComponent-module__G_rY-G__categoriesGrid{gap:1.25rem}.ProductCardsComponent-module__G_rY-G__categoryCard{min-width:100px;max-width:120px}.ProductCardsComponent-module__G_rY-G__categoryIcon{width:55px;height:55px}.ProductCardsComponent-module__G_rY-G__categoryTitle{font-size:.9rem}.ProductCardsComponent-module__G_rY-G__categoryCount{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.ProductCardsComponent-module__G_rY-G__categoryCard{transition:none}}.ProductCardsComponent-module__G_rY-G__categoryCard:focus{outline-offset:2px;opacity:1;outline:2px solid #dc2626}@media (hover:none) and (pointer:coarse){.ProductCardsComponent-module__G_rY-G__categoryCard:hover{opacity:1}.ProductCardsComponent-module__G_rY-G__categoryCard:active{opacity:.7}}@media print{.ProductCardsComponent-module__G_rY-G__categoriesContainer{margin:1rem 0}.ProductCardsComponent-module__G_rY-G__categoryCard:hover{opacity:1}}.ProductCardsComponent-module__G_rY-G__ctaCard{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;position:relative;overflow:hidden;box-shadow:0 8px 30px #dc26264d}.ProductCardsComponent-module__G_rY-G__ctaCard:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:8s ease-in-out infinite ProductCardsComponent-module__G_rY-G__pulse;position:absolute;top:-50%;left:-50%}@keyframes ProductCardsComponent-module__G_rY-G__pulse{0%,to{opacity:.5;transform:translate(0)}50%{opacity:.8;transform:translate(-10%,-10%)}}.ProductCardsComponent-module__G_rY-G__ctaCard:hover{border-color:#0000;transform:translateY(-12px)scale(1.03);box-shadow:0 20px 60px #dc262666}.ProductCardsComponent-module__G_rY-G__ctaCardLink{color:inherit;z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:2rem;text-decoration:none;display:flex;position:relative}.ProductCardsComponent-module__G_rY-G__ctaCardContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.ProductCardsComponent-module__G_rY-G__ctaIconContainer{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.5rem;transition:all .3s;display:flex}.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaIconContainer{background:#ffffff40;transform:scale(1.1)rotate(5deg)}.ProductCardsComponent-module__G_rY-G__ctaIcon{color:#fff;filter:drop-shadow(0 4px 10px #0003)}.ProductCardsComponent-module__G_rY-G__ctaTitle{color:#fff;text-shadow:0 2px 10px #0003;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.ProductCardsComponent-module__G_rY-G__ctaSubtitle{color:#ffffffe6;margin:0;font-size:1rem;font-weight:500;line-height:1.5}.ProductCardsComponent-module__G_rY-G__ctaButton{color:#dc2626;background:#fffffff2;border-radius:50px;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #00000026}.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaButton{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000040}.ProductCardsComponent-module__G_rY-G__ctaButton svg{transition:transform .3s}.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaButton svg{transform:translate(5px)}@media (max-width:1200px){.ProductCardsComponent-module__G_rY-G__ctaCardLink{min-height:380px;padding:1.75rem}.ProductCardsComponent-module__G_rY-G__ctaTitle{font-size:1.375rem}.ProductCardsComponent-module__G_rY-G__ctaIconContainer{width:70px;height:70px}.ProductCardsComponent-module__G_rY-G__ctaIcon{width:56px;height:56px}}@media (max-width:768px){.ProductCardsComponent-module__G_rY-G__ctaCardLink{min-height:350px;padding:1.5rem}.ProductCardsComponent-module__G_rY-G__ctaTitle{font-size:1.25rem}.ProductCardsComponent-module__G_rY-G__ctaSubtitle{font-size:.95rem}.ProductCardsComponent-module__G_rY-G__ctaIconContainer{width:64px;height:64px}.ProductCardsComponent-module__G_rY-G__ctaIcon{width:48px;height:48px}.ProductCardsComponent-module__G_rY-G__ctaButton{padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width:480px){.ProductCardsComponent-module__G_rY-G__ctaCardLink{min-height:320px;padding:1.25rem}.ProductCardsComponent-module__G_rY-G__ctaTitle{font-size:1.125rem}.ProductCardsComponent-module__G_rY-G__ctaSubtitle{font-size:.9rem}.ProductCardsComponent-module__G_rY-G__ctaIconContainer{width:56px;height:56px}.ProductCardsComponent-module__G_rY-G__ctaIcon{width:40px;height:40px}.ProductCardsComponent-module__G_rY-G__ctaButton{justify-content:center;width:100%}}@media (min-width:1400px){.ProductCardsComponent-module__G_rY-G__ctaCardLink{min-height:420px;padding:2.5rem}.ProductCardsComponent-module__G_rY-G__ctaTitle{font-size:1.625rem}.ProductCardsComponent-module__G_rY-G__ctaSubtitle{font-size:1.125rem}.ProductCardsComponent-module__G_rY-G__ctaIconContainer{width:90px;height:90px}.ProductCardsComponent-module__G_rY-G__ctaIcon{width:72px;height:72px}}@media (prefers-reduced-motion:reduce){.ProductCardsComponent-module__G_rY-G__ctaCard:before{animation:none}.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaIconContainer,.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaButton,.ProductCardsComponent-module__G_rY-G__ctaCard:hover .ProductCardsComponent-module__G_rY-G__ctaButton svg{transform:none}}@media (hover:none) and (pointer:coarse){.ProductCardsComponent-module__G_rY-G__ctaCard:hover{transform:translateY(-6px)scale(1.02)}.ProductCardsComponent-module__G_rY-G__ctaCard:active{transform:scale(.98)}}@media print{.ProductCardsComponent-module__G_rY-G__ctaCard{box-shadow:none;background:#dc2626;border:2px solid #dc2626}.ProductCardsComponent-module__G_rY-G__ctaCard:before{display:none}}
.Slider-module__EjaXaW__sliderWrapper{width:100%;height:75vh;position:relative}.Slider-module__EjaXaW__swiperContainer{height:100%}.Slider-module__EjaXaW__swiperSlide{touch-action:pan-y;width:100%;height:100%;position:relative;overflow:hidden}.Slider-module__EjaXaW__slideImageWrapper{position:absolute;inset:0}.Slider-module__EjaXaW__slideImage{object-fit:cover;transition:transform 8s}.Slider-module__EjaXaW__swiperSlide-active .Slider-module__EjaXaW__slideImage{transform:scale(1.05)}.Slider-module__EjaXaW__slideOverlay{pointer-events:none;background:linear-gradient(#0000008c 0%,#00000059 40%,#0000008c 100%);position:absolute;inset:0}.Slider-module__EjaXaW__slideContent{z-index:2;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}.Slider-module__EjaXaW__slideContentInner{text-align:center;color:#fff;max-width:800px}.Slider-module__EjaXaW__slideTitle{margin-bottom:.5rem;font-size:clamp(2rem,4vw,4rem)}.Slider-module__EjaXaW__slideSubtitle{color:#ffffffd9;margin-bottom:1rem;font-size:clamp(1.2rem,2vw,2rem);font-weight:500}.Slider-module__EjaXaW__slideDescription{margin-bottom:2rem;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.5}.Slider-module__EjaXaW__slideButton{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;transition:background .3s,transform .3s;display:inline-block}.Slider-module__EjaXaW__slideButton:hover{background:#ffffff4d;transform:translateY(-2px)}.Slider-module__EjaXaW__swiper-pagination-bullet{background:#ffffffb3;width:14px;height:14px}.Slider-module__EjaXaW__swiper-pagination-bullet-active{background:#fff}@media (max-width:768px){.Slider-module__EjaXaW__slideButton{padding:.6rem 1.2rem;font-size:.9rem}.Slider-module__EjaXaW__swiper-button-prev,.Slider-module__EjaXaW__swiper-button-next{display:none}}.Slider-module__EjaXaW__swiper-button-prev,.Slider-module__EjaXaW__swiper-button-next{color:#da0f0f!important}
.Ankauf-module__bYgbwG__ankaufContainer{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);min-height:100vh;padding:2rem 0}.Ankauf-module__bYgbwG__container{max-width:900px;margin:125px auto 0;padding:0 2rem}.Ankauf-module__bYgbwG__header{text-align:center;margin-bottom:3rem}.Ankauf-module__bYgbwG__title{color:#1e293b;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1e293b,#da0f0fcc);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.Ankauf-module__bYgbwG__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.6}.Ankauf-module__bYgbwG__progressContainer{margin-bottom:3rem}.Ankauf-module__bYgbwG__progressBar{background:#e2e8f0;border-radius:50px;height:8px;margin-bottom:1.5rem;position:relative;overflow:hidden}.Ankauf-module__bYgbwG__progressFill{background:linear-gradient(90deg,#da0f0fcc,#da0f0f);border-radius:50px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.Ankauf-module__bYgbwG__progressFill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s infinite Ankauf-module__bYgbwG__shimmer;position:absolute;inset:0}@keyframes Ankauf-module__bYgbwG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Ankauf-module__bYgbwG__progressSteps{z-index:2;justify-content:space-between;margin-bottom:.5rem;display:flex;position:relative}.Ankauf-module__bYgbwG__progressStep{color:#64748b;background:#e2e8f0;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.Ankauf-module__bYgbwG__progressStep.Ankauf-module__bYgbwG__active{color:#fff;background:#da0f0fcc;transform:scale(1.1);box-shadow:0 4px 16px #da0f0f4d}.Ankauf-module__bYgbwG__progressStep.Ankauf-module__bYgbwG__completed{color:#fff;background:#22c55e;transform:scale(1.05)}.Ankauf-module__bYgbwG__progressLabels{justify-content:space-between;margin-top:.5rem;display:flex}.Ankauf-module__bYgbwG__progressLabels span{color:#64748b;text-align:center;width:80px;font-size:.85rem;font-weight:500}.Ankauf-module__bYgbwG__formContainer{background:#fff;border:1px solid #da0f0f1a;border-radius:20px;margin-bottom:2rem;padding:3rem;box-shadow:0 8px 32px #00000014}.Ankauf-module__bYgbwG__stepContent{min-height:500px}.Ankauf-module__bYgbwG__stepHeader{text-align:center;margin-bottom:2.5rem}.Ankauf-module__bYgbwG__stepTitle{color:#1e293b;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700}.Ankauf-module__bYgbwG__stepDescription{color:#64748b;font-size:1.1rem;line-height:1.6}.Ankauf-module__bYgbwG__formGroup{margin-bottom:2rem}.Ankauf-module__bYgbwG__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.Ankauf-module__bYgbwG__label{color:#374151;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.Ankauf-module__bYgbwG__required{color:#da0f0fcc}.Ankauf-module__bYgbwG__optional{color:#64748b;font-size:.85rem;font-weight:400}.Ankauf-module__bYgbwG__tooltip{cursor:help;color:#64748b;position:relative}.Ankauf-module__bYgbwG__tooltip:hover .Ankauf-module__bYgbwG__tooltipText{opacity:1;visibility:visible;transform:translateY(0)}.Ankauf-module__bYgbwG__tooltipText{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:10;background:#1e293b;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;transition:all .3s;position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(5px)}.Ankauf-module__bYgbwG__tooltipText:after{content:"";border:5px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Ankauf-module__bYgbwG__input,.Ankauf-module__bYgbwG__select,.Ankauf-module__bYgbwG__textarea{color:#374151;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.Ankauf-module__bYgbwG__input:focus,.Ankauf-module__bYgbwG__select:focus,.Ankauf-module__bYgbwG__textarea:focus{border-color:#da0f0f80;outline:none;box-shadow:0 0 0 3px #da0f0f1a}.Ankauf-module__bYgbwG__input::placeholder,.Ankauf-module__bYgbwG__textarea::placeholder{color:#9ca3af}.Ankauf-module__bYgbwG__errorInput{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.Ankauf-module__bYgbwG__error{color:#ef4444;margin-top:.5rem;font-size:.85rem;font-weight:500;display:block}.Ankauf-module__bYgbwG__machineTypeGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem;display:grid}.Ankauf-module__bYgbwG__machineTypeCard{text-align:center;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;min-height:100px;padding:1.5rem 1rem;transition:all .3s;display:flex}.Ankauf-module__bYgbwG__machineTypeCard:hover{background:#da0f0f05;border-color:#da0f0f4d;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.Ankauf-module__bYgbwG__machineTypeCard.Ankauf-module__bYgbwG__selected{background:#da0f0f0d;border-color:#da0f0fcc;transform:translateY(-2px);box-shadow:0 4px 16px #da0f0f33}.Ankauf-module__bYgbwG__typeIcon{margin-bottom:.25rem;font-size:2rem}.Ankauf-module__bYgbwG__typeLabel{color:#374151;font-size:.9rem;font-weight:600}.Ankauf-module__bYgbwG__conditionGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.Ankauf-module__bYgbwG__conditionCard{cursor:pointer;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s}.Ankauf-module__bYgbwG__conditionCard:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.Ankauf-module__bYgbwG__conditionCard.Ankauf-module__bYgbwG__selected{background:#fffffffa;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.Ankauf-module__bYgbwG__conditionHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Ankauf-module__bYgbwG__conditionTitle{color:#374151;font-size:1.1rem;font-weight:700}.Ankauf-module__bYgbwG__conditionIndicator{border-radius:50%;width:12px;height:12px}.Ankauf-module__bYgbwG__conditionDescription{color:#64748b;margin:0;font-size:.9rem;line-height:1.4}.Ankauf-module__bYgbwG__radioGroup{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.Ankauf-module__bYgbwG__radioOption{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.Ankauf-module__bYgbwG__radioOption:hover{background:#da0f0f05;border-color:#da0f0f4d}.Ankauf-module__bYgbwG__radioOption input[type=radio]{accent-color:#da0f0fcc;width:20px;height:20px}.Ankauf-module__bYgbwG__radioLabel{color:#374151;font-weight:500}.Ankauf-module__bYgbwG__featuresGrid{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.Ankauf-module__bYgbwG__featureTag{cursor:pointer;color:#374151;background:#fff;border:2px solid #e2e8f0;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.Ankauf-module__bYgbwG__featureTag:hover{background:#da0f0f05;border-color:#da0f0f4d}.Ankauf-module__bYgbwG__featureTag.Ankauf-module__bYgbwG__selected{color:#da0f0fcc;background:#da0f0f1a;border-color:#da0f0fcc}.Ankauf-module__bYgbwG__featurePlus{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.8rem;display:flex}.Ankauf-module__bYgbwG__uploadArea{text-align:center;background:#fafafa;border:2px dashed #e2e8f0;border-radius:16px;margin-top:1rem;padding:3rem 2rem;transition:all .3s;position:relative}.Ankauf-module__bYgbwG__uploadArea:hover{background:#da0f0f03;border-color:#da0f0f4d}.Ankauf-module__bYgbwG__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.Ankauf-module__bYgbwG__uploadContent{pointer-events:none}.Ankauf-module__bYgbwG__uploadContent svg{color:#64748b;margin-bottom:1rem}.Ankauf-module__bYgbwG__uploadContent p{color:#374151;margin-bottom:.5rem;font-weight:600}.Ankauf-module__bYgbwG__uploadContent small{color:#64748b}.Ankauf-module__bYgbwG__fileList{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.Ankauf-module__bYgbwG__fileItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Ankauf-module__bYgbwG__fileItem span{color:#374151;font-size:.9rem}.Ankauf-module__bYgbwG__removeFile{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.Ankauf-module__bYgbwG__removeFile:hover{background:#dc2626;transform:scale(1.1)}.Ankauf-module__bYgbwG__estimateCard{text-align:center;background:linear-gradient(135deg,#da0f0f0d,#da0f0f1a);border:2px solid #da0f0f33;border-radius:16px;margin-top:2rem;padding:2rem}.Ankauf-module__bYgbwG__estimateHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Ankauf-module__bYgbwG__estimateHeader svg{color:#da0f0fcc}.Ankauf-module__bYgbwG__estimateHeader h3{color:#374151;margin:0;font-size:1.3rem;font-weight:700}.Ankauf-module__bYgbwG__estimateValue{color:#da0f0fcc;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Ankauf-module__bYgbwG__estimateNote{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.Ankauf-module__bYgbwG__trustSection{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.Ankauf-module__bYgbwG__trustCard{background:#f8fafccc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.Ankauf-module__bYgbwG__trustCard svg{color:#22c55e;flex-shrink:0;margin-top:.2rem}.Ankauf-module__bYgbwG__trustCard h4{color:#374151;margin:0 0 .5rem;font-size:1rem;font-weight:600}.Ankauf-module__bYgbwG__trustCard p{color:#64748b;margin:0;font-size:.85rem;line-height:1.4}.Ankauf-module__bYgbwG__navigation{align-items:center;gap:1rem;display:flex}.Ankauf-module__bYgbwG__navSpacer{flex:1}.Ankauf-module__bYgbwG__backButton,.Ankauf-module__bYgbwG__nextButton,.Ankauf-module__bYgbwG__submitButton{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.75rem;min-height:56px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.Ankauf-module__bYgbwG__backButton{color:#374151;background:#ffffffe6;border:2px solid #e2e8f0;box-shadow:0 4px 16px #00000014}.Ankauf-module__bYgbwG__backButton:hover{color:#da0f0fcc;border-color:#da0f0f4d;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #da0f0f1a}.Ankauf-module__bYgbwG__nextButton,.Ankauf-module__bYgbwG__submitButton{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border:2px solid #da0f0fe6;box-shadow:0 8px 32px #da0f0f4d}.Ankauf-module__bYgbwG__nextButton:hover,.Ankauf-module__bYgbwG__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#da0f0f,#b90d0d);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #da0f0f66}.Ankauf-module__bYgbwG__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.Ankauf-module__bYgbwG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite Ankauf-module__bYgbwG__spin}@keyframes Ankauf-module__bYgbwG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Ankauf-module__bYgbwG__successContainer{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.Ankauf-module__bYgbwG__successContent{text-align:center;background:#fff;border:1px solid #22c55e33;border-radius:20px;width:100%;max-width:500px;padding:4rem 3rem;box-shadow:0 8px 32px #00000014}.Ankauf-module__bYgbwG__successIcon{color:#22c55e;margin-bottom:2rem}.Ankauf-module__bYgbwG__successContent h2{color:#1e293b;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.Ankauf-module__bYgbwG__successContent>p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.Ankauf-module__bYgbwG__successDetails{background:#22c55e0d;border:1px solid #22c55e1a;border-radius:12px;padding:1.5rem}.Ankauf-module__bYgbwG__successDetails p{color:#374151;margin-bottom:1rem;font-weight:600}.Ankauf-module__bYgbwG__successDetails ul{text-align:left;margin:0;padding:0;list-style:none}.Ankauf-module__bYgbwG__successDetails li{color:#64748b;padding:.5rem 0;font-size:.95rem}@media (max-width:768px){.Ankauf-module__bYgbwG__container{padding:0 1rem}.Ankauf-module__bYgbwG__formContainer{padding:2rem 1.5rem}.Ankauf-module__bYgbwG__formRow{grid-template-columns:1fr;gap:1rem}.Ankauf-module__bYgbwG__machineTypeGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Ankauf-module__bYgbwG__conditionGrid,.Ankauf-module__bYgbwG__trustSection{grid-template-columns:1fr}.Ankauf-module__bYgbwG__navigation{flex-direction:column-reverse;gap:1rem}.Ankauf-module__bYgbwG__backButton,.Ankauf-module__bYgbwG__nextButton,.Ankauf-module__bYgbwG__submitButton{justify-content:center;width:100%}.Ankauf-module__bYgbwG__progressLabels span{width:60px;font-size:.75rem}.Ankauf-module__bYgbwG__progressStep{width:32px;height:32px;font-size:.8rem}}@media (max-width:480px){.Ankauf-module__bYgbwG__ankaufContainer{padding:1rem 0}.Ankauf-module__bYgbwG__formContainer{padding:1.5rem 1rem}.Ankauf-module__bYgbwG__machineTypeGrid{grid-template-columns:1fr}.Ankauf-module__bYgbwG__machineTypeCard{padding:1rem}.Ankauf-module__bYgbwG__featuresGrid{gap:.5rem}.Ankauf-module__bYgbwG__featureTag{padding:.5rem .75rem;font-size:.85rem}.Ankauf-module__bYgbwG__uploadArea{padding:2rem 1rem}.Ankauf-module__bYgbwG__progressSteps,.Ankauf-module__bYgbwG__progressLabels{margin:0 1rem}.Ankauf-module__bYgbwG__progressLabels span{width:50px;font-size:.7rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Ankauf-module__bYgbwG__formContainer{box-shadow:0 8px 32px #0000001f}}@media (prefers-reduced-motion:reduce){.Ankauf-module__bYgbwG__progressFill,.Ankauf-module__bYgbwG__progressStep,.Ankauf-module__bYgbwG__machineTypeCard,.Ankauf-module__bYgbwG__conditionCard,.Ankauf-module__bYgbwG__featureTag,.Ankauf-module__bYgbwG__radioOption,.Ankauf-module__bYgbwG__uploadArea,.Ankauf-module__bYgbwG__backButton,.Ankauf-module__bYgbwG__nextButton,.Ankauf-module__bYgbwG__submitButton,.Ankauf-module__bYgbwG__trustCard{transition:none;animation:none}.Ankauf-module__bYgbwG__progressFill:after,.Ankauf-module__bYgbwG__spinner{animation:none}}@media print{.Ankauf-module__bYgbwG__ankaufContainer{background:#fff;padding:0}.Ankauf-module__bYgbwG__navigation,.Ankauf-module__bYgbwG__progressContainer{display:none}}.Ankauf-module__bYgbwG__input:focus-visible,.Ankauf-module__bYgbwG__select:focus-visible,.Ankauf-module__bYgbwG__textarea:focus-visible,.Ankauf-module__bYgbwG__machineTypeCard:focus-visible,.Ankauf-module__bYgbwG__conditionCard:focus-visible,.Ankauf-module__bYgbwG__featureTag:focus-visible,.Ankauf-module__bYgbwG__radioOption:focus-visible,.Ankauf-module__bYgbwG__backButton:focus-visible,.Ankauf-module__bYgbwG__nextButton:focus-visible,.Ankauf-module__bYgbwG__submitButton:focus-visible{outline-offset:2px;outline:2px solid #da0f0fcc}@media (hover:none) and (pointer:coarse){.Ankauf-module__bYgbwG__machineTypeCard,.Ankauf-module__bYgbwG__conditionCard,.Ankauf-module__bYgbwG__featureTag,.Ankauf-module__bYgbwG__radioOption,.Ankauf-module__bYgbwG__backButton,.Ankauf-module__bYgbwG__nextButton,.Ankauf-module__bYgbwG__submitButton{min-height:48px}.Ankauf-module__bYgbwG__progressStep{min-width:44px;min-height:44px}}
