.main-navigation{z-index:1000;border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(14px);background:#fffffff7;width:100%;position:sticky;top:0}.navigation-container{width:min(calc(100% - 40px), var(--container-width));box-sizing:border-box;align-items:center;gap:28px;min-height:100px;margin-inline:auto;display:flex}.brand-identity{flex:none;align-items:center;text-decoration:none;display:flex}.brand-logo{object-fit:contain;object-position:center;width:120px;height:98px;display:block}.desktop-navigation{flex:auto;justify-content:center;align-items:center;gap:clamp(18px,2.1vw,34px);min-width:0;display:flex}.navigation-link{color:var(--text-primary);white-space:nowrap;transition:color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;padding:8px 0;font-size:15px;font-weight:700;text-decoration:none;position:relative}.navigation-link:after{content:"";background:var(--brand-red);width:0;height:2px;transition:width var(--transition-normal);border-radius:10px;position:absolute;bottom:0;left:0}.navigation-link:hover{color:var(--brand-blue);transform:translateY(-1px)}.navigation-link:hover:after,.navigation-link.active-link:after{width:100%}.navigation-link.active-link{color:var(--brand-blue)}.navigation-actions{flex:none;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.navigation-search{z-index:20;flex:0 220px;width:clamp(170px,15vw,220px);min-width:150px;position:relative}.navigation-search-form{box-sizing:border-box;border:1px solid var(--border-light);background:var(--white);width:100%;height:43px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.navigation-search:hover .navigation-search-form,.navigation-search:focus-within .navigation-search-form{border-color:#e5393559;box-shadow:0 5px 18px #00000012}.search-symbol{color:#777;flex:none;font-size:20px;line-height:1}.navigation-search-form input{width:100%;min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:12px}.navigation-search-form input::placeholder{color:#999}.search-suggestions{box-sizing:border-box;z-index:10001;background:#fff;border:1px solid #e7e7e7;border-radius:16px;width:320px;max-width:min(320px,80vw);padding:9px;animation:.18s searchDropdownIn;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 20px 50px #00000021}@keyframes searchDropdownIn{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.search-suggestions-header{border-bottom:1px solid #eee;padding:7px 9px 9px}.search-suggestions-header span{color:var(--brand-red);letter-spacing:.12em;font-size:9px;font-weight:900}.search-suggestion-item{text-align:left;cursor:pointer;width:100%;transition:background var(--transition-fast);background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 8px;font-family:inherit;display:flex}.search-suggestion-item:hover{background:#fff3f2}.suggestion-icon{width:35px;height:35px;transition:background var(--transition-fast);background:#f5f5f5;border-radius:9px;flex:0 0 35px;justify-content:center;align-items:center;font-size:14px;display:flex}.search-suggestion-item:hover .suggestion-icon{background:#ffe5e3}.suggestion-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.suggestion-content strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.suggestion-content small{color:#999;font-size:9px}.suggestion-arrow{color:#aaa;transition:color var(--transition-fast), transform var(--transition-fast);flex:none;font-size:14px}.search-suggestion-item:hover .suggestion-arrow{color:var(--brand-red);transform:translate(3px)}.no-search-result{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:90px;display:flex}.no-search-result span{font-size:20px}.no-search-result p{margin:0;font-size:10px}.view-all-search{width:100%;color:var(--brand-red);cursor:pointer;text-align:center;background:0 0;border:0;border-top:1px solid #eee;border-radius:0 0 8px 8px;margin-top:5px;padding:10px;font-family:inherit;font-size:10px;font-weight:800}.view-all-search:hover{background:#fff7f6}.navigation-icon-button,.navigation-icon-link,.navigation-cart{box-sizing:border-box;width:44px;height:44px;color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:11px;flex:0 0 44px;justify-content:center;align-items:center;font-family:inherit;font-size:22px;line-height:1;text-decoration:none;display:flex;position:relative}.navigation-icon-button:hover,.navigation-icon-link:hover,.navigation-cart:hover{color:var(--brand-red);background:#e539350f;border-color:#e539351f;transform:translateY(-1px)}.cart-icon{font-size:19px;line-height:1}.cart-count{box-sizing:border-box;background:var(--brand-red);min-width:17px;height:17px;color:var(--white);border-radius:50px;justify-content:center;align-items:center;padding:0 3px;font-size:9px;font-weight:900;line-height:1;display:flex;position:absolute;top:0;right:-1px}.navigation-cta{box-sizing:border-box;border-radius:var(--radius-small);background:var(--brand-navy);min-width:125px;min-height:43px;color:var(--white);cursor:pointer;white-space:nowrap;transition:background var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);border:0;flex:none;justify-content:center;align-items:center;padding:11px 17px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.navigation-cta:hover{background:var(--brand-red);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.mobile-navigation-actions{align-items:center;gap:4px;margin-left:auto;display:none}.mobile-search-button,.mobile-cart-button{width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;font-family:inherit;font-size:19px;text-decoration:none;display:flex;position:relative}.mobile-cart-button span{background:var(--brand-red);min-width:15px;height:15px;color:var(--white);border-radius:50px;justify-content:center;align-items:center;padding:0 3px;font-size:8px;font-weight:900;display:flex;position:absolute;top:1px;right:1px}.mobile-menu-button{cursor:pointer;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.mobile-menu-button span{background:var(--brand-navy);border-radius:5px;width:24px;height:2px;transition:transform .25s,opacity .25s;display:block}.mobile-menu-button.menu-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.menu-open span:nth-child(2){opacity:0}.mobile-menu-button.menu-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-search-wrapper{box-sizing:border-box;border-top:1px solid var(--border-light);background:var(--white);width:100%;padding:10px 15px 14px;display:none;box-shadow:0 15px 30px #00000014}.mobile-search-form{box-sizing:border-box;border:1px solid var(--border-light);background:var(--white);border-radius:10px;align-items:center;gap:8px;width:100%;height:43px;padding:0 10px;display:flex}.mobile-search-form span{color:#888;font-size:17px}.mobile-search-form input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:none;flex:1;font-family:inherit;font-size:12px}.mobile-search-form button{background:var(--brand-red);width:31px;height:31px;color:var(--white);cursor:pointer;border:0;border-radius:8px;font-size:14px}.mobile-search-suggestions{background:#fff;border:1px solid #eee;border-radius:12px;margin-top:8px;padding:5px}.mobile-search-suggestions button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px;display:flex}.mobile-search-suggestions button:hover{background:#fff3f2}.mobile-search-suggestions button>span{background:#f5f5f5;border-radius:8px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mobile-search-suggestions button div{flex-direction:column;gap:2px;display:flex}.mobile-search-suggestions strong{color:#222;font-size:11px}.mobile-search-suggestions small{color:#999;font-size:9px}.mobile-navigation-menu{box-sizing:border-box;background:var(--white);border-top:1px solid var(--border-light);width:100%;padding:8px 18px 22px;display:none;box-shadow:0 20px 35px #00000014}.mobile-navigation-link{color:var(--text-primary);border-bottom:1px solid #f0f0f0;align-items:center;gap:13px;padding:14px 4px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.mobile-navigation-link:hover{color:var(--brand-red)}.mobile-navigation-link span{color:#aaa;width:22px;font-size:9px;font-weight:800}.mobile-quote-button{background:var(--brand-red);width:100%;min-height:47px;color:var(--white);cursor:pointer;border:0;border-radius:10px;margin-top:16px;font-family:inherit;font-size:13px;font-weight:800}@media (width<=1200px){.navigation-container,.desktop-navigation{gap:18px}.navigation-link{font-size:13px}.navigation-search{flex-basis:165px;width:165px}.navigation-cta{min-width:108px;padding-inline:12px;font-size:12px}}@media (width<=1050px){.navigation-container{gap:14px}.desktop-navigation{gap:13px}.navigation-link{font-size:12px}.navigation-search{flex-basis:145px;width:145px}.navigation-icon-button,.navigation-icon-link,.navigation-cart{flex-basis:40px;width:40px;height:40px;font-size:20px}.navigation-cta{min-width:100px;font-size:11px}}@media (width<=900px){.navigation-container{min-height:78px;width:min(calc(100% - 30px), var(--container-width))}.brand-logo{width:150px;height:65px}.desktop-navigation,.navigation-actions{display:none}.mobile-navigation-actions,.mobile-menu-button{display:flex}.mobile-navigation-menu,.mobile-search-wrapper{display:block}}@media (width<=480px){.navigation-container{width:calc(100% - 20px);min-height:70px}.brand-logo{width:135px;height:58px}.mobile-search-button,.mobile-cart-button,.mobile-menu-button{width:36px;height:36px}}.quote-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(7px);background:#071622bd;justify-content:center;align-items:center;padding:25px 20px;animation:.2s ease-out quoteOverlayIn;display:flex;position:fixed;inset:0;overflow-y:auto}.quote-modal{scrollbar-width:thin;scrollbar-color:#aab9c4 transparent;background:#fff;border:1px solid #082f4b1f;border-radius:24px;width:min(920px,100%);max-height:calc(100vh - 50px);padding:34px;animation:.25s ease-out quoteModalIn;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000047,0 10px 30px #00284624}.quote-modal::-webkit-scrollbar{width:7px}.quote-modal::-webkit-scrollbar-track{background:0 0}.quote-modal::-webkit-scrollbar-thumb{background:#aab9c4;border-radius:20px}.quote-modal-close{color:#123852;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:26px;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.quote-modal-close:hover{color:#fff;background:#e64040;border-color:#e64040;transform:rotate(90deg)}.quote-modal-header{margin-bottom:25px;padding-right:60px}.quote-modal-eyebrow{color:#e64040;letter-spacing:1.8px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-flex}.quote-modal-eyebrow:before{content:"";background:#e64040;border-radius:50%;width:7px;height:7px}.quote-modal-header h2{color:#082f4d;letter-spacing:-.6px;margin:0 0 8px;font-size:clamp(27px,4vw,36px);font-weight:800;line-height:1.15}.quote-modal-header p{color:#687985;max-width:650px;margin:0;font-size:14px;line-height:1.65}.quote-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.quote-field{flex-direction:column;gap:7px;min-width:0;display:flex;position:relative}.quote-field label{color:#162c3c;font-size:13px;font-weight:750;line-height:1.3}.quote-field input,.quote-field select,.quote-field textarea{box-sizing:border-box;color:#18364b;background:#fff;border:1px solid #d7e0e6;border-radius:12px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.quote-field input,.quote-field select{height:52px;padding:0 15px}.quote-field textarea{resize:vertical;min-height:110px;padding:14px 15px;line-height:1.5}.quote-field input::placeholder,.quote-field textarea::placeholder{color:#9aa8b2}.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{background:#fbfdff;border-color:#17608e;box-shadow:0 0 0 4px #17608e1a}.machine-field{z-index:30}.machine-select-wrapper{background:#fff;border:1px solid #d7e0e6;border-radius:12px;align-items:center;width:100%;height:52px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.machine-select-wrapper:focus-within{border-color:#17608e;box-shadow:0 0 0 4px #17608e1a}.machine-search-icon{color:#66808f;pointer-events:none;justify-content:center;align-items:center;width:42px;font-size:21px;display:flex}.machine-select-wrapper input{background:0 0;border:0;border-radius:0;outline:none;flex:1;min-width:0;height:50px;padding:0 5px;box-shadow:none!important}.machine-select-wrapper input:focus{box-shadow:none;border:0}.machine-clear-button{color:#81919b;cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:2px;font-size:20px;transition:background .2s,color .2s;display:flex}.machine-clear-button:hover{color:#173b54;background:#edf2f5}.machine-dropdown-arrow{color:#55717f;cursor:pointer;background:0 0;border:0;flex-shrink:0;width:42px;height:48px;font-size:11px;transition:transform .2s,color .2s}.machine-dropdown-arrow.is-open{color:#17608e;transform:rotate(180deg)}.machine-dropdown{z-index:100;background:#fff;border:1px solid #d6e1e8;border-radius:14px;animation:.18s ease-out machineDropdownIn;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #07263b2e}.machine-dropdown-header{background:#f7fafc;border-bottom:1px solid #e8eef2;padding:13px 15px}.machine-dropdown-header strong{color:#123b57;font-size:13px;font-weight:800;display:block}.machine-dropdown-header span{color:#81909a;margin-top:3px;font-size:10px;display:block}.machine-dropdown-list{scrollbar-width:thin;scrollbar-color:#b6c4cc transparent;max-height:245px;padding:5px;overflow-y:auto}.machine-dropdown-list::-webkit-scrollbar{width:6px}.machine-dropdown-list::-webkit-scrollbar-thumb{background:#b6c4cc;border-radius:20px}.machine-option{color:#17394f;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;padding:10px 11px;transition:background .15s,color .15s;display:flex}.machine-option:hover{background:#f1f7fb}.machine-option.selected{color:#075080;background:#eaf4fa}.machine-option-icon{color:#17608e;background:#eef5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.machine-option.selected .machine-option-icon{color:#fff;background:#17608e}.machine-option-content{flex:1;min-width:0}.machine-option-content strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.35;display:block;overflow:hidden}.machine-option-content small{color:#8797a2;margin-top:2px;font-size:9px;line-height:1.2;display:block}.machine-option-check{color:#168a4a;flex-shrink:0;font-size:16px;font-weight:800}.machine-no-result{text-align:center;flex-direction:column;align-items:center;padding:25px 15px;display:flex}.machine-no-result>span{margin-bottom:7px;font-size:22px}.machine-no-result strong{color:#294657;font-size:12px}.machine-no-result p{color:#8797a2;max-width:270px;margin:5px 0 0;font-size:10px;line-height:1.5}.machine-manual-entry{background:#fffaf2;border-top:1px solid #e8eef2;align-items:flex-start;gap:9px;padding:11px 14px;display:flex}.machine-manual-entry>span{color:#d58a20;font-size:15px}.machine-manual-entry strong{color:#70501f;font-size:10px;display:block}.machine-manual-entry p{color:#977c52;margin:2px 0 0;font-size:9px;line-height:1.4}.quote-field-hint{color:#84939d;font-size:10px;line-height:1.35}.whatsapp-number-field{margin-top:20px}.whatsapp-number-field select{color:#146b3a;cursor:pointer;background:#f8fcf9;border-color:#cfe3d7;font-weight:650}.whatsapp-number-field select:focus{border-color:#25a55a;box-shadow:0 0 0 4px #25a55a1a}.quote-message-field{margin-top:20px}.quote-trust{background:#f4faf6;border:1px solid #d9eee0;border-radius:10px;align-items:center;gap:10px;margin-top:18px;padding:11px 14px;display:flex}.quote-trust span{color:#fff;background:#1e9a55;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:flex}.quote-trust p{color:#47705a;margin:0;font-size:11px;line-height:1.4}.quote-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.quote-action-buttons button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-family:inherit;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.quote-action-buttons button span{font-size:18px}.quote-whatsapp-button{color:#fff;background:#168a4a;box-shadow:0 8px 20px #168a4a2e}.quote-whatsapp-button:hover{background:#11733d;transform:translateY(-2px);box-shadow:0 12px 25px #168a4a40}.quote-email-button{color:#fff;background:#092f4d;box-shadow:0 8px 20px #092f4d2e}.quote-email-button:hover{background:#e64040;transform:translateY(-2px);box-shadow:0 12px 25px #e6404038}.quote-contact-numbers{color:#6d7d88;text-align:center;border-top:1px solid #e8edf0;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:14px;padding-top:13px;font-size:11px;line-height:1.5;display:flex}.quote-contact-numbers span:not(:first-child){color:#36586d;font-weight:650}@keyframes quoteOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes quoteModalIn{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes machineDropdownIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.quote-modal-overlay{align-items:flex-start;padding:18px 12px}.quote-modal{border-radius:20px;max-height:calc(100vh - 36px);padding:27px 20px}.quote-form-grid{grid-template-columns:1fr;gap:15px}.machine-dropdown-list{max-height:220px}}@media (width<=480px){.quote-modal-overlay{padding:8px}.quote-modal{border-radius:18px;max-height:calc(100vh - 16px);padding:23px 15px}.quote-modal-close{width:36px;height:36px;font-size:22px;top:12px;right:12px}.quote-modal-header{margin-bottom:20px;padding-right:45px}.quote-modal-header h2{font-size:25px}.quote-modal-header p{font-size:13px}.quote-field input,.quote-field select,.machine-select-wrapper{height:50px}.machine-select-wrapper input{height:48px}.machine-dropdown{top:calc(100% + 6px)}.machine-dropdown-list{max-height:210px}.quote-action-buttons{grid-template-columns:1fr;gap:10px}.quote-action-buttons button{min-height:50px}.quote-contact-numbers{flex-direction:column;gap:3px}}.hero-banner{background:linear-gradient(120deg,#f7fafc 0%,#fff 48%,#edf5fa 100%);align-items:center;min-height:calc(100vh - 86px);display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;filter:blur(8px);border-radius:50%;position:absolute}.hero-glow-left{background:#084e7d14;width:360px;height:360px;bottom:-160px;left:-220px}.hero-glow-right{background:#084e7d1a;width:520px;height:520px;top:-180px;right:-230px}.hero-container{z-index:2;grid-template-columns:minmax(0,1fr) minmax(500px,.95fr);align-items:center;gap:70px;width:min(100% - 48px,1240px);margin:0 auto;padding:80px 0;display:grid;position:relative}.hero-content{max-width:650px}.hero-eyebrow{color:#07558a;letter-spacing:1.4px;background:#ffffffc7;border:1px solid #073b6324;border-radius:50px;align-items:center;gap:9px;margin-bottom:22px;padding:8px 15px;font-size:11px;font-weight:800;display:inline-flex}.hero-eyebrow-line{background:#e52329;border-radius:50%;width:7px;height:7px}.hero-title{color:#03508a;letter-spacing:-2.8px;margin:0 0 23px;font-size:clamp(44px,5vw,68px);font-weight:800;line-height:1.04}.hero-title span{color:#e52329;display:block}.hero-description{color:#034175;max-width:610px;margin:0 0 34px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:14px;margin-bottom:46px;display:flex}.hero-button{border-radius:9px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:0 23px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s;display:inline-flex}.hero-button-primary{color:#fff;background:#063b63;box-shadow:0 12px 25px #063b6329}.hero-button-primary:hover{background:#07558a;transform:translateY(-3px);box-shadow:0 18px 32px #063b633b}.hero-button-arrow{font-size:20px;line-height:1}.hero-button-secondary{color:#063b63;background:#fff;border:1px solid #063b6338}.hero-button-secondary:hover{color:#e52329;border-color:#e52329;transform:translateY(-3px)}.hero-trust{align-items:center;gap:19px;display:flex}.hero-trust-item{align-items:center;gap:9px;display:flex}.hero-trust-icon{color:#07558a;background:#063b6314;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-size:13px;font-weight:800;display:flex}.hero-trust-item div:last-child{flex-direction:column;gap:2px;display:flex}.hero-trust-item strong{color:#063b63;font-size:12px}.hero-trust-item span{color:#708294;font-size:10px}.hero-trust-separator{background:#dce4ea;width:1px;height:34px}.hero-product-area{justify-content:center;align-items:center;min-height:555px;display:flex;position:relative}.hero-product-card{background:linear-gradient(145deg,#063b63 0%,#07558a 55%,#0a6a9d 100%);border-radius:34px;width:min(100%,535px);height:520px;position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 35px 75px #063b6342}.hero-image-wrapper{background:#e9eef2;border-radius:27px;height:375px;position:absolute;inset:18px;overflow:hidden;transform:rotate(-1.5deg)}.hero-machine-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s;display:block}.hero-product-card:hover .hero-machine-image{transform:scale(1.035)}.hero-image-overlay{pointer-events:none;background:linear-gradient(#063b6305,#063b631a);position:absolute;inset:0}.hero-product-info{color:#fff;position:absolute;bottom:25px;left:38px;right:38px;transform:rotate(-1.5deg)}.hero-product-category{color:#ffffffa8;letter-spacing:1.7px;margin-bottom:7px;font-size:10px;font-weight:800}.hero-product-info h2{margin:0;font-size:27px;font-weight:800;line-height:1.18}.hero-product-info h2 span{color:#ffffffd1;font-size:20px;font-weight:500;display:block}.hero-logo-badge{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:112px;height:112px;display:flex;position:absolute;top:28px;right:28px;transform:rotate(-1.5deg);box-shadow:0 15px 35px #00000029}.hero-logo-inner{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;display:flex;overflow:hidden}.hero-logo-inner img{object-fit:contain;width:74px;height:74px}.hero-floating-card{z-index:20;background:#fffffff7;border:1px solid #dce4eae6;border-radius:13px;align-items:center;gap:12px;padding:15px 18px;display:flex;position:absolute;box-shadow:0 18px 40px #063b6326}.hero-floating-card-top{top:58px;left:-24px}.hero-floating-card-bottom{bottom:80px;right:-23px}.floating-card-icon{color:#07558a;background:#063b6317;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:800;display:flex}.floating-card-content{flex-direction:column;gap:3px;display:flex}.floating-card-content strong{color:#063b63;font-size:12px}.floating-card-content span{color:#718394;font-size:10px}@media (width<=1050px){.hero-container{grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:40px}.hero-title{font-size:52px}.hero-product-card{height:480px}.hero-image-wrapper{height:340px}}@media (width<=900px){.hero-container{grid-template-columns:1fr;gap:60px;padding:65px 0}.hero-content{max-width:760px}.hero-product-area{min-height:520px}.hero-product-card{width:min(100%,560px)}}@media (width<=600px){.hero-container{width:calc(100% - 30px);padding:50px 0}.hero-title{letter-spacing:-1.5px;font-size:39px}.hero-description{font-size:15px;line-height:1.7}.hero-actions{flex-direction:column;align-items:stretch}.hero-button{width:100%}.hero-trust{justify-content:space-between;gap:10px}.hero-trust-separator{height:28px}.hero-trust-item{gap:6px}.hero-trust-icon{width:27px;height:27px;font-size:11px}.hero-trust-item strong{font-size:10px}.hero-trust-item span{font-size:8px}.hero-product-area{min-height:430px}.hero-product-card{border-radius:25px;width:100%;height:410px}.hero-image-wrapper{border-radius:20px;height:280px;inset:12px}.hero-product-info{bottom:20px;left:25px;right:25px}.hero-product-info h2{font-size:21px}.hero-product-info h2 span{font-size:16px}.hero-logo-badge{width:78px;height:78px;top:20px;right:20px}.hero-logo-inner{width:60px;height:60px}.hero-logo-inner img{width:51px;height:51px}.hero-floating-card{padding:10px 12px}.hero-floating-card-top{top:12px;left:-5px}.hero-floating-card-bottom{bottom:25px;right:-5px}.floating-card-icon{width:30px;height:30px}.floating-card-content strong{font-size:10px}.floating-card-content span{font-size:8px}}.machinery-categories{background:#f7f9fb;padding:110px 0;position:relative;overflow:hidden}.machinery-categories-container{width:min(100% - 48px,1240px);margin:0 auto}.machinery-section-header{margin-bottom:55px}.machinery-section-label{color:#07558a;letter-spacing:1.5px;align-items:center;gap:8px;margin-bottom:20px;font-size:11px;font-weight:800;display:inline-flex}.machinery-label-dot{background:#e52329;border-radius:50%;width:7px;height:7px}.machinery-heading-row{grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:70px;display:grid}.machinery-heading-content h2{color:#063b63;letter-spacing:-2px;margin:0;font-size:clamp(38px,4.5vw,58px);font-weight:800;line-height:1.06}.machinery-heading-content h2 span{color:#e52329;display:block}.machinery-heading-description{max-width:500px}.machinery-heading-description p{color:#617486;margin:0;font-size:15px;line-height:1.8}.machinery-category-card{background:#fff;border:1px solid #e1e8ed;border-radius:20px;flex-direction:column;min-height:560px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #063b630d}.machinery-card-top{z-index:4;justify-content:space-between;align-items:center;display:flex;position:absolute;top:18px;left:20px;right:20px}.machinery-card-number{color:#063b63;background:#ffffffeb;border-radius:30px;justify-content:center;align-items:center;min-width:39px;height:28px;padding:0 9px;font-size:10px;font-weight:800;display:flex;box-shadow:0 5px 15px #00000014}.machinery-card-arrow{color:#063b63;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;transition:transform .3s,background .3s,color .3s;display:flex;box-shadow:0 5px 15px #00000014}.machinery-category-card:hover .machinery-card-arrow{color:#fff;background:#063b63;transform:rotate(45deg)}.machinery-card-visual{background:linear-gradient(145deg,#063b63,#07558a);justify-content:center;align-items:center;height:245px;display:flex;position:relative;overflow:hidden}.machinery-visual-pattern{opacity:.14;position:absolute;inset:0}.machinery-visual-pattern span{border:1px solid #fff;border-radius:50%;display:block;position:absolute}.machinery-visual-pattern span:first-child{width:300px;height:300px;top:-160px;right:-100px}.machinery-visual-pattern span:nth-child(2){width:210px;height:210px;bottom:-130px;left:-80px}.machinery-visual-pattern span:nth-child(3){width:90px;height:90px;top:70px;left:70px}.machinery-visual-icon{z-index:2;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:95px;height:95px;font-size:42px;transition:transform .4s;display:flex;position:relative}.machinery-category-card:hover .machinery-visual-icon{transform:rotate(25deg)scale(1.08)}.machinery-visual-label{z-index:2;color:#ffffffad;letter-spacing:1.4px;font-size:10px;font-weight:800;position:absolute;bottom:18px;left:22px}.machinery-card-content{flex-direction:column;flex:1;padding:27px 25px 24px;display:flex}.machinery-card-content h3{color:#063b63;margin:0 0 10px;font-size:23px;font-weight:800;line-height:1.2}.machinery-card-content>p{color:#718394;margin:0 0 18px;font-size:13px;line-height:1.65}.machinery-product-list{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.machinery-product-list li{color:#41586b;align-items:center;gap:8px;font-size:12px;display:flex}.machinery-product-check{color:#07558a;background:#063b6314;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:800;display:flex}.machinery-card-button{color:#063b63;cursor:pointer;background:#fff;border:1px solid #dce5eb;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:45px;margin-top:auto;padding:0 16px;font-family:inherit;font-size:12px;font-weight:700;transition:background .25s,color .25s,border-color .25s;display:flex}.machinery-card-button:hover{color:#fff;background:#063b63;border-color:#063b63}.machinery-bottom-cta{background:linear-gradient(100deg,#063b63,#07558a);border-radius:17px;justify-content:space-between;align-items:center;gap:30px;margin-top:40px;padding:30px 34px;display:flex;box-shadow:0 18px 45px #063b6324}.machinery-bottom-label{color:#ffffff94;letter-spacing:1.5px;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.machinery-bottom-cta h3{color:#fff;margin:0;font-size:22px;font-weight:700}.machinery-view-all{color:#063b63;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:12px;min-height:47px;padding:0 20px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.machinery-view-all:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.machinery-view-all span:last-child{font-size:18px}@media (width<=1050px){.machinery-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.machinery-heading-row{grid-template-columns:1fr;gap:20px}}@media (width<=600px){.machinery-categories{padding:75px 0}.machinery-categories-container{width:calc(100% - 30px)}.machinery-section-header{margin-bottom:35px}.machinery-heading-content h2{letter-spacing:-1.5px;font-size:38px}.machinery-heading-description p{font-size:14px}.machinery-category-grid{grid-template-columns:1fr;gap:18px}.machinery-category-card{min-height:540px}.machinery-bottom-cta{flex-direction:column;align-items:flex-start;padding:25px}.machinery-view-all{width:100%}}.how-it-works-section{background:radial-gradient(circle at 8% 48%,#074d7a0e,#0000 20%),radial-gradient(circle at 94% 18%,#de242809,#0000 20%),#fff;width:100%;padding:115px 0 105px;position:relative;overflow:hidden}.how-it-works-section:before{content:"";pointer-events:none;border:70px solid #08436906;border-radius:50%;width:420px;height:420px;position:absolute;top:230px;left:-280px}.how-it-works-section:after{content:"";pointer-events:none;background:#de242806;border-radius:50%;width:260px;height:260px;position:absolute;top:120px;right:-180px}.how-it-works-container{z-index:2;width:min(1200px,100% - 48px);margin:0 auto;position:relative}.how-it-works-header{text-align:center;margin-bottom:70px}.how-it-works-label{color:#0a3f67;letter-spacing:3px;justify-content:center;align-items:center;gap:13px;margin-bottom:22px;font-size:12px;font-weight:800;display:inline-flex}.how-label-dot{background:#df2428;border-radius:50%;width:7px;height:7px;display:inline-block}.how-it-works-heading h2{color:#083f69;letter-spacing:-2.8px;max-width:850px;margin:0 auto;font-size:clamp(42px,5vw,66px);font-weight:850;line-height:1.02}.how-it-works-heading h2 span{color:#df2428;margin-top:7px;display:block}.how-it-works-heading p{color:#022649;max-width:690px;margin:25px auto 0;font-size:16px;line-height:1.8}.how-process{grid-template-columns:repeat(4,1fr);align-items:start;gap:26px;display:grid;position:relative}.how-process-line{opacity:.8;z-index:0;background:linear-gradient(90deg,#0b4670,#0b4670 45%,#df2428 45% 55%,#0b4670 55%,#0b4670);height:2px;position:absolute;top:42px;left:11%;right:11%}.how-process-line:before,.how-process-line:after{content:"";background:#0b4670;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px}.how-process-line:before{left:0}.how-process-line:after{right:0}.how-step{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.how-step-icon-wrapper{z-index:5;background:#fff;border:1px solid #0b4670;border-radius:50%;width:88px;height:88px;margin-bottom:-1px;padding:7px;position:relative}.how-step-icon-wrapper:before{content:"";border:2px solid #0000;border-top-color:#df2428;border-radius:50%;position:absolute;inset:-5px;transform:rotate(30deg)}.how-step-icon-wrapper:after{content:"";background:#df2428;border-radius:50%;width:8px;height:8px;position:absolute;top:19px;right:-3px}.how-step-icon{color:#fff;background:linear-gradient(145deg,#0b416b,#06395f);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:inset 0 0 0 1px #ffffff1f}.how-step-icon span{color:#fff;font-size:28px;line-height:1}.how-step-card{background:linear-gradient(145deg,#fff 0%,#fbfdfe 65%,#f4f8fb 100%);border:1px solid #e0e8ee;border-radius:20px;width:100%;min-height:315px;margin-top:0;padding:30px 28px 25px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden;box-shadow:0 8px 25px #073f670b}.how-step-card:hover{border-color:#aac6d8;transform:translateY(-8px);box-shadow:0 22px 48px #073f671f}.how-step-card-top{justify-content:space-between;align-items:center;display:flex}.how-step-number{color:#083f69;background:#edf4f8;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:850;display:flex}.how-step-arrow{color:#df2428;font-size:20px;transition:transform .3s}.how-step-card:hover .how-step-arrow{transform:translate(3px,-3px)}.how-step-content{margin-top:35px}.how-step-content h3{color:#083f69;letter-spacing:-.4px;max-width:220px;margin:0;font-size:21px;font-weight:850;line-height:1.18}.how-step-red-line{background:#df2428;width:34px;height:2px;margin:17px 0 20px}.how-step-content p{color:#687a8b;margin:0;font-size:13px;line-height:1.75}.how-step-dots{gap:7px;display:flex;position:absolute;bottom:23px;left:28px}.how-step-dots span{background:#e8eef2;border-radius:50%;width:6px;height:6px}.how-step-card:before{content:"";clip-path:polygon(0 0,100% 50%,0 100%);opacity:.9;background:#df2428;width:8px;height:42px;position:absolute;top:65px;left:0}.how-trust-strip{background:linear-gradient(110deg,#073b63,#07527e,#063d66);border-radius:20px;grid-template-columns:repeat(4,1fr);margin-top:30px;padding:23px 28px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 40px #05395b21}.how-trust-strip:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:500px;height:500px;position:absolute;top:-350px;right:-250px}.how-trust-item{align-items:center;gap:15px;min-height:60px;padding:5px 20px;display:flex;position:relative}.how-trust-icon{color:#df2428;background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;display:flex;box-shadow:0 5px 15px #00000014}.how-trust-content{flex-direction:column;gap:4px;display:flex}.how-trust-content strong{color:#fff;font-size:14px;font-weight:800}.how-trust-content span{color:#ffffff9e;font-size:11px;line-height:1.4}.how-trust-divider{background:#ffffff2b;width:1px;height:45px;position:absolute;right:0}@media (width<=1000px){.how-process{grid-template-columns:repeat(2,1fr);gap:25px}.how-process-line{display:none}.how-trust-strip{grid-template-columns:repeat(2,1fr);gap:10px}.how-trust-item:nth-child(2){border-right:none}.how-trust-item:nth-child(3),.how-trust-item:nth-child(4){border-top:1px solid #ffffff1f;padding-top:18px}.how-trust-divider{display:none}}@media (width<=650px){.how-it-works-section{padding:80px 0 75px}.how-it-works-container{width:calc(100% - 30px)}.how-it-works-header{margin-bottom:50px}.how-it-works-label{letter-spacing:2px;gap:9px;font-size:10px}.how-it-works-heading h2{letter-spacing:-2px;font-size:41px}.how-it-works-heading p{font-size:14px;line-height:1.7}.how-process{grid-template-columns:1fr;gap:24px}.how-step-card{min-height:280px;padding:26px 24px 24px}.how-step-content{margin-top:28px}.how-step-icon-wrapper{width:76px;height:76px}.how-step-icon span{font-size:24px}.how-step-content h3{font-size:21px}.how-trust-strip{grid-template-columns:1fr;padding:18px 20px}.how-trust-item{padding:14px 4px}.how-trust-item+.how-trust-item{border-top:1px solid #ffffff1f}.how-trust-divider{display:none}}.machine-showcase-section{background:radial-gradient(circle at 5% 20%,#07466c0b,#0000 24%),#f7fafc;width:100%;padding:120px 0 110px;position:relative;overflow:hidden}.machine-showcase-container{width:min(1200px,100% - 48px);margin:0 auto}.machine-showcase-header{margin-bottom:55px}.machine-showcase-eyebrow{align-items:center;gap:12px;margin-bottom:22px;display:flex}.machine-showcase-eyebrow span{background:#df2428;width:30px;height:2px}.machine-showcase-eyebrow p{color:#0a4269;letter-spacing:2.5px;margin:0;font-size:10px;font-weight:850}.machine-showcase-heading-row{grid-template-columns:1fr .65fr;align-items:end;gap:80px;display:grid}.machine-showcase-heading-row h2{color:#073e67;letter-spacing:-3.5px;margin:0;font-size:clamp(46px,5.5vw,70px);font-weight:900;line-height:.96}.machine-showcase-heading-row h2 strong{color:#df2428;font-weight:900;display:block}.machine-showcase-heading-row>p{color:#6b7d8b;margin:0;font-size:14px;line-height:1.8}.machine-showcase-main{background:#063e63;border-radius:28px;grid-template-columns:1.08fr .92fr;min-height:570px;display:grid;overflow:hidden;box-shadow:0 30px 80px #0537562e}.machine-showcase-visual{background:radial-gradient(circle,#3399cc40,#0000 42%),linear-gradient(145deg,#063a5c,#07537c);min-height:570px;position:relative;overflow:hidden}.machine-visual-grid{opacity:.11;background-image:linear-gradient(#ffffff26 1px,#0000 1px),linear-gradient(90deg,#ffffff26 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 20% 80%,#0000);mask-image:linear-gradient(#0000,#000 20% 80%,#0000)}.machine-visual-glow{background:radial-gradient(circle,#4dbbe73b,#0000 68%);border-radius:50%;width:430px;height:430px;animation:5s ease-in-out infinite machineGlow;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.machine-visual-circle{border:1px solid #ffffff21;border-radius:50%;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.circle-one{width:370px;height:370px;animation:20s linear infinite machineRotate}.circle-two{opacity:.45;border-style:dashed;width:470px;height:470px;animation:28s linear infinite machineRotateReverse}.machine-visual-label{z-index:8;color:#ffffff8c;letter-spacing:2px;align-items:center;gap:8px;font-size:8px;font-weight:850;display:flex;position:absolute;top:28px;left:30px}.machine-visual-label span{background:#df2428;border-radius:50%;width:6px;height:6px;animation:2s infinite machineDot;box-shadow:0 0 0 5px #df24281a}.machine-index{z-index:8;color:#fff;position:absolute;top:25px;right:28px}.machine-index span{letter-spacing:-1px;font-size:29px;font-weight:900}.machine-index small{color:#ffffff59;margin-left:4px;font-size:9px}.machine-showcase-image{z-index:5;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 30px 35px #0000004d);width:82%;max-width:570px;animation:.7s both machineImageIn,6s ease-in-out .7s infinite machineFloat;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}.machine-floating-spec{z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0223378c;border:1px solid #ffffff24;border-radius:9px;align-items:center;gap:10px;padding:10px 13px;display:flex;position:absolute;bottom:55px;left:25px}.machine-floating-spec>span{color:#fff;background:#df2428;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:8px;font-weight:850;display:flex}.machine-floating-spec small,.machine-floating-spec strong{display:block}.machine-floating-spec small{color:#fff6;letter-spacing:1px;font-size:7px}.machine-floating-spec strong{color:#fff;margin-top:3px;font-size:8px}.machine-floating-mark{color:#ffffff1f;letter-spacing:-2px;font-size:42px;font-weight:900;position:absolute;bottom:30px;right:27px}.machine-showcase-info{background:#fff;flex-direction:column;padding:42px;display:flex;position:relative}.machine-info-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.machine-category{color:#08466d;letter-spacing:1px;text-transform:uppercase;background:#edf4f8;border-radius:20px;padding:7px 10px;font-size:8px;font-weight:850}.machine-status{color:#8b99a3;letter-spacing:1px;align-items:center;gap:7px;font-size:7px;font-weight:800;display:flex}.machine-status span{background:#39a96b;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #39a96b1a}.machine-info-content{margin-top:55px;animation:.6s both machineInfoIn}.machine-info-number{color:#c4ced5;letter-spacing:1px;font-size:12px;font-weight:850}.machine-info-content h3{color:#073f67;letter-spacing:-1.7px;max-width:500px;margin:14px 0 0;font-size:clamp(31px,3vw,44px);font-weight:900;line-height:1.02}.machine-title-line{background:#df2428;width:42px;height:2px;margin:20px 0}.machine-info-content>p{color:#70818d;max-width:500px;margin:0;font-size:12px;line-height:1.8}.machine-spec-grid{border-top:1px solid #e5ebef;border-left:1px solid #e5ebef;grid-template-columns:1fr 1fr;margin-top:30px;display:grid}.machine-spec{border-bottom:1px solid #e5ebef;border-right:1px solid #e5ebef;min-height:64px;padding:12px 14px}.machine-spec span{color:#9aa8b2;letter-spacing:1.3px;margin-bottom:5px;font-size:7px;font-weight:850;display:block}.machine-spec strong{color:#174d70;font-size:10px;font-weight:800}.machine-info-actions{gap:10px;margin-top:25px;display:flex}.machine-details-button,.machine-quote-button{cursor:pointer;border-radius:8px;height:45px;font-family:inherit;font-size:10px;font-weight:850;transition:transform .25s,box-shadow .25s}.machine-details-button{color:#08466d;background:#fff;border:1px solid #d8e2e8;flex:1;justify-content:space-between;align-items:center;padding:0 15px;display:flex}.machine-details-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #053a5b14}.machine-details-button strong{color:#df2428;font-size:15px}.machine-quote-button{color:#fff;background:#df2428;border:none;padding:0 21px;box-shadow:0 8px 18px #df24282e}.machine-quote-button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #df242840}.machine-preview-row{border-top:1px solid #e5ebef;grid-template-columns:40px 1fr 1px 1fr 40px;align-items:center;gap:10px;margin-top:auto;padding-top:25px;display:grid}.machine-nav-button{color:#0a466c;cursor:pointer;background:#fff;border:1px solid #dce5ea;border-radius:50%;width:40px;height:40px;font-size:16px;transition:background .25s,color .25s}.machine-nav-button:hover{color:#fff;background:#083f67}.machine-preview-card{align-items:center;gap:9px;min-width:0;display:flex}.machine-preview-card img{object-fit:contain;background:#f2f6f8;border-radius:7px;flex-shrink:0;width:46px;height:46px}.machine-preview-card small,.machine-preview-card strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.machine-preview-card small{color:#a0adb5;letter-spacing:1px;margin-bottom:4px;font-size:6px;font-weight:850}.machine-preview-card strong{color:#174d70;font-size:8px;font-weight:800}.machine-preview-divider{background:#e2e9ed;width:1px;height:38px}.machine-marquee{background:#fff;border-top:1px solid #dfe7ec;border-bottom:1px solid #dfe7ec;width:100%;margin-top:22px;padding:18px 0;position:relative;overflow:hidden}.machine-marquee:before,.machine-marquee:after{content:"";z-index:3;pointer-events:none;width:130px;height:100%;position:absolute;top:0}.machine-marquee:before{background:linear-gradient(90deg,#fff,#0000);left:0}.machine-marquee:after{background:linear-gradient(270deg,#fff,#0000);right:0}.machine-marquee-track{width:max-content;animation:35s linear infinite machineMarquee;display:flex}.machine-marquee-item{color:#557083;letter-spacing:1.1px;text-transform:uppercase;white-space:nowrap;align-items:center;gap:14px;padding:0 28px;font-size:9px;font-weight:850;display:flex}.machine-marquee-dot{color:#df2428;font-size:7px}.machine-showcase-bottom{background:linear-gradient(110deg,#063b60,#074d76);border-radius:17px;justify-content:space-between;align-items:center;gap:30px;margin-top:28px;padding:30px 34px;display:flex}.machine-showcase-bottom span{color:#ffffff80;letter-spacing:2px;font-size:8px;font-weight:850}.machine-showcase-bottom h3{color:#fff;margin:7px 0 0;font-size:21px;font-weight:850}.machine-all-button{color:#fff;border:1px solid #fff3;border-radius:8px;align-items:center;gap:20px;padding:13px 17px;font-size:9px;font-weight:850;text-decoration:none;transition:background .25s,transform .25s;display:flex}.machine-all-button strong{color:#ef3b3f;font-size:15px}.machine-all-button:hover{background:#ffffff14;transform:translateY(-2px)}@keyframes machineImageIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes machineInfoIn{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes machineFloat{0%,to{margin-top:0}50%{margin-top:-8px}}@keyframes machineGlow{0%,to{opacity:.65;transform:translate(-50%,-50%)scale(.95)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}@keyframes machineRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes machineRotateReverse{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes machineDot{0%,to{box-shadow:0 0 0 4px #df24281a}50%{box-shadow:0 0 0 8px #df242805}}@keyframes machineMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1000px){.machine-showcase-heading-row{grid-template-columns:1fr;gap:25px}.machine-showcase-main{grid-template-columns:1fr}.machine-showcase-visual{min-height:500px}.machine-showcase-info{min-height:570px}}@media (width<=650px){.machine-showcase-section{padding:85px 0}.machine-showcase-container{width:calc(100% - 30px)}.machine-showcase-heading-row h2{letter-spacing:-2.5px;font-size:44px}.machine-showcase-main{border-radius:20px}.machine-showcase-visual{min-height:390px}.machine-showcase-image{width:108%}.machine-visual-circle.circle-one{width:270px;height:270px}.machine-visual-circle.circle-two{width:340px;height:340px}.machine-floating-spec{transform-origin:0 100%;bottom:25px;left:12px;transform:scale(.82)}.machine-floating-mark{font-size:30px;bottom:18px;right:18px}.machine-showcase-info{min-height:auto;padding:27px}.machine-info-content{margin-top:40px}.machine-info-content h3{font-size:31px}.machine-spec-grid{grid-template-columns:1fr}.machine-info-actions{flex-direction:column}.machine-quote-button{width:100%}.machine-preview-row{grid-template-columns:38px 1fr 1fr 38px;gap:6px}.machine-preview-divider{display:none}.machine-preview-card{overflow:hidden}.machine-preview-card img{width:38px;height:38px}.machine-preview-card strong{font-size:7px}.machine-showcase-bottom{flex-direction:column;align-items:flex-start;padding:25px}.machine-all-button{justify-content:space-between;width:100%}}.machine-quote-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#021623b8;justify-content:center;align-items:center;padding:20px;animation:.25s both quoteOverlayIn;display:flex;position:fixed;inset:0}.machine-quote-modal{background:linear-gradient(145deg,#fff,#f7fafc);border:1px solid #ffffff26;border-radius:24px;width:min(590px,100%);max-height:92vh;padding:34px;animation:.4s cubic-bezier(.16,1,.3,1) both quoteModalIn;position:relative;overflow-y:auto;box-shadow:0 40px 100px #0000004d}.machine-quote-close{color:#083f67;cursor:pointer;background:#fff;border:1px solid #dce5ea;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:22px;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:18px;right:18px}.machine-quote-close:hover{color:#fff;background:#df2428;border-color:#df2428;transform:rotate(90deg)}.machine-quote-modal-top{justify-content:space-between;align-items:center;padding-right:48px;display:flex}.machine-quote-modal-label{color:#df2428;letter-spacing:2px;align-items:center;gap:8px;font-size:9px;font-weight:900;display:flex}.machine-quote-modal-label:before{content:"";background:#df2428;width:25px;height:2px}.machine-quote-modal-top>span{color:#dbe4e9;letter-spacing:2px;font-size:22px;font-weight:900}.machine-quote-modal-heading{margin-top:32px}.machine-quote-modal-heading p{color:#94a2ab;letter-spacing:2px;margin:0 0 8px;font-size:8px;font-weight:850}.machine-quote-modal-heading h2{color:#073f67;letter-spacing:-1.5px;max-width:460px;margin:0;font-size:36px;font-weight:900;line-height:1.05}.machine-quote-modal-heading h2 strong{color:#df2428;display:block}.selected-machine-box{background:#f7fafc;border:1px solid #dce6ec;border-radius:13px;align-items:center;gap:16px;margin-top:25px;padding:13px;display:flex}.selected-machine-box img{object-fit:contain;background:#fff;border-radius:9px;flex-shrink:0;width:75px;height:75px}.selected-machine-box small,.selected-machine-box strong,.selected-machine-box span{display:block}.selected-machine-box small{color:#9aa7b0;letter-spacing:1.3px;margin-bottom:5px;font-size:7px;font-weight:850}.selected-machine-box strong{color:#083f67;font-size:14px;line-height:1.2}.selected-machine-box span{color:#8b99a3;margin-top:5px;font-size:9px}.machine-quote-form{margin-top:24px}.machine-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.machine-form-field{margin-bottom:15px}.machine-form-field label{color:#597082;letter-spacing:1.4px;margin-bottom:7px;font-size:8px;font-weight:850;display:block}.machine-form-field input,.machine-form-field textarea{box-sizing:border-box;color:#173f5d;background:#fff;border:1px solid #dbe5ea;border-radius:8px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.machine-form-field input{height:46px}.machine-form-field textarea{resize:vertical;min-height:85px}.machine-form-field input::placeholder,.machine-form-field textarea::placeholder{color:#b2bdc4}.machine-form-field input:focus,.machine-form-field textarea:focus{border-color:#4e88a9;box-shadow:0 0 0 3px #07497112}.machine-submit-button{color:#fff;cursor:pointer;background:linear-gradient(100deg,#df2428,#c91f23);border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 18px;font-family:inherit;font-size:11px;font-weight:850;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 25px #df24282b}.machine-submit-button strong{font-size:18px;transition:transform .25s}.machine-submit-button:hover{transform:translateY(-2px);box-shadow:0 17px 32px #df242840}.machine-submit-button:hover strong{transform:translate(4px)}.machine-form-note{color:#9aa7af;text-align:center;margin:12px 0 0;font-size:8px;line-height:1.6}@media (width<=650px){.machine-quote-overlay{align-items:flex-end;padding:10px}.machine-quote-modal{border-radius:22px 22px 16px 16px;max-height:94vh;padding:27px 22px}.machine-quote-modal-heading{margin-top:25px}.machine-quote-modal-heading h2{font-size:30px}.machine-form-row{grid-template-columns:1fr}.selected-machine-box img{width:62px;height:62px}.selected-machine-box strong{font-size:12px}}.featured-machinery{background:#fff;width:100%;padding:82px 0;overflow:hidden}.featured-machinery-container{width:calc(100% - 90px);max-width:1200px;margin:0 auto}.featured-machinery-header{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:32px;display:flex}.featured-machinery-eyebrow{color:#e93828;letter-spacing:1.8px;align-items:center;gap:8px;margin-bottom:11px;font-size:8px;font-weight:900;display:flex}.featured-machinery-eyebrow span{background:#e93828;width:24px;height:2px}.featured-machinery-header h2{color:#073f6e;letter-spacing:-2.4px;margin:0;font-size:clamp(36px,4vw,52px);font-weight:800;line-height:.98}.featured-machinery-header h2 strong{color:#e93828;font-weight:800;display:block}.featured-machinery-header-copy{width:310px}.featured-machinery-header-copy p{color:#81909a;margin:0 0 14px;font-size:9px;line-height:1.7}.featured-machinery-header-copy button{color:#073f6e;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:8px;font-weight:900;display:inline-flex}.featured-machinery-header-copy button span{color:#e93828;font-size:14px;transition:transform .25s}.featured-machinery-header-copy button:hover span{transform:translate(5px)}.featured-machinery-showcase{background:#f4f7f8;border:1px solid #dfe7eb;border-radius:16px;grid-template-columns:200px minmax(0,1fr);width:100%;height:450px;display:grid;overflow:hidden;box-shadow:0 15px 45px #073f6e12}.featured-machine-selector{background:#fff;border-right:1px solid #dfe7eb;flex-direction:column;min-width:0;display:flex}.featured-selector-heading{color:#073f6e;letter-spacing:1.3px;border-bottom:1px solid #e8edef;flex-shrink:0;justify-content:space-between;align-items:center;height:47px;padding:0 13px;font-size:7px;font-weight:900;display:flex}.featured-selector-heading small{color:#a1adb5;font-size:7px}.featured-machine-list{scrollbar-width:thin;scrollbar-color:#d9e1e5 transparent;flex:1;overflow-y:auto}.featured-machine-list::-webkit-scrollbar{width:3px}.featured-machine-list::-webkit-scrollbar-thumb{background:#d9e1e5;border-radius:5px}.featured-machine-item{text-align:left;cursor:pointer;box-sizing:border-box;background:#fff;border:none;border-bottom:1px solid #edf1f3;grid-template-columns:42px minmax(0,1fr) 13px;align-items:center;gap:8px;width:100%;min-height:66px;padding:8px 10px;font-family:inherit;transition:background .25s,padding .25s;display:grid;position:relative}.featured-machine-item:before{content:"";transform-origin:50%;background:#e93828;width:3px;transition:transform .25s;position:absolute;top:10px;bottom:10px;left:0;transform:scaleY(0)}.featured-machine-item:hover{background:#f8fafb;padding-left:13px}.featured-machine-item.active{background:linear-gradient(90deg,#f2f7fa,#fff)}.featured-machine-item.active:before{transform:scaleY(1)}.featured-machine-thumb{background:#edf2f4;border-radius:6px;width:42px;height:48px;overflow:hidden}.featured-machine-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.featured-machine-item:hover .featured-machine-thumb img,.featured-machine-item.active .featured-machine-thumb img{transform:scale(1.08)}.featured-machine-item-info{min-width:0}.featured-machine-item-info>span{color:#e93828;letter-spacing:.8px;margin-bottom:3px;font-size:5px;font-weight:900;display:block}.featured-machine-item-info strong{color:#23465d;white-space:nowrap;text-overflow:ellipsis;font-size:7px;font-weight:800;line-height:1.25;display:block;overflow:hidden}.featured-machine-item-info small{color:#9aa6ae;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:5px;display:block;overflow:hidden}.featured-machine-item-arrow{color:#a8b2b9;font-size:10px;transition:color .25s,transform .25s}.featured-machine-item:hover .featured-machine-item-arrow,.featured-machine-item.active .featured-machine-item-arrow{color:#e93828;transform:translate(2px)}.featured-machine-stage{cursor:default;background:#e7edf0;min-width:0;height:100%;position:relative;overflow:hidden}.featured-stage-background{background:radial-gradient(circle at 65% 48%,#ffffffd9,#0000 45%),linear-gradient(135deg,#edf3f5,#dfe8ec);position:absolute;inset:0}.featured-machine-video,.featured-machine-image{z-index:2;object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s,filter .35s;display:block;position:absolute;inset:0}.featured-machine-stage:hover .featured-machine-video,.featured-machine-stage:hover .featured-machine-image{transform:scale(1.025)}.featured-stage-top{z-index:8;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:15px;left:17px;right:17px}.featured-live-indicator{color:#073f6e;letter-spacing:.9px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc2;border:1px solid #073f6e1f;border-radius:5px;align-items:center;gap:6px;padding:6px 8px;font-size:5px;font-weight:900;display:flex}.featured-live-indicator span{background:#e93828;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #e938281a}.featured-stage-number{color:#073f6e;letter-spacing:.8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc2;border:1px solid #073f6e1f;border-radius:5px;padding:6px 8px;font-size:5px;font-weight:900}.featured-stage-caption{z-index:6;transition:opacity .25s,transform .25s;position:absolute;bottom:19px;left:22px;right:22px}.featured-stage-caption.hidden{opacity:0;transform:translateY(8px)}.featured-stage-caption span{color:#e93828;letter-spacing:1px;margin-bottom:5px;font-size:6px;font-weight:900;display:block}.featured-stage-caption h3{color:#073f6e;margin:0;font-size:25px;line-height:1}.featured-machine-overlay{z-index:10;opacity:0;visibility:hidden;box-sizing:border-box;background:linear-gradient(135deg,#042c4bf5,#05466ce8);flex-direction:column;justify-content:space-between;padding:25px 27px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;inset:0;transform:translateY(12px)}.featured-machine-overlay.visible{opacity:1;visibility:visible;transform:translateY(0)}.featured-overlay-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.featured-overlay-top>div:first-child>span{color:#ffffff7a;letter-spacing:1.5px;margin-bottom:8px;font-size:6px;font-weight:900;display:block}.featured-overlay-top h3{color:#fff;letter-spacing:-1px;margin:0;font-size:30px;line-height:1}.featured-overlay-number{color:#e93828;border:1px solid #ffffff2b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:9px;font-weight:900;display:flex}.featured-overlay-description{color:#ffffffa6;max-width:570px;margin:auto 0 23px;font-size:9px;line-height:1.7}.featured-overlay-specs{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);margin-bottom:20px;display:grid}.featured-overlay-specs>div{border-right:1px solid #ffffff1a;padding:11px 12px}.featured-overlay-specs>div:last-child{border-right:none}.featured-overlay-specs span{color:#fff6;letter-spacing:.8px;margin-bottom:5px;font-size:5px;font-weight:900;display:block}.featured-overlay-specs strong{color:#fff;font-size:7px;line-height:1.3;display:block}.featured-overlay-actions{gap:8px;display:flex}.featured-overlay-explore,.featured-overlay-quote{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:11px;min-height:40px;padding:0 14px;font-family:inherit;font-size:7px;font-weight:900;transition:all .25s;display:inline-flex}.featured-overlay-explore{color:#fff;background:#ffffff12;border:1px solid #ffffff40;flex:1}.featured-overlay-explore:hover{background:#ffffff26}.featured-overlay-quote{color:#fff;background:#e93828;border:1px solid #e93828;flex:1}.featured-overlay-quote:hover{background:#d82f20;transform:translateY(-2px)}.featured-hover-hint{z-index:7;color:#073f6e;letter-spacing:.7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border:1px solid #073f6e1f;border-radius:5px;align-items:center;gap:8px;padding:7px 9px;font-size:5px;font-weight:900;display:flex;position:absolute;bottom:17px;right:18px}.featured-hover-hint i{color:#e93828;font-size:10px;font-style:normal}.featured-machinery-bottom{background:#f8fafb;border:1px solid #e3e9ec;border-top:none;border-radius:0 0 10px 10px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:62px;padding:0 18px;display:grid}.featured-bottom-status{color:#073f6e;letter-spacing:.8px;align-items:center;gap:7px;font-size:6px;font-weight:900;display:flex}.featured-bottom-status span{background:#e93828;border-radius:50%;width:5px;height:5px}.featured-machinery-bottom p{color:#8a979f;margin:0;font-size:7px}.featured-machinery-bottom button{color:#073f6e;cursor:pointer;background:0 0;border:none;align-items:center;gap:9px;font-family:inherit;font-size:7px;font-weight:900;display:flex}.featured-machinery-bottom button span{color:#e93828;font-size:13px;transition:transform .25s}.featured-machinery-bottom button:hover span{transform:translate(4px)}@media (width<=900px){.featured-machinery-container{width:calc(100% - 50px)}.featured-machinery-showcase{grid-template-columns:175px minmax(0,1fr)}.featured-machine-item{grid-template-columns:38px minmax(0,1fr) 10px}.featured-machine-thumb{width:38px;height:44px}.featured-overlay-specs{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.featured-machinery{padding:65px 0}.featured-machinery-container{width:calc(100% - 28px)}.featured-machinery-header{flex-direction:column;align-items:flex-start;gap:18px}.featured-machinery-header-copy{width:100%}.featured-machinery-header h2{font-size:38px}.featured-machinery-showcase{grid-template-columns:1fr;height:auto}.featured-machine-selector{border-bottom:1px solid #dfe7eb;border-right:none}.featured-selector-heading{height:42px}.featured-machine-list{display:flex;overflow:auto hidden}.featured-machine-item{border-bottom:none;border-right:1px solid #edf1f3;grid-template-columns:38px minmax(0,1fr);min-width:150px}.featured-machine-item-arrow{display:none}.featured-machine-stage{height:360px}.featured-stage-caption h3{font-size:21px}.featured-machine-overlay{padding:20px}.featured-overlay-top h3{font-size:23px}.featured-overlay-specs{grid-template-columns:repeat(2,1fr)}.featured-machinery-bottom{border-top:1px solid #e3e9ec;grid-template-columns:1fr;gap:9px;padding:15px}}@media (prefers-reduced-motion:reduce){.featured-machine-image,.featured-machine-video,.featured-machine-overlay,.featured-stage-caption{transition:none}}.industries-section{color:#073f67;background:#fff;padding:125px 0;position:relative;overflow:hidden}.industries-section:before{content:"";pointer-events:none;border:1px solid #073f670d;border-radius:50%;width:700px;height:700px;position:absolute;top:100px;right:-350px}.industries-section:after{content:"";pointer-events:none;background:#073f6706;border-radius:50%;width:450px;height:450px;position:absolute;bottom:-200px;left:-300px}.industries-container{z-index:2;width:min(1200px,100% - 48px);margin:0 auto;position:relative}.industries-header{grid-template-columns:1fr .5fr;align-items:end;gap:80px;margin-bottom:55px;display:grid}.industries-label{align-items:center;gap:8px;margin-bottom:16px;display:flex}.industries-label span{background:#df2428;border-radius:50%;width:7px;height:7px}.industries-label p{color:#8b9ba5;letter-spacing:2px;margin:0;font-size:8px;font-weight:900}.industries-header h2{color:#073f67;letter-spacing:-3.5px;margin:0;font-size:clamp(45px,5vw,68px);font-weight:900;line-height:.94}.industries-header h2 span{color:#df2428;display:block}.industries-header-description{color:#71838e;max-width:350px;margin:0;font-size:11px;line-height:1.9}.industries-layout{background:#fff;border:1px solid #dbe5ea;border-radius:24px;grid-template-columns:310px 1fr;min-height:610px;display:grid;overflow:hidden;box-shadow:0 25px 70px #073f6714}.industries-menu{background:#f6f9fa;border-right:1px solid #e0e8ec;padding:25px 20px}.industries-menu-heading{justify-content:space-between;align-items:center;padding:7px 12px 18px;display:flex}.industries-menu-heading span{color:#80919b;letter-spacing:1.5px;font-size:7px;font-weight:900}.industries-menu-heading small{color:#a2afb6;font-size:7px;font-weight:800}.industries-menu-list{flex-direction:column;gap:3px;display:flex}.industry-menu-item{color:#748792;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:35px 1fr 25px;align-items:center;gap:8px;width:100%;min-height:59px;padding:0 14px;font-family:inherit;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:grid;position:relative}.industry-menu-item:hover{color:#073f67;background:#fff;transform:translate(3px)}.industry-menu-item.active{color:#fff;background:#073f67;box-shadow:0 12px 25px #073f6729}.industry-number{opacity:.45;font-size:8px;font-weight:900}.industry-menu-title{font-size:10px;font-weight:800}.industry-menu-arrow{text-align:right;opacity:.5;font-size:13px;transition:transform .25s}.industry-menu-item:hover .industry-menu-arrow,.industry-menu-item.active .industry-menu-arrow{opacity:1;transform:translate(4px)}.industry-feature-panel{color:#fff;background:linear-gradient(135deg,#073f67 0%,#075b87 100%);flex-direction:column;justify-content:space-between;min-width:0;padding:35px;animation:.4s both industryPanelEnter;display:flex;position:relative;overflow:hidden}@keyframes industryPanelEnter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.industry-image-wrapper{width:48%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.industry-machine-image{object-fit:cover;object-position:center;opacity:.88;filter:saturate(.9)contrast(1.05);width:100%;height:100%;transition:transform .8s;display:block;transform:scale(1.03)}.industry-feature-panel:hover .industry-machine-image{transform:scale(1.08)}.industry-image-overlay{background:linear-gradient(90deg,#073f67 0%,#073f67f0 12%,#073f676b 65%,#073f672e 100%);position:absolute;inset:0}.industry-image-number{color:#ffffff1f;font-size:150px;font-weight:900;line-height:1;position:absolute;top:20px;right:30px}.industry-image-label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;letter-spacing:1.4px;background:#0000001f;border:1px solid #ffffff2e;border-radius:4px;padding:7px 10px;font-size:6px;font-weight:900;position:absolute;bottom:28px;right:28px}.industry-feature-content{z-index:3;grid-template-columns:1fr;gap:35px;width:58%;margin-top:20px;display:grid;position:relative}.industry-feature-main{max-width:480px}.industry-feature-top{align-items:center;gap:14px;margin-bottom:18px;display:flex}.industry-feature-top span{color:#ffffff6b;letter-spacing:1.8px;font-size:7px;font-weight:900}.industry-feature-line{background:#fff3;width:45px;height:1px}.industry-feature-main h3{color:#fff;letter-spacing:-2.5px;margin:0 0 18px;font-size:clamp(38px,4vw,53px);font-weight:900;line-height:.98}.industry-feature-main p{color:#ffffffa6;max-width:430px;margin:0;font-size:10px;line-height:1.8}.industry-explore-button{color:#fff;cursor:pointer;background:#df2428;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:35px;min-width:185px;margin-top:25px;padding:13px 15px;font-family:inherit;font-size:9px;font-weight:850;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.industry-explore-button strong{font-size:15px}.industry-explore-button:hover{background:#c91e22;transform:translateY(-3px);box-shadow:0 15px 30px #df242840}.industry-machine-list{border-top:1px solid #ffffff1f;max-width:460px}.machine-list-label{color:#ffffff59;letter-spacing:1.4px;padding:14px 0 8px;font-size:6px;font-weight:900;display:block}.industry-machine-item{border-top:1px solid #ffffff17;grid-template-columns:25px 1fr 20px;align-items:center;gap:8px;min-height:48px;display:grid}.industry-machine-item>span{color:#ffffff59;font-size:7px;font-weight:900}.industry-machine-item strong{color:#ffffffc7;font-size:9px;font-weight:700}.industry-machine-item b{color:#ef3b3f;text-align:right;font-size:12px}.industry-feature-bottom{z-index:4;justify-content:space-between;align-items:center;margin-top:20px;display:flex;position:relative}.industry-progress{align-items:center;gap:5px;display:flex}.industry-progress button{cursor:pointer;background:#fff3;border:none;border-radius:20px;width:18px;height:3px;padding:0;transition:width .25s,background .25s}.industry-progress button.active{background:#ef3b3f;width:35px}.industry-controls{gap:6px;display:flex}.industry-controls button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:50%;width:34px;height:34px;transition:all .25s}.industry-controls button:hover{color:#073f67;background:#fff}.industries-bottom{background:#f7fafb;border:1px solid #dfe8ec;border-radius:14px;grid-template-columns:.55fr .7fr 1.6fr;gap:20px;margin-top:22px;padding:23px 25px;display:grid}.industry-stat{border-right:1px solid #dfe7eb;padding-right:20px}.industry-stat span{color:#073f67;margin-bottom:4px;font-size:24px;font-weight:900;display:block}.industry-stat p{color:#91a0a9;letter-spacing:1px;margin:0;font-size:7px;font-weight:900}.industries-bottom-text{justify-content:space-between;align-items:center;gap:20px;display:flex}.industries-bottom-text p{color:#607986;margin:0 0 3px;font-size:10px;font-weight:750}.industries-bottom-text small{color:#9aa9b0;font-size:8px}.industries-bottom-text button{color:#073f67;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d7e2e7;border-radius:5px;padding:10px 14px;font-family:inherit;font-size:8px;font-weight:900;transition:all .25s}.industries-bottom-text button:hover{color:#fff;background:#073f67;border-color:#073f67}@media (width<=950px){.industries-header{grid-template-columns:1fr;gap:20px}.industries-layout{grid-template-columns:250px 1fr}.industry-feature-panel{padding:30px}.industry-image-wrapper{width:42%}.industry-feature-content{width:70%}}@media (width<=700px){.industries-section{padding:85px 0}.industries-container{width:calc(100% - 30px)}.industries-header h2{letter-spacing:-2px;font-size:44px}.industries-layout{grid-template-columns:1fr}.industries-menu{border-bottom:1px solid #e0e8ec;border-right:none;padding:12px}.industries-menu-heading{display:none}.industries-menu-list{flex-direction:row;padding-bottom:3px;overflow-x:auto}.industry-menu-item{border:1px solid #dfe7eb;border-radius:7px;min-width:165px;min-height:50px}.industry-menu-item.active{border-color:#073f67}.industry-feature-panel{min-height:680px;padding:28px 22px}.industry-image-wrapper{width:100%;height:43%;position:absolute;top:auto;bottom:0}.industry-image-overlay{background:linear-gradient(#073f67 0%,#073f67c7 35%,#073f6747 100%)}.industry-feature-content{width:100%;margin-top:10px}.industry-feature-main h3{font-size:35px}.industry-feature-main p,.industry-machine-list{max-width:100%}.industry-feature-number{display:none}.industries-bottom{grid-template-columns:1fr 1fr}.industries-bottom-text{border-top:1px solid #dfe7eb;grid-column:1/-1;padding-top:18px}}@media (width<=450px){.industry-feature-panel{min-height:700px}.industry-feature-main h3{font-size:31px}.industry-machine-item strong{font-size:8px}.industries-bottom{grid-template-columns:1fr}.industry-stat{border-bottom:1px solid #dfe7eb;border-right:none;padding-bottom:14px}.industries-bottom-text{border-top:none;flex-direction:column;grid-column:auto;align-items:flex-start}}.premium-cta-section{background:#f5f8fb;width:100%;padding:110px 0;overflow:hidden}.premium-cta-container{background:linear-gradient(135deg,#063f70 0%,#07558e 48%,#063b69 100%);border-radius:34px;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;width:min(1250px,100% - 80px);min-height:650px;margin:0 auto;padding:80px;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 80px #042d4e2e}.premium-cta-grid-pattern{opacity:.08;pointer-events:none;background-image:linear-gradient(#ffffff80 1px,#0000 1px),linear-gradient(90deg,#ffffff80 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 85%);mask-image:linear-gradient(90deg,#000,#0000 85%)}.premium-cta-glow{pointer-events:none;border-radius:50%;position:absolute}.premium-cta-glow-one{background:#ffffff14;width:420px;height:420px;top:-160px;right:-160px}.premium-cta-glow-two{background:#ff46231f;width:350px;height:350px;bottom:-180px;left:-180px}.premium-cta-content{z-index:3;max-width:650px;position:relative}.premium-cta-label{color:#ffffffc7;letter-spacing:2.5px;align-items:center;gap:10px;margin-bottom:24px;font-size:12px;font-weight:700;display:inline-flex}.premium-cta-label-dot{background:#f61d00;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #ff4b321f}.premium-cta-content h2{color:#fff;letter-spacing:-3px;margin:0;font-size:clamp(48px,5vw,78px);font-weight:800;line-height:.98}.premium-cta-content h2 span{color:#fa1900;margin-top:10px;display:block}.premium-cta-description{color:#ffffffbd;max-width:590px;margin:32px 0 30px;font-size:16px;line-height:1.8}.premium-cta-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 28px;margin-bottom:36px;display:grid}.premium-cta-trust-item{color:#ffffffe6;align-items:center;gap:10px;font-size:13px;display:flex}.premium-cta-check{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;font-size:11px;display:inline-flex}.premium-cta-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.premium-cta-primary,.premium-cta-secondary{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:22px;min-height:56px;padding:0 23px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.premium-cta-primary{color:#fff;background:#ff4933;border:1px solid #f71c04;box-shadow:0 12px 28px #ff49333d}.premium-cta-primary:hover{background:#f71900;transform:translateY(-3px);box-shadow:0 18px 35px #ff493352}.premium-cta-arrow{font-size:20px;transition:transform .3s}.premium-cta-primary:hover .premium-cta-arrow{transform:translate(5px)}.premium-cta-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff3d}.premium-cta-secondary:hover{background:#ffffff21;transform:translateY(-3px)}.premium-cta-secondary-arrow{color:#fc1b02;font-size:18px}.premium-cta-visual{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.premium-cta-machine-card{z-index:3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1c;border:1px solid #ffffff38;border-radius:24px;width:min(100%,480px);padding:20px;animation:5s ease-in-out infinite premiumMachineFloat;position:relative;box-shadow:0 30px 60px #00000038}.premium-cta-machine-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.premium-cta-machine-number{color:#fff;background:#ffffff24;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.premium-cta-machine-status{color:#ffffff9e;letter-spacing:2px;font-size:10px;font-weight:700}.premium-cta-machine-image-wrapper{background:#edf3f7;border-radius:18px;height:280px;position:relative;overflow:hidden}.premium-cta-machine-image-bg{background:radial-gradient(circle at 50% 45%,#fffffff2,#dce9f2cc);position:absolute;inset:0}.premium-cta-machine-image{z-index:2;object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .6s;position:relative}.premium-cta-machine-card:hover .premium-cta-machine-image{transform:scale(1.06)}.premium-cta-machine-info{justify-content:space-between;align-items:flex-end;gap:20px;padding:20px 4px 4px;display:flex}.premium-cta-small-label{color:#ffffff8c;letter-spacing:1.8px;margin-bottom:6px;font-size:9px;font-weight:700;display:block}.premium-cta-machine-info h3{color:#fff;margin:0 0 7px;font-size:22px}.premium-cta-machine-info p{color:#ffffffa1;max-width:270px;margin:0;font-size:11px;line-height:1.6}.premium-cta-machine-badge{color:#fff;background:#fe1c03;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:74px;height:74px;font-size:10px;font-weight:700;display:flex}.premium-cta-floating-card{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#083a60b8;border:1px solid #fff3;border-radius:13px;align-items:center;gap:11px;padding:13px 16px;display:flex;position:absolute;box-shadow:0 15px 35px #0000002e}.floating-icon{color:#f71b03;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.premium-cta-floating-card strong{font-size:12px;display:block}.premium-cta-floating-card small{color:#ffffff8c;margin-top:3px;font-size:9px;display:block}.floating-card-one{animation:4s ease-in-out infinite floatingOne;top:70px;right:-15px}.floating-card-two{animation:4.5s ease-in-out infinite floatingTwo;bottom:65px;left:-20px}.premium-cta-visual-orbit{border:1px solid #ffffff1a;border-radius:50%;position:absolute}.orbit-one{width:500px;height:500px}.orbit-two{width:390px;height:390px}.expert-popup-overlay{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03121fb8;justify-content:center;align-items:center;padding:25px;animation:.25s popupOverlayIn;display:flex;position:fixed;inset:0}.expert-popup{background:linear-gradient(145deg,#fff,#f5f9fc);border:1px solid #ffffffbf;border-radius:28px;width:min(100%,560px);max-height:92vh;padding:42px;animation:.3s popupIn;position:relative;overflow-y:auto;box-shadow:0 35px 90px #0000004d}.expert-popup-close{color:#17364f;cursor:pointer;background:#fff;border:1px solid #e2e8ee;border-radius:50%;width:38px;height:38px;font-size:24px;line-height:1;transition:all .25s;position:absolute;top:18px;right:18px}.expert-popup-close:hover{color:#fff;background:#fe1b02;border-color:#ff4933;transform:rotate(90deg)}.expert-popup-icon{color:#fff;background:#073f6e;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;font-size:23px;display:flex;box-shadow:0 12px 25px #073f6e33}.expert-popup-label{color:#fe1d04;letter-spacing:2px;margin-bottom:10px;font-size:11px;font-weight:800}.expert-popup h3{color:#083c66;letter-spacing:-1.5px;margin:0;font-size:40px;line-height:1.05}.expert-popup h3 span{color:#fd1b02;display:block}.expert-popup-description{color:#647586;margin:18px 0 25px;font-size:14px;line-height:1.75}.customer-care-card{background:linear-gradient(135deg,#f4f9fc,#fff);border:1px solid #dce7ef;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:18px 20px;display:flex}.customer-care-small{color:#81909e;letter-spacing:1.5px;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.customer-care-left strong{color:#073f6e;font-size:22px;display:block}.customer-care-status{color:#4b9c67;margin-top:5px;font-size:10px;display:block}.customer-care-phone{color:#fff;background:#073f6e;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;display:flex}.expert-popup-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.expert-call-button,.expert-callback-button{cursor:pointer;text-align:left;border-radius:15px;grid-template-columns:34px 1fr 20px;align-items:center;gap:10px;min-height:78px;padding:14px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid}.expert-call-button{color:#fff;background:#073f6e;border:1px solid #073f6e}.expert-callback-button{color:#073f6e;background:#fff;border:1px solid #d9e4ec}.expert-call-button:hover,.expert-callback-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #073f6e1f}.expert-call-button>span,.expert-callback-button>span{font-size:18px}.expert-call-button strong,.expert-callback-button strong{font-size:12px;display:block}.expert-call-button small,.expert-callback-button small{opacity:.65;margin-top:3px;font-size:9px;display:block}.expert-call-button b,.expert-callback-button b{font-size:18px}.expert-popup-info{border-top:1px solid #e5ebef;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px;padding-top:18px;display:grid}.expert-popup-info div{align-items:flex-start;gap:7px;display:flex}.expert-popup-info span{color:#fb1a01;font-size:12px}.expert-popup-info p{color:#778694;margin:0;font-size:9px;line-height:1.4}.callback-back-button{color:#5f7283;cursor:pointer;background:0 0;border:none;margin-bottom:20px;padding:0;font-size:12px;font-weight:700}.callback-form{flex-direction:column;gap:15px;display:flex}.callback-input-group{flex-direction:column;gap:7px;display:flex}.callback-input-group label{color:#26445c;font-size:11px;font-weight:700}.callback-input-group input,.callback-input-group textarea{box-sizing:border-box;color:#183b56;background:#fff;border:1px solid #dbe5ec;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:13px;transition:all .25s}.callback-input-group textarea{resize:vertical}.callback-input-group input:focus,.callback-input-group textarea:focus{border-color:#07558e;box-shadow:0 0 0 3px #07558e14}.callback-submit-button{color:#fff;cursor:pointer;background:#fc1c04;border:none;border-radius:10px;justify-content:center;align-items:center;gap:15px;min-height:52px;margin-top:4px;font-family:inherit;font-size:13px;font-weight:800;transition:all .25s;display:flex;box-shadow:0 12px 25px #ff493333}.callback-submit-button:hover{background:#f41c04;transform:translateY(-2px);box-shadow:0 16px 30px #ff493347}.callback-success{text-align:center;padding:20px 5px}.callback-success-icon{color:#29904c;background:#e9f7ee;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 22px;font-size:30px;font-weight:800;display:flex}.callback-success h3{margin-bottom:15px}.callback-success p{color:#687b8b;font-size:13px;line-height:1.7}.callback-success-button{color:#fff;cursor:pointer;background:#073f6e;border:none;border-radius:9px;min-width:130px;min-height:45px;margin-top:15px;font-weight:700}@keyframes premiumMachineFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatingOne{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatingTwo{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes popupOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes popupIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1050px){.premium-cta-container{grid-template-columns:1fr;width:min(100% - 40px,900px);padding:60px 45px}.premium-cta-content{max-width:750px}.premium-cta-visual{min-height:460px}.floating-card-one{right:0}.floating-card-two{left:0}}@media (width<=650px){.premium-cta-section{padding:70px 0}.premium-cta-container{border-radius:24px;grid-template-columns:1fr;gap:25px;width:calc(100% - 24px);padding:45px 22px}.premium-cta-content h2{letter-spacing:-2px;font-size:43px}.premium-cta-description{font-size:14px}.premium-cta-trust{grid-template-columns:1fr}.premium-cta-actions{flex-direction:column;align-items:stretch}.premium-cta-primary,.premium-cta-secondary{width:100%}.premium-cta-visual{min-height:390px}.premium-cta-machine-card{width:100%;padding:14px}.premium-cta-machine-image-wrapper{height:220px}.premium-cta-machine-info h3{font-size:18px}.premium-cta-machine-info p{font-size:10px}.premium-cta-machine-badge{min-width:58px;height:58px}.premium-cta-floating-card{padding:9px 11px}.floating-card-one{top:35px;right:-5px}.floating-card-two{bottom:35px;left:-5px}.orbit-one{width:350px;height:350px}.orbit-two{width:280px;height:280px}.expert-popup-overlay{padding:12px}.expert-popup{border-radius:22px;padding:30px 20px}.expert-popup h3{font-size:32px}.customer-care-left strong{font-size:18px}.expert-popup-actions,.expert-popup-info{grid-template-columns:1fr}}.quote-popup{max-width:590px}.quote-popup select{box-sizing:border-box;color:#183b56;cursor:pointer;background:#fff;border:1px solid #dbe5ec;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:13px;transition:all .25s}.quote-popup select:focus{border-color:#07558e;box-shadow:0 0 0 3px #07558e14}.quote-popup-note{border-top:1px solid #e5ebef;align-items:flex-start;gap:8px;margin-top:15px;padding-top:15px;display:flex}.quote-popup-note span{color:#fd1e05;font-weight:800}.quote-popup-note p{color:#718291;margin:0;font-size:10px;line-height:1.5}.client-trust-section{background:#fff;width:100%;padding:110px 0 90px;overflow:hidden}.client-trust-container{width:min(1250px,100% - 70px);margin:0 auto}.client-trust-header{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:45px;display:flex}.client-trust-title{max-width:650px}.client-trust-eyebrow{letter-spacing:2px;text-transform:uppercase;color:#174d78;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:800;display:inline-flex}.client-trust-eyebrow span{background:#e33b2f;width:30px;height:2px;display:block}.client-trust-title h2{letter-spacing:-2.5px;color:#123f65;margin:0;font-size:clamp(42px,5vw,68px);font-weight:700;line-height:.98}.client-trust-title h2 strong{color:#e43b30;font-weight:700;display:block}.client-trust-description{max-width:340px}.client-trust-description p{color:#65727d;margin:0;font-size:15px;line-height:1.75}.client-trust-count{border-top:1px solid #123f651a;border-bottom:1px solid #123f651a;align-items:center;gap:20px;margin-bottom:30px;padding:20px 24px;display:flex}.client-count-number{letter-spacing:-2px;color:#123f65;font-size:40px;font-weight:800;line-height:1}.client-count-number span{color:#e43b30}.client-count-text{flex-direction:column;gap:3px;display:flex}.client-count-text strong{letter-spacing:1.5px;color:#123f65;font-size:11px}.client-count-text span{color:#87919a;font-size:12px}.client-count-line{background:#123f6514;flex:1;height:1px}.client-count-note{letter-spacing:1.4px;color:#9ba3aa;font-size:9px;font-weight:800}.client-marquee-wrapper{width:100%;padding:15px 0 35px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.client-marquee-track{will-change:transform;align-items:stretch;gap:22px;width:max-content;animation:65s linear infinite clientMarquee;display:flex}.client-marquee-wrapper:hover .client-marquee-track{animation-play-state:paused}@keyframes clientMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.client-marquee-card{cursor:pointer;background:#fff;border:1px solid #123f6517;border-radius:24px;flex:0 0 300px;width:300px;height:390px;transition:transform .45s,box-shadow .45s,border-color .45s;position:relative;overflow:hidden;box-shadow:0 10px 30px #123f650f,0 2px 8px #00000008}.client-marquee-card:hover{border-color:#e43b3040;transform:translateY(-10px);box-shadow:0 25px 60px #123f6529,0 8px 20px #e43b3012}.client-photo-wrap{background:#eef3f6;width:100%;height:245px;position:relative;overflow:hidden}.client-photo{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .5s;display:block}.client-marquee-card:hover .client-photo{filter:brightness(.72);transform:scale(1.07)}.client-photo-overlay{pointer-events:none;background:linear-gradient(#00000005 20%,#00000026 100%);position:absolute;inset:0}.client-card-index{-webkit-backdrop-filter:blur(12px);letter-spacing:1.5px;color:#123f65;z-index:2;background:#ffffffe0;border-radius:50px;align-items:center;padding:7px 11px;font-size:8px;font-weight:800;display:inline-flex;position:absolute;top:16px;left:16px}.client-card-basic{background:#fff;flex-direction:column;justify-content:center;height:calc(100% - 245px);padding:20px 22px;display:flex;position:relative}.client-business{letter-spacing:1.5px;text-transform:uppercase;color:#e43b30;margin-bottom:7px;font-size:9px;font-weight:800;line-height:1;display:inline-block}.client-card-basic h3{letter-spacing:-.5px;color:#123f65;margin:0 0 7px;font-size:22px;font-weight:750;line-height:1.15}.client-location{color:#7c8790;align-items:center;gap:6px;font-size:12px;display:flex}.client-location:before{content:"●";color:#e43b30;font-size:6px}.client-hover-details{z-index:5;color:#fff;opacity:0;pointer-events:none;background:linear-gradient(#0a375614 0%,#0a375680 25%,#08263ff0 52%,#061b2efa 100%);flex-direction:column;justify-content:flex-end;padding:24px;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(20px)}.client-marquee-card:hover .client-hover-details{opacity:1;transform:translateY(0)}.client-hover-top{justify-content:space-between;align-items:center;width:100%;margin-bottom:auto;display:flex}.client-hover-top span:first-child{letter-spacing:1.4px;color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff40;border-radius:30px;padding:7px 10px;font-size:8px;font-weight:800}.client-hover-top span:last-child{background:#e43b30;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.client-hover-details h3{letter-spacing:-.8px;color:#fff;margin:0 0 18px;font-size:28px;line-height:1.05}.client-detail-row{border-top:1px solid #ffffff1f;grid-template-columns:72px 1fr;gap:12px;padding:10px 0;display:grid}.client-detail-row span{letter-spacing:1.2px;color:#ffffff85;font-size:8px;font-weight:800}.client-detail-row strong{color:#fffffff0;font-size:11px;font-weight:600;line-height:1.4}.client-trust-bottom{border-top:1px solid #123f6514;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;padding-top:25px;display:grid}.client-trust-bottom-left{align-items:center;gap:9px;display:flex}.client-live-dot{background:#e43b30;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #e43b3014}.client-trust-bottom-left strong{letter-spacing:1.3px;color:#123f65;font-size:9px}.client-trust-bottom p{color:#8a949c;max-width:580px;margin:0;font-size:12px;line-height:1.6}.client-trust-arrow{color:#fff;background:#123f65;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;transition:transform .3s,background .3s;display:flex}.client-trust-bottom:hover .client-trust-arrow{background:#e43b30;transform:translate(5px)}@media (width<=900px){.client-trust-section{padding:85px 0 70px}.client-trust-container{width:min(1250px,100% - 45px)}.client-trust-header{flex-direction:column;align-items:flex-start;gap:20px}.client-trust-title h2{font-size:48px}.client-trust-description{max-width:500px}.client-trust-count{flex-wrap:wrap}.client-count-line{display:none}.client-count-note{margin-left:auto}.client-marquee-card{flex-basis:285px;width:285px;height:375px}.client-photo-wrap{height:235px}.client-card-basic{height:calc(100% - 235px)}.client-trust-bottom{grid-template-columns:1fr;gap:15px}.client-trust-arrow{display:none}}@media (width<=600px){.client-trust-section{padding:70px 0 60px}.client-trust-container{width:calc(100% - 30px)}.client-trust-header{margin-bottom:30px}.client-trust-eyebrow{font-size:9px}.client-trust-title h2{letter-spacing:-1.8px;font-size:39px;line-height:1}.client-trust-description p{font-size:13px}.client-trust-count{gap:14px;padding:18px 0}.client-count-number{font-size:34px}.client-count-text strong{font-size:9px}.client-count-text span{font-size:10px}.client-count-note{width:100%;margin-top:5px;margin-left:0}.client-marquee-wrapper{padding:10px 0 25px;-webkit-mask-image:none;mask-image:none}.client-marquee-track{gap:15px;animation-duration:55s}.client-marquee-card{border-radius:20px;flex-basis:270px;width:270px;height:360px}.client-photo-wrap{height:220px}.client-card-basic{height:calc(100% - 220px);padding:18px}.client-card-basic h3{font-size:20px}.client-hover-details{padding:20px}.client-hover-details h3{font-size:24px}.client-detail-row{grid-template-columns:65px 1fr;gap:8px;padding:8px 0}.client-trust-bottom{padding-top:20px}.client-trust-bottom-left strong{font-size:8px}.client-trust-bottom p{font-size:11px}}@media (prefers-reduced-motion:reduce){.client-marquee-track{animation:none}.client-marquee-card,.client-photo,.client-hover-details,.client-trust-arrow{transition:none}}.business-impact{background:#fff;width:100%;padding:110px 0;overflow:hidden}.business-impact-container{width:min(1250px,100% - 70px);margin:0 auto}.business-impact-header{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:42px;display:flex}.impact-heading-left{max-width:700px}.impact-eyebrow{color:#176ca8;letter-spacing:2px;align-items:center;gap:9px;margin-bottom:15px;font-size:10px;font-weight:800;display:flex}.impact-eyebrow span{background:#e63827;width:28px;height:2px}.business-impact-header h2{color:#0a365c;letter-spacing:-3px;margin:0;font-size:clamp(42px,5vw,67px);font-weight:800;line-height:.96}.business-impact-header h2 strong{color:#e63827;display:block}.impact-heading-text{color:#788692;max-width:340px;margin:0 0 4px;font-size:13px;line-height:1.75}.impact-cards{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.impact-main-card{cursor:pointer;text-align:left;color:#fff;isolation:isolate;background:#07375d;border:0;border-radius:22px;min-height:290px;padding:0;transition:transform .45s,box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 15px 40px #08304f1a}.impact-main-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #08304f2e}.impact-main-card.selected{transform:translateY(-6px);box-shadow:0 25px 60px #08304f33}.impact-main-card:focus-visible{outline-offset:4px;outline:3px solid #e63827}.impact-card-image{z-index:-2;filter:blur(1.5px);opacity:.45;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .7s,opacity .5s;position:absolute;inset:0;transform:scale(1.08)}.impact-main-card:hover .impact-card-image{opacity:.58;transform:scale(1.14)}.impact-card-shade{z-index:-1;background:linear-gradient(#04203740 0%,#042037a6 45%,#021423f7 100%);position:absolute;inset:0}.impact-card-content{flex-direction:column;min-height:290px;padding:25px;display:flex}.impact-card-number{letter-spacing:-2px;font-size:55px;font-weight:800;line-height:1}.impact-card-content h3{margin:8px 0 0;font-size:19px;line-height:1.2}.impact-card-bottom{border-top:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.impact-card-bottom span{letter-spacing:1.5px;font-size:9px;font-weight:800}.impact-card-bottom b{background:#e63827;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:14px;transition:transform .35s;display:flex}.impact-main-card:hover .impact-card-bottom b{transform:rotate(-45deg)}.impact-gallery{background:linear-gradient(135deg,#f7fafc,#eef4f8);border:1px solid #e1e9ef;border-radius:24px;margin-top:25px;padding:32px;animation:.5s both galleryOpen}@keyframes galleryOpen{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.impact-gallery-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:25px;display:flex}.impact-gallery-header>div{max-width:650px}.impact-gallery-header span{color:#e63827;letter-spacing:1.7px;font-size:9px;font-weight:800}.impact-gallery-header h3{color:#0a365c;letter-spacing:-1px;margin:8px 0 7px;font-size:30px}.impact-gallery-header p{color:#758492;margin:0;font-size:12px;line-height:1.65}.gallery-close{color:#0a365c;cursor:pointer;background:#fff;border:1px solid #d7e0e6;border-radius:50%;flex-shrink:0;width:38px;height:38px;font-size:22px;transition:all .3s}.gallery-close:hover{color:#fff;background:#e63827;border-color:#e63827}.gallery-close:focus-visible{outline-offset:3px;outline:3px solid #e63827}.impact-product-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.impact-product-card{background:#fff;border:1px solid #e1e7ec;border-radius:15px;min-width:0;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 8px 25px #07375d0f}.impact-product-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #07375d21}.product-image{background:linear-gradient(135deg,#e8eef2,#f4f7f9);height:150px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.impact-product-card:hover .product-image img{transform:scale(1.07)}.product-image-fallback{color:#557080;text-align:center;background:linear-gradient(135deg,#e9eff3,#dfe8ee);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex;position:absolute;inset:0}.product-image-fallback span{letter-spacing:1.5px;font-size:10px;font-weight:800}.product-image-fallback small{color:#8998a2;font-size:9px}.product-number{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07375dd9;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:8px;font-weight:800;display:flex;position:absolute;top:9px;left:9px}.product-info{padding:13px 14px 15px;position:relative}.product-info>span:first-child{color:#e63827;letter-spacing:1px;font-size:7px;font-weight:800}.product-info h4{color:#0a365c;margin:6px 25px 0 0;font-size:13px;line-height:1.3}.product-arrow{color:#a4afb8;font-size:15px;transition:color .3s,transform .3s;position:absolute;bottom:14px;right:13px}.impact-product-card:hover .product-arrow{color:#e63827;transform:translate(3px)}.impact-demo{margin-top:105px}.impact-demo-heading{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:28px;display:flex}.impact-demo-heading h3{color:#0a365c;letter-spacing:-2px;margin:0;font-size:clamp(36px,4vw,55px);line-height:.98}.impact-demo-heading h3 strong{color:#e63827;display:block}.impact-demo-heading>p{color:#788692;max-width:370px;margin:0;font-size:12px;line-height:1.7}.impact-demo-wrapper{background:#062b4b;border-radius:24px;grid-template-columns:minmax(0,1fr) 320px;min-height:440px;display:grid;overflow:hidden;box-shadow:0 25px 60px #08304f29}.impact-demo-video{background:linear-gradient(135deg,#0b4771,#062b4b);min-height:440px;position:relative;overflow:hidden}.impact-demo-video video{object-fit:cover;background:#031d32;width:100%;height:100%;display:block;position:absolute;inset:0}.impact-demo-video video::-webkit-media-controls{z-index:20}.impact-demo-video video::-webkit-media-controls-panel{background:linear-gradient(#0000,#000000b3)}.demo-video-overlay{pointer-events:none;background:linear-gradient(#00192d1a,#00192de0);position:absolute;inset:0}.demo-video-top,.demo-video-info{pointer-events:none}.demo-video-top{color:#ffffffb3;letter-spacing:1.5px;justify-content:space-between;align-items:center;font-size:8px;display:flex;position:absolute;top:22px;left:24px;right:24px}.demo-video-top span:first-child{color:#fff;background:#e63827;border-radius:4px;padding:7px 10px}.demo-video-info{color:#fff;position:absolute;bottom:27px;left:27px}.demo-video-info>span{color:#7eb2d8;letter-spacing:1.7px;font-size:8px}.demo-video-info h4{margin:7px 0 5px;font-size:32px;line-height:1}.demo-video-info p{color:#fff9;margin:0;font-size:11px}.demo-video-list{background:#052641;flex-direction:column;gap:7px;padding:14px;display:flex;overflow-y:auto}.demo-video-list::-webkit-scrollbar{width:4px}.demo-video-list::-webkit-scrollbar-track{background:#ffffff0a}.demo-video-list::-webkit-scrollbar-thumb{background:#e63827b3;border-radius:20px}.demo-video-list button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;grid-template-columns:30px 1fr 20px;align-items:center;gap:8px;min-width:0;padding:13px;transition:background .3s,border .3s,transform .3s;display:grid}.demo-video-list button:hover{background:#ffffff0d;transform:translate(2px)}.demo-video-list button.active{background:#ffffff12;border-color:#ffffff1f}.demo-video-list button:focus-visible{outline-offset:2px;outline:2px solid #e63827}.demo-index{color:#e63827;font-size:9px;font-weight:800}.demo-list-text{flex-direction:column;gap:4px;min-width:0;display:flex}.demo-list-text strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.demo-list-text small{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:8px;line-height:1.4;overflow:hidden}.demo-arrow{color:#ffffff4d;font-size:15px;transition:color .3s,transform .3s}.demo-video-list button:hover .demo-arrow{transform:translate(2px)}.demo-video-list button.active .demo-arrow{color:#e63827}.impact-footer{color:#87939d;letter-spacing:1.2px;border-top:1px solid #e3e9ed;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:20px;margin-top:28px;padding-top:19px;font-size:8px;display:grid}.impact-footer>div:first-child{color:#173d5c;align-items:center;gap:8px;font-weight:800;display:flex}.impact-red-dot{background:#e63827;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 5px #e638271a}.impact-footer p{text-align:center;letter-spacing:.3px;margin:0}.impact-footer>span:last-child{text-align:right}@media (width<=1050px){.business-impact-container{width:calc(100% - 50px)}.impact-cards{grid-template-columns:repeat(2,1fr)}.impact-product-grid{grid-template-columns:repeat(3,1fr)}.impact-demo-wrapper{grid-template-columns:1fr}.impact-demo-video{min-height:500px}.demo-video-list{grid-template-columns:repeat(2,1fr);max-height:none;display:grid;overflow-y:visible}.impact-footer{grid-template-columns:1fr}.impact-footer p,.impact-footer>span:last-child{text-align:left}}@media (width<=800px){.business-impact{padding:90px 0}.business-impact-header{gap:35px}.business-impact-header h2{font-size:52px}.impact-demo{margin-top:85px}.impact-demo-heading{gap:30px}.impact-demo-wrapper{border-radius:21px}.impact-demo-video{min-height:460px}.demo-video-info h4{font-size:29px}}@media (width<=650px){.business-impact{padding:75px 0}.business-impact-container{width:calc(100% - 30px)}.business-impact-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}.business-impact-header h2{letter-spacing:-1.8px;font-size:40px}.impact-heading-text{max-width:100%}.impact-cards{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.impact-cards::-webkit-scrollbar{display:none}.impact-main-card{scroll-snap-align:start;flex:0 0 78%;min-height:270px}.impact-card-content{min-height:270px;padding:21px}.impact-card-number{font-size:48px}.impact-gallery{border-radius:19px;padding:20px}.impact-gallery-header{margin-bottom:20px}.impact-gallery-header h3{font-size:25px}.impact-product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-image{height:115px}.product-info{padding:11px}.product-info h4{font-size:11px}.product-image-fallback span{font-size:8px}.product-image-fallback small{font-size:7px}.impact-demo{margin-top:75px}.impact-demo-heading{flex-direction:column;align-items:flex-start;gap:18px}.impact-demo-heading h3{font-size:38px}.impact-demo-wrapper{border-radius:19px}.impact-demo-video{min-height:360px}.impact-demo-video video{object-fit:cover}.demo-video-top{top:16px;left:17px;right:17px}.demo-video-info{bottom:48px;left:19px}.demo-video-info h4{font-size:25px}.demo-video-list{flex-direction:column;gap:6px;padding:10px;display:flex}.demo-video-list button{min-height:65px}.impact-footer{gap:14px}}@media (width<=430px){.business-impact-container{width:calc(100% - 24px)}.business-impact-header h2{letter-spacing:-1.4px;font-size:34px}.impact-main-card{flex-basis:84%}.impact-card-content{padding:18px}.impact-card-number{font-size:44px}.impact-card-content h3{font-size:17px}.impact-gallery{padding:15px}.impact-product-grid{gap:7px}.product-image{height:100px}.product-info{padding:9px}.product-info h4{font-size:10px}.impact-demo-heading h3{font-size:34px}.impact-demo-video{min-height:320px}.demo-video-info{bottom:45px;left:16px}.demo-video-info h4{font-size:22px}.demo-video-info p{font-size:10px}.demo-video-list button{padding:11px}}@media (prefers-reduced-motion:reduce){.impact-main-card,.impact-card-image,.impact-card-bottom b,.impact-product-card,.product-image img,.product-arrow,.demo-video-list button,.demo-arrow{transition:none}.impact-gallery{animation:none}}.abi-why-section{background:radial-gradient(circle at 90% 10%,#0747700b,#0000 28%),#fff;width:100%;padding:125px 0 115px;position:relative;overflow:hidden}.abi-why-container{z-index:2;width:min(1200px,100% - 48px);margin:0 auto;position:relative}.abi-why-header{margin-bottom:65px}.abi-why-eyebrow{color:#0a426a;letter-spacing:2.8px;align-items:center;gap:12px;margin-bottom:24px;font-size:10px;font-weight:850;display:flex}.abi-why-eyebrow-line{background:#df2428;width:35px;height:2px}.abi-why-eyebrow-dot{background:#df2428;border-radius:50%;width:6px;height:6px}.abi-why-header-grid{grid-template-columns:1.15fr .85fr;align-items:end;gap:80px;display:grid}.abi-why-heading h2{color:#073e67;letter-spacing:-4px;margin:0;font-size:clamp(48px,6vw,76px);font-weight:900;line-height:.94}.abi-why-heading h2 span{color:#df2428;margin-top:8px;display:block}.abi-why-header-copy{padding-bottom:4px}.abi-why-header-copy p{color:#657888;margin:0;font-size:15px;line-height:1.85}.abi-why-header-meta{color:#0a426a;letter-spacing:2px;align-items:center;gap:12px;margin-top:24px;font-size:9px;font-weight:850;display:flex}.abi-meta-line{background:#cdd9e1;width:42px;height:1px}.abi-why-feature{isolation:isolate;background:linear-gradient(135deg,#063b60 0%,#07547e 48%,#073f66 100%);border-radius:30px;grid-template-columns:.8fr 1.2fr;min-height:570px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #053a5b2e}.abi-why-feature-info{z-index:5;border-right:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;padding:42px;display:flex;position:relative}.abi-feature-index{color:#fff;border:1px solid #ffffff52;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:12px;font-weight:850;display:flex}.abi-feature-title{margin-top:auto;padding-top:70px}.abi-feature-title span,.abi-feature-title strong{letter-spacing:-2.5px;font-size:clamp(36px,4vw,54px);font-weight:900;line-height:.98;display:block}.abi-feature-title span{color:#fff}.abi-feature-title strong{color:#ef3b3f;margin-top:5px}.abi-feature-description{color:#ffffffad;max-width:390px;margin:25px 0 0;font-size:13px;line-height:1.8}.abi-feature-details{border-top:1px solid #ffffff24;border-bottom:1px solid #ffffff24;grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;display:grid}.abi-feature-detail{padding:16px 10px 16px 0}.abi-feature-detail+.abi-feature-detail{border-left:1px solid #ffffff1f;padding-left:14px}.abi-feature-detail span{color:#fff6;letter-spacing:1.5px;margin-bottom:6px;font-size:8px;font-weight:800;display:block}.abi-feature-detail strong{color:#fff;font-size:10px;font-weight:750}.abi-feature-bottom{color:#ffffff9e;letter-spacing:2px;justify-content:space-between;align-items:center;margin-top:22px;font-size:9px;font-weight:850;display:flex}.abi-feature-bottom-arrow{color:#fff;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:transform .3s,background .3s;display:flex}.abi-why-feature:hover .abi-feature-bottom-arrow{background:#ffffff1a;transform:translate(3px,-3px)}.abi-why-machine{isolation:isolate;background:radial-gradient(circle at 55% 48%,#228bbe40,#0000 40%);min-height:570px;position:relative;overflow:hidden}.abi-machine-glow{filter:blur(5px);background:radial-gradient(circle,#56b5e030,#56b5e00a 45%,#0000 70%);border-radius:50%;width:520px;height:520px;animation:5s ease-in-out infinite abiGlowPulse;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}.abi-machine-grid{opacity:.12;background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 25% 75%,#0000);mask-image:linear-gradient(#0000,#000 25% 75%,#0000)}.abi-machine-image{z-index:4;object-fit:contain;filter:drop-shadow(0 35px 35px #00000047);mix-blend-mode:screen;width:78%;max-width:620px;transition:transform .6s,filter .6s;animation:6s ease-in-out infinite abiMachineFloat;position:absolute;top:51%;left:50%;transform:translate(-50%,-50%)scale(1)}.abi-why-feature:hover .abi-machine-image{filter:drop-shadow(0 40px 45px #00000057);transform:translate(-50%,-50%)scale(1.045)}.abi-machine-ring{z-index:2;border:1px solid #ffffff1f;border-radius:50%;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.abi-machine-ring-one{width:390px;height:390px;animation:22s linear infinite abiRingRotate}.abi-machine-ring-two{opacity:.45;border-style:dashed;width:490px;height:490px;animation:30s linear infinite abiRingRotateReverse}.abi-machine-label{z-index:8;color:#ffffff9e;letter-spacing:2px;align-items:center;gap:8px;font-size:8px;font-weight:850;display:flex;position:absolute;top:32px;right:35px}.abi-machine-label-dot{background:#df2428;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite abiDotPulse;box-shadow:0 0 0 5px #df24281f}.abi-machine-data{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02233a80;border:1px solid #ffffff24;border-radius:9px;align-items:center;gap:10px;padding:10px 13px;display:flex;position:absolute;box-shadow:0 10px 30px #0000001f}.abi-data-top{top:155px;left:25px}.abi-data-bottom{bottom:130px;right:25px}.abi-machine-data>span{color:#fff;background:#df2428;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:8px;font-weight:850;display:flex}.abi-machine-data small,.abi-machine-data strong{display:block}.abi-machine-data small{color:#ffffff6b;letter-spacing:1.2px;margin-bottom:3px;font-size:7px}.abi-machine-data strong{color:#fff;letter-spacing:.5px;font-size:8px}.abi-machine-crosshair{z-index:7;color:#ffffff4d;font-size:17px;font-weight:300;position:absolute}.abi-crosshair-one{top:110px;left:35%}.abi-crosshair-two{bottom:80px;right:17%}.abi-why-features{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:14px;display:grid}.abi-why-feature-card{background:linear-gradient(145deg,#fff,#f7fafc);border:1px solid #dce6ec;border-radius:20px;flex-direction:column;min-height:265px;padding:25px;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.abi-why-feature-card:hover{border-color:#9ebdce;transform:translateY(-10px);box-shadow:0 24px 50px #053b5e1f}.abi-why-feature-card:before{content:"";border:1px solid #e3ebf0;border-radius:50%;width:110px;height:110px;transition:transform .5s;position:absolute;top:-55px;right:-55px}.abi-why-feature-card:hover:before{transform:scale(1.4)}.abi-card-top{justify-content:space-between;align-items:center;display:flex}.abi-card-number{color:#9baab5;letter-spacing:1px;font-size:10px;font-weight:850}.abi-card-arrow{color:#df2428;font-size:18px;transition:transform .3s}.abi-why-feature-card:hover .abi-card-arrow{transform:translate(3px,-3px)}.abi-card-middle{margin-top:45px}.abi-card-small-line{background:#df2428;width:28px;height:2px;margin-bottom:15px}.abi-card-middle h3{color:#073f67;letter-spacing:-.6px;margin:0 0 10px;font-size:21px;font-weight:900;line-height:1.1}.abi-card-middle p{color:#71818d;margin:0;font-size:11px;line-height:1.75}.abi-card-bottom{color:#9aa7b0;letter-spacing:1.5px;border-top:1px solid #e7edf1;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:7px;font-weight:850;display:flex}.abi-card-bottom span:last-child{color:#df2428;font-size:9px}.abi-why-bottom{background:linear-gradient(110deg,#063b60,#074d76,#063a5e);border-radius:22px;grid-template-columns:1fr 1fr 100px;align-items:center;gap:55px;margin-top:55px;padding:45px 50px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #053a5b21}.abi-why-bottom:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:300px;height:300px;position:absolute;top:-180px;right:-130px}.abi-bottom-heading>span{color:#ffffff73;letter-spacing:2px;font-size:8px;font-weight:850}.abi-bottom-heading h3{color:#fff;letter-spacing:-1px;margin:12px 0 0;font-size:31px;font-weight:850;line-height:1.05}.abi-bottom-heading strong{color:#ef3b3f;margin-left:7px}.abi-bottom-copy p{color:#ffffff9e;max-width:410px;margin:0;font-size:12px;line-height:1.75}.abi-bottom-line{background:#df2428;width:70px;height:2px;margin-top:20px}.abi-bottom-number{color:#fff;letter-spacing:2px;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;font-size:13px;font-weight:900;display:flex}@keyframes abiMachineFloat{0%,to{transform:translate(-50%,-50%)translateY(0)scale(1)}50%{transform:translate(-50%,-50%)translateY(-10px)scale(1.015)}}@keyframes abiGlowPulse{0%,to{opacity:.65;transform:translate(-50%,-50%)scale(.96)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.04)}}@keyframes abiRingRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes abiRingRotateReverse{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes abiDotPulse{0%,to{box-shadow:0 0 0 4px #df24281a}50%{box-shadow:0 0 0 8px #df242805}}@media (width<=1000px){.abi-why-header-grid{grid-template-columns:1fr;gap:30px}.abi-why-feature{grid-template-columns:1fr}.abi-why-feature-info{border-bottom:1px solid #ffffff1a;border-right:none;min-height:500px}.abi-why-machine{min-height:500px}.abi-why-features{grid-template-columns:repeat(2,1fr)}.abi-why-bottom{grid-template-columns:1fr 1fr}.abi-bottom-number{display:none}}@media (width<=650px){.abi-why-section{padding:85px 0 80px}.abi-why-container{width:calc(100% - 30px)}.abi-why-header{margin-bottom:45px}.abi-why-eyebrow{letter-spacing:2px;font-size:9px}.abi-why-heading h2{letter-spacing:-2.5px;font-size:45px}.abi-why-feature{border-radius:22px}.abi-why-feature-info{min-height:520px;padding:27px}.abi-feature-title{padding-top:55px}.abi-feature-title span,.abi-feature-title strong{letter-spacing:-1.8px;font-size:40px}.abi-feature-details{grid-template-columns:1fr}.abi-feature-detail{padding:12px 0}.abi-feature-detail+.abi-feature-detail{border-top:1px solid #ffffff1a;border-left:none;padding-left:0}.abi-why-machine{min-height:430px}.abi-machine-image{width:110%}.abi-machine-ring-one{width:280px;height:280px}.abi-machine-ring-two{width:350px;height:350px}.abi-machine-data{transform:scale(.78)}.abi-data-top{top:100px;left:5px}.abi-data-bottom{bottom:80px;right:5px}.abi-machine-label{top:20px;right:18px}.abi-why-features{grid-template-columns:1fr;gap:12px}.abi-why-feature-card{min-height:250px}.abi-why-bottom{grid-template-columns:1fr;gap:25px;margin-top:35px;padding:30px 27px}.abi-bottom-heading h3{font-size:27px}.abi-bottom-copy p{font-size:11px}}.contact-section{color:#151515;background:radial-gradient(circle at 5% 75%,#e5393511,#0000 28%),#fafafa;width:100%;padding:100px 0 90px;position:relative;overflow:hidden}.contact-container{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:70px;width:min(1250px,100% - 64px);margin:0 auto;display:grid}.contact-intro{max-width:520px}.contact-kicker{color:#e53935;letter-spacing:.17em;margin-bottom:14px;font-size:11px;font-weight:800;display:inline-block}.contact-intro h2{letter-spacing:-.055em;color:#151515;margin:0;font-size:clamp(40px,4.4vw,62px);line-height:.98}.contact-intro h2 span{color:#e53935}.contact-description{color:#707070;max-width:490px;margin:22px 0 28px;font-size:15px;line-height:1.7}.contact-info-card{box-sizing:border-box;width:100%;color:inherit;background:#fff;border:1px solid #e7e7e7;border-radius:16px;align-items:center;gap:14px;margin-bottom:10px;padding:13px 15px;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.contact-info-card:hover{border-color:#e5393559;transform:translate(5px);box-shadow:0 12px 28px #00000012}.contact-button-card{text-align:left;cursor:pointer;font-family:inherit}.contact-info-icon{color:#e53935;background:#fff0ef;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex}.whatsapp-icon{color:#198754;background:#eefaf1}.contact-info-content{flex-direction:column;gap:3px;min-width:0;display:flex}.contact-info-content span{color:#999;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}.contact-info-content strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.contact-arrow{color:#b3b3b3;margin-left:auto;font-size:17px;transition:transform .2s,color .2s}.contact-info-card:hover .contact-arrow{color:#e53935;transform:translate(3px)}.contact-trust{background:#fff;border:1px solid #ededed;border-radius:15px;align-items:flex-start;gap:12px;margin-top:20px;padding:15px;display:flex}.trust-check{color:#fff;background:#e53935;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;font-size:12px;font-weight:800;display:flex}.contact-trust>div:last-child{flex-direction:column;gap:4px;display:flex}.contact-trust strong{color:#222;font-size:12px}.contact-trust span{color:#858585;font-size:11px;line-height:1.5}.contact-form-card{background:#fff;border:1px solid #e7e7e7;border-radius:26px;padding:31px;position:relative;box-shadow:0 25px 70px #00000017}.contact-form-card:before{content:"";background:#e53935;border-radius:0 0 10px 10px;height:3px;position:absolute;top:0;left:35px;right:35px}.form-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.form-card-header>div:first-child>span{color:#e53935;letter-spacing:.13em;font-size:10px;font-weight:800}.form-card-header h3{color:#171717;letter-spacing:-.035em;margin:6px 0 0;font-size:28px}.form-badge{color:#e53935;background:#fff0ef;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:900}.contact-form{flex-direction:column;gap:16px;display:flex}.form-field{flex-direction:column;gap:7px;display:flex}.form-field label{color:#333;font-size:11px;font-weight:700}.form-field input,.form-field select,.form-field textarea{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:11px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.form-field input,.form-field select{height:45px;padding:0 13px}.form-field textarea{resize:vertical;min-height:100px;padding:12px 13px}.form-field input::placeholder,.form-field textarea::placeholder{color:#aaa}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#e53935;box-shadow:0 0 0 3px #e5393514}.contact-submit-button{color:#fff;cursor:pointer;background:#e53935;border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:49px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.contact-submit-button:hover{background:#c92f2c;transform:translateY(-2px);box-shadow:0 12px 25px #e539353b}.form-note{color:#999;text-align:center;margin:-3px 0 0;font-size:9px;line-height:1.5}.form-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;display:flex}.success-icon{color:#fff;background:#e53935;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:28px;font-weight:800;display:flex}.form-success h3{margin:0 0 8px;font-size:25px}.form-success p{color:#555;max-width:350px;margin:0 0 8px;font-size:14px;line-height:1.6}.form-success>span{color:#888;max-width:360px;font-size:12px;line-height:1.6}.contact-map-section{border-top:1px solid #e6e6e6;width:min(1250px,100% - 64px);margin:75px auto 0;padding-top:55px}.contact-map-header{justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:22px;display:flex}.map-heading-content{max-width:700px}.contact-map-header h3{color:#171717;letter-spacing:-.04em;margin:5px 0 10px;font-size:clamp(28px,3vw,40px);line-height:1.05}.contact-map-header p{color:#777;max-width:690px;margin:0;font-size:13px;line-height:1.7}.map-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.distance-button,.directions-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.distance-button{color:#222;background:#fff;border:1px solid #ddd}.distance-button:hover{transform:translateY(-2px);box-shadow:0 9px 20px #00000012}.directions-button{color:#fff;background:#e53935;border:1px solid #e53935}.directions-button:hover{background:#c92f2c;transform:translateY(-2px);box-shadow:0 10px 22px #e5393538}.distance-result{color:#d3322f;background:#fff3f2;border:1px solid #e5393526;border-radius:100px;align-items:center;gap:8px;margin-bottom:15px;padding:9px 13px;font-size:11px;font-weight:800;display:inline-flex}.map-container{cursor:pointer;background:#eee;border:1px solid #ddd;border-radius:24px;width:100%;height:430px;position:relative;overflow:hidden;box-shadow:0 20px 55px #00000017}.map-container iframe{pointer-events:none;border:0;width:100%;height:100%;display:block}.map-overlay-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#fffffff5;border:1px solid #ffffffb3;border-radius:14px;align-items:center;gap:11px;max-width:340px;padding:12px 15px;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 12px 30px #00000024}.map-pin{background:#fff0ef;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;font-size:17px;display:flex}.map-overlay-card>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.map-overlay-card strong{color:#202020;font-size:12px}.map-overlay-card span{color:#777;font-size:10px}.map-overlay-card small{color:#e53935;margin-top:2px;font-size:9px;font-weight:700}.map-bottom-info{background:#fff;border:1px solid #e7e7e7;border-radius:17px;grid-template-columns:1fr 1fr auto;align-items:center;gap:15px;margin-top:15px;padding:14px 16px;display:grid}.map-info-item{align-items:center;gap:10px;min-width:0;display:flex}.map-info-icon{background:#fff0ef;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;display:flex}.map-info-item div{flex-direction:column;gap:3px;min-width:0;display:flex}.map-info-item div span{color:#999;letter-spacing:.1em;font-size:8px;font-weight:800}.map-info-item div strong{color:#333;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.map-bottom-direction{color:#fff;white-space:nowrap;background:#151515;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 14px;font-size:11px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.map-bottom-direction:hover{background:#e53935;transform:translateY(-2px)}@media (width<=950px){.contact-container{grid-template-columns:1fr;gap:45px}.contact-intro{max-width:700px}.contact-map-header{flex-direction:column;align-items:flex-start}.map-actions{width:100%}}@media (width<=700px){.contact-section{padding:70px 0 65px}.contact-container{width:calc(100% - 32px)}.contact-map-section{width:calc(100% - 32px);margin-top:55px;padding-top:40px}.contact-intro h2{font-size:43px}.contact-form-card{border-radius:20px;padding:23px 18px}.form-row{grid-template-columns:1fr}.map-actions{flex-direction:column;width:100%}.distance-button,.directions-button{width:100%}.map-container{border-radius:19px;height:360px}.map-bottom-info{grid-template-columns:1fr}.map-bottom-direction{width:100%}}@media (width<=450px){.contact-container,.contact-map-section{width:calc(100% - 24px)}.contact-intro h2{font-size:37px}.contact-info-content strong{max-width:210px}.map-container{height:320px}.map-overlay-card{max-width:none;bottom:12px;left:12px;right:12px}}.site-footer{color:#fff;background:#0b1219;width:100%;position:relative;overflow:hidden}.footer-cta{width:min(calc(100% - 40px), var(--container-width));background:linear-gradient(115deg,#16242f 0%,#101b24 55%,#192832 100%);border-radius:0 0 28px 28px;justify-content:center;align-items:center;min-height:300px;margin:0 auto;display:flex;position:relative;overflow:hidden}.footer-cta:before{content:"";opacity:.18;pointer-events:none;background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-size:45px 45px;position:absolute;inset:0}.footer-cta:after{content:"";pointer-events:none;border:1px solid #ffffff0f;border-radius:50%;width:480px;height:480px;position:absolute;top:-250px;right:-180px;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff03}.footer-cta-content{z-index:2;text-align:center;width:100%;max-width:720px;padding:55px 30px;position:relative}.footer-eyebrow{color:var(--brand-red);letter-spacing:.17em;margin-bottom:12px;font-size:10px;font-weight:800;display:block}.footer-cta h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(32px,4vw,50px);font-weight:700;line-height:1.08}.footer-cta h2 span{color:#dce2e7}.footer-cta p{color:#ffffff8c;max-width:520px;margin:16px auto 24px;font-size:14px;line-height:1.7}.footer-cta-actions{justify-content:center;align-items:center;gap:12px;display:flex}.footer-primary-btn,.footer-secondary-btn{border-radius:7px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 20px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.footer-primary-btn{background:var(--brand-red);color:#fff}.footer-primary-btn:hover{background:#a92725;transform:translateY(-2px)}.footer-secondary-btn{color:#fff;background:#ffffff0a;border:1px solid #ffffff2e}.footer-secondary-btn:hover{background:#ffffff14;border-color:#fff6;transform:translateY(-2px)}.footer-main{border-bottom:1px solid #ffffff12}.footer-container{width:min(calc(100% - 40px), var(--container-width));grid-template-columns:1.5fr 1fr 1fr 1.35fr;gap:55px;margin:0 auto;padding:65px 0;display:grid}.footer-company{max-width:310px}.footer-logo-link{align-items:center;text-decoration:none;display:inline-flex}.footer-logo-circle{background:#fff;border:3px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:92px;height:92px;display:flex;overflow:hidden;box-shadow:0 8px 22px #0000002e}.footer-logo{object-fit:contain;border-radius:50%;width:82px;height:82px;display:block}.footer-company-description{color:#ffffff7a;margin:15px 0 22px;font-size:12px;line-height:1.75}.footer-contact-mini{flex-direction:column;gap:9px;display:flex}.footer-mini-link{color:#ffffffb8;align-items:center;gap:9px;width:fit-content;font-size:11px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.footer-mini-link:hover{color:#fff}.footer-mini-icon{width:27px;height:27px;color:var(--brand-red);background:#be2e2b1f;border-radius:7px;justify-content:center;align-items:center;font-size:11px;display:flex}.footer-column h3{color:#fff;margin:0 0 18px;font-size:13px;font-weight:700}.footer-column ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-column li a{color:#ffffff75;font-size:11px;font-weight:400;text-decoration:none;transition:color .2s,padding-left .2s}.footer-column li a:hover{color:#fff;padding-left:3px}.footer-contact-column{min-width:0}.footer-info-item{align-items:flex-start;gap:11px;margin-bottom:15px;display:flex}.footer-info-icon{width:30px;height:30px;color:var(--brand-red);background:#ffffff0e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.footer-info-item strong{color:#fff;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.footer-info-item p,.footer-info-item a{color:#ffffff70;word-break:break-word;margin:0;font-size:10px;line-height:1.5;text-decoration:none;display:block}.footer-info-item a:hover{color:#fff}.footer-machine-showcase{width:min(calc(100% - 40px), var(--container-width));margin:0 auto;padding:35px 0 25px}.footer-machine-heading{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.footer-machine-heading span{color:#fff;letter-spacing:.13em;font-size:10px;font-weight:800}.footer-machine-heading p{color:#ffffff59;margin:0;font-size:10px}.footer-machine-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.footer-machine-card{background:#151f28;border:1px solid #ffffff0f;border-radius:8px;height:105px;position:relative;overflow:hidden}.footer-machine-card img{object-fit:cover;opacity:.52;filter:grayscale(15%)brightness(.72);width:100%;height:100%;transition:transform .35s,opacity .35s}.footer-machine-card:hover img{opacity:.75;transform:scale(1.05)}.footer-machine-overlay{background:linear-gradient(#0000,#000000c7);padding:22px 10px 9px;position:absolute;inset:auto 0 0}.footer-machine-overlay span{color:#fff;font-size:9px;font-weight:700}.footer-bottom{border-top:1px solid #ffffff0f}.footer-bottom-container{width:min(calc(100% - 40px), var(--container-width));justify-content:space-between;align-items:center;gap:20px;min-height:58px;margin:0 auto;display:flex}.footer-bottom p{color:#ffffff57;margin:0;font-size:9px}.footer-bottom-links{align-items:center;gap:8px;display:flex}.footer-bottom-links a{color:#ffffff61;font-size:9px;text-decoration:none}.footer-bottom-links span{color:#ffffff2e;font-size:8px}.footer-bottom-links a:hover{color:#fff}.footer-tagline{color:#ffffff61;font-size:9px;font-weight:600}.footer-tagline span{color:var(--brand-red)}.footer-created-by{width:min(calc(100% - 40px), var(--container-width));text-align:center;color:#ffffff52;letter-spacing:.02em;margin:0 auto;padding:0 0 18px;font-size:9px;font-weight:500}.footer-created-by span{color:#fff;font-weight:700}@media (width<=1000px){.footer-container{grid-template-columns:repeat(2,1fr);gap:40px}.footer-company{max-width:400px}.footer-machine-track{grid-template-columns:repeat(3,1fr)}.footer-machine-card:nth-child(n+4){display:none}.footer-bottom-container{flex-wrap:wrap;padding:17px 0}}@media (width<=700px){.footer-cta{border-radius:0 0 20px 20px;width:calc(100% - 30px);min-height:270px}.footer-cta-content{padding:45px 20px}.footer-cta h2{font-size:34px}.footer-cta p{font-size:12px;line-height:1.65}.footer-cta-actions{flex-direction:column;width:100%}.footer-primary-btn,.footer-secondary-btn{width:100%;max-width:260px}.footer-container{grid-template-columns:1fr;gap:35px;width:calc(100% - 30px);padding:48px 0}.footer-company{max-width:100%}.footer-logo-circle{width:86px;height:86px}.footer-logo{width:76px;height:76px}.footer-machine-showcase{width:calc(100% - 30px);padding:30px 0 20px}.footer-machine-heading{flex-direction:column;align-items:flex-start;gap:5px}.footer-machine-track{grid-template-columns:repeat(2,1fr)}.footer-machine-card{height:100px}.footer-machine-card:nth-child(n+5){display:none}.footer-bottom-container{flex-direction:column;align-items:flex-start;gap:10px;width:calc(100% - 30px);min-height:auto;padding:18px 0}.footer-created-by{text-align:center;width:calc(100% - 30px);padding:0 0 16px;font-size:8px;line-height:1.5}}@media (width<=430px){.footer-cta h2{font-size:30px}.footer-machine-track{grid-template-columns:1fr}.footer-machine-card{height:115px}.footer-machine-card:nth-child(n+3){display:none}.footer-created-by{padding-bottom:14px;font-size:8px}}.wishlist-page{color:#092f52;background:#f7f9fc;width:100%;min-height:100vh;font-family:inherit;overflow:hidden}.wl-hero{background:#062849;min-height:430px;position:relative;overflow:hidden}.wl-hero-background{filter:blur(2px);opacity:.52;background-image:url(/assets/Mustard%20Oil%20Expeller-B7xYtsqY.png);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.06)}.wl-hero-overlay{background:linear-gradient(90deg,#021930f5 0%,#042644e6 42%,#052542b3 100%);position:absolute;inset:0}.wl-hero-container{z-index:2;grid-template-columns:minmax(250px,1.15fr) minmax(420px,2fr) 220px;align-items:end;gap:30px;max-width:1300px;min-height:430px;margin:0 auto;padding:65px 28px 42px;display:grid;position:relative}.wl-hero-left{align-self:center}.wl-eyebrow{color:#fff;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:11px;font-size:12px;font-weight:800;display:flex}.wl-eyebrow i{background:#ff3038;border-radius:50%;width:9px;height:9px;display:block}.wl-hero-left h1{color:#fff;letter-spacing:-4px;margin:18px 0 12px;font-size:clamp(58px,6vw,92px);font-weight:900;line-height:.91}.wl-hero-left h1 span{color:#ff2b32;display:block}.wl-red-line{background:#ff3038;width:68px;height:2px;margin:19px 0}.wl-hero-left p{color:#ffffffdb;max-width:390px;margin:0;font-size:16px;line-height:1.7}.wl-hero-features{grid-template-columns:repeat(2,minmax(180px,1fr));align-self:end;gap:12px;display:grid}.wl-feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02172c73;border:1px solid #91bee65c;border-radius:11px;align-items:center;gap:13px;min-height:88px;padding:16px;transition:transform .25s,border-color .25s,background .25s;display:flex}.wl-feature-card:hover{background:#031e37b3;border-color:#ffffff8c;transform:translateY(-3px)}.wl-feature-card>span{color:#fff;border:1px solid #ffffff40;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:23px;display:flex}.wl-feature-card strong{color:#fff;margin-bottom:5px;font-size:13px;display:block}.wl-feature-card small{color:#ffffffb3;font-size:11px;line-height:1.45;display:block}.wl-saved-counter{text-align:center;background:linear-gradient(145deg,#081f37eb,#031323eb);border:1px solid #82b2dc61;border-radius:22px;flex-direction:column;justify-content:center;align-self:center;align-items:center;min-height:190px;padding:27px 20px;display:flex;box-shadow:0 25px 60px #0003}.wl-counter-icon{color:#fff;background:linear-gradient(135deg,#173e68,#0b2948);border:1px solid #96c8f040;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:11px;font-size:31px;display:flex}.wl-saved-counter strong{color:#fff;font-size:46px;font-weight:900;line-height:1}.wl-saved-counter>span{color:#fff;letter-spacing:2px;margin-top:9px;font-size:11px;font-weight:800}.wl-content{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:20px;max-width:1300px;margin:0 auto;padding:34px 28px 0;display:grid}.wl-main-card{background:#fff;border:1px solid #dfe7ef;border-radius:19px;overflow:hidden;box-shadow:0 18px 55px #0a325514}.wl-toolbar{border-bottom:1px solid #e8edf3;flex-wrap:wrap;align-items:center;gap:10px;padding:16px 18px;display:flex}.wl-select-all{cursor:pointer;align-items:center;gap:8px;margin-right:auto;display:flex}.wl-select-all input,.wl-machine-check input{display:none}.wl-select-all span,.wl-machine-check span{background:#fff;border:1.5px solid #aab9c8;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.wl-select-all input:checked+span,.wl-machine-check input:checked+span{background:#0b4c78;border-color:#0b4c78}.wl-select-all input:checked+span:after,.wl-machine-check input:checked+span:after{content:"✓";color:#fff;font-size:12px;font-weight:900}.wl-select-all strong{color:#142f49;font-size:13px}.wl-tool-button{color:#0b416d;cursor:pointer;background:#fff;border:1px solid #d6e0e9;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.wl-tool-button:hover:not(:disabled){background:#f5f9fd;border-color:#0b4c78}.wl-tool-button:disabled{opacity:.45;cursor:not-allowed}.wl-tool-button.wl-danger{color:#ed252c}.wl-filter-row{align-items:center;gap:18px;padding:15px 18px;display:flex}.wl-search{background:#fff;border:1px solid #d9e3ec;border-radius:9px;flex:1;align-items:center;max-width:420px;height:43px;display:flex}.wl-search>span{color:#56718b;padding-left:14px;font-size:20px}.wl-search input{color:#123b5d;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 12px;font-size:13px}.wl-sort{color:#45627c;align-items:center;gap:8px;font-size:12px;display:flex}.wl-sort select{color:#183c5a;background:#fff;border:1px solid #d9e3ec;border-radius:8px;outline:none;min-height:41px;padding:0 30px 0 12px;font-size:12px}.wl-category-scroll{scrollbar-width:thin;gap:8px;padding:0 18px 15px;display:flex;overflow-x:auto}.wl-category-scroll button{color:#45627c;cursor:pointer;background:#fff;border:1px solid #dce5ed;border-radius:30px;flex:none;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:700;display:flex}.wl-category-scroll button span{background:#eef3f8;border-radius:50%;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:9px;display:inline-flex}.wl-category-scroll button.active{color:#fff;background:#0b4c78;border-color:#0b4c78}.wl-category-scroll button.active span{color:#0b4c78;background:#fff}.wl-machine-list{border-top:1px solid #e5ebf1}.wl-machine{border-bottom:1px solid #e7edf3;grid-template-columns:28px 145px minmax(200px,1fr) 130px auto;align-items:center;gap:14px;padding:16px 18px;transition:background .2s;display:grid}.wl-machine:hover{background:#fbfcfe}.wl-machine-check{cursor:pointer}.wl-machine-image{background:#f4f7fa;border:1px solid #e0e8ef;border-radius:10px;justify-content:center;align-items:center;width:145px;height:105px;display:flex;overflow:hidden}.wl-machine-image img{object-fit:contain;width:100%;height:100%;padding:7px;display:block}.wl-no-image{color:#7890a5;background:linear-gradient(145deg,#edf3f8,#f9fbfd);justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;display:flex}.wl-machine-info{min-width:0}.wl-machine-category{color:#1264a0;margin-bottom:5px;font-size:10px;font-weight:800;display:inline-block}.wl-machine-info h2{color:#0b2945;margin:0 0 7px;font-size:18px;font-weight:800;line-height:1.2}.wl-machine-info p{color:#657b90;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:520px;margin:0;font-size:11px;line-height:1.55;display:-webkit-box;overflow:hidden}.wl-specs{flex-wrap:wrap;gap:7px;margin-top:11px;display:flex}.wl-specs span{color:#193d5b;background:#fff;border:1px solid #dde6ee;border-radius:7px;flex-direction:column;justify-content:center;min-height:38px;padding:5px 9px;font-size:10px;display:flex}.wl-specs span b{color:#0b588d;font-size:12px;line-height:1}.wl-specs span small{color:#8a9cac;text-transform:uppercase;letter-spacing:.5px;margin:2px 0;font-size:8px}.wl-machine-price{flex-direction:column;align-items:flex-start;display:flex}.wl-machine-price>span{color:#8a9aaa;letter-spacing:1px;margin-bottom:4px;font-size:8px;font-weight:800}.wl-machine-price strong{color:#0b2947;font-size:18px;font-weight:900}.wl-machine-price del{color:#95a2ad;margin-top:2px;font-size:10px}.wl-machine-price em{color:#e62c32;background:#fff0f0;border-radius:20px;margin-top:4px;padding:4px 7px;font-size:9px;font-style:normal;font-weight:800}.wl-machine-actions{align-items:center;gap:5px;display:flex}.wl-action{cursor:pointer;color:#0b4c78;background:#fff;border:1px solid #d8e2eb;border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;transition:all .2s;display:flex}.wl-action:hover{background:#f5f9fc;border-color:#0b4c78;transform:translateY(-2px)}.wl-action.quote{color:#e92a30}.wl-action.remove{color:#ed2a31}.wl-no-results{text-align:center;padding:70px 30px}.wl-no-results>div{color:#0b4c78;background:#eef4f9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 15px;font-size:26px;display:flex}.wl-no-results h3{color:#0b2945;margin:0 0 7px}.wl-no-results p{color:#7890a3;margin:0;font-size:13px}.wl-summary{background:#fff;border:1px solid #d9e4ed;border-radius:18px;position:sticky;top:25px;overflow:hidden;box-shadow:0 18px 45px #0a325517}.wl-summary-header{color:#fff;background:linear-gradient(145deg,#0b4676,#06294d);align-items:center;gap:11px;padding:20px;display:flex}.wl-summary-heart{color:#fff;background:#ff5b61;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:24px;display:flex}.wl-summary-header span{color:#a9c4dc;letter-spacing:1.4px;font-size:8px;font-weight:800;display:block}.wl-summary-header h2{color:#fff;margin:4px 0 0;font-size:16px}.wl-summary-number{color:#0a2d4e;padding:21px 20px 0;font-size:43px;font-weight:900}.wl-summary>p{color:#6e8497;margin:0;padding:0 20px;font-size:11px;font-weight:700}.wl-summary-line{background:#f22b32;width:45px;height:2px;margin:16px 20px}.wl-summary-stat{border:1px solid #e0e8ef;border-radius:9px;align-items:center;gap:10px;margin:9px 14px;padding:11px;display:flex}.wl-summary-stat>span{color:#0b4c78;background:#f2f7fb;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;display:flex}.wl-summary-stat strong{color:#163955;font-size:11px;display:block}.wl-summary-stat small{color:#8294a3;margin-top:3px;font-size:9px;display:block}.wl-summary-quote{color:#fff;cursor:pointer;background:#ef2b32;border:0;border-radius:8px;width:calc(100% - 28px);min-height:44px;margin:10px 14px;font-size:12px;font-weight:800;transition:all .2s}.wl-summary-quote:hover{background:#d91f26;transform:translateY(-1px)}.wl-summary-explore{color:#0b4c78;border:1px solid #0b4c78;border-radius:8px;justify-content:center;align-items:center;gap:18px;min-height:42px;margin:0 14px 14px;font-size:11px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.wl-summary-explore:hover{background:#f3f8fc}.wl-help{background:linear-gradient(90deg,#f1f6fc,#fff);border:1px solid #dce7f0;border-radius:15px;align-items:center;gap:13px;max-width:1300px;margin:20px auto 50px;padding:13px 22px;display:flex}.wl-help-icon{color:#fff;background:#0b4c78;border-radius:50%;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.wl-help-text{flex:1;align-items:center;gap:23px;display:flex}.wl-help-text strong{color:#0c2e4d;font-size:14px}.wl-help-text p{color:#647b90;margin:0;font-size:11px}.wl-help-button{color:#fff;cursor:pointer;background:#0b4c78;border:0;border-radius:8px;align-items:center;gap:15px;min-height:42px;padding:0 18px;font-size:11px;font-weight:800;display:flex}.wl-empty-section{max-width:1300px;margin:30px auto;padding:0 28px}.wl-empty-card{background:radial-gradient(circle at 10% 30%,#2970b40d,#0000 20%),#fff;border:1px solid #dfe8ef;border-radius:20px;grid-template-columns:1fr 1.3fr;align-items:center;gap:45px;min-height:390px;padding:40px;display:grid;box-shadow:0 18px 55px #0a325512}.wl-empty-visual{justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.wl-empty-glow{filter:blur(10px);background:#18609612;border-radius:50%;width:270px;height:210px;position:absolute}.wl-empty-board{background:#fff;border:7px solid #d9e4ee;border-radius:12px;width:180px;height:220px;padding:45px 22px 20px;position:relative;box-shadow:0 15px 40px #0a32551a}.wl-empty-board:before{content:"";background:#5a7188;border-radius:8px;width:76px;height:35px;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.wl-empty-heart{color:#ff3037;background:#fff2f3;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 20px;font-size:44px;display:flex}.wl-empty-line{background:#e7edf3;border-radius:20px;height:9px;margin-bottom:10px}.wl-empty-line.short{width:70%}.wl-empty-floating-heart{color:#fff;background:#ff3037;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:37px;display:flex;position:absolute;bottom:20px;right:80px;box-shadow:0 14px 35px #ff303740}.wl-empty-content{max-width:620px}.wl-small-label{color:#0b4c78;letter-spacing:2px;font-size:10px;font-weight:900}.wl-empty-content h2{color:#0a2c4b;letter-spacing:-1.5px;margin:12px 0;font-size:clamp(30px,4vw,48px);line-height:1}.wl-empty-content h2 span{color:#ed2b31}.wl-empty-content>p{color:#647b90;max-width:510px;margin:0 0 22px;font-size:14px;line-height:1.7}.wl-empty-actions{flex-wrap:wrap;gap:10px;display:flex}.wl-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:22px;min-height:46px;padding:0 20px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.wl-btn-primary{color:#fff;background:#ed2b31}.wl-btn-outline{color:#0b4c78;background:#fff;border-color:#0b4c78}.wl-empty-benefits{border-top:1px solid #e2e9ef;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px;padding-top:20px;display:grid}.wl-empty-benefits>div{gap:9px;display:flex}.wl-empty-benefits>div>span{color:#0b4c78;background:#f1f6fb;border-radius:50%;flex:0 0 37px;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.wl-empty-benefits strong{color:#163754;font-size:10px;display:block}.wl-empty-benefits small{color:#8394a4;margin-top:3px;font-size:9px;line-height:1.4;display:block}.wl-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#021424b8;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0;overflow-y:auto}.wl-modal{background:#fff;border-radius:20px;width:min(1000px,100%);max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 30px 100px #0000004d}.wl-modal-close{z-index:2;color:#173a56;cursor:pointer;background:#fff;border:1px solid #dbe5ed;border-radius:50%;width:38px;height:38px;font-size:25px;position:absolute;top:15px;right:15px}.wl-modal-grid{grid-template-columns:.9fr 1.1fr;display:grid}.wl-modal-image{background:linear-gradient(145deg,#eef4f8,#fff);justify-content:center;align-items:center;min-height:560px;padding:40px;display:flex}.wl-modal-image img{object-fit:contain;width:100%;max-height:430px}.wl-modal-content{padding:43px}.wl-modal-category{color:#1264a0;letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:900}.wl-modal-content h2{color:#082d4d;margin:9px 0;font-size:32px;line-height:1.1}.wl-modal-price{color:#ed2b31;margin-bottom:15px;font-size:24px;font-weight:900}.wl-modal-description{color:#657b90;margin-bottom:22px;font-size:13px;line-height:1.7}.wl-detail-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.wl-detail-item{border:1px solid #dfe7ee;border-radius:9px;align-items:center;gap:9px;padding:11px;display:flex}.wl-detail-item>span{color:#0b4c78;background:#f0f6fa;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.wl-detail-item small{color:#8798a8;text-transform:uppercase;font-size:8px;display:block}.wl-detail-item strong{color:#173b58;margin-top:2px;font-size:10px;display:block}.wl-modal-benefits{margin-top:20px}.wl-modal-benefits h3{color:#0b3150;margin:0 0 10px;font-size:14px}.wl-benefit-list{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.wl-benefit-list div{color:#597188;font-size:10px}.wl-benefit-list span{color:#19a36a;margin-right:5px;font-weight:900}.wl-modal-actions{gap:9px;margin-top:22px;display:flex}.wl-modal-actions .wl-btn{flex:1}.wl-btn-cart{color:#fff;background:#0b4c78}.wl-btn-quote{color:#fff;background:#ed2b31}@media (width<=1150px){.wl-hero-container{grid-template-columns:1fr 1fr}.wl-saved-counter{width:180px;min-height:155px;position:absolute;top:55px;right:28px}.wl-hero-left{padding-right:200px}.wl-hero-features{grid-column:1/-1;padding-right:200px}.wl-content{grid-template-columns:1fr}.wl-summary{position:static}}@media (width<=850px){.wl-hero{min-height:auto}.wl-hero-container{min-height:auto;padding:55px 22px 30px;display:block}.wl-hero-left{padding-right:0}.wl-hero-left h1{font-size:65px}.wl-saved-counter{flex-direction:row;justify-content:flex-start;gap:10px;width:auto;min-height:auto;margin-top:25px;padding:15px 18px;position:static}.wl-counter-icon{width:45px;height:45px;margin:0}.wl-saved-counter strong{font-size:30px}.wl-saved-counter>span{margin:0}.wl-hero-features{margin-top:25px;padding:0}.wl-content{padding:20px 14px 0}.wl-machine{grid-template-columns:25px 115px minmax(0,1fr) auto;gap:10px}.wl-machine-image{width:115px;height:90px}.wl-machine-price{grid-area:2/3/auto/4}.wl-machine-actions{grid-area:2/4/auto/5}.wl-empty-card{grid-template-columns:1fr;padding:28px}.wl-empty-section{padding:0 14px}}@media (width<=650px){.wl-hero-left h1{letter-spacing:-2px;font-size:54px}.wl-hero-features{grid-template-columns:1fr}.wl-feature-card{min-height:72px}.wl-toolbar{align-items:stretch}.wl-select-all{width:100%}.wl-tool-button{flex:1}.wl-filter-row{flex-direction:column;align-items:stretch}.wl-search{max-width:none}.wl-sort{justify-content:space-between}.wl-sort select{flex:1}.wl-machine{grid-template-columns:24px 100px minmax(0,1fr)}.wl-machine-image{width:100px;height:82px}.wl-machine-info h2{font-size:14px}.wl-machine-info p{font-size:10px}.wl-machine-price{grid-area:2/2/auto/3;margin-top:5px}.wl-machine-actions{grid-area:2/3/auto/4;justify-content:flex-end}.wl-action{width:32px;height:32px}.wl-specs span{min-width:85px}.wl-help{flex-wrap:wrap;align-items:flex-start;margin:15px 14px 35px}.wl-help-text{display:block}.wl-help-text p{margin-top:4px}.wl-help-button{justify-content:center;width:100%}.wl-empty-card{gap:15px;padding:20px}.wl-empty-floating-heart{right:25px}.wl-empty-benefits{grid-template-columns:1fr}.wl-modal-backdrop{padding:10px}.wl-modal-grid{grid-template-columns:1fr}.wl-modal-image{min-height:240px;padding:25px}.wl-modal-content{padding:25px}.wl-modal-content h2{font-size:25px}.wl-detail-grid,.wl-benefit-list{grid-template-columns:1fr}.wl-modal-actions{flex-direction:column}}@media (width<=430px){.wl-machine{grid-template-columns:20px 90px minmax(0,1fr);padding:12px}.wl-machine-image{width:90px;height:75px}.wl-specs{grid-template-columns:1fr 1fr;display:grid}.wl-specs span{min-width:0}.wl-machine-price{grid-column:2/3}.wl-machine-actions{grid-column:3/4}.wl-action{width:29px;height:29px;font-size:11px}}.cart-page{color:#10233f;background:#f7faff;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.cart-hero{background:#062c4e;border-bottom:1px solid #dce6f0;min-height:525px;position:relative;overflow:visible}.cart-hero-machine-bg{filter:blur(3px);opacity:.62;background-position:50%;background-size:cover;position:absolute;inset:-10px;transform:scale(1.04)}.cart-hero-overlay{background:linear-gradient(90deg,#021b31f5 0%,#032744e8 38%,#032b49c2 67%,#03223bdb 100%);position:absolute;inset:0}.cart-hero-inner{z-index:2;grid-template-columns:1fr .8fr;align-items:center;gap:50px;width:min(1240px,100% - 48px);min-height:445px;margin:0 auto;padding:70px 0 100px;display:grid;position:relative}.cart-hero-copy{max-width:600px}.cart-eyebrow{color:#fff;letter-spacing:2px;align-items:center;gap:10px;font-size:12px;font-weight:800;display:inline-flex}.cart-eyebrow i{background:#f02831;border-radius:50%;width:9px;height:9px}.cart-hero h1{color:#fff;letter-spacing:-4px;margin:18px 0;font-size:clamp(54px,6vw,82px);line-height:.95}.cart-hero h1 strong{color:#ef2b31}.cart-hero-copy p{color:#d2e0ee;max-width:560px;margin:0 0 26px;font-size:17px;line-height:1.7}.cart-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.cart-primary-btn,.cart-secondary-btn{border-radius:7px;justify-content:space-between;align-items:center;gap:28px;min-height:52px;padding:0 21px;font-size:13px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.cart-primary-btn{color:#fff;background:#ef2b31;box-shadow:0 12px 25px #ef2b3133}.cart-primary-btn:hover{background:#d91f25;transform:translateY(-2px)}.cart-secondary-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff61}.cart-secondary-btn:hover{background:#ffffff1f}.cart-hero-visual{place-items:center;height:330px;display:grid;position:relative}.cart-visual-ring{background:#ffffff12;border:1px solid #fff3;border-radius:50%;place-items:center;width:265px;height:265px;display:grid;box-shadow:0 0 0 35px #ffffff06,inset 0 0 70px #ffffff0f}.cart-visual-icon{filter:drop-shadow(0 12px 15px #0003);background:#ffffff1c;border:1px solid #ffffff2e;border-radius:30px;place-items:center;width:125px;height:125px;font-size:70px;display:grid}.cart-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#031628db;border:1px solid #fff3;border-radius:15px;width:175px;min-height:135px;padding:20px;position:absolute;bottom:8px;right:0;box-shadow:0 20px 40px #00000038}.cart-floating-card span,.cart-floating-card small{color:#9eb4c9;letter-spacing:1.5px;font-size:9px;font-weight:800;display:block}.cart-floating-card strong{margin:8px 0;font-size:42px;line-height:1;display:block}.cart-floating-card small{color:#ef2b31}.cart-trust-strip{z-index:5;background:#fffffff7;border:1px solid #dce6f0;border-radius:15px;grid-template-columns:repeat(3,1fr);gap:5px;width:min(940px,100% - 48px);min-height:100px;padding:18px 24px;display:grid;position:absolute;bottom:-43px;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #163f681f}.cart-trust-strip>div{border-right:1px solid #e2e9f1;align-items:center;gap:13px;padding:7px 18px;display:flex}.cart-trust-strip>div:last-child{border-right:0}.trust-icon{color:#07569c;background:#eaf3ff;border-radius:50%;flex:0 0 45px;place-items:center;width:45px;height:45px;font-weight:900;display:grid}.trust-icon.red{color:#ef2b31;background:#fff0f0}.trust-icon.green{color:#008c76;background:#e9faf5}.cart-trust-strip b,.cart-trust-strip small{display:block}.cart-trust-strip b{margin-bottom:4px;font-size:12px}.cart-trust-strip small{color:#718198;font-size:10px;line-height:1.45}.cart-empty-content{width:min(1240px,100% - 48px);margin:88px auto 0}.cart-empty-card{background:radial-gradient(circle at 15% 40%,#daeafd99,#0000 27%),#fff;border:1px solid #dce7f2;border-radius:20px;grid-template-columns:.85fr 1.15fr;align-items:center;gap:65px;min-height:395px;padding:55px 70px;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 45px #1f486e12}.cart-empty-card:before,.cart-empty-card:after{content:"";pointer-events:none;border:1px solid #e1ebf5;border-radius:50%;width:150px;height:150px;position:absolute}.cart-empty-card:before{top:45px;left:-90px}.cart-empty-card:after{bottom:-70px;right:-90px}.empty-illustration{place-items:center;height:265px;display:grid;position:relative}.empty-circle{background:radial-gradient(circle,#fff 0%,#e9f3ff 58%,#dbeafd 100%);border-radius:50%;place-items:center;width:245px;height:245px;display:grid;box-shadow:inset 0 0 45px #fffc,0 20px 40px #2e64a014}.empty-circle span{filter:drop-shadow(0 13px 12px #003c781f);font-size:105px}.empty-heart{color:#fff;background:#ef2b31;border-radius:50%;place-items:center;width:62px;height:62px;font-size:29px;display:grid;position:absolute;bottom:2px;left:calc(50% + 58px);box-shadow:0 12px 25px #ef2b3147}.empty-dot{background:#bcd5f2;border-radius:50%;width:9px;height:9px;position:absolute}.dot-one{top:22%;left:8%}.dot-two{top:72%;left:17%}.dot-three{background:#f4b5b8;top:30%;right:8%}.empty-copy{max-width:600px}.small-label{color:#0c4a80;letter-spacing:1.7px;font-size:11px;font-weight:800;display:inline-block}.empty-copy h2{color:#12233b;letter-spacing:-1.5px;margin:10px 0 15px;font-size:40px;line-height:1.08}.empty-copy h2 span{color:#ef2b31}.empty-copy p{color:#667a92;max-width:540px;font-size:15px;line-height:1.75}.empty-actions{gap:12px;margin-top:25px;display:flex}.recommended-section{background:#fff;border:1px solid #dce7f2;border-radius:17px;margin-top:34px;padding:23px;box-shadow:0 12px 35px #1f486e0d}.recommended-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.recommended-heading>div{align-items:center;gap:11px;display:flex}.recommended-heading>div>span{color:#ef2b31;font-size:20px}.recommended-heading small{color:#8494a8;letter-spacing:1.5px;margin-bottom:3px;font-size:8px;font-weight:800;display:block}.recommended-heading h3{color:#112640;margin:0;font-size:18px}.recommended-heading a{color:#0a4e88;font-size:12px;font-weight:800;text-decoration:none}.recommended-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.recommended-card{background:#fff;border:1px solid #e0e8f1;border-radius:12px;transition:all .25s;position:relative;overflow:hidden}.recommended-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #19436e1a}.recommend-heart{z-index:3;color:#0b4d88;cursor:pointer;background:#fff;border:1px solid #dce5ef;border-radius:50%;width:35px;height:35px;font-size:20px;position:absolute;top:10px;right:10px}.recommend-heart.active{color:#ef2b31}.recommended-image{background:#f3f7fb;place-items:center;height:145px;display:grid}.recommended-image img{object-fit:contain;width:100%;height:100%;padding:9px}.recommended-info{padding:13px}.recommended-info>small{color:#1763a3;font-size:9px;font-weight:700}.recommended-info h4{color:#14263e;min-height:33px;margin:5px 0 8px;font-size:13px;line-height:1.3}.recommend-meta{margin-bottom:8px}.recommend-meta span{color:#718198;border:1px solid #dce5ee;border-radius:4px;padding:4px 7px;font-size:8px;display:inline-block}.recommended-info>strong{color:#0b4d88;font-size:14px;display:block}.recommend-details{color:#748399;border-top:1px solid #e6edf4;margin-top:9px;padding:9px 0;font-size:10px;font-weight:700;text-decoration:none;display:block}.recommend-add{color:#fff;cursor:pointer;background:#083f76;border:0;border-radius:6px;width:100%;min-height:37px;font-size:11px;font-weight:800;transition:all .2s}.recommend-add:hover{background:#062f58}.cart-content{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;width:min(1240px,100% - 48px);margin:88px auto 0;display:grid}.cart-panel-head{justify-content:space-between;align-items:end;margin-bottom:16px;display:flex}.cart-panel-head h2{color:#122640;letter-spacing:-1px;margin:7px 0 4px;font-size:34px}.cart-panel-head h2 span{color:#ef2b31}.cart-panel-head p{color:#7b8ba0;margin:0;font-size:11px}.clear-cart-btn{color:#ef2b31;cursor:pointer;background:#fff;border:1px solid #efb7ba;border-radius:7px;padding:10px 14px;font-size:11px;font-weight:800}.cart-items{background:#fff;border:1px solid #dce7f2;border-radius:15px;overflow:hidden}.cart-item{border-bottom:1px solid #e5ecf3;grid-template-columns:120px minmax(190px,1fr) 115px 100px 95px;align-items:center;gap:15px;padding:18px;display:grid;position:relative}.cart-item:last-child{border-bottom:0}.cart-item-image{background:#f3f7fb;border-radius:9px;height:110px;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-info>span{color:#1763a3;font-size:9px;font-weight:800}.cart-item-info h3{color:#152840;margin:5px 0 8px;font-size:15px}.cart-specs{flex-wrap:wrap;gap:5px;display:flex}.cart-specs b{color:#64768e;border:1px solid #dce5ee;border-radius:5px;padding:5px 7px;font-size:8px;font-weight:600}.cart-item-links{gap:12px;margin-top:9px;display:flex}.cart-item-links a,.cart-item-links button{color:#0a4e88;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:800;text-decoration:none}.cart-item-links button{color:#ef2b31}.cart-item-price span,.cart-item-total span{color:#9aa8b8;letter-spacing:1px;margin-bottom:5px;font-size:7px;font-weight:800;display:block}.cart-item-price strong,.cart-item-total strong{color:#122740;font-size:13px}.cart-item-price del{color:#a2adba;margin-top:4px;font-size:9px;display:block}.quantity-control{border:1px solid #dbe5ef;border-radius:6px;align-items:center;width:max-content;display:flex;overflow:hidden}.quantity-control button{color:#0c4b80;cursor:pointer;background:#f5f8fb;border:0;width:29px;height:31px}.quantity-control b{text-align:center;min-width:31px;font-size:11px}.cart-remove{color:#a6b2c0;cursor:pointer;background:0 0;border:0;font-size:19px;position:absolute;top:7px;right:8px}.cart-summary{background:#fff;border:1px solid #dce7f2;border-radius:15px;position:sticky;top:22px;overflow:hidden;box-shadow:0 15px 35px #1f486e14}.summary-header{color:#fff;background:linear-gradient(135deg,#063d71,#0a579e);align-items:center;gap:12px;padding:19px;display:flex}.summary-icon{background:#ffffff21;border-radius:50%;place-items:center;width:43px;height:43px;font-size:21px;display:grid}.summary-header h3{margin:0 0 3px;font-size:17px}.summary-header small{color:#bcd0e4;font-size:10px}.summary-body{padding:19px}.summary-row{color:#61748b;justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;font-size:12px;display:flex}.summary-row b{color:#172a43}.green-text{color:#078d73!important}.summary-body hr{border:0;border-top:1px solid #e3eaf2;margin:17px 0}.summary-total{color:#172a43;justify-content:space-between;align-items:center;gap:10px;font-size:14px;display:flex}.summary-total strong{color:#0a4e89;text-align:right;font-size:20px}.summary-note{background:#f3f8ff;border-radius:8px;gap:9px;margin:18px 0;padding:12px;display:flex}.summary-note span{flex:none}.summary-note p{color:#6b7d93;margin:0;font-size:9px;line-height:1.55}.summary-primary,.summary-secondary{cursor:pointer;border-radius:7px;width:100%;min-height:44px;font-size:11px;font-weight:800}.summary-primary{color:#fff;background:#ef2b31;border:0;margin-bottom:9px}.summary-secondary{color:#0a4e89;background:#fff;border:1px solid #0a4e89}.summary-secure{text-align:center;color:#9aa8b7;margin:13px 0 0;font-size:8px}.cart-reassurance{background:#eff5ff;border:1px solid #dce7f2;border-radius:15px;grid-template-columns:repeat(4,1fr);gap:10px;width:min(1240px,100% - 48px);margin:30px auto;padding:20px 25px;display:grid}.cart-reassurance>div{grid-template-columns:43px 1fr;align-items:center;column-gap:10px;display:grid}.cart-reassurance span{color:#0a4e89;border:1px solid #c8d9eb;border-radius:50%;grid-row:span 2;place-items:center;width:43px;height:43px;font-size:14px;font-weight:800;display:grid}.cart-reassurance b{font-size:11px}.cart-reassurance small{color:#72839a;font-size:9px}.cart-help{background:#eff5fd;border:1px solid #dce7f2;border-radius:13px;align-items:center;gap:15px;width:min(1180px,100% - 48px);margin:0 auto 42px;padding:14px 20px;display:flex}.help-icon{color:#fff;background:#073f77;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:19px;font-weight:900;display:grid}.cart-help b{font-size:13px}.cart-help p{color:#6c7e94;margin:4px 0 0;font-size:10px}.cart-help a{color:#fff;background:#073f77;border-radius:7px;align-items:center;gap:16px;min-height:42px;margin-left:auto;padding:0 18px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.cart-toast{z-index:9999;color:#fff;background:#092f54;border-radius:10px;align-items:center;gap:10px;min-width:300px;max-width:420px;padding:14px 15px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 40px #0003}.cart-toast>span{background:#0aa17f;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.cart-toast button{color:#fff;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:18px}@media (width<=1100px){.cart-hero-inner{grid-template-columns:1fr .65fr}.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){.cart-hero-inner{text-align:center;grid-template-columns:1fr;padding-bottom:65px}.cart-hero-copy{max-width:700px;margin:auto}.cart-hero-copy p{margin-left:auto;margin-right:auto}.cart-hero-actions{justify-content:center}.cart-hero-visual{height:220px}.cart-trust-strip{grid-template-columns:1fr;margin:-30px auto 0;position:relative;bottom:auto;left:auto;transform:none}.cart-trust-strip>div{border-bottom:1px solid #e4ebf3;border-right:0;padding:11px}.cart-trust-strip>div:last-child{border-bottom:0}.cart-empty-content,.cart-content{margin-top:50px}.cart-empty-card{text-align:center;grid-template-columns:1fr;gap:25px;padding:40px 25px}.empty-copy{margin:auto}.empty-actions{flex-wrap:wrap;justify-content:center}.cart-reassurance{grid-template-columns:1fr 1fr}.cart-item{grid-template-columns:100px 1fr}.cart-item-price,.quantity-control,.cart-item-total{grid-column:2}}@media (width<=560px){.cart-hero-inner,.cart-empty-content,.cart-content,.cart-reassurance,.cart-help{width:calc(100% - 26px)}.cart-hero h1{letter-spacing:-2px;font-size:48px}.cart-hero-actions,.empty-actions{display:grid}.cart-primary-btn,.cart-secondary-btn{width:100%}.recommended-grid,.cart-reassurance{grid-template-columns:1fr}.cart-help{flex-wrap:wrap}.cart-help a{justify-content:center;width:100%;margin-left:59px}.cart-item{grid-template-columns:80px 1fr;gap:12px;padding:15px}.cart-item-image{height:80px}.cart-item-info h3{font-size:13px}.cart-panel-head h2{font-size:27px}.clear-cart-btn{font-size:9px}.cart-toast{min-width:0;bottom:13px;left:13px;right:13px}}.machinery-page{color:#063b63;background:#f6f9fb;width:100%;min-height:100vh;font-family:inherit}.machinery-section-container{width:min(100% - 48px,1240px);margin:0 auto}.machinery-hero{color:#fff;background:#f6f9fb;width:100%;padding:28px 0 34px;position:relative;overflow:hidden}.machinery-hero-carousel{isolation:isolate;background:#052f50;border:1px solid #ffffff24;border-radius:24px;width:min(1250px,100% - 48px);height:520px;min-height:0;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 28px 75px #063b6338,0 8px 25px #063b631a}.machinery-hero-video{z-index:0;object-fit:cover;object-position:center center;pointer-events:none;background:#052f50;width:100%;height:100%;display:block;position:absolute;inset:0}.machinery-hero-video-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#03182dd1 0%,#04274599 35%,#04274538 72%,#0427451f 100%),linear-gradient(#03182d14 0% 50%,#03182d66 100%);position:absolute;inset:0}.machinery-hero-overlay{z-index:2;pointer-events:none;background:radial-gradient(circle at 84% 18%,#ffffff14,#0000 28%),radial-gradient(circle at 10% 88%,#ef283014,#0000 30%);position:absolute;inset:0}.machinery-hero-content{z-index:3;box-sizing:border-box;flex-direction:column;justify-content:center;width:min(100% - 48px,1240px);height:520px;min-height:0;margin:0 auto;padding:55px 0 115px;display:flex;position:relative}.machinery-hero-eyebrow{color:#ffffffc2;letter-spacing:3px;align-items:center;gap:10px;margin-bottom:18px;font-size:10px;font-weight:800;display:flex}.eyebrow-line{background:#ef2830;flex-shrink:0;width:30px;height:2px}.machinery-hero h1{color:#fff;letter-spacing:-3px;text-shadow:0 4px 25px #00000040;max-width:720px;margin:0;font-size:clamp(48px,5.8vw,76px);line-height:.96}.machinery-hero h1 strong{color:#ef2830;display:block}.machinery-hero p{color:#ffffffdb;text-shadow:0 2px 12px #0003;max-width:610px;margin:23px 0 0;font-size:13px;line-height:1.8}.machinery-hero-actions{flex-wrap:wrap;gap:10px;margin-top:27px;display:flex}.hero-primary-btn,.hero-secondary-btn{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:12px;min-height:43px;padding:0 17px;font-family:inherit;font-size:9px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.hero-primary-btn{color:#fff;background:#ef2830;border:1px solid #ef2830;box-shadow:0 10px 25px #ef283038}.hero-primary-btn:hover{background:#d91f27;transform:translateY(-2px);box-shadow:0 14px 30px #ef28304d}.hero-secondary-btn{color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffff17;border:1px solid #ffffff4d}.hero-secondary-btn:hover{background:#ffffff26;border-color:#ffffff9e;transform:translateY(-2px)}.machinery-hero-stats{align-items:center;gap:24px;margin-top:32px;display:flex}.hero-stat{flex-direction:column;gap:5px;display:flex}.hero-stat strong{color:#fff;font-size:24px;line-height:1}.hero-stat span{color:#ffffff94;letter-spacing:1px;text-transform:uppercase;font-size:7px;font-weight:800}.hero-stat-divider{background:#ffffff38;width:1px;height:30px}.machinery-hero-video-heading{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:right;background:#03142675;border:1px solid #ffffff2e;border-radius:10px;min-width:170px;padding:10px 13px;position:absolute;top:27px;right:28px;box-shadow:0 8px 25px #00000024}.machinery-hero-video-heading span{color:#ffffff94;letter-spacing:1.4px;font-size:7px;font-weight:800;display:block}.machinery-hero-video-heading strong{color:#fff;margin-top:4px;font-size:11px;font-weight:800;display:block}.machinery-hero-video-controls{z-index:6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03142694;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;min-width:280px;padding:8px 10px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #0003}.machinery-hero-video-arrow{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;font-size:17px;line-height:1;transition:transform .2s,background .2s,border-color .2s;display:grid}.machinery-hero-video-arrow:hover{background:#ef2830;border-color:#ef2830;transform:scale(1.06)}.machinery-hero-video-progress{flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.machinery-hero-video-progress>span{color:#ffffff9e;letter-spacing:1px;font-size:7px;font-weight:800}.machinery-hero-video-dots{justify-content:center;align-items:center;gap:5px;display:flex}.machinery-hero-video-dot{cursor:pointer;background:#ffffff57;border:0;border-radius:50%;flex:0 0 7px;width:7px;height:7px;padding:0;transition:width .25s,flex-basis .25s,background .25s,transform .2s}.machinery-hero-video-dot:hover{background:#fff;transform:scale(1.08)}.machinery-hero-video-dot.active{background:#ef2830;border-radius:20px;flex-basis:24px;width:24px}.machinery-categories-section{background:#fff;padding:58px 0 48px}.machinery-section-heading{justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:26px;display:flex}.heading-copy{min-width:0}.section-eyebrow{color:#ef2830;letter-spacing:2px;margin-bottom:8px;font-size:8px;font-weight:800;display:block}.machinery-section-heading h2{color:#063b63;letter-spacing:-1.3px;margin:0;font-size:35px;line-height:1.05}.machinery-section-heading h2 span{color:#ef2830}.machinery-section-heading p{color:#718492;max-width:500px;margin:9px 0 0;font-size:10px;line-height:1.7}.heading-count{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.heading-count strong{color:#063b63;font-size:30px;line-height:.9}.heading-count span{color:#8a9aa6;letter-spacing:1.3px;text-transform:uppercase;margin-top:6px;font-size:7px;font-weight:800}.machinery-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.machinery-category-card{color:#063b63;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe7ed;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:155px;padding:14px;font-family:inherit;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.machinery-category-card:hover{border-color:#063b63;transform:translateY(-3px);box-shadow:0 12px 28px #063b6317}.machinery-category-card.active{color:#fff;background:#063b63;border-color:#063b63}.category-card-image{background:#edf3f6;border:3px solid #f4f7f9;border-radius:50%;flex-shrink:0;width:58px;height:58px;overflow:hidden}.category-card-image img{object-fit:cover;width:100%;height:100%;display:block}.category-card-image-placeholder{color:#063b63;background:#edf3f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:22px;display:flex}.category-card-content{margin-top:10px;padding-right:30px}.category-card-content h3{color:#063b63;margin:0 0 4px;font-size:13px;line-height:1.25}.machinery-category-card.active .category-card-content h3{color:#fff}.category-card-content span{color:#8293a0;font-size:8px;font-weight:700}.machinery-category-card.active .category-card-content span{color:#ffffff9e}.category-card-arrow{color:#063b63;background:#f0f4f6;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:13px;display:flex;position:absolute;bottom:12px;right:12px}.machinery-category-card.active .category-card-arrow{color:#063b63;background:#fff}.machinery-catalogue-section{background:#f6f9fb;padding:55px 0 90px}.catalogue-topbar{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:19px;display:flex}.catalogue-title{min-width:0}.catalogue-title h2{color:#063b63;letter-spacing:-1.3px;margin:0;font-size:35px;line-height:1.05}.catalogue-title p{color:#81919d;margin:8px 0 0;font-size:9px}.catalogue-title p strong{color:#063b63}.machinery-search-box{box-sizing:border-box;background:#fff;border:1px solid #dce5eb;border-radius:7px;align-items:center;gap:8px;width:min(340px,100%);height:43px;padding:0 12px;display:flex}.search-icon{color:#7890a0;font-size:17px;line-height:1}.machinery-search-box input{color:#063b63;background:0 0;border:0;outline:0;flex:1;min-width:0;font-family:inherit;font-size:10px}.machinery-search-box input::placeholder{color:#9aaab5}.search-clear{color:#063b63;cursor:pointer;background:#eef3f6;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:15px;display:flex}.catalogue-filter-row{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.active-filter{align-items:center;gap:7px;display:flex}.active-filter>span{color:#8a9aa6;font-size:8px;font-weight:700}.active-filter-chip{color:#063b63;cursor:pointer;background:#fff;border:1px solid #d7e2e8;border-radius:15px;align-items:center;gap:8px;min-height:27px;padding:0 9px;font-family:inherit;font-size:7px;font-weight:800;display:inline-flex}.active-filter-chip span{color:#ef2830;font-size:13px}.catalogue-result-info{color:#81919d;font-size:8px}.machinery-empty-state{text-align:center;background:#fff;border:1px solid #dfe7ed;border-radius:14px;padding:70px 20px}.empty-state-icon{margin-bottom:10px;font-size:30px}.machinery-empty-state h3{color:#063b63;margin:0 0 7px;font-size:22px}.machinery-empty-state p{color:#778a98;max-width:450px;margin:0 auto 16px;font-size:10px;line-height:1.6}.machinery-empty-state button{color:#fff;cursor:pointer;background:#063b63;border:0;border-radius:6px;min-height:38px;padding:0 16px;font-family:inherit;font-size:8px;font-weight:800}.machinery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.machinery-card{background:#fff;border:1px solid #dfe7ed;border-radius:14px;min-width:0;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 5px 20px #063b6309}.machinery-card:hover{transform:translateY(-4px);box-shadow:0 15px 32px #063b6317}.machinery-card-media{background:linear-gradient(135deg,#edf3f6,#e3ebf0);justify-content:center;align-items:center;width:100%;height:225px;display:flex;position:relative;overflow:hidden}.machinery-card-image,.machinery-card-video{object-fit:contain;width:100%;height:100%;display:block}.machinery-card-video{background:#071d2d}.machine-category-badge{z-index:3;color:#063b63;text-overflow:ellipsis;white-space:nowrap;background:#fffffff0;border-radius:15px;max-width:62%;padding:6px 8px;font-size:6px;font-weight:800;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 3px 10px #0000000f}.machine-wishlist-btn{z-index:5;color:#063b63;cursor:pointer;background:#fffffff2;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-family:inherit;font-size:20px;line-height:1;transition:transform .2s,background .2s,color .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 13px #00000021}.machine-wishlist-btn:hover{transform:scale(1.08)}.machine-wishlist-btn.active{color:#fff;background:#ef2830;border-color:#ef2830}.machine-video-label{z-index:4;color:#fff;letter-spacing:.7px;background:#071d2dd1;border-radius:4px;align-items:center;min-height:22px;padding:0 7px;font-size:6px;font-weight:800;display:inline-flex;position:absolute;bottom:10px;left:10px}.machinery-card-body{padding:14px}.machinery-card-title{color:#063b63;min-height:38px;margin:0 0 5px;font-size:15px;line-height:1.25}.machinery-card-description{color:#6e8190;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:39px;margin:0 0 12px;font-size:8px;line-height:1.55;display:-webkit-box;overflow:hidden}.machine-quick-specs{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:12px;display:grid}.quick-spec{background:#fbfcfd;border:1px solid #e0e7ec;border-radius:5px;align-items:center;gap:6px;min-width:0;min-height:48px;padding:7px;display:flex}.quick-spec-icon{color:#ef2830;flex-shrink:0;font-size:11px}.quick-spec>div{min-width:0}.quick-spec small{color:#9caab4;letter-spacing:.5px;text-transform:uppercase;margin-bottom:3px;font-size:6px;font-weight:800;display:block}.quick-spec strong{color:#063b63;text-overflow:ellipsis;white-space:nowrap;font-size:7px;line-height:1.25;display:block;overflow:hidden}.machinery-card-price-row{justify-content:space-between;align-items:center;gap:8px;min-height:38px;margin-bottom:10px;display:flex}.machine-price{flex-direction:column;min-width:0;display:flex}.machine-price small{color:#9aaab5;letter-spacing:1px;margin-bottom:3px;font-size:6px;font-weight:800}.machine-price strong{color:#ef2830;font-size:14px;line-height:1}.cart-added-badge{color:#168b45;background:#edf8f1;border-radius:12px;flex-shrink:0;padding:6px 8px;font-size:7px;font-weight:800}.machinery-card-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.machine-details-btn,.machine-cart-btn{cursor:pointer;border-radius:5px;min-height:36px;font-family:inherit;font-size:7px;font-weight:800;transition:transform .2s,background .2s,border-color .2s}.machine-details-btn{color:#063b63;background:#fff;border:1px solid #dbe4e9;justify-content:space-between;align-items:center;padding:0 9px;display:flex}.machine-details-btn:hover{color:#fff;background:#063b63;border-color:#063b63}.machine-cart-btn{color:#fff;background:#063b63;border:1px solid #063b63}.machine-cart-btn:hover{background:#052f50;transform:translateY(-1px)}.machine-quote-btn{color:#fff;cursor:pointer;background:#ef2830;border:1px solid #ef2830;border-radius:5px;justify-content:space-between;align-items:center;width:100%;min-height:37px;margin-top:6px;padding:0 11px;font-family:inherit;font-size:7px;font-weight:800;transition:transform .2s,background .2s;display:flex}.machine-quote-btn:hover{background:#d91f27;transform:translateY(-1px)}.machinery-action-toast{z-index:10001;color:#063b63;background:#fff;border:1px solid #d9e6de;border-radius:8px;align-items:center;gap:9px;max-width:min(390px,100% - 30px);min-height:48px;padding:8px 10px 8px 12px;font-size:9px;font-weight:700;display:flex;position:fixed;top:85px;right:22px;box-shadow:0 12px 35px #00000026}.toast-check{color:#fff;background:#168b45;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-weight:900;display:flex}.machinery-action-toast button{color:#8293a0;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:17px}.machinery-bottom-cta{color:#fff;background:#063b63;padding:55px 0}.machinery-bottom-cta-inner{justify-content:space-between;align-items:center;gap:35px;width:min(100% - 48px,1240px);margin:0 auto;display:flex}.bottom-cta-copy{max-width:650px}.bottom-cta-copy h2{color:#fff;letter-spacing:-1.3px;margin:0;font-size:36px;line-height:1.05}.bottom-cta-copy h2 span{color:#ef2830}.bottom-cta-copy p{color:#ffffffa6;max-width:600px;margin:12px 0 0;font-size:10px;line-height:1.7}.bottom-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.bottom-cta-primary,.bottom-cta-whatsapp{cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 14px;font-family:inherit;font-size:8px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-flex}.bottom-cta-primary{color:#fff;background:#ef2830;border:1px solid #ef2830}.bottom-cta-whatsapp{color:#fff;background:#ffffff12;border:1px solid #ffffff38}.bottom-cta-primary:hover,.bottom-cta-whatsapp:hover{transform:translateY(-1px)}.machinery-modal-backdrop{z-index:9999;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#031828c7;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0;overflow-y:auto}.machinery-modal{background:#fff;border-radius:16px;grid-template-columns:.82fr 1.18fr;width:min(100%,980px);height:min(100vh - 36px,760px);min-height:0;max-height:calc(100vh - 36px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000004d}.machinery-modal-close{z-index:20;color:#063b63;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;display:flex;position:absolute;top:11px;right:11px;box-shadow:0 4px 12px #0000001f}.machinery-modal-image{background:linear-gradient(135deg,#edf3f6,#e2ebf0);justify-content:center;align-items:center;height:100%;min-height:0;display:flex;overflow:hidden}.machinery-modal-image img{object-fit:contain;width:100%;height:100%;max-height:720px;display:block}.machinery-modal-content{box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;min-width:0;height:100%;min-height:0;padding:34px 30px;overflow:hidden auto}.modal-category{color:#ef2830;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:7px;font-size:7px;font-weight:800;display:inline-block}.machinery-modal-content h2{color:#063b63;margin:0 0 8px;font-size:28px;line-height:1.1}.modal-description{color:#667b8b;margin:0;font-size:9px;line-height:1.7}.modal-spec-grid{border:1px solid #e0e7ec;grid-template-columns:1fr 1fr;margin-top:19px;display:grid}.modal-spec-grid>div{border-bottom:1px solid #e0e7ec;min-width:0;padding:9px}.modal-spec-grid>div:nth-child(2n){border-left:1px solid #e0e7ec}.modal-spec-grid>div:nth-last-child(-n+2){border-bottom:0}.modal-spec-grid small{color:#98a8b3;letter-spacing:.8px;text-transform:uppercase;margin-bottom:3px;font-size:6px;font-weight:800;display:block}.modal-spec-grid strong{color:#063b63;font-size:8px;line-height:1.35;display:block}.modal-price-box{background:#f6f9fb;border-radius:7px;margin-top:17px;padding:11px 13px}.modal-price-box span{color:#98a8b3;letter-spacing:1px;margin-bottom:4px;font-size:6px;font-weight:800;display:block}.modal-price-box strong{color:#ef2830;font-size:18px}.modal-action-selector{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px;display:grid}.modal-action-selector button{color:#063b63;cursor:pointer;background:#fff;border:1px solid #dce5eb;border-radius:5px;min-height:38px;font-family:inherit;font-size:7px;font-weight:800;transition:background .2s,color .2s,border-color .2s}.modal-action-selector button:hover,.modal-action-selector button.active{color:#fff;background:#063b63;border-color:#063b63}.machinery-enquiry-form{border-top:1px solid #e2e8ec;margin-top:18px;padding-top:18px}.form-heading{margin-bottom:14px}.form-heading h3{color:#063b63;margin:0 0 4px;font-size:18px}.form-heading p{color:#81919d;margin:0;font-size:8px;line-height:1.5}.form-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.form-group{flex-direction:column;gap:5px;margin-bottom:9px;display:flex}.form-group label{color:#607586;letter-spacing:.9px;text-transform:uppercase;font-size:6px;font-weight:800}.form-group input,.form-group textarea{box-sizing:border-box;color:#063b63;background:#fff;border:1px solid #dce5eb;border-radius:6px;outline:none;width:100%;min-height:38px;padding:8px 9px;font-family:inherit;font-size:9px;transition:border-color .2s,box-shadow .2s}.form-group textarea{resize:vertical;min-height:72px}.form-group input:focus,.form-group textarea:focus{border-color:#07558a;box-shadow:0 0 0 3px #07558a14}.whatsapp-number-section{background:#f9fbfc;border:1px solid #e0e7ec;border-radius:7px;margin-top:3px;padding:11px}.whatsapp-number-heading{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.whatsapp-number-heading span{color:#063b63;font-size:8px;font-weight:800}.whatsapp-number-heading small{color:#8a9aa7;font-size:6px}.whatsapp-number-options{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.whatsapp-number-option{color:#063b63;cursor:pointer;background:#fff;border:1px solid #dce5eb;border-radius:5px;justify-content:center;align-items:center;gap:5px;min-height:34px;padding:0 6px;font-family:inherit;font-size:7px;font-weight:800;transition:background .2s,border-color .2s,color .2s;display:flex;position:relative}.whatsapp-number-option:hover{border-color:#168b45}.whatsapp-number-option.active{color:#168b45;background:#edf8f1;border-color:#168b45}.whatsapp-option-icon{font-size:10px}.whatsapp-option-check{font-size:8px;position:absolute;top:3px;right:4px}.machinery-submit-btn{color:#fff;cursor:pointer;background:#1fa855;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:43px;margin-top:9px;font-family:inherit;font-size:9px;font-weight:800;transition:transform .2s,background .2s;display:flex}.machinery-submit-btn:hover{background:#168b45;transform:translateY(-1px)}.submit-whatsapp-icon{font-size:11px}.submit-arrow{margin-left:4px;font-size:13px}.form-whatsapp-note{text-align:center;color:#8a9aa7;margin:7px 0 0;font-size:6px;line-height:1.5}@media (width<=1100px){.machinery-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.machinery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machinery-modal{width:min(100%,900px)}}@media (width<=850px){.machinery-section-container,.machinery-hero-content,.machinery-bottom-cta-inner{width:calc(100% - 34px)}.machinery-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machinery-section-heading,.catalogue-topbar,.machinery-bottom-cta-inner{flex-direction:column;align-items:flex-start}.heading-count{align-items:flex-start}.machinery-search-box{width:100%}.machinery-modal{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;width:100%;height:calc(100vh - 24px);min-height:0;max-height:calc(100vh - 24px)}.machinery-modal-image{min-height:330px;max-height:360px}.machinery-modal-content{height:auto;min-height:0;max-height:none;padding:25px 20px;overflow:hidden auto}.bottom-cta-actions{width:100%}}@media (width<=600px){.machinery-hero{min-height:390px}.machinery-hero-content{width:calc(100% - 30px);min-height:390px;padding:45px 0}.machinery-hero h1{letter-spacing:-2.3px;font-size:43px}.machinery-hero p{font-size:10px}.machinery-hero-actions{flex-direction:column;width:100%}.hero-primary-btn,.hero-secondary-btn{width:100%}.machinery-hero-stats{gap:13px}.hero-stat strong{font-size:19px}.machinery-categories-section{padding:45px 0 35px}.machinery-section-container{width:calc(100% - 30px)}.machinery-section-heading h2,.catalogue-title h2,.bottom-cta-copy h2{font-size:31px}.machinery-category-grid{grid-template-columns:1fr 1fr;gap:8px}.machinery-category-card{min-height:145px;padding:11px}.category-card-image{width:50px;height:50px}.category-card-content h3{font-size:11px}.machinery-catalogue-section{padding:42px 0 65px}.catalogue-filter-row{flex-direction:column;align-items:flex-start}.machinery-grid{grid-template-columns:1fr;gap:12px}.machinery-card-media{height:255px}.machinery-card-title{font-size:16px}.machinery-card-body{padding:13px}.machine-quick-specs{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-spec{min-height:45px;padding:6px}.quick-spec-icon{font-size:9px}.quick-spec small{font-size:5px}.quick-spec strong{font-size:6px}.machinery-action-toast{top:72px;right:15px}.machinery-bottom-cta{padding:45px 0}.bottom-cta-actions{flex-direction:column;width:100%}.bottom-cta-primary,.bottom-cta-whatsapp{width:100%}.machinery-modal-backdrop{align-items:flex-start;padding:10px}.machinery-modal{border-radius:12px;width:100%;height:calc(100vh - 20px);min-height:0;max-height:calc(100vh - 20px);margin:0}.machinery-modal-image{min-height:250px;max-height:280px}.machinery-modal-content{height:auto;min-height:0;max-height:none;padding:23px 15px 18px;overflow:hidden auto}.machinery-modal-content h2{font-size:23px}.modal-spec-grid{grid-template-columns:1fr 1fr}.modal-action-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.modal-action-selector button{font-size:6px}.form-row{grid-template-columns:1fr;gap:0}.whatsapp-number-options{grid-template-columns:1fr}.whatsapp-number-option{justify-content:flex-start;padding-left:10px}.machinery-card-actions{grid-template-columns:1fr 1fr}}@media (width<=1100px){.machinery-hero-carousel{border-radius:20px;width:calc(100% - 34px);height:470px;min-height:0}.machinery-hero-content{width:calc(100% - 34px);height:470px;min-height:0;padding-left:0}.machinery-hero h1{font-size:clamp(44px,6vw,64px)}}@media (width<=850px){.machinery-hero{padding:20px 0 28px}.machinery-hero-carousel{height:500px;min-height:0}.machinery-hero-content{width:calc(100% - 42px);height:500px;min-height:0;padding:90px 0 120px}.machinery-hero-video-overlay{background:linear-gradient(#03182d2e 0%,#03182d99 55%,#03182dd1 100%)}.machinery-hero-video-heading{top:18px;right:18px}.machinery-hero-video-controls{bottom:17px}}@media (width<=600px){.machinery-hero{padding:14px 0 22px}.machinery-hero-carousel{border-radius:16px;width:calc(100% - 20px);height:500px;min-height:0}.machinery-hero-content{width:calc(100% - 30px);min-height:0;padding:82px 0 105px}.machinery-hero-eyebrow{letter-spacing:1.8px;margin-bottom:12px;font-size:7px}.eyebrow-line{width:22px}.machinery-hero h1{letter-spacing:-2px;font-size:40px;line-height:.98}.machinery-hero p{margin-top:17px;font-size:9px;line-height:1.65}.machinery-hero-actions{flex-direction:column;width:100%;margin-top:20px}.hero-primary-btn,.hero-secondary-btn{width:100%}.machinery-hero-stats{gap:12px;margin-top:22px}.hero-stat strong{font-size:18px}.hero-stat span{font-size:5px}.hero-stat-divider{height:28px}.machinery-hero-video-heading{min-width:0;max-width:135px;padding:7px 9px;top:11px;right:11px}.machinery-hero-video-heading span{font-size:5px}.machinery-hero-video-heading strong{font-size:8px}.machinery-hero-video-controls{gap:7px;width:calc(100% - 24px);min-width:0;padding:6px 7px;bottom:11px;left:50%;right:auto}.machinery-hero-video-arrow{flex-basis:31px;width:31px;height:31px;font-size:15px}.machinery-hero-video-progress{gap:6px}.machinery-hero-video-progress>span{font-size:6px}.machinery-hero-video-dot{flex-basis:6px;width:6px;height:6px}.machinery-hero-video-dot.active{flex-basis:18px;width:18px}}@media (width<=390px){.machinery-hero h1{font-size:35px}.machinery-hero-content{width:calc(100% - 24px)}.machinery-hero-stats{gap:8px}.hero-stat strong{font-size:16px}}@media (width<=600px){.machinery-hero-carousel{aspect-ratio:auto;height:500px}.machinery-hero-content{height:500px;min-height:0}}@media (width<=430px){.machinery-hero-carousel,.machinery-hero-content{height:470px}}@media (width<=390px){.machinery-hero h1{font-size:37px}.machinery-hero-stats{gap:9px}.hero-stat strong{font-size:17px}.hero-stat span{font-size:5px}.machinery-category-grid{gap:6px}.machinery-category-card{min-height:138px}.category-card-content h3{font-size:10px}.machinery-card-media{height:235px}.machinery-card-actions{gap:5px}.machine-details-btn,.machine-cart-btn{font-size:6px}.modal-action-selector{gap:4px}}.machinery-details-page{color:#0a365c;background:#fff;width:100%;min-height:100vh}.machinery-details-top{border-bottom:1px solid #e7edf1;justify-content:space-between;align-items:center;width:min(1250px,100% - 70px);height:64px;margin:auto;display:flex}.brand-mini{color:#0a365c;letter-spacing:1.4px;font-size:10px;font-weight:800}.back-machinery-btn{color:#71818d;cursor:pointer;background:0 0;border:none;font-size:11px}.back-machinery-btn:hover{color:#e63827}.cart-mini{color:#0a365c;font-size:18px;position:relative}.cart-mini span{color:#fff;background:#e63827;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-8px;right:-9px}.machinery-breadcrumb{color:#8997a1;align-items:center;gap:9px;width:min(1250px,100% - 70px);margin:auto;padding:20px 0;font-size:10px;display:flex}.machinery-breadcrumb b{color:#ccd4d9}.machinery-breadcrumb strong{color:#0a365c}.machinery-product-layout{grid-template-columns:1.05fr .95fr;gap:60px;width:min(1250px,100% - 70px);margin:15px auto 70px;display:grid}.machinery-gallery{grid-template-columns:76px 1fr;gap:14px;min-width:0;display:grid}.machine-thumbnails{flex-direction:column;gap:9px;display:flex}.machine-thumbnail{cursor:pointer;background:#f3f6f8;border:1px solid #dfe7ec;border-radius:9px;width:76px;height:68px;padding:0;transition:all .25s;position:relative;overflow:hidden}.machine-thumbnail:hover{border-color:#e63827}.machine-thumbnail.active{border:2px solid #e63827}.machine-thumbnail img{object-fit:cover;width:100%;height:100%}.machine-thumbnail small{color:#fff;background:#0000008c;border-radius:3px;padding:3px 5px;font-size:7px;position:absolute;bottom:4px;right:4px}.video-thumbnail{color:#0a365c;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.video-thumbnail span{color:#e63827;font-size:19px}.video-thumbnail small{color:#0a365c;background:0 0;font-size:7px;font-weight:800;position:static}.machine-main-media{background:#f1f5f7;border-radius:20px;min-height:510px;position:relative;overflow:hidden}.main-machine-image{object-fit:cover;width:100%;height:510px;transition:transform .5s;display:block}.machine-main-media:hover .main-machine-image{transform:scale(1.025)}.machine-demo-video{object-fit:cover;width:100%;height:510px;display:block}.machine-image-arrow{color:#0a365c;cursor:pointer;background:#ffffffed;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:27px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 25px #00000021}.machine-image-arrow:hover{color:#fff;background:#e63827}.machine-arrow-left{left:17px}.machine-arrow-right{right:17px}.machine-image-counter{color:#fff;background:#0000008c;border-radius:5px;padding:7px 10px;font-size:9px;position:absolute;bottom:17px;right:17px}.machine-image-counter span{opacity:.6;margin:0 4px}.machine-image-label{color:#fff;letter-spacing:1px;background:#0a365cb8;border-radius:4px;padding:7px 10px;font-size:8px;font-weight:800;position:absolute;top:17px;left:17px}.machinery-product-information{padding-top:3px}.machine-category-label{color:#e63827;letter-spacing:1.7px;text-transform:uppercase;font-size:9px;font-weight:800}.machinery-product-information h1{color:#0a365c;letter-spacing:-2.3px;margin:9px 0 4px;font-size:clamp(35px,4vw,53px);line-height:.98}.machine-variant{color:#73818b;font-size:13px}.machine-rating-row{color:#788691;flex-wrap:wrap;align-items:center;gap:10px;margin-top:19px;font-size:10px;display:flex}.machine-rating{color:#fff;background:#168146;border-radius:4px;padding:5px 8px;font-weight:800}.machine-available{color:#168146}.machine-description{color:#6e7d88;margin:20px 0;font-size:12px;line-height:1.8}.machine-price-section{border-top:1px solid #e3e9ed;border-bottom:1px solid #e3e9ed;padding:16px 0}.machine-price-row{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.machine-price-row strong{color:#0a365c;font-size:32px}.machine-price-row del{color:#a0aab1;font-size:14px}.machine-price-row span{color:#e63827;background:#fff0ed;border-radius:4px;padding:5px 8px;font-size:9px;font-weight:800}.machine-price-section small{color:#9ba6ad;margin-top:5px;font-size:8px;display:block}.machine-business-offer{background:linear-gradient(100deg,#fff2ee,#fff9f7);border:1px solid #ffddd6;border-radius:10px;align-items:center;gap:11px;margin-top:17px;padding:14px;display:flex}.business-offer-icon{color:#fff;background:#e63827;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:37px;height:37px;font-size:16px;font-weight:800;display:flex}.business-offer-content{flex:1}.business-offer-content strong{color:#0a365c;font-size:10px}.business-offer-content p{color:#92766f;margin:4px 0 0;font-size:8px}.machine-business-offer button{color:#e63827;cursor:pointer;background:0 0;border:none;font-size:9px;font-weight:800}.machine-delivery{border:1px solid #e2e8ec;border-radius:8px;align-items:center;gap:11px;margin-top:13px;padding:13px;display:flex}.delivery-symbol{font-size:20px}.machine-delivery strong{color:#0a365c;font-size:9px}.machine-delivery p{color:#7f8c96;margin:4px 0 0;font-size:8px}.machine-quantity-row{color:#0a365c;align-items:center;gap:14px;margin-top:16px;font-size:10px;font-weight:700;display:flex}.machine-quantity{border:1px solid #dce4e9;border-radius:6px;align-items:center;display:flex;overflow:hidden}.machine-quantity button{color:#0a365c;cursor:pointer;background:#f5f7f8;border:none;width:30px;height:30px}.machine-quantity strong{text-align:center;width:35px;font-size:10px}.machine-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:17px;display:grid}.machine-actions button{cursor:pointer;border-radius:8px;height:51px;font-size:10px;font-weight:800;transition:all .3s}.machine-add-cart{color:#e63827;background:#fff;border:1px solid #e63827}.machine-add-cart:hover{color:#fff;background:#e63827}.machine-buy-now{color:#fff;background:#e63827;border:1px solid #e63827}.machine-buy-now:hover{background:#c92f22}.machine-buy-now span{margin-left:18px}.machine-interested{color:#0a365c;cursor:pointer;background:#f8fafb;border:1px solid #dce4e9;border-radius:7px;width:100%;height:41px;margin-top:8px;font-size:9px;font-weight:700}.machine-interested:hover{border-color:#0a365c}.machine-trust-strip{border-top:1px solid #e2e8ec;border-bottom:1px solid #e2e8ec;grid-template-columns:repeat(5,1fr);width:min(1250px,100% - 70px);margin:0 auto 90px;padding:19px 0;display:grid}.machine-trust-item{text-align:center;border-right:1px solid #e2e8ec;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.machine-trust-item:last-child{border-right:none}.machine-trust-item>div{color:#e63827;background:#fff0ed;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:13px;display:flex}.machine-trust-item strong{color:#0a365c;font-size:8px}.machine-trust-item span{color:#8b969e;font-size:7px}.machine-overview-section,.machine-features-section,.machine-video-section,.machine-related-section{width:min(1250px,100% - 70px);margin:0 auto 100px}.machine-section-heading>span,.machine-features-intro>span,.machine-related-heading span{color:#e63827;letter-spacing:1.7px;font-size:9px;font-weight:800}.machine-section-heading h2{color:#0a365c;letter-spacing:-1.8px;margin:8px 0 28px;font-size:43px}.machine-section-heading h2 strong{color:#e63827}.machine-spec-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.machine-spec-card{background:#fff;border:1px solid #e0e7ec;border-radius:12px;min-height:120px;padding:17px;transition:all .3s}.machine-spec-card:hover{border-color:#c5d5df;transform:translateY(-4px);box-shadow:0 15px 35px #0a365c12}.spec-number{color:#e63827;font-size:8px;font-weight:800}.machine-spec-card small{color:#89959e;margin-top:17px;font-size:8px;display:block}.machine-spec-card strong{color:#0a365c;margin-top:5px;font-size:11px;display:block}.machine-features-section{border-top:1px solid #e2e8ec;border-bottom:1px solid #e2e8ec;grid-template-columns:.8fr 1.2fr;gap:80px;padding:65px 0;display:grid}.machine-features-intro h2{color:#0a365c;letter-spacing:-2px;margin:10px 0;font-size:47px;line-height:1}.machine-features-intro h2 strong{color:#e63827;display:block}.machine-features-intro p{color:#7c8993;max-width:350px;font-size:11px;line-height:1.8}.machine-features-list{border-top:1px solid #e0e7eb}.machine-feature-row{border-bottom:1px solid #e0e7eb;grid-template-columns:45px 1fr 30px;align-items:center;gap:10px;min-height:61px;display:grid}.machine-feature-row>span{color:#e63827;font-size:8px;font-weight:800}.machine-feature-row p{color:#456071;margin:0;font-size:10px}.machine-feature-row b{color:#168146;font-size:13px}.machine-video-container{background:#062b4b;border-radius:21px;height:500px;position:relative;overflow:hidden}.machine-video-container video{object-fit:cover;width:100%;height:100%;display:block}.machine-video-overlay{pointer-events:none;color:#fff;position:absolute;bottom:28px;left:30px}.machine-video-overlay span{color:#e63827;letter-spacing:1.5px;font-size:8px;font-weight:800}.machine-video-overlay h3{margin:7px 0 4px;font-size:29px}.machine-video-overlay p{color:#ffffffa6;margin:0;font-size:9px}.machine-related-heading{justify-content:space-between;align-items:flex-end;margin-bottom:27px;display:flex}.machine-related-heading h2{color:#0a365c;letter-spacing:-1.7px;margin:8px 0 0;font-size:42px}.machine-related-heading h2 strong{color:#e63827}.machine-related-heading button{color:#0a365c;cursor:pointer;background:0 0;border:none;font-size:9px;font-weight:800}.machine-related-heading button:hover{color:#e63827}.machine-related-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.machine-related-card{cursor:pointer;background:#fff;border:1px solid #e0e7ec;border-radius:14px;transition:all .35s;overflow:hidden}.machine-related-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #0a365c1a}.machine-related-image{background:#eef2f4;height:180px;position:relative}.machine-related-image img{object-fit:cover;width:100%;height:100%}.machine-related-image span{color:#fff;background:#e63827;border-radius:4px;padding:5px 7px;font-size:7px;font-weight:800;position:absolute;top:10px;left:10px}.machine-related-content{padding:14px}.machine-related-content small{color:#e63827;letter-spacing:1px;font-size:7px;font-weight:800}.machine-related-content h3{color:#0a365c;margin:7px 0 4px;font-size:12px}.machine-related-content p{color:#89959e;margin:0 0 9px;font-size:8px}.machine-related-content strong{color:#0a365c;font-size:14px}.machine-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03182aad;justify-content:center;align-items:center;padding:20px;animation:.25s modalFade;display:flex;position:fixed;inset:0}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.machine-modal{background:#fff;border-radius:20px;width:min(500px,100%);max-height:90vh;padding:35px;animation:.3s modalUp;position:relative;overflow-y:auto;box-shadow:0 30px 90px #00000040}@keyframes modalUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.machine-modal-close{color:#0a365c;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:50%;width:33px;height:33px;font-size:19px;position:absolute;top:16px;right:16px}.machine-modal>span{color:#e63827;letter-spacing:1.6px;font-size:9px;font-weight:800}.machine-modal h2{color:#0a365c;margin:10px 35px 8px 0;font-size:29px;line-height:1.08}.machine-modal>p{color:#778690;margin-bottom:20px;font-size:10px;line-height:1.7}.machine-modal input,.machine-modal textarea{box-sizing:border-box;color:#0a365c;border:1px solid #dce4e9;border-radius:7px;outline:none;width:100%;margin-bottom:9px;padding:13px;font-family:inherit;font-size:10px}.machine-modal textarea{resize:vertical;min-height:85px}.machine-modal input:focus,.machine-modal textarea:focus{border-color:#0a365c}.machine-modal-submit{color:#fff;cursor:pointer;background:#e63827;border:none;border-radius:7px;width:100%;height:46px;margin-top:5px;font-size:10px;font-weight:800;transition:all .25s}.machine-modal-submit:hover{background:#c92e20}@media (width<=1050px){.machinery-product-layout{grid-template-columns:1fr}.machinery-product-information{max-width:720px}.machine-spec-grid,.machine-related-grid{grid-template-columns:repeat(2,1fr)}.machine-features-section{grid-template-columns:1fr}.machine-trust-strip{grid-template-columns:repeat(3,1fr);gap:15px}.machine-trust-item:nth-child(3){border-right:none}}@media (width<=650px){.machinery-details-top,.machinery-breadcrumb,.machinery-product-layout,.machine-trust-strip,.machine-overview-section,.machine-features-section,.machine-video-section,.machine-related-section{width:calc(100% - 30px)}.machinery-details-top{height:58px}.brand-mini{font-size:8px}.machinery-breadcrumb{flex-wrap:wrap}.machinery-gallery{grid-template-columns:58px 1fr;gap:9px}.machine-thumbnail{width:58px;height:56px}.machine-main-media{min-height:350px}.main-machine-image,.machine-demo-video{height:350px}.machinery-product-information h1{font-size:38px}.machine-business-offer{align-items:flex-start}.machine-business-offer button{display:none}.machine-trust-strip{grid-template-columns:repeat(2,1fr)}.machine-trust-item{border-right:none;padding:10px}.machine-spec-grid{grid-template-columns:repeat(2,1fr)}.machine-section-heading h2,.machine-related-heading h2{font-size:34px}.machine-features-intro h2{font-size:40px}.machine-video-container{height:350px}.machine-related-heading{flex-direction:column;align-items:flex-start;gap:15px}.machine-related-grid{grid-template-columns:repeat(2,1fr)}.machine-related-image{height:130px}.machine-actions{grid-template-columns:1fr}.machine-modal{padding:28px 20px}}.our-products-page{color:#101828;background:#f7f8fa;min-height:100vh;font-family:Inter,Arial,sans-serif}.products-hero{background:linear-gradient(115deg,#051937f7,#084774e8);border-radius:28px;align-items:center;width:min(1250px,100% - 40px);min-height:360px;margin:28px auto 0;padding:55px;display:flex;position:relative;overflow:hidden}.products-hero:after{content:"";border:70px solid #ff43361f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;right:-100px}.our-products-page .hero-content{z-index:2;max-width:720px;position:relative}.hero-kicker{color:#ff4d43;letter-spacing:2px;font-size:12px;font-weight:800}.our-products-page .hero-content h1{color:#fff;letter-spacing:-3px;margin:14px 0;font-size:clamp(40px,5vw,68px);line-height:.98}.our-products-page .hero-content h1 span{color:#ff4b3e}.our-products-page .hero-content p{color:#ffffffbf;max-width:650px;font-size:15px;line-height:1.7}.hero-stats{gap:40px;margin-top:35px;display:flex}.hero-stats div{flex-direction:column;display:flex}.hero-stats strong{color:#fff;font-size:28px}.hero-stats small{color:#ffffff94;margin-top:3px}.category-section{width:min(1250px,100% - 40px);margin:65px auto 30px}.section-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.section-heading span{color:#ff493d;letter-spacing:2px;font-size:11px;font-weight:800}.section-heading h2{letter-spacing:-1.5px;margin:8px 0 0;font-size:38px}.section-heading h2 em{color:#ff493d;font-style:normal}.section-heading p{color:#667085;max-width:420px;font-size:14px;line-height:1.6}.category-scroller{scrollbar-width:none;gap:20px;padding:30px 5px 20px;display:flex;overflow-x:auto}.category-scroller::-webkit-scrollbar{display:none}.category-circle{cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:10px;min-width:110px;display:flex}.category-icon{color:#0d5b8c;background:#fff;border:1px solid #e4e7ec;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;font-size:24px;transition:all .3s;display:flex}.category-circle:hover .category-icon,.category-circle.active .category-icon{color:#fff;background:#ff493d;border-color:#ff493d;transform:translateY(-5px);box-shadow:0 12px 28px #ff493d40}.category-name{text-align:center;color:#344054;font-size:12px;font-weight:700}.product-toolbar{justify-content:space-between;align-items:end;gap:30px;width:min(1250px,100% - 40px);margin:20px auto 28px;display:flex}.product-count{color:#ff493d;letter-spacing:1.5px;font-size:10px;font-weight:800}.product-toolbar h2{margin:5px 0 0;font-size:30px}.product-search{background:#fff;border:1px solid #e4e7ec;border-radius:13px;align-items:center;gap:10px;width:270px;height:46px;padding:0 15px;display:flex}.product-search span{color:#98a2b3;font-size:21px}.product-search input{border:0;outline:0;width:100%;font-size:13px}.products-grid{grid-template-columns:repeat(3,1fr);gap:22px;width:min(1250px,100% - 40px);margin:auto;padding-bottom:100px;display:grid}.product-card{background:#fff;border:1px solid #e8eaed;border-radius:22px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-7px);box-shadow:0 20px 50px #1018281f}.product-image-area{background:#f1f4f6;height:245px;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;padding:15px;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.06)}.product-number{color:#344054;z-index:2;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.discount-badge{color:#fff;z-index:2;background:#ff493d;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:800;position:absolute;top:14px;right:14px}.image-overlay{opacity:0;background:linear-gradient(#0000 45%,#0009);justify-content:center;align-items:end;padding-bottom:18px;transition:all .3s;display:flex;position:absolute;inset:0}.product-card:hover .image-overlay{opacity:1}.image-overlay button{color:#101828;cursor:pointer;background:#fff;border:0;border-radius:9px;padding:10px 20px;font-size:12px;font-weight:800}.product-content{padding:21px}.product-category{color:#ff493d;text-transform:uppercase;letter-spacing:1.3px;font-size:9px;font-weight:800}.product-content h3{margin:8px 0;font-size:20px;line-height:1.2}.product-description{color:#667085;min-height:58px;font-size:12px;line-height:1.6}.product-specs{border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;grid-template-columns:repeat(3,1fr);margin:16px 0;display:grid}.product-specs div{border-right:1px solid #edf0f2;padding:12px 8px}.product-specs div:last-child{border-right:0}.product-specs span,.product-specs strong{display:block}.product-specs span{color:#98a2b3;margin-bottom:4px;font-size:9px}.product-specs strong{font-size:10px}.price-row{justify-content:space-between;align-items:center;display:flex}.old-price{color:#98a2b3;font-size:11px;text-decoration:line-through;display:block}.current-price{color:#101828;font-size:24px;display:block}.price-row small{color:#98a2b3;font-size:9px;display:block}.saving-text{color:#027a48;background:#ecfdf3;border-radius:6px;padding:6px 8px;font-size:9px;font-weight:800}.offer-link{color:#ff493d;cursor:pointer;text-align:left;background:0 0;border:0;padding:14px 0 8px;font-size:11px;font-weight:800}.product-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.product-actions button{cursor:pointer;border-radius:10px;height:43px;font-size:11px;font-weight:800}.cart-button{color:#0d5b8c;background:#fff;border:1px solid #0d5b8c}.buy-button{color:#fff;background:#ff493d;border:0}.cart-button:hover{color:#fff;background:#0d5b8c}.buy-button:hover{background:#e83e33}.trust-row{color:#667085;border-top:1px solid #edf0f2;justify-content:space-between;margin-top:14px;padding-top:12px;font-size:9px;display:flex}.floating-cart{color:#fff;z-index:100;background:#101828;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;min-width:270px;padding:15px 18px;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 20px 50px #00000040}.floating-cart strong,.floating-cart span{display:block}.floating-cart strong{font-size:13px}.floating-cart span{color:#98a2b3;margin-top:3px;font-size:10px}.floating-cart button{color:#fff;cursor:pointer;background:#ff493d;border:0;border-radius:8px;padding:10px 13px;font-size:10px;font-weight:800}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#09121fb8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{background:#fff;border-radius:25px;grid-template-columns:45% 55%;width:min(850px,100%);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000040}.modal-image{background:#f2f4f6;justify-content:center;align-items:center;min-height:480px;display:flex}.modal-image img{object-fit:contain;width:100%;height:100%;padding:30px}.modal-information{padding:40px}.modal-information>span{color:#ff493d;text-transform:uppercase;font-size:10px;font-weight:800}.modal-information h2{margin:10px 0;font-size:30px;line-height:1.1}.modal-information p{color:#667085;font-size:13px;line-height:1.7}.modal-specs{border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;grid-template-columns:repeat(3,1fr);margin:25px 0;display:grid}.modal-specs div{border-right:1px solid #eaecf0;padding:15px 8px}.modal-specs div:last-child{border:0}.modal-specs small,.modal-specs strong{display:block}.modal-specs small{color:#98a2b3;font-size:9px}.modal-specs strong{margin-top:4px;font-size:11px}.modal-price del{color:#98a2b3;font-size:13px;display:block}.modal-price strong{font-size:30px}.modal-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:25px;display:grid}.modal-actions button{cursor:pointer;border-radius:10px;height:48px;font-weight:800}.modal-actions button:first-child{color:#0d5b8c;background:#fff;border:1px solid #0d5b8c}.modal-actions button:last-child{color:#fff;background:#ff493d;border:0}.modal-close{cursor:pointer;z-index:5;background:#fffffff2;border:0;border-radius:50%;width:35px;height:35px;font-size:22px;position:absolute;top:15px;right:18px}.offer-modal{text-align:center;background:#fff;border-radius:25px;width:min(520px,100%);padding:45px;position:relative}.offer-icon{color:#ff493d;background:#fff0ee;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:auto;font-size:32px;font-weight:900;display:flex}.offer-label{color:#ff493d;letter-spacing:1.5px;margin-top:20px;font-size:10px;font-weight:900;display:block}.offer-modal h2{margin:10px 0;font-size:42px}.offer-modal p{color:#667085;line-height:1.6}.offer-box{background:#f8f9fb;border-radius:14px;grid-template-columns:repeat(3,1fr);margin:25px 0;display:grid}.offer-box div{border-right:1px solid #eaecf0;padding:18px 8px}.offer-box div:last-child{border:0}.offer-box span,.offer-box strong{display:block}.offer-box span{color:#98a2b3;font-size:9px}.offer-box strong{margin-top:5px;font-size:12px}.offer-buy-button{color:#fff;cursor:pointer;background:#ff493d;border:0;border-radius:10px;width:100%;height:50px;font-weight:800}.buy-modal{background:#fff;border-radius:25px;width:min(550px,100%);max-height:90vh;padding:35px;position:relative;overflow-y:auto}.buy-header span{color:#ff493d;letter-spacing:1.5px;font-size:10px;font-weight:900}.buy-header h2{margin:7px 0;font-size:28px}.buy-header p{color:#667085;font-size:12px}.checkout-product{background:#f7f8fa;border-radius:13px;align-items:center;gap:15px;margin:20px 0;padding:12px;display:flex}.checkout-product img{object-fit:contain;background:#fff;border-radius:8px;width:75px;height:60px}.checkout-product strong,.checkout-product span{display:block}.checkout-product strong{font-size:12px}.checkout-product span{color:#ff493d;margin-top:5px;font-size:15px;font-weight:800}.payment-options h3{margin:20px 0 10px;font-size:13px}.payment-options label{cursor:pointer;border:1px solid #eaecf0;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:12px;font-size:12px;display:flex}.payment-options label:has(input:checked){background:#fff7f6;border-color:#ff493d}.checkout-form{gap:10px;margin-top:20px;display:grid}.checkout-form input,.checkout-form textarea{box-sizing:border-box;border:1px solid #d0d5dd;border-radius:9px;outline:none;width:100%;padding:12px;font-family:inherit;font-size:12px}.checkout-form input:focus,.checkout-form textarea:focus{border-color:#ff493d}.place-order-button{color:#fff;cursor:pointer;background:#ff493d;border:0;border-radius:10px;width:100%;height:50px;margin-top:18px;font-weight:800}.checkout-trust{color:#667085;justify-content:space-between;margin-top:15px;font-size:9px;display:flex}@media (width<=1050px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.products-hero{width:calc(100% - 24px);min-height:420px;padding:35px 25px}.category-section,.product-toolbar,.products-grid{width:calc(100% - 24px)}.section-heading,.product-toolbar{flex-direction:column;align-items:flex-start}.product-search{width:100%}.products-grid{grid-template-columns:1fr}.hero-stats{gap:20px}.hero-stats strong{font-size:22px}.product-modal{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.modal-image{min-height:240px}.modal-information{padding:25px}.offer-modal,.buy-modal{padding:28px 20px}}.floating-cart-link{color:inherit;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.buy-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.buy-form-grid input,.buy-form-grid select,.buy-full-input,.checkout-form textarea{box-sizing:border-box;width:100%}.buy-full-input{margin-bottom:12px}.buy-machine-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:15px 0 18px;display:grid}.buy-machine-summary>div{background:#f6f6f3;border:1px solid #e6e6e1;padding:11px}.buy-machine-summary span{letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.buy-machine-summary strong{color:#151515;font-size:11px;line-height:1.35;display:block}.buy-email-note{color:#777;text-align:center;margin:10px 0 0;font-size:10px;line-height:1.55}@media (width<=700px){.buy-form-grid{grid-template-columns:1fr}.buy-machine-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=450px){.buy-machine-summary{grid-template-columns:1fr}}.company-page{color:#18202a;background:#fff;width:100%;overflow:hidden}.section-padding{padding:100px 0}.company-eyebrow{color:var(--brand-red);letter-spacing:.16em;margin-bottom:14px;font-size:10px;font-weight:900;display:inline-block}.company-section-heading{width:min(100% - 40px, var(--container-width));margin:0 auto 55px}.company-section-heading.centered{text-align:center}.company-section-heading h2{color:var(--brand-navy);letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,64px);line-height:1.02}.company-section-heading h2 span{color:var(--brand-red)}.company-section-heading p{color:#777;max-width:570px;margin:18px auto 0;font-size:14px;line-height:1.8}.company-hero{box-sizing:border-box;background:#07182b;align-items:center;min-height:700px;padding:90px 0 170px;display:flex;position:relative;overflow:hidden}.company-hero-video{z-index:0;object-fit:cover;object-position:center;pointer-events:none;background:#07182b;width:100%;height:100%;display:block;position:absolute;inset:0}.company-hero-video-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0414267a 0%,#051f3a42 48%,#0519302e 100%),linear-gradient(#0314261f 0%,#03142638 100%);position:absolute;inset:0}.company-hero:after{content:"";z-index:1;border:1px solid #ffffff14;border-radius:50%;width:600px;height:600px;position:absolute;top:-180px;right:-180px;box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05}.company-hero-overlay{z-index:1;pointer-events:none;background:0 0;position:absolute;inset:0}.company-hero-content{z-index:3;width:min(100% - 40px, var(--container-width));margin:0 auto;padding-bottom:20px;position:relative}.company-hero-content h1{color:#fff;letter-spacing:-.05em;max-width:800px;margin:0;font-size:clamp(48px,7vw,88px);line-height:.98}.company-hero-content h1 span{color:#e9edf1}.company-hero-content p{color:#ffffffb8;max-width:620px;margin:26px 0 30px;font-size:15px;line-height:1.8}.company-hero-actions{align-items:center;gap:12px;display:flex}.company-primary-btn,.company-secondary-btn,.company-dark-btn,.company-outline-btn{box-sizing:border-box;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-size:11px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.company-primary-btn{background:var(--brand-red);color:#fff}.company-primary-btn:hover{background:#c92f2c;transform:translateY(-2px)}.company-secondary-btn{color:#fff;background:#ffffff0a;border:1px solid #ffffff47}.company-secondary-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.company-hero-stats{z-index:3;width:min(100% - 40px, var(--container-width));background:#fffffff7;border-radius:16px 16px 0 0;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -15px 50px #00000026}.company-stat{box-sizing:border-box;border-right:1px solid #e8e8e8;flex-direction:column;justify-content:center;min-height:105px;padding:20px 25px;display:flex}.company-stat:last-child{border-right:0}.company-stat strong{color:var(--brand-navy);font-size:30px;line-height:1}.company-stat span{color:#777;margin-top:8px;font-size:10px;font-weight:700}.company-story-grid{width:min(100% - 40px, var(--container-width));grid-template-columns:1fr .85fr;align-items:center;gap:80px;margin:auto;display:grid}.company-story-visual{position:relative}.company-story-image{background:linear-gradient(145deg,#dfe3e6,#858e96);border-radius:20px;height:540px;overflow:hidden}.image-placeholder,.gallery-placeholder{color:#ffffffbf;letter-spacing:.12em;background:linear-gradient(145deg,#26323d,#69737c);justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:900;display:flex}.company-story-floating-card{box-sizing:border-box;background:#fff;border-radius:14px;width:210px;padding:22px;position:absolute;bottom:35px;right:-35px;box-shadow:0 18px 45px #00000026}.company-story-floating-card span{color:var(--brand-red);letter-spacing:.13em;margin-bottom:9px;font-size:8px;font-weight:900;display:block}.company-story-floating-card strong{color:var(--brand-navy);font-size:15px;line-height:1.35}.company-story-content{color:#707070;font-size:14px;line-height:1.9}.company-story-content p{margin:0 0 18px}.company-story-content .company-lead{color:var(--brand-navy);font-size:20px;font-weight:700;line-height:1.45}.company-story-points{flex-direction:column;gap:13px;margin-top:30px;display:flex}.company-story-points div{color:var(--brand-navy);align-items:center;gap:13px;display:flex}.company-story-points span{color:var(--brand-red);font-size:10px;font-weight:900}.company-capabilities{background:#f6f7f8}.company-capability-grid{width:min(100% - 40px, var(--container-width));grid-template-columns:repeat(4,1fr);gap:15px;margin:auto;display:grid}.company-capability-card{box-sizing:border-box;background:#fff;border:1px solid #e5e6e7;border-radius:16px;min-height:315px;padding:28px;transition:transform .25s,box-shadow .25s;position:relative}.company-capability-card:hover{transform:translateY(-7px);box-shadow:0 20px 45px #00000017}.capability-number{color:#d6d9dc;font-size:11px;font-weight:900;position:absolute;top:22px;right:22px}.capability-icon{width:48px;height:48px;color:var(--brand-red);background:#f5e9e8;border-radius:12px;justify-content:center;align-items:center;margin-bottom:35px;font-size:21px;display:flex}.company-capability-card h3{color:var(--brand-navy);margin:0 0 10px;font-size:20px}.company-capability-card p{color:#777;margin:0;font-size:11px;line-height:1.75}.company-capability-card a{color:var(--brand-red);font-size:10px;font-weight:800;text-decoration:none;position:absolute;bottom:27px}.company-timeline{width:min(100% - 40px,950px);margin:auto;position:relative}.timeline-line{background:#d9dcdf;width:1px;position:absolute;top:15px;bottom:15px;left:24px}.timeline-item{grid-template-columns:50px 1fr;gap:25px;padding-bottom:48px;display:grid;position:relative}.timeline-marker{z-index:2;width:48px;height:48px;color:var(--brand-red);background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:900;display:flex;position:relative}.timeline-content{padding-top:3px}.timeline-content span{color:var(--brand-red);letter-spacing:.13em;font-size:8px;font-weight:900}.timeline-content h3{color:var(--brand-navy);margin:7px 0;font-size:22px}.timeline-content p{color:#777;max-width:600px;margin:0;font-size:12px;line-height:1.7}.company-numbers{background:linear-gradient(125deg,#111c26,#25323d)}.company-numbers-inner{width:min(100% - 40px, var(--container-width));margin:auto}.company-section-heading.light h2{color:#fff}.company-section-heading.light h2 span{color:#dce1e5}.company-number-grid{border-top:1px solid #ffffff26;grid-template-columns:repeat(4,1fr);display:grid}.company-big-number{border-right:1px solid #ffffff1f;padding:35px 20px}.company-big-number:last-child{border-right:0}.company-big-number strong{color:#fff;font-size:clamp(38px,4vw,60px);line-height:1;display:block}.company-big-number span{color:#ffffff8c;margin-top:10px;font-size:10px;font-weight:700;display:block}.company-process{width:min(100% - 40px, var(--container-width));align-items:stretch;gap:10px;margin:auto;display:flex}.process-step{background:#fff;border:1px solid #e4e5e6;border-radius:14px;flex:1;padding:25px}.process-step>span{color:var(--brand-red);margin-bottom:30px;font-size:10px;font-weight:900;display:block}.process-step h3{color:var(--brand-navy);margin:0 0 9px;font-size:17px}.process-step p{color:#777;margin:0;font-size:10px;line-height:1.7}.process-arrow{color:var(--brand-red);justify-content:center;align-items:center;font-size:18px;display:flex}.company-gallery{background:#f6f7f8}.company-gallery-grid{width:min(100% - 40px, var(--container-width));grid-template-rows:270px 270px;grid-template-columns:1.25fr .75fr;gap:15px;margin:auto;display:grid}.company-gallery-card{background:#26323d;border-radius:16px;position:relative;overflow:hidden}.company-gallery-card.large{grid-row:span 2}.company-gallery-card.wide{grid-column:2}.gallery-placeholder{transition:transform .5s}.company-gallery-card:hover .gallery-placeholder{transform:scale(1.05)}.gallery-overlay{color:#fff;background:linear-gradient(#0000,#000c);padding:45px 22px 20px;position:absolute;inset:auto 0 0}.gallery-overlay span{letter-spacing:.12em;font-size:8px;font-weight:900}.gallery-overlay h3{margin:5px 0 0;font-size:17px}.company-gallery-action{text-align:center;margin-top:30px}.company-outline-btn{color:var(--brand-navy);background:#fff;border:1px solid #ccd0d3}.company-outline-btn:hover{border-color:var(--brand-red);color:var(--brand-red)}.company-commitment{background:linear-gradient(110deg,#101923,#303a43);align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.company-commitment:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:550px;height:550px;position:absolute;right:-100px}.company-commitment-content{z-index:2;width:min(100% - 40px, var(--container-width));margin:auto;position:relative}.company-commitment-content h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(42px,6vw,75px);line-height:1}.company-commitment-content h2 span{color:#dfe4e8}.company-commitment-content p{color:#ffffff9e;max-width:590px;margin:22px 0;font-size:14px;line-height:1.8}.commitment-points{flex-wrap:wrap;gap:10px;display:flex}.commitment-points span{color:#fffc;border:1px solid #ffffff29;border-radius:50px;padding:9px 13px;font-size:9px;font-weight:700}.company-final-cta{width:min(100% - 40px, var(--container-width));justify-content:space-between;align-items:center;gap:50px;margin:auto;padding:100px 0;display:flex}.company-final-cta h2{color:var(--brand-navy);letter-spacing:-.04em;margin:0;font-size:clamp(40px,5vw,64px);line-height:1}.company-final-cta h2 span{color:var(--brand-red)}.company-final-cta p{color:#777;max-width:500px;margin:18px 0 0;font-size:13px;line-height:1.7}.company-final-actions{flex-wrap:wrap;gap:10px;display:flex}.company-dark-btn{background:var(--brand-navy);color:#fff;border:0}.company-dark-btn:hover{background:var(--brand-red);transform:translateY(-2px)}@media (width<=1000px){.company-capability-grid{grid-template-columns:repeat(2,1fr)}.company-story-grid{grid-template-columns:1fr;gap:50px}.company-story-floating-card{right:25px}.company-process{flex-wrap:wrap}.process-step{flex:42%}.process-arrow{display:none}}@media (width<=700px){.section-padding{padding:70px 0}.company-hero-video{object-position:center center}.company-hero-video-overlay{background:linear-gradient(90deg,#0414268c 0%,#051f3a4d 100%),linear-gradient(#03142624 0%,#03142647 100%)}.company-hero{min-height:760px;padding-top:70px}.company-hero-content h1{font-size:46px}.company-hero-content p{font-size:13px}.company-hero-actions{flex-direction:column;align-items:stretch;max-width:270px}.company-hero-stats{grid-template-columns:repeat(2,1fr)}.company-stat{min-height:82px;padding:15px}.company-stat:nth-child(2){border-right:0}.company-stat:nth-child(-n+2){border-bottom:1px solid #e8e8e8}.company-stat strong{font-size:24px}.company-section-heading h2{font-size:42px}.company-story-image{height:390px}.company-story-floating-card{bottom:20px;right:10px}.company-capability-grid{grid-template-columns:1fr}.company-number-grid{grid-template-columns:repeat(2,1fr)}.company-big-number:nth-child(2){border-right:0}.company-big-number:nth-child(-n+2){border-bottom:1px solid #ffffff1f}.company-process{flex-direction:column}.company-gallery-grid{grid-template-rows:repeat(4,230px);grid-template-columns:1fr}.company-gallery-card.large,.company-gallery-card.wide{grid-area:auto}.company-final-cta{flex-direction:column;align-items:flex-start;padding:70px 0}.company-final-actions{width:100%}.company-final-actions a,.company-final-actions button{flex:1}}@media (width<=450px){.company-hero-video-overlay{background:linear-gradient(90deg,#04142699 0%,#051f3a57 100%),linear-gradient(#03142629 0%,#0314264d 100%)}.company-hero-content h1{font-size:40px}.company-section-heading h2{font-size:36px}.company-hero-stats{width:calc(100% - 24px)}.company-story-image{height:330px}}.company-real-image{isolation:isolate;background:#071a33;border-radius:22px;min-height:540px;position:relative;overflow:hidden}.company-real-image img{object-fit:cover;width:100%;height:100%;min-height:540px;transition:transform .6s;display:block}.company-real-image:hover img{transform:scale(1.025)}.company-image-badge{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#041226c7;border:1px solid #ffffff29;border-radius:15px;padding:17px 19px;position:absolute;bottom:22px;left:22px;right:22px;box-shadow:0 15px 35px #0000002e}.company-image-badge span{color:#ff4b52;letter-spacing:.14em;margin-bottom:6px;font-size:9px;font-weight:900;display:block}.company-image-badge strong{font-size:19px;line-height:1.25}.company-media-carousel{width:min(100% - 40px,1180px);margin:42px auto 0}.company-media-stage{background:radial-gradient(circle at 50% 15%,#1d5b9138,#0000 42%),#06182e;border:1px solid #dce4ed;border-radius:26px;justify-content:center;align-items:center;min-height:620px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #0518302e}.company-media-video{object-fit:contain;background:#000;width:min(100%,520px);height:620px;display:block}.company-media-image{object-fit:cover;width:100%;height:620px;display:block}.company-media-stage-overlay{z-index:2;color:#fff;pointer-events:none;background:linear-gradient(#0000 0%,#020c1be0 100%);padding:100px 34px 28px;position:absolute;bottom:0;left:0;right:0}.company-media-stage-overlay span{color:#ff4b52;letter-spacing:.15em;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.company-media-stage-overlay h3{color:#fff;margin:0 0 6px;font-size:clamp(22px,3vw,34px);line-height:1.1}.company-media-stage-overlay p{color:#ffffffc2;max-width:680px;margin:0;font-size:13px;line-height:1.7}.company-carousel-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#031123b8;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;font-size:30px;line-height:1;transition:transform .2s,background .2s,border-color .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.company-carousel-arrow:hover{background:#e52329f0;border-color:#e52329;transform:translateY(-50%)scale(1.06)}.company-carousel-arrow:focus-visible{outline-offset:3px;outline:3px solid #e5232940}.company-carousel-prev{left:18px}.company-carousel-next{right:18px}.company-media-thumbs{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.company-media-thumb{aspect-ratio:9/11;cursor:pointer;background:#edf2f7;border:2px solid #0000;border-radius:12px;min-width:0;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.company-media-thumb:hover{transform:translateY(-3px)}.company-media-thumb.active{border-color:#e52329;box-shadow:0 0 0 2px #e523291f}.company-media-thumb img,.company-media-thumb video,.company-thumb-media{object-fit:cover;width:100%;height:100%;display:block}.company-thumb-media{position:relative}.company-thumb-play{color:#fff;background:#041226d1;border-radius:50%;place-items:center;width:32px;height:32px;font-size:12px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 7px 18px #0000002e}.company-media-thumb>span{color:#fff;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;background:#041226c2;border-radius:6px;width:fit-content;max-width:calc(100% - 12px);padding:4px 6px;font-size:7px;font-weight:900;position:absolute;bottom:6px;left:6px;right:6px;overflow:hidden}.company-carousel-meta{justify-content:space-between;align-items:center;gap:20px;margin-top:14px;display:flex}.company-carousel-meta strong{color:#e52329;font-size:18px}.company-carousel-meta p{color:#687586;margin:0;font-size:12px}.company-contact{background:linear-gradient(#f5f8fc 0%,#eef3f8 100%)}.company-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(100% - 40px,1180px);margin:42px auto 0;display:grid}.company-contact-card{box-sizing:border-box;background:#fffffff0;border:1px solid #dfe7f0;border-radius:18px;align-items:flex-start;gap:17px;min-height:145px;padding:25px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 12px 35px #0c233d12}.company-contact-card:hover{border-color:#e523293d;transform:translateY(-4px);box-shadow:0 18px 42px #0c233d1c}.company-contact-main{grid-column:1/-1}.company-contact-icon{color:#075da8;background:#edf5ff;border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:21px;font-weight:900;display:grid}.company-contact-card small{color:#e52329;letter-spacing:.13em;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.company-contact-card h3{color:#08203b;margin:0 0 7px;font-size:19px;line-height:1.25}.company-contact-card p{color:#647286;margin:0;font-size:13px;line-height:1.7}.company-contact-card a{color:#075da8;width:fit-content;margin-top:6px;font-size:13px;font-weight:800;text-decoration:none;transition:color .2s;display:block}.company-contact-card a:hover{color:#e52329}.company-whatsapp-btn{color:#fff;cursor:pointer;background:#e52329;border:0;border-radius:9px;margin-top:13px;padding:10px 15px;font-size:10px;font-weight:900;transition:transform .2s,background .2s}.company-whatsapp-btn:hover{background:#c92f2c;transform:translateY(-2px)}@media (width<=1000px){.company-media-carousel{width:min(100% - 40px, var(--container-width))}.company-media-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.company-contact-grid{grid-template-columns:1fr}.company-contact-main{grid-column:auto}}@media (width<=700px){.company-media-carousel{width:calc(100% - 24px);margin-top:30px}.company-real-image{border-radius:18px;min-height:390px}.company-real-image img{min-height:390px}.company-image-badge{padding:14px;bottom:14px;left:14px;right:14px}.company-image-badge strong{font-size:16px}.company-media-stage{border-radius:20px;height:520px;min-height:520px}.company-media-video,.company-media-image{height:520px;min-height:520px}.company-media-video{width:min(100%,390px)}.company-media-stage-overlay{padding:80px 18px 19px}.company-media-stage-overlay h3{font-size:22px}.company-media-stage-overlay p{font-size:11px}.company-carousel-arrow{width:40px;height:40px;font-size:26px}.company-carousel-prev{left:10px}.company-carousel-next{right:10px}.company-media-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.company-carousel-meta{flex-direction:column;align-items:flex-start;gap:4px}.company-contact-grid{width:calc(100% - 24px);margin-top:28px}.company-contact-card{border-radius:15px;gap:13px;padding:19px}.company-contact-icon{border-radius:11px;flex-basis:42px;width:42px;height:42px;font-size:18px}.company-contact-card h3{font-size:17px}.company-contact-card p,.company-contact-card a{font-size:12px}}@media (width<=450px){.company-media-stage,.company-media-video,.company-media-image{height:480px;min-height:480px}.company-media-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.company-carousel-arrow{width:36px;height:36px;font-size:23px}.company-media-stage-overlay{padding:70px 15px 16px}.company-contact-card{padding:16px}}.company-reel-showcase{background:radial-gradient(circle at 0 0,#166dbe2e,#0000 35%),linear-gradient(135deg,#06182e,#09284b);border-radius:30px;width:100%;padding:30px;position:relative;overflow:hidden;box-shadow:0 30px 80px #05183033}.company-reel-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.company-reel-heading small{color:#ff4b52;letter-spacing:.16em;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.company-reel-heading h3{color:#fff;margin:0;font-size:clamp(22px,3vw,32px);line-height:1.15}.company-reel-heading p{color:#ffffffad;text-align:right;max-width:400px;margin:0;font-size:13px;line-height:1.6}.company-reel-row{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.company-reel-card{aspect-ratio:9/16;background:#000;border:1px solid #ffffff1a;border-radius:20px;min-width:0;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.company-reel-card:hover{border-color:#e52329b3;transform:translateY(-7px);box-shadow:0 24px 45px #00000059}.company-reel-card.active{border-color:#e52329;box-shadow:0 0 0 2px #e5232929,0 24px 50px #0000004d}.company-reel-video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.company-reel-gradient{pointer-events:none;background:linear-gradient(#0000,#000000eb);height:45%;position:absolute;bottom:0;left:0;right:0}.company-reel-play{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#031123b8;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;display:grid;position:absolute;top:16px;right:16px}.company-reel-info{z-index:2;color:#fff;position:absolute;bottom:15px;left:15px;right:15px}.company-reel-info span{color:#ff5960;letter-spacing:.12em;margin-bottom:5px;font-size:8px;font-weight:900;display:block}.company-reel-info strong{font-size:14px;line-height:1.25;display:block}.company-reel-controls{justify-content:space-between;align-items:center;gap:15px;margin-top:22px;display:flex}.company-reel-arrows{gap:8px;display:flex}.company-reel-arrow{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:42px;height:42px;font-size:25px;transition:background .2s,transform .2s;display:grid}.company-reel-arrow:hover{background:#e52329;transform:scale(1.05)}.company-reel-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;display:flex}.company-reel-dot{cursor:pointer;background:#ffffff4d;border:0;border-radius:50%;width:7px;height:7px;padding:0;transition:width .25s,background .25s}.company-reel-dot.active{background:#e52329;border-radius:20px;width:24px}.company-reel-count{color:#ffffffbf;font-size:12px;font-weight:700}@media (width<=1100px){.company-reel-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.company-reel-showcase{border-radius:22px;padding:18px}.company-reel-heading{display:block}.company-reel-heading p{text-align:left;margin-top:8px}.company-reel-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (width<=600px){.company-reel-row{grid-template-columns:1fr}.company-reel-card{width:100%;max-width:360px;margin:0 auto}.company-reel-controls{flex-wrap:wrap;justify-content:center}.company-reel-heading h3{font-size:22px}.company-reel-info strong{font-size:15px}}:root{--brand-navy:#073b63;--brand-blue:#0b5c91;--brand-red:#d92323;--white:#fff;--black:#111;--text-primary:#17202a;--text-secondary:#5f6b76;--border-light:#e5e7eb;--background-light:#f7f9fb;--font-primary:"Inter", Arial, sans-serif;--container-width:1200px;--radius-small:8px;--radius-medium:14px;--radius-large:24px;--shadow-soft:0 8px 30px #00000014;--shadow-medium:0 15px 40px #0000001f;--transition-fast:.2s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background:var(--white);color:var(--text-primary);line-height:1.6;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;border:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}.page-container{width:min(100% - 40px, var(--container-width));margin-inline:auto}.section-spacing{padding:90px 0}@media (width<=768px){.page-container{width:min(100% - 30px, var(--container-width))}.section-spacing{padding:60px 0}}
