@import"https://fonts.googleapis.com/css2?family=Lausanne:wght@300;400;500;600;700&display=swap";::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ed1c24}*{scrollbar-width:thin;scrollbar-color:#4a4a4a #1a1a1a}.navbar{position:fixed;top:0;left:0;right:0;z-index:1001;background:transparent;padding:0;margin:0;transition:background .3s ease,backdrop-filter .3s ease,transform .3s ease,opacity .3s ease;overflow:visible}.navbar.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.navbar.scrolled{background:#0000004d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:100%;margin:0 auto;padding:1rem 40px;min-height:70px;height:auto;position:relative;overflow:visible}.navbar-logo{flex:0 0 auto}.navbar-logo span{color:#fff;font-size:1.5rem;font-weight:600;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.02em}.logo-img{height:40px;width:auto;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:opacity .2s ease;padding:.5rem 0;position:relative}.nav-link:hover{opacity:.8}.nav-link.active{color:#ed1c24}.nav-dropdown{position:relative;display:inline-block}.dropdown-trigger{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{font-size:.75rem;transition:transform .2s ease;color:inherit;margin-left:.5rem}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:fixed;top:70px;left:32px;right:32px;background-color:#101010;border-radius:24px;padding:24px;width:calc(100vw - 64px);height:450px;z-index:1000;margin-top:.5rem;border:1px solid rgba(0,0,0,.1);overflow:hidden}.dropdown-content{display:flex;gap:20px;height:100%;align-items:stretch}.dropdown-sidebar{background-color:#101010;width:320px;padding:20px;flex-shrink:0;border-radius:24px}.sidebar-item{padding:1.2rem 0;color:#61616199;font-size:1.4rem;font-weight:500;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;position:relative}.sidebar-item:hover{color:#fffc}.sidebar-item.active{color:#fff;position:relative}.dropdown-products{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;height:100%;align-content:stretch;align-items:stretch}.products-grid{display:contents}.dropdown-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.dropdown-product-card{background:#000;border-radius:24px;padding:28px;transition:all .2s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left;height:100%;min-height:0;justify-content:space-between;position:relative;overflow:hidden}.dropdown-product-card:before{content:"";position:absolute;inset:0;background:#000000d9;z-index:0;pointer-events:none}.dropdown-product-card:after{content:"";position:absolute;inset:0;background-image:inherit;background-size:inherit;background-position:inherit;background-repeat:inherit;opacity:1;z-index:1;pointer-events:none}.dropdown-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.dropdown-product-emoji-container{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;z-index:3}.dropdown-product-emoji{font-size:2.5rem;line-height:1;color:#fff}.dropdown-product-info{flex:1;display:flex;flex-direction:column;width:100%;justify-content:space-between;position:relative;z-index:3}.dropdown-product-name{color:#fff;font-size:1.4rem;font-weight:700;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 0 8px;line-height:1.3}.dropdown-product-description{color:#989898;font-size:1rem;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal}.dropdown-learn-more-btn{background:#ed1c24;color:#fff;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .2s ease;align-self:flex-start;margin-top:auto;width:auto}.dropdown-learn-more-btn:hover{background:#f7fafc;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.dropdown-learn-more-btn:active{transform:translateY(0)}.navbar-burger{display:none;color:#fff;cursor:pointer;z-index:1005;position:relative;flex-shrink:0;align-items:center;justify-content:center;min-width:30px;min-height:30px}.mobile-menu-backdrop{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1002;opacity:0;transition:opacity .3s ease;pointer-events:none}.mobile-menu-backdrop.active{opacity:1;pointer-events:all}.mobile-menu{display:flex;position:fixed;top:0;right:0;bottom:0;width:75%;max-width:350px;background:#000000fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;padding-top:calc(70px + 2rem);flex-direction:column;gap:0;overflow-y:auto;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1004;box-shadow:-4px 0 20px #00000080;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mobile-menu.active{transform:translate(0)}.mobile-nav-link{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-nav-link:hover{opacity:.8}.mobile-nav-link.active{color:#ed1c24}.mobile-dropdown{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-dropdown-arrow{font-size:1rem;transition:transform .3s ease}.mobile-dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-content{padding-left:1rem;margin-top:.5rem}.mobile-dropdown-item{color:#fffc;font-size:1rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:.75rem 0;cursor:pointer}.mobile-dropdown-item:hover{color:#ed1c24}.mobile-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.navbar-cta{flex:0 0 auto}.cta-button{background-color:#ed1c24;color:#fff;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;white-space:nowrap}.cta-button:hover{background-color:#ae141a}.cta-button:active{transform:translateY(0)}@media(max-width:1024px){.logo-img{height:35px}.dropdown-menu{left:24px;right:24px;width:calc(100vw - 48px);min-height:380px;padding:20px}.dropdown-sidebar{width:280px}.dropdown-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar-burger{display:flex}.navbar-links,.navbar-cta{display:none!important}.mobile-menu{display:flex}.navbar-container{padding:1rem 20px;min-height:70px;height:auto;overflow:visible}.logo-img{height:35px}.dropdown-menu{display:none}.navbar-container{padding:1rem;gap:1rem}.cta-button{padding:.6rem 1.2rem;font-size:.85rem}.dropdown-menu{left:16px;right:16px;width:calc(100vw - 32px);height:400px;padding:18px}.dropdown-content{flex-direction:column;gap:16px}.dropdown-sidebar{width:100%;padding:16px}.sidebar-item{padding:1rem 0;font-size:1.2rem;color:#fff9}.sidebar-item:hover{color:#fffc}.sidebar-item.active{color:#fff;border-bottom:2px solid #ed1c24;padding-bottom:calc(1rem - 2px)}.dropdown-products{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.dropdown-product-card{padding:24px;align-items:flex-start;text-align:left}.dropdown-product-name{font-size:1.2rem}.dropdown-product-description{font-size:.9rem;margin:0 0 2rem}}@media(max-width:480px){.logo-img{height:30px}.navbar-links{display:none}.navbar-container{justify-content:space-between}.dropdown-menu{left:12px;right:12px;width:calc(100vw - 24px);height:350px;padding:16px}.dropdown-sidebar{padding:12px}.sidebar-item{padding:.8rem 0;font-size:1rem;color:#fff9}.sidebar-item:hover{color:#fffc}.sidebar-item.active{color:#fff;border-bottom:2px solid #ed1c24;padding-bottom:calc(.8rem - 2px)}.dropdown-products{grid-template-columns:1fr;gap:12px}.dropdown-product-card{padding:20px;align-items:flex-start;text-align:left}.dropdown-product-image{width:10px;height:10px}.dropdown-product-emoji{font-size:2.5rem}.dropdown-product-name{font-size:1.1rem}.dropdown-product-description{font-size:.9rem;margin:0 0 2rem}.dropdown-learn-more-btn{padding:.6rem 1rem;font-size:.8rem}}.custom-button{background-color:#ed1c24;color:#fff;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;white-space:nowrap;transition:all .3s ease}.custom-button:hover{background-color:#ae141a;transform:translateY(-2px);box-shadow:0 4px 8px #ed1c244d}.custom-button:active{transform:translateY(0);box-shadow:none}.custom-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.custom-button:disabled:hover{background-color:#ccc;transform:none;box-shadow:none}.custom-button.stroke{background-color:transparent;border:2px solid #ed1c24;color:#ed1c24}.custom-button.stroke:hover{background-color:#ed1c24;color:#fff;border-color:#ed1c24}.custom-button.stroke:disabled{background-color:transparent;border-color:#ccc;color:#ccc}.custom-button.stroke:disabled:hover{background-color:transparent;border-color:#ccc;color:#ccc}@media(max-width:768px){.custom-button{padding:.6rem 1.2rem;font-size:.85rem}}.product-card{background:#101010;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;height:auto;min-height:380px}.product-card-navbar{background:#000}.products-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 8px 0 0;line-height:1.2}@media(max-width:768px){.product-card{padding:15px;min-height:280px}.product-content{margin-bottom:15px}.product-header{flex-direction:row;align-items:center;margin-bottom:10px}.products-title{font-size:1.4rem;max-width:70%}.product-category{padding:2px 6px;margin-left:auto;align-self:flex-start;margin-top:3px}.product-category-icon{font-size:.8rem}.product-category-text{font-size:.7rem}.product-descriptionn{font-size:.9rem;margin-top:8px;margin-bottom:15px;max-width:200px}.learn-more-button{padding:8px 20px;font-size:.9rem;width:100%;display:flex;justify-content:center}}@media(max-width:480px){.product-card{padding:12px}.products-title{font-size:1.3rem;max-width:65%}}.footer{background-color:#101010;color:#fff;width:100%}.footer-content{max-width:1400px;margin:0 auto;padding:60px 60px 40px;display:grid;grid-template-columns:1.2fr .8fr 1.5fr;gap:60px}.footer-about{display:flex;flex-direction:column;gap:20px}.footer-logo{margin-bottom:10px}.footer-logo-img{height:50px;width:auto;object-fit:contain}.footer-description{font-size:15px;line-height:1.7;color:#b0b0b0;margin:0;max-width:350px}.footer-links h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 25px}.footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links ul li a{color:#b0b0b0;text-decoration:none;font-size:16px;transition:all .3s ease;display:inline-block}.footer-links ul li a:hover{color:#ed1c24;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:25px}.contact-icon{width:45px;height:45px;background-color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-details h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 5px}.contact-details p{font-size:15px;color:#b0b0b0;margin:0;line-height:1.5}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:30px 0;background-color:#0a0a0a}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:0 60px;display:flex;justify-content:space-between;align-items:center}.footer-copyright-text{font-size:14px;color:#7c7c7c;margin:0}.footer-social{display:flex;gap:15px}.footer-social a{width:50px;height:50px;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;transition:all .3s ease;text-decoration:none}.footer-social a:hover{border-color:transparent}.footer-social a[aria-label=Facebook]:hover{background-color:#1877f2}.footer-social a[aria-label=LinkedIn]:hover{background-color:#0a66c2}.footer-social a[aria-label=YouTube]:hover{background-color:red}.footer-social a[aria-label=WhatsApp]:hover{background-color:#25d366}.footer-social a[aria-label=Instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}@media(max-width:992px){.footer-content{grid-template-columns:1fr 1fr;gap:40px;padding:50px 40px 30px}.footer-contact{grid-column:1 / -1}.footer-bottom-content{padding:0 40px;flex-direction:column;gap:20px}.footer-copyright-text{order:2}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:35px;padding:40px 30px 25px}.footer-links{display:none}.footer-contact{grid-column:1}.footer-bottom-content{padding:0 30px}.footer-social{flex-wrap:wrap;justify-content:center}}@media(max-width:576px){.footer-content{padding:30px 20px 20px}.footer-links{display:none}.footer-bottom-content{padding:0 20px}.footer-logo-img{height:40px}.footer-description{font-size:14px}.footer-links h3{font-size:20px}.contact-icon{width:40px;height:40px}.contact-icon svg{font-size:16px}.footer-social a{width:45px;height:45px;font-size:16px}.footer-copyright-text{font-size:12px;text-align:center}}.logo-slider-section{width:100%;background:#000;padding:40px 100px;position:relative;overflow:hidden}.logo-slider-container{width:100%;overflow:hidden;position:relative}.logo-slider-track{display:flex;gap:40px;animation:scroll 50s linear infinite;width:fit-content}.logo-slide{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:120px;height:60px;padding:12px;border-radius:8px;background:transparent;transition:all .3s ease}.logo-slide:hover{background:#fffffff2}.logo-image{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) brightness(0) invert(1);opacity:.7;transition:all .3s ease}.logo-slide:hover .logo-image{filter:grayscale(0%) brightness(1) invert(0);opacity:1;transform:scale(1.1)}.logo-slider-fade{position:absolute;top:0;bottom:0;width:150px;pointer-events:none;z-index:2}.logo-slider-fade-left{left:0;background:linear-gradient(to right,#000000 0%,transparent 100%)}.logo-slider-fade-right{right:0;background:linear-gradient(to left,#000000 0%,transparent 100%)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-slider-container:hover .logo-slider-track{animation-play-state:paused}@media(max-width:1024px){.logo-slider-section{padding:50px 0}.logo-slider-track{gap:50px}.logo-slide{width:150px;height:80px}.logo-slider-fade{width:150px}}@media(max-width:768px){.logo-slider-section{padding:40px 0}.logo-slider-track{gap:45px}.logo-slide{width:120px;height:60px}.logo-slider-fade{width:100px}}@media(max-width:480px){.logo-slider-section{padding:30px 0}.logo-slider-track{gap:35px;animation-duration:35s}.logo-slide{width:100px;height:50px}.logo-slider-fade{width:80px}}.home{min-height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;position:relative}.home:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:repeating-linear-gradient(to bottom,transparent,transparent 20px,rgba(255,255,255,.1) 20px,rgba(255,255,255,.1) 21px)}.home:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:repeating-linear-gradient(to bottom,transparent,transparent 20px,rgba(255,255,255,.1) 20px,rgba(255,255,255,.1) 21px)}.home-content{text-align:center;z-index:1;position:relative;width:100%}.hero-slider{position:relative;width:100%;height:600px;border-radius:20px;overflow:hidden}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:flex-start;padding:0 80px}.slide.active{opacity:1;z-index:1}.slide:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent 0%,#000000 100%);pointer-events:none;z-index:1}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ed1c24e6;border:none;width:50px;height:50px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-nav:hover{background:#ed1c24;box-shadow:0 4px 15px #ed1c2480}@media(min-width:993px){.slider-nav:hover{transform:translateY(-50%) scale(1.1)}.slider-nav:active{transform:translateY(-50%) scale(.95)}}@media(max-width:992px){.slider-nav:active{transform:scale(.95)}}.slider-nav.prev{left:30px}.slider-nav.next{right:30px}.slider-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:12px}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{border-color:#fffc;transform:scale(1.2)}.indicator.active{background:#ed1c24;border-color:#ed1c24;width:32px;border-radius:6px}.home-banner-content{max-width:600px;text-align:left;z-index:3;position:relative;flex:1}.home-banner-image-container{flex:1;display:flex;align-items:center;justify-content:center;z-index:3;position:relative}.home-banner-logo{max-width:100%;max-height:500px;width:auto;height:auto;object-fit:contain}.home-banner-content h1{font-size:32px;font-weight:600;color:#fff;margin:0 0 10px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-banner-content h2{font-size:50px;font-weight:700;color:#fff;margin:0 0 15px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-banner-content p{font-size:1rem;color:#999;margin:0 0 30px;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.slider-buttons-container{display:flex;gap:15px;margin-top:10px;flex-wrap:wrap}.slider-buttons-container button{white-space:nowrap;flex:0 1 auto}.home-title{color:#fff;font-size:3.5rem;font-weight:700;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 0 1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-subtitle{color:#b0b0b0;font-size:1.25rem;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0;opacity:.8}.home-features-section{padding:100px 60px;background:#000}.features-container{max-width:1200px;margin:0 auto}.features-header{display:flex;align-items:center;justify-content:space-between;gap:60px;margin:0 auto 80px;max-width:1200px}.features-text-content{flex:1;text-align:left}.features-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.features-description{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 1.25rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.features-description:last-child{margin-bottom:0}.features-image-container{flex:1;display:flex;align-items:center;justify-content:center}.features-logo{max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain}.features-intro{max-width:900px;margin:200px auto 60px;text-align:center}.features-intro-text{font-size:1.25rem;color:#fff;line-height:1.8;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:600px){.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#ed1c24,#ff4757);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s ease}.feature-icon svg{width:40px;height:40px;color:#fff}.feature-icon-img{width:50px;height:50px;object-fit:contain;filter:brightness(0) invert(1)}.feature-item:hover .feature-icon{transform:translateY(-8px)}.feature-name{font-size:1.125rem;font-weight:600;color:#fff;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-why-choose-section{padding:100px 60px;background:#000}.why-choose-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.why-choose-image-container{flex:1;display:flex;align-items:center;justify-content:center}.why-choose-image{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain}.why-choose-text-content{flex:1;text-align:left}.why-choose-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.why-choose-description{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 1.25rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.why-choose-description:last-child{margin-bottom:0}.home-cta-section{padding:100px 60px;background:#000}.cta-container{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 16px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.cta-subtitle{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.cta-description{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 32px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-products-section{padding:100px 60px;background:#000}.products-section-container,.blogs-section-container{max-width:1400px;margin:0 auto}.category-filter{display:flex;justify-content:center;gap:15px;margin-bottom:50px;flex-wrap:wrap}.category-btn{padding:12px 30px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:30px;color:#fff;font-size:1rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn:hover{border-color:#ed1c24;color:#ed1c24;transform:translateY(-2px)}.category-btn.active{background:#ed1c24;border-color:#ed1c24;color:#fff}.products-slider{position:relative;width:100%;margin-bottom:40px}.home-products-slider{padding-bottom:50px}.products-slider-container{overflow:hidden;width:100%}.products-slider-track{display:flex;gap:24px;transition:transform .6s ease;will-change:transform}.home-products-slider .product-card{flex:0 0 calc((100% - 48px) / 3);border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:360px;position:relative;background-color:#101010;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;cursor:pointer;box-shadow:0 12px 30px #00000059;transition:transform .3s ease,box-shadow .3s ease}.home-product-card:before{content:"";position:absolute;inset:0;background:#00000059;z-index:0;transition:background .3s ease}.home-product-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#000c 90%);z-index:1}.home-products-slider .product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000073}.home-products-slider .product-card:hover:before{background:#00000026}.home-products-slider .product-content,.home-products-slider .product-button-container{position:relative;z-index:2}.home-products-slider .product-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:20px}.home-products-slider .product-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:10px;gap:10px;flex-wrap:wrap}.home-products-slider .products-title{font-size:1.6rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.home-products-slider .product-category{display:flex;align-items:center;background-color:#ed1c241f;padding:4px 10px;border-radius:6px;border:1px solid rgba(237,28,36,.25);gap:6px}.home-products-slider .product-category-icon{font-size:.9rem;color:#ed1c24;display:flex;align-items:center;justify-content:center}.home-products-slider .product-category-text{font-size:.8rem;color:#ed1c24;font-weight:600;letter-spacing:.5px}.home-products-slider .product-descriptionn{color:#cfcfcf;font-size:.95rem;margin:0 0 20px;max-width:260px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-products-slider .product-button-container{width:100%;display:flex;justify-content:flex-start;margin-top:auto}.home-products-slider .learn-more-button{background:#ed1c24;color:#fff;border:none;border-radius:25px;padding:10px 26px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.home-products-slider .learn-more-button:hover{background:#c41e3a;transform:translateY(-2px);box-shadow:0 6px 18px #ed1c2459}.products-slider-indicators{display:flex;justify-content:center;gap:12px;margin-top:24px}.products-slider-indicators .indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.products-slider-indicators .indicator:hover{border-color:#fffc;transform:scale(1.1)}.products-slider-indicators .indicator.active{background:#ed1c24;border-color:#ed1c24;width:32px;border-radius:6px}.blogs-slider{position:relative;width:100%;margin-bottom:40px}.home-blogs-slider{padding-bottom:50px}.blogs-slider-container{overflow:hidden;width:100%}.blogs-slider-track{display:flex;gap:24px;transition:transform .6s ease;will-change:transform}.home-blogs-slider .blog-card{flex:0 0 calc((100% - 48px) / 3);border-radius:20px;background:#101010;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;box-shadow:0 12px 30px #00000059;transition:transform .3s ease,box-shadow .3s ease;min-width:0}.home-blogs-slider .blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000073}.blog-card-image{width:100%;height:200px;background-size:cover;background-position:center;position:relative}.blog-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 30%,#000000b3)}.blog-card-date{position:absolute;bottom:16px;left:16px;padding:6px 14px;background:#000000d9;color:#fff;font-size:.75rem;border-radius:20px;z-index:1}.blog-card-content{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}.blog-card-title{font-size:1.3rem;font-weight:700;color:#fff;margin:0}.blog-card-excerpt{color:#cfcfcf;font-size:.95rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:12px}.blog-card-author{display:flex;align-items:center;gap:12px}.author-avatar-small{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-name-small{display:block;font-size:.95rem;color:#fff;font-weight:600}.blog-card-date-mobile{display:block;font-size:.8rem;color:#b0b0b0;margin-top:4px}.blog-card-link{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blog-card-link:hover{border-color:#ed1c24;color:#ed1c24}.blogs-slider-indicators{display:flex;justify-content:center;gap:12px;margin-top:24px}.blogs-slider-indicators .indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.blogs-slider-indicators .indicator:hover{border-color:#fffc;transform:scale(1.1)}.blogs-slider-indicators .indicator.active{background:#ed1c24;border-color:#ed1c24;width:32px;border-radius:6px}@media(max-width:1200px){.home-products-slider .product-card,.home-blogs-slider .blog-card{flex:0 0 calc((100% - 24px)/2);min-width:0}.products-slider-track,.blogs-slider-track{gap:20px}}@media(max-width:900px){.home-products-slider,.home-blogs-slider{padding-bottom:30px}.home-products-slider .product-card,.home-blogs-slider .blog-card{flex:0 0 calc(100% - 12px);min-height:300px;min-width:0}.products-slider-track,.blogs-slider-track{gap:16px}.home-products-slider .product-content,.home-blogs-slider .blog-card-content{padding:18px}.home-blogs-slider .blog-card-image{height:180px}}@media(max-width:600px){.home-products-slider .product-card,.home-blogs-slider .blog-card{min-height:260px;padding:16px}.home-products-slider .product-descriptionn,.home-blogs-slider .blog-card-excerpt{-webkit-line-clamp:4;line-clamp:4}.products-slider-indicators,.blogs-slider-indicators{margin-top:16px;gap:8px}.products-slider-indicators .indicator,.blogs-slider-indicators .indicator{width:10px;height:10px}.products-slider-indicators .indicator.active,.blogs-slider-indicators .indicator.active{width:24px}}.products-slider-loading,.blogs-slider-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid rgba(237,28,36,.2);border-top:4px solid #ed1c24;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products-slider-loading p,.blogs-slider-loading p{color:#b0b0b0;font-size:1rem}.no-products,.no-blogs{text-align:center;padding:80px 20px;color:#b0b0b0;font-size:1.1rem}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 15px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.section-subtitle{font-size:1.3rem;color:#7c7c7c;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}.home-product-card{background:#101010;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.05)}.home-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ed1c2433}.home-product-image{width:100%;height:200px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-product-image img{width:100%;height:100%;object-fit:cover}.home-product-content{padding:25px}.home-product-name{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 10px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-product-description{font-size:1rem;color:#7c7c7c;margin:0;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-blogs-section{padding:100px 60px;background:#000}.blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.home-blog-card{background:#101010;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.05)}.home-blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ed1c2433}.home-blog-image{width:100%;height:200px;background:#000;overflow:hidden}.home-blog-image img{width:100%;height:100%;object-fit:cover}.home-blog-content{padding:25px}.home-blog-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 10px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-blog-excerpt{font-size:1rem;color:#7c7c7c;margin:0 0 15px;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-blog-meta{display:flex;align-items:center;gap:10px}.blog-date{font-size:.9rem;color:#ed1c24;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.section-button-container{display:flex;justify-content:center}.product-card-skeleton,.blog-card-skeleton{background:#101010;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-content{padding:25px}.skeleton-title{height:24px;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:10px}.skeleton-description{height:16px;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;width:80%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.image-squares-container{padding:0 80px;margin-bottom:60px;width:100%}.image-squares{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.image-square{aspect-ratio:1/1;background-color:#101010;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0003;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.image-square:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000004d}.square-image{width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat}.robot-showcase-container{padding:0 80px;margin:80px 0;width:100%}.robot-showcase-content{background-color:#101010;border-radius:20px;padding:60px;box-shadow:0 10px 30px #0000004d}.showcase-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 15px;text-align:center}.showcase-description{font-size:1.2rem;color:#b0b0b0;margin:0 auto 40px;max-width:700px;text-align:center}.robot-image-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:40px}.robot-image-large{aspect-ratio:1/1.8;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;justify-content:center}.robot-image-small-container{display:flex;flex-direction:column;gap:20px;height:100%}.robot-image-small{flex:1;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000004d}.robot-image-large img,.robot-image-small img{width:100%;height:100%;object-fit:contain;display:block;background:#000}.showcase-cta{display:flex;justify-content:center}.showcase-button{background:#ed1c24;color:#fff;border:none;border-radius:25px;padding:15px 30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.showcase-button:hover{background:#c41e3a;transform:translateY(-2px);box-shadow:0 4px 15px #ed1c244d}@media(max-width:992px){.hero-slider{height:700px;margin:100px 40px 0}.slide{padding:0 60px}.slider-nav{width:45px;height:45px;top:auto;bottom:90px;transform:none}.slider-nav:hover{transform:scale(1.1)}.slider-nav.prev{left:20px}.slider-nav.next{right:20px}.home-banner-content h1,.home-banner-content h2{font-size:2.5rem}.home-banner-content p{font-size:1rem;margin:0 0 25px}.slider-buttons-container{gap:12px}.slider-buttons-container button{padding:.7rem 1.4rem;font-size:.9rem}.home-products-section,.home-blogs-section{padding:80px 40px}.products-grid,.blogs-grid{grid-template-columns:repeat(2,1fr);gap:25px}.category-filter{gap:12px;margin-bottom:40px}.category-btn{padding:10px 24px;font-size:.95rem}.home-blogs-slider .blog-card-image{height:180px}.home-blogs-slider .blog-card-content{padding:20px}.home-blogs-slider .blog-card-title{font-size:1.2rem}.image-squares{grid-template-columns:repeat(2,1fr);gap:15px}.robot-showcase-container{padding:0 40px}.robot-showcase-content{padding:40px}}@media(max-width:768px){.home{padding:90px 32px 0}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.1rem}.hero-slider{height:500px;margin:20px 0 0}.slide{padding:20px 20px 5px;flex-direction:column;justify-content:center;align-items:flex-start;background:none}.home-banner-content{max-width:100%}.slider-nav{width:40px;height:40px;top:auto;bottom:80px;transform:none}.slider-nav:hover{transform:scale(1.1)}.slider-nav.prev{left:15px}.slider-nav.next{right:15px}.slider-indicators{bottom:2px;gap:10px}.indicator{width:10px;height:10px}.indicator.active{width:28px}.home-banner-content h1,.home-banner-content h2{font-size:2rem}.home-banner-content p{font-size:.9rem;margin:0 0 10px}.slider-buttons-container{gap:10px;margin-top:5px;margin-bottom:0}.slider-buttons-container button{padding:.6rem 1.2rem;font-size:.85rem}.home-products-section,.home-blogs-section{padding:60px 30px}.category-filter{gap:10px;margin-bottom:30px}.category-btn{padding:8px 20px;font-size:.9rem}.home-products-slider .product-card{min-height:320px}.home-blogs-slider .blog-card{flex:0 0 calc(100% - 12px);min-width:0}.home-blogs-slider .blog-card-image{height:180px}.home-blogs-slider .blog-card-content{padding:20px}.home-blogs-slider .blog-card-title{font-size:1.2rem}.home-blogs-slider .blog-card-footer{flex-direction:column;align-items:flex-start;gap:16px}.blogs-slider-indicators{gap:10px}.blogs-slider-indicators .indicator{width:10px;height:10px}.blogs-slider-indicators .indicator.active{width:28px}.home-features-section{padding:60px 30px}.features-header{flex-direction:column-reverse;gap:40px;margin-bottom:50px}.features-text-content{text-align:left}.features-title{font-size:2.2rem}.features-description{font-size:1rem}.features-logo{max-height:180px}.features-intro-text{font-size:1.1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:25px}.feature-icon{width:60px;height:60px;margin-bottom:12px}.feature-icon svg{width:30px;height:30px}.feature-icon-img{width:35px;height:35px}.feature-name{font-size:.85rem}.home-why-choose-section{padding:60px 30px}.why-choose-container{flex-direction:column;gap:40px}.why-choose-text-content{text-align:left}.why-choose-image{max-height:180px}.why-choose-title{font-size:2.2rem}.why-choose-description{font-size:1rem}.home-cta-section{padding:60px 30px}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.2rem}.cta-description{font-size:1rem}.section-title{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.products-grid,.blogs-grid{grid-template-columns:1fr;gap:20px}.image-squares-container{padding:0 40px}.showcase-title{font-size:2rem}.showcase-description{font-size:1rem}.robot-image-grid{grid-template-columns:1fr;gap:15px}.robot-image-large{aspect-ratio:1/1.2}}@media(max-width:480px){.home-title{font-size:2rem}.home-subtitle{font-size:1rem}.home{padding:80px 32px 0}.hero-slider{height:400px;margin:20px 0 0}.slide{padding:15px 15px 5px;justify-content:flex-start;align-items:flex-start;background:none}.slider-nav{width:35px;height:35px;top:auto;bottom:60px;transform:none}.slider-nav:hover{transform:scale(1.1)}.slider-nav.prev{left:10px}.slider-nav.next{right:10px}.slider-nav svg{width:20px;height:20px}.slider-indicators{bottom:2px;gap:8px}.indicator{width:8px;height:8px}.indicator.active{width:24px}.home-banner-content{max-width:100%}.home-banner-content h1{font-size:1.3rem;margin:0 0 8px}.home-banner-content h2{font-size:1.5rem;margin:0 0 12px}.home-banner-content p{font-size:.8rem;margin:0 0 8px;line-height:1.5}.slider-buttons-container{gap:8px;margin-top:0;margin-bottom:0;flex-direction:column;align-items:flex-start}.slider-buttons-container button{padding:.55rem 1rem;font-size:.75rem;width:100%;max-width:200px}.home-products-section,.home-blogs-section{padding:50px 20px}.category-filter{gap:8px;margin-bottom:25px}.category-btn{padding:8px 16px;font-size:.85rem}.home-products-slider .product-card{min-height:300px;padding:18px}.home-blogs-slider .blog-card{flex:0 0 calc(100% - 10px);min-height:280px;min-width:0}.home-blogs-slider .blog-card-image{height:170px}.home-blogs-slider .blog-card-content{padding:18px}.home-blogs-slider .blog-card-title{font-size:1.15rem}.home-blogs-slider .blog-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.blogs-slider-indicators{gap:8px}.blogs-slider-indicators .indicator{width:8px;height:8px}.blogs-slider-indicators .indicator.active{width:24px}.author-avatar-small{width:32px;height:32px}.author-name-small{font-size:.85rem}.section-button-container{margin-top:30px}.home-features-section{padding:40px 20px}.features-header{flex-direction:column-reverse;gap:30px;margin-bottom:40px}.features-text-content{text-align:left}.features-title{font-size:1.75rem}.features-description{font-size:.9rem}.features-logo{max-height:180px}.features-intro{margin-bottom:40px}.features-intro-text{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-icon{width:55px;height:55px;margin-bottom:10px}.feature-icon svg{width:28px;height:28px}.feature-icon-img{width:32px;height:32px}.feature-name{font-size:.85rem}.home-why-choose-section{padding:40px 20px}.why-choose-container{flex-direction:column;gap:30px}.why-choose-text-content{text-align:left}.why-choose-image{max-height:180px}.why-choose-title{font-size:1.75rem}.why-choose-description{font-size:.9rem}.home-cta-section{padding:40px 20px}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.cta-description{font-size:.9rem;margin-bottom:24px}.feature-icon{width:60px;height:60px;margin-bottom:12px}.feature-icon svg{width:30px;height:30px}.feature-icon-img{width:35px;height:35px}.feature-name{font-size:.9rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.section-header{margin-bottom:40px}.home-product-name,.home-blog-title{font-size:1.2rem}.home-product-description,.home-blog-excerpt{font-size:.9rem}.image-squares-container{padding:0 20px}.image-squares{grid-template-columns:1fr;gap:15px}}.products-page{min-height:100vh;background:#000;padding:120px 0 60px}.products-container{max-width:1200px;margin:0 auto;padding:0}.products-header{margin-bottom:60px;color:#fff}.products-header h1{font-size:56px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.products-header p{font-size:21px;margin:0 auto;color:#989898;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.category-filter-section{margin-bottom:40px}.category-filter-buttons{display:flex;gap:15px;flex-wrap:wrap}.category-filter-btn{padding:12px 24px;border:none;background:#000;color:#ed1c24;border:2px solid #ed1c24;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;min-width:100px;display:flex;align-items:center;justify-content:center}.category-filter-btn:hover{background:#353535}.category-filter-btn.active{background:#ed1c24;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0;padding:0}.product-card{border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;height:auto;min-height:380px}.product-card:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.product-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:20px;position:relative;overflow-wrap:break-word;z-index:2}.product-image-container{width:100%;height:200px;display:flex;align-items:center;justify-content:center;border-radius:15px;margin-bottom:15px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain}.product-emoji{font-size:4rem}.product-button-container{width:100%;display:flex;justify-content:flex-start;margin-top:auto;position:relative;z-index:2}.product-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:8px;flex-wrap:wrap}.products-title{font-size:29px;font-weight:700;color:#fff;margin:0 8px 0 0;line-height:1.2}.product-descriptionn{max-width:250px;color:#818181;font-size:14px;font-weight:400;margin:0 0 15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;text-overflow:ellipsis}.product-category{display:flex;align-items:center;background-color:#ed1c2414;padding:3px 8px;border-radius:4px;margin-left:auto;flex-shrink:0;border:1px solid rgba(237,28,36,.2)}.product-category-icon{font-size:.9rem;margin-right:4px;color:#ed1c24;display:flex;align-items:center;justify-content:center}.product-category-text{font-size:.75rem;color:#ed1c24;font-weight:500;letter-spacing:.5px}.learn-more-button{background:#ed1c24;color:#fff;border:none;border-radius:25px;padding:10px 25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.learn-more-button:hover{background:#c91118;transform:translateY(-2px);box-shadow:0 4px 8px #ed1c244d}.learn-more-button:active{transform:translateY(0);box-shadow:none}.no-results{text-align:center;padding:60px 20px;color:#666;font-size:18px}.error-container{text-align:center;padding:100px 20px;color:#ed1c24;font-size:19px}.header-title-skeleton{height:56px;width:300px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px;margin-bottom:20px}.header-subtitle-skeleton{height:25px;width:500px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px}.category-skeleton-buttons{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:40px}.category-skeleton-btn{width:100px;height:45px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:25px}.product-card-skeleton{background:#101010;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;height:auto;min-height:380px}.product-skeleton-content{width:100%;display:flex;flex-direction:column;margin-bottom:20px}.product-skeleton-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:15px}.product-skeleton-title{height:28px;width:150px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px}.product-skeleton-badge{width:80px;height:28px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.product-skeleton-description{height:16px;width:100%;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px;margin-bottom:10px}.product-skeleton-description.short{width:60%}.product-skeleton-button{width:120px;height:38px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:25px;margin-top:auto}@media(max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-page{padding:100px 15px 40px}.products-header h1{font-size:40px}.products-header p{font-size:18px}.category-filter-section{margin-bottom:30px;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-filter-buttons{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:5px}.category-filter-btn{padding:8px 16px;font-size:.85rem;min-width:auto;white-space:nowrap;flex-shrink:0}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0}.product-card{padding:15px;min-height:280px}.product-content{padding:0;margin-bottom:15px}.product-image-container{height:120px;margin-bottom:12px}.product-header{flex-direction:column;align-items:flex-start;margin-bottom:10px;gap:6px}.products-title{font-size:1.2rem;margin:0;line-height:1.3;max-width:100%}.product-category{padding:2px 6px;margin-left:0;align-self:flex-start}.product-category-icon{font-size:.75rem}.product-category-text{font-size:.65rem}.product-descriptionn{display:none}.product-button-container{justify-content:flex-start}.learn-more-button{padding:8px 16px;font-size:.85rem;width:auto;display:inline-flex;justify-content:center}}@media(max-width:480px){.products-page{padding:90px 10px 30px}.products-header h1{font-size:32px}.products-header p{font-size:15px}.category-filter-buttons{gap:6px}.category-filter-btn{padding:6px 12px;font-size:.75rem}.products-grid{gap:12px}.product-card{padding:12px;min-height:250px}.products-title{font-size:18px}.product-descriptionn{display:none}.product-button-container{justify-content:flex-start}.learn-more-button{padding:7px 14px;font-size:.8rem;width:auto;display:inline-flex}}.product-section{width:100%;padding:80px 0;background-color:#101010}.product-section-container{max-width:1400px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-section-container:not(:has(.product-section-image)){grid-template-columns:1fr;max-width:900px}.product-section-container:not(:has(.product-section-image)) .product-section-content{text-align:center}.product-section-container.image-only{grid-template-columns:1fr;justify-items:center;padding:0;max-width:100%}.product-section-container.image-only .product-section-image{width:100%;height:auto;max-width:100%}.product-section-container.image-only .product-section-image img{width:100%;height:auto;object-fit:contain;border-radius:0}.product-section-content{display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}.product-section-title{font-size:36px;font-weight:700;color:#fff;margin:0;line-height:1.2;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.product-section-description{font-size:18px;font-weight:400;line-height:1.8;color:#bebebe;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;word-wrap:break-word;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none}.product-text-paragraph{margin:0 0 20px;white-space:pre-line;color:#bebebe}.product-text-list{list-style:none;padding:0;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.product-text-list li{font-size:1.125rem;color:#fff;line-height:2;padding-left:24px;position:relative;margin-bottom:8px}.product-text-list li:before{content:"•";color:#ed1c24;font-size:1.5rem;position:absolute;left:0;top:-2px;font-weight:700}.product-section-image{width:600px;height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-section-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}@media(max-width:992px){.product-section{padding:60px 0}.product-section-container{grid-template-columns:1fr;gap:50px;padding:0 40px}.product-section-content{order:1}.product-section-image{order:2;width:100%;height:auto;max-height:300px}.product-section-title{font-size:2rem}.product-section-description{font-size:1rem}}@media(max-width:768px){.product-section{padding:50px 0}.product-section-container{padding:0 20px;gap:40px}.product-section-content{order:1}.product-section-image{order:2;width:100%;height:auto;max-height:250px}.product-section-title{font-size:1.75rem}.product-section-description{font-size:.95rem;line-height:1.7}}@media(max-width:576px){.product-section{padding:40px 0}.product-section-container{padding:0 15px;gap:30px}.product-section-content{order:1}.product-section-image{order:2;width:100%;height:auto;max-height:200px}.product-section-title{font-size:1.5rem}.product-section-description{font-size:.9rem;line-height:1.6}}.contact-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto;animation:fadeIn .3s ease;overscroll-behavior:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-modal-content{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px;animation:slideUp .3s ease;box-shadow:0 20px 60px #00000080;overscroll-behavior:contain}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-modal-close{position:absolute;top:20px;right:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:20px;transition:all .3s ease;z-index:1}.contact-modal-close:hover{background:#ed1c2433;border-color:#ed1c24;color:#ed1c24}.contact-modal-header{margin-bottom:30px}.contact-modal-header h2{font-size:2rem;font-weight:700;color:#fff;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-modal-form{display:flex;flex-direction:column;gap:30px}@media(max-width:768px){.contact-modal-content{padding:30px 25px;max-height:95vh}.contact-modal-header h2{font-size:1.5rem}.contact-modal-close{top:15px;right:15px;width:35px;height:35px;font-size:18px}.form-row{grid-template-columns:1fr;gap:20px}.products-checkbox-grid{grid-template-columns:1fr}.inquiry-type-buttons{gap:8px}.inquiry-type-btn{padding:10px 18px;font-size:.9rem}.form-submit{margin-top:10px}.submit-button{width:100%;padding:14px 30px}}@media(max-width:480px){.contact-modal-overlay{padding:10px}.contact-modal-content{padding:25px 20px}.contact-modal-header h2{font-size:1.25rem}.contact-modal-form{gap:25px}.form-input,.form-textarea{padding:12px 16px;font-size:.95rem}.inquiry-type-btn{padding:8px 16px;font-size:.85rem}.submit-button{padding:14px 25px;font-size:.95rem}}.product-detail-page-white{min-height:100vh;background-color:#000;color:#333;padding-top:70px;padding-left:60px;padding-right:60px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.product-detail-page-white.loading,.product-detail-page-white.not-found{display:flex;justify-content:center;align-items:center;height:100vh}.loading-container{width:100%;padding-top:70px}.breadcrumb-skeleton{height:20px;max-width:1200px;margin:0 auto 20px;padding:0 80px 10px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.image-skeleton{background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px;min-height:400px;width:100%;margin-bottom:40px}.gallery-skeleton{display:flex;gap:10px;max-width:300px;margin:20px auto 0}.gallery-skeleton-item{min-width:50px;width:60px;height:60px;border-radius:6px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite}.title-skeleton{height:60px;width:70%;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px;margin-bottom:20px}.price-skeleton{height:30px;width:150px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px;margin-bottom:20px}.text-skeleton{height:20px;width:100%;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px;margin-bottom:12px}.text-skeleton.short{width:60%}.category-skeleton{height:40px;width:200px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px;margin-top:10px}.button-skeleton-container{display:flex;gap:20px;margin-top:20px}.button-skeleton{height:45px;width:200px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:25px}.breadcrumb-placeholder{height:20px;max-width:1200px;margin:0 auto;padding:0 80px 10px}.product-detail-layout{padding:24px;display:grid;grid-template-columns:.3fr .5fr;gap:60px;align-items:flex-start;max-width:1500px;margin:0 auto;justify-content:center}.product-image-column{position:sticky;top:90px;display:flex;flex-direction:column}.product-main-image{border-radius:8px;margin-bottom:40px;min-height:400px;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;height:auto;display:block;border-radius:4px;margin:0 auto}.product-gallery{max-width:300px;margin:20px auto 0}.gallery-thumbnails{display:flex;gap:10px;justify-content:flex-start;flex-wrap:wrap}.thumbnail{min-width:50px;width:60px;height:60px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease;opacity:.5}.thumbnail:hover{border-color:#ccc;opacity:.8}.thumbnail.active{border-color:#ed1c24;opacity:1}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details-column{display:flex;flex-direction:column;gap:16px}.product-category-row{display:flex;align-items:center;gap:12px;margin-top:-10px}.category-label{font-size:16px;font-weight:600;color:#ed1c24}.product-description{font-size:20px;line-height:1.6;color:#7c7c7c}.product-description .product-text-paragraph{margin:0 0 20px;white-space:pre-line}.product-description .product-text-list{list-style:none;padding:0;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.product-description .product-text-list li{font-size:1.125rem;color:#fff;line-height:2;padding-left:24px;position:relative;margin-bottom:8px}.product-description .product-text-list li:before{content:"•";color:#ed1c24;font-size:1.5rem;position:absolute;left:0;top:-2px;font-weight:700}.product-title{font-size:50px;font-weight:700;margin:0;color:#fff}.product-price{margin-bottom:20px;display:flex;align-items:center;gap:10px}.price-label{color:#818181;font-size:1rem;font-weight:500}.price-value{color:#ed1c24;font-size:1.5rem;font-weight:700}.product-actions{display:flex;align-items:center;gap:20px;margin-top:10px}.product-category-badge{display:flex;align-items:center;background-color:#ed1c2414;padding:6px 12px;border-radius:6px;border:1px solid rgba(237,28,36,.2)}.product-category-icon{font-size:.9rem;margin-right:6px;color:#ed1c24;display:flex;align-items:center;justify-content:center}.product-category-badge span{color:#ed1c24;font-size:.85rem;font-weight:500;letter-spacing:.5px}.product-video-section{padding:60px;background:#000;display:block}.video-container{max-width:1000px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.video-embed-wrapper{position:relative;width:100%;padding-top:56.25%;background:#000}.video-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.product-video{width:100%;height:auto;display:block;background:#000}.technical-specs{padding:60px;background:#000}.product-cta-section{position:relative;width:100%;min-height:500px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-cta-overlay{position:relative;width:100%;height:100%;background:linear-gradient(135deg,#000000bf,#000000d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:100px 60px}.product-cta-content{max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px}.product-cta-title{font-size:48px;font-weight:700;color:#fff;margin:0;line-height:1.2;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.product-cta-description{font-size:20px;font-weight:400;color:#b8b8b8;margin:0;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:700px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.product-contact-cta-section{position:relative;width:100%;padding:80px 60px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-contact-cta-overlay{position:relative;max-width:900px;width:100%;background:linear-gradient(135deg,#000000d9,#140a0ae6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 50px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #00000080}.product-contact-cta-content{width:100%;text-align:center;display:flex;flex-direction:column;gap:25px;align-items:center}.product-contact-cta-title{font-size:42px;font-weight:700;color:#fff;margin:0;line-height:1.2;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.product-contact-cta-text{font-size:18px;font-weight:400;color:#fff;margin:0;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.product-contact-cta-text .product-text-paragraph{margin:0 0 20px;white-space:pre-line}.product-contact-cta-text .product-text-list{list-style:none;padding:0;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.product-contact-cta-text .product-text-list li{font-size:1.125rem;color:#fff;line-height:2;padding-left:24px;position:relative;margin-bottom:8px}.product-contact-cta-text .product-text-list li:before{content:"•";color:#ed1c24;font-size:1.5rem;position:absolute;left:0;top:-2px;font-weight:700}.product-contact-cta-content .custom-button{background-color:#ed1c24;color:#fff;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.product-contact-cta-content .custom-button:hover{background-color:#ae141a;transform:translateY(-2px);box-shadow:0 4px 8px #ed1c244d}.specs-title{font-size:40px;font-weight:600;color:#fff;margin:0 0 40px;text-align:center}.specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.spec-item{display:flex;flex-direction:column;gap:8px;padding:18px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.spec-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.spec-icon{font-size:18px;color:#ed1c24;flex-shrink:0}.spec-label{font-size:14px;font-weight:600;color:#fff;line-height:1.3}.spec-value{font-size:15px;color:#b0b0b0;font-weight:500;line-height:1.4}.spec-value .product-text-paragraph{margin:0 0 12px;white-space:pre-line}.spec-value .product-text-list{list-style:none;padding:0;margin:0 0 12px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.spec-value .product-text-list li{font-size:15px;color:#b0b0b0;line-height:1.6;padding-left:20px;position:relative;margin-bottom:6px}.spec-value .product-text-list li:before{content:"•";color:#ed1c24;font-size:1.2rem;position:absolute;left:0;top:-1px;font-weight:700}.spec-note{font-size:12px;color:gray;font-style:italic;line-height:1.3}.loading-spinner{font-size:1.5rem;color:#ed1c24;animation:spin 1.5s infinite linear}@keyframes spin{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.not-found{text-align:center;background-color:#f5f5f5}.not-found h1{font-size:3rem;margin-bottom:1rem;color:#333}.not-found p{font-size:1.2rem;color:#666;margin-bottom:2rem}.back-button{background:#ed1c24;color:#fff;border:none;border-radius:25px;padding:15px 30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.back-button:hover{background:#c41e3a;transform:translateY(-2px);box-shadow:0 4px 15px #ed1c244d}@media(max-width:992px){.product-detail-page-white{padding-left:40px;padding-right:40px}.product-detail-layout{grid-template-columns:1fr;gap:40px}.product-image-column{position:relative;top:0}.specs-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-video-section{padding:50px 40px}.product-cta-section{min-height:450px}.product-cta-overlay{padding:80px 40px}.product-cta-title{font-size:40px}.product-cta-description{font-size:18px}.product-contact-cta-section{padding:60px 40px}.product-contact-cta-overlay{padding:50px 40px}.product-contact-cta-title{font-size:36px}.product-contact-cta-text{font-size:17px}}@media(max-width:768px){.product-detail-page-white{padding-left:20px;padding-right:20px}.breadcrumb-placeholder{padding:0 20px 10px}.product-title{font-size:2rem}.product-main-image{min-height:200px;margin-bottom:15px}.product-main-image img{width:70%;max-height:200px;object-fit:contain}.product-gallery{margin-top:10px}.product-actions{flex-direction:column;align-items:stretch;gap:12px}.product-actions>*{flex:unset}.product-actions button{width:100%;min-height:50px;padding:10px 20px;font-size:.85rem;line-height:1.3;white-space:normal;text-align:center}.product-category-badge{padding:8px 16px}.product-category-icon{font-size:1.1rem;margin-right:8px}.product-category-badge span{font-size:.95rem}.specs-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.spec-item{padding:18px}.technical-specs h3{font-size:1.8rem}.product-video-section{padding:40px 30px}.video-container{border-radius:8px}.product-cta-section{min-height:400px}.product-cta-overlay{padding:60px 30px}.product-cta-title{font-size:32px}.product-cta-description{font-size:16px}.product-cta-content{gap:25px}.product-contact-cta-section{padding:50px 30px}.product-contact-cta-overlay{padding:40px 30px;border-radius:16px}.product-contact-cta-title{font-size:28px}.product-contact-cta-text{font-size:16px}.product-contact-cta-content{gap:20px}}@media(max-width:576px){.product-detail-page-white{padding-left:15px;padding-right:15px}.product-title{font-size:1.75rem}.thumbnail{min-width:50px;width:50px;height:50px}.product-description p{font-size:16px}.gallery-thumbnails{gap:8px}.product-category-badge{padding:6px 12px}.specs-grid{grid-template-columns:repeat(2,1fr);gap:12px}.technical-specs{padding:40px 0}.technical-specs h3{font-size:1.5rem;margin-bottom:25px}.spec-icon{font-size:1.3rem}.spec-label{font-size:.8rem}.spec-value{font-size:1rem}.spec-note{font-size:.75rem}.product-category-icon{font-size:1rem;margin-right:6px}.product-category-badge span{font-size:.85rem}.category-label{font-size:14px}.product-video-section{padding:30px 20px}.video-container{border-radius:6px}.product-cta-section{min-height:350px}.product-cta-overlay{padding:50px 20px}.product-cta-title{font-size:26px}.product-cta-description{font-size:15px}.product-cta-content{gap:20px}.product-contact-cta-section{padding:40px 20px}.product-contact-cta-overlay{padding:35px 25px;border-radius:12px}.product-contact-cta-title{font-size:24px}.product-contact-cta-text{font-size:15px}.product-contact-cta-content{gap:18px}.product-contact-cta-content .custom-button{padding:12px 28px;font-size:.9rem;width:100%}}.contact-page{min-height:100vh;background:#000;padding:120px 0 80px;position:relative}.contact-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1;display:grid;grid-template-columns:45% 55%;gap:60px;align-items:start}.contact-left-section{color:#fff;position:sticky;top:100px;align-self:start;background-size:contain;background-repeat:no-repeat;background-position:center;padding:40px;height:fit-content;width:100%}.contact-left-section:before{content:"";position:absolute;inset:0;background:#000000b3;z-index:0}.contact-left-section>*{position:relative;z-index:1}.contact-left-section h1{font-size:4rem;font-weight:700;margin-bottom:20px;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-subtitle{font-size:1.1rem;color:#b0b0b0;margin-bottom:60px;line-height:1.6;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-info{display:flex;flex-direction:column;gap:22px;margin-bottom:30px}.contact-item{display:flex;gap:15px;align-items:flex-start}.contact-icon{width:45px;height:45px;background-color:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{font-size:18px;color:#fff}.contact-details{flex:1}.contact-details h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 5px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-details p{font-size:15px;color:#b0b0b0;margin:0;line-height:1.5;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-value{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#ed1c24,#ff4655,#ed1c24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1}.stat-label{font-size:1rem;color:#b0b0b0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-social{display:flex;gap:15px;margin-top:20px}.contact-social a{width:50px;height:50px;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;transition:all .3s ease;text-decoration:none}.contact-social a:hover{border-color:transparent}.contact-social a[aria-label=Facebook]:hover{background-color:#1877f2}.contact-social a[aria-label=LinkedIn]:hover{background-color:#0a66c2}.contact-social a[aria-label=YouTube]:hover{background-color:red}.contact-social a[aria-label=WhatsApp]:hover{background-color:#25d366}.contact-social a[aria-label=Instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contact-testimonial{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.1)}.testimonial-text{color:#e0e0e0;font-size:1rem;line-height:1.8;margin-bottom:20px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.author-info{display:flex;flex-direction:column}.author-name{color:#fff;font-weight:600;font-size:1rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.author-title{color:#888;font-size:.9rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.contact-header{display:none}.contact-form-wrapper{background:transparent;padding:40px}.submit-success-message{background:#d4edda;color:#155724;padding:15px 20px;border-radius:10px;margin-bottom:20px;border:1px solid #c3e6cb;font-weight:500}.submit-error-message{background:#f8d7da;color:#721c24;padding:15px 20px;border-radius:10px;margin-bottom:20px;border:1px solid #f5c6cb;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:30px}.form-section{display:flex;flex-direction:column;gap:12px}.form-label{font-size:1rem;font-weight:600;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.required-asterisk{color:#ed1c24}.optional-text{font-size:.9rem;color:#888;font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:12px}.form-input,.form-textarea{padding:14px 18px;background:#1e1e1e99;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ed1c2480;background:#282828cc;box-shadow:0 0 0 3px #ed1c241a}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-input.error,.form-textarea.error{border-color:#ed1c24}.form-textarea{resize:vertical;min-height:120px}.error-message{color:#ed1c24;font-size:.875rem;margin-top:-8px}.inquiry-type-buttons{display:flex;flex-wrap:wrap;gap:12px}.inquiry-type-btn{padding:12px 24px;background:#1e1e1e99;border:1px solid rgba(255,255,255,.1);border-radius:25px;color:#fff;font-size:1rem;font-weight:500;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .3s ease}.inquiry-type-btn:hover{border-color:#ed1c2480;background:#282828cc}.inquiry-type-btn.active{background:#ed1c24;border-color:#ed1c24;color:#fff}.products-checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px}.product-checkbox{background:#1e1e1e99;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;transition:all .3s ease}.product-checkbox:hover{border-color:#fff3;background:#282828cc}.product-checkbox input[type=checkbox]{display:none}.checkbox-label{display:flex;align-items:center;cursor:pointer;gap:12px}.checkbox-custom{width:24px;height:24px;border:2px solid #4a4a4a;border-radius:6px;background:#1a1a1a;position:relative;flex-shrink:0;transition:all .3s ease}.product-checkbox-image{width:50px;height:50px;object-fit:contain;flex-shrink:0;border-radius:8px;padding:5px}.product-checkbox input[type=checkbox]:checked+.checkbox-label .checkbox-custom{background:#ed1c24;border-color:#ed1c24}.product-checkbox input[type=checkbox]:checked+.checkbox-label .checkbox-custom:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.checkbox-text{display:flex;flex-direction:column;gap:4px}.checkbox-text strong{color:#fff;font-size:1rem;font-weight:600}.checkbox-description{color:#888;font-size:.875rem;font-weight:400}.form-submit{margin-top:20px;display:flex;justify-content:flex-end}.submit-button{background:#fff;color:#000;border:none;border-radius:30px;padding:16px 48px;font-size:1.05rem;font-weight:600;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .3s ease;min-width:200px;display:flex;align-items:center;justify-content:center;gap:8px}.submit-button:after{content:"→";font-size:1.2rem;transition:transform .3s ease}.submit-button:hover:not(:disabled){background:#f0f0f0;transform:translate(5px)}.submit-button:hover:not(:disabled):after{transform:translate(5px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#666;cursor:not-allowed;opacity:.7}@media(max-width:1024px){.contact-container{grid-template-columns:1fr;gap:40px}.contact-left-section{padding:20px 0}.contact-left-section h1{font-size:3rem}.stat-value{font-size:2.8rem}}@media(max-width:768px){.contact-container{padding:0 30px}.contact-left-section h1{font-size:2.5rem}.contact-subtitle{font-size:1rem;margin-bottom:40px}.stat-value{font-size:2.5rem}.contact-form-wrapper{padding:30px 25px}.form-row{grid-template-columns:1fr;gap:20px}.products-checkbox-grid{grid-template-columns:1fr}.inquiry-type-buttons{gap:8px}.inquiry-type-btn{padding:10px 18px;font-size:.9rem}.form-submit{margin-top:10px}.submit-button{width:100%;padding:14px 30px}}@media(max-width:480px){.contact-page{padding:100px 0 60px}.contact-container{padding:0 20px}.contact-left-section h1{font-size:2rem}.contact-subtitle{font-size:.95rem}.stat-value{font-size:2rem}.contact-stats{gap:30px;margin-bottom:40px}.contact-form-wrapper{padding:25px 20px}.contact-form{gap:25px}.form-input,.form-textarea{padding:12px 16px;font-size:.95rem}.inquiry-type-btn{padding:8px 16px;font-size:.85rem}.submit-button{padding:14px 25px;font-size:.95rem}}.blogs-page{min-height:100vh;background:#000;padding:120px 0 60px}.blogs-container{max-width:1200px;margin:0 auto;padding:0 2rem}.blogs-header{margin-bottom:60px;color:#fff;text-align:left}.blogs-header h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blogs-header p{font-size:1.3rem;color:#989898;font-weight:400;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:700px}.blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:#101010;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #ed1c2426}.blog-image-container{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:16px 16px 0 0}.blog-image{width:100%;height:100%;object-fit:cover;display:block}.blog-content{padding:24px;display:flex;flex-direction:column;flex-grow:1;background:#101010}.blog-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.4;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-preview{color:#989898;font-size:.95rem;line-height:1.6;margin:0 0 20px;flex-grow:1;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-footer{margin-top:auto;padding-top:16px;border-top:1px solid #1a1a1a}.blog-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0;padding:8px;overflow:hidden}.author-logo{width:100%;height:100%;object-fit:contain}.author-info{display:flex;flex-direction:column;gap:2px}.author-name{font-size:.95rem;font-weight:600;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-date{font-size:.85rem;color:#989898;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.no-blogs{text-align:center;padding:100px 20px;color:#989898;font-size:1.2rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.error-container{text-align:center;padding:100px 20px;color:#ed1c24;font-size:1.2rem;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.header-title-skeleton{height:56px;width:300px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px;margin:0 0 20px}.header-subtitle-skeleton{height:25px;width:500px;background:linear-gradient(90deg,#1a1a1a,#2d2d2d,#1a1a1a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px;margin:0}.blog-card-skeleton{background:#101010;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px #00000014}.blog-skeleton-image{width:100%;height:280px;background:linear-gradient(90deg,#0a0a0a,#1a1a1a,#0a0a0a 80px);background-size:1000px 100%;animation:shimmer 2s infinite}.blog-skeleton-content{padding:24px;display:flex;flex-direction:column;gap:12px}.blog-skeleton-title{height:24px;width:85%;background:linear-gradient(90deg,#0a0a0a,#1a1a1a,#0a0a0a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px}.blog-skeleton-date{height:18px;width:100%;background:linear-gradient(90deg,#0a0a0a,#1a1a1a,#0a0a0a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.blog-skeleton-text{height:16px;width:100%;background:linear-gradient(90deg,#0a0a0a,#1a1a1a,#0a0a0a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.blog-skeleton-text.short{width:70%}@media(max-width:992px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blogs-page{padding:100px 15px 40px}.blogs-container{padding:0 1rem}.blogs-header h1{font-size:2.5rem}.blogs-header p{font-size:1.1rem}.blogs-grid{grid-template-columns:1fr;gap:20px}.blog-image-container{height:200px}.blog-content{padding:20px}.blog-title{font-size:1.4rem}}@media(max-width:480px){.blogs-header h1{font-size:2.2rem}.blog-content{padding:15px}.blog-title{font-size:1.3rem}.read-more-button{width:100%;text-align:center}}.blog-detail-page{min-height:100vh;background:#000;padding-top:70px}.blog-detail-container{max-width:1200px;margin:0 auto;padding:50px 80px}.blog-detail-header{margin-bottom:40px}.blog-header-image{width:100%;height:350px;border-radius:20px;overflow:hidden;margin-bottom:30px;background:#0a0a0a}.blog-header-image img{width:100%;height:100%;object-fit:cover}.blog-header-content{color:#fff}.blog-detail-author{display:flex;align-items:center;gap:12px;margin-bottom:20px}.blog-detail-author-avatar{width:40px;height:40px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px;overflow:hidden}.blog-detail-author-logo{width:100%;height:100%;object-fit:contain}.blog-detail-author-info{display:flex;flex-direction:column;gap:2px}.blog-detail-author-name{font-size:.95rem;font-weight:600;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-detail-author-date{font-size:.85rem;color:#989898;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-detail-title{font-size:42px;font-weight:700;margin:0;line-height:1.2;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-detail-main-text{color:#bebebe;font-size:1.2rem;line-height:1.8;margin-bottom:50px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-detail-main-text p{margin:0 0 2em;font-size:20px}.blog-detail-main-text p:last-child{margin-bottom:0}.blog-detail-footer{margin:60px 0 0;padding:40px 0;border-top:1px solid rgba(255,255,255,.1)}.back-to-blogs-button{display:inline-block;color:#ed1c24;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.back-to-blogs-button:hover{color:#c91118;transform:translate(-5px)}.blog-error{text-align:center;padding:100px 20px;color:#fff}.blog-error h1{font-size:2.5rem;margin-bottom:20px;color:#fff;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.blog-error p{font-size:1.2rem;color:#989898;margin-bottom:30px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.back-button{display:inline-block;background:#ed1c24;color:#fff;padding:12px 30px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.back-button:hover{background:#c91118;transform:translateY(-2px);box-shadow:0 4px 8px #ed1c244d}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.blog-detail-skeleton{color:#fff}.skeleton-header-image{width:100%;height:350px;background:linear-gradient(90deg,#0a0a0a,#1d1d1d,#0a0a0a 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:20px;margin-bottom:30px}.skeleton-content{display:flex;flex-direction:column;gap:20px}.skeleton-title{height:50px;width:80%;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px}.skeleton-date{height:24px;width:200px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:6px}.skeleton-text{height:20px;width:100%;background:linear-gradient(90deg,#101010,#2d2d2d,#101010 80px);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.skeleton-text.short{width:70%}@media(max-width:992px){.blog-detail-container{padding:40px}}@media(max-width:768px){.blog-detail-page{padding-top:70px}.blog-detail-container{padding:30px 20px}.blog-header-image{height:300px}.blog-detail-title{font-size:2.2rem}.blog-detail-main-text{font-size:1.1rem}.blog-detail-main-text p{font-size:18px}}@media(max-width:576px){.blog-detail-container{padding:20px 15px}.blog-detail-title{font-size:1.8rem}.blog-header-image{height:250px}.blog-detail-main-text{font-size:1rem}.blog-detail-main-text p{font-size:16px}}.company-page{min-height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;position:relative}.company-page:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:repeating-linear-gradient(to bottom,transparent,transparent 20px,rgba(255,255,255,.1) 20px,rgba(255,255,255,.1) 21px)}.company-page:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:repeating-linear-gradient(to bottom,transparent,transparent 20px,rgba(255,255,255,.1) 20px,rgba(255,255,255,.1) 21px)}.company-content{text-align:left;z-index:1;position:relative;width:100%}.company-hero-section{padding:200px 60px 100px;background:#000}.company-hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.company-hero-content{flex:1;text-align:left}.company-hero-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.robox-highlight{color:#ed1c24}.company-hero-description{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 30px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-hero-buttons{display:flex;gap:15px;flex-wrap:wrap}@media(max-width:360px){.company-hero-section{padding:60px 15px 30px}.company-values-section,.company-why-choose-section,.company-cta-section{padding:40px 15px}.company-hero-title,.company-values-title,.company-why-choose-title,.company-cta-title{font-size:1.5rem}.company-hero-description,.company-why-choose-description,.company-cta-subtitle{font-size:.85rem}.company-hero-buttons button,.company-cta-buttons button{font-size:.85rem;padding:10px 20px}.company-values-grid{gap:20px}.company-value-item{padding:16px}}.company-hero-image{flex:1;display:flex;align-items:center;justify-content:center}.company-hero-image img{max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain}.company-story-section{padding:100px 60px;background:#000}.company-story-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.company-story-content{flex:1;text-align:left}.company-story-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.company-story-text{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 20px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-story-subsection{margin-bottom:48px}.company-story-subsection:last-child{margin-bottom:0}.company-story-subtitle{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 20px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.3}.story-highlight{font-weight:700;color:#fff}.company-story-image{flex:1;display:flex;align-items:center;justify-content:center}.company-story-image img{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:cover;border-radius:10px}.company-values-section{padding:140px 60px 100px;background:#000}.company-values-container{max-width:1200px;margin:0 auto}.company-values-header{text-align:left;margin-bottom:80px}.company-values-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 20px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2;text-align:center}.company-values-subtitle{font-size:1.3rem;color:#b0b0b0;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.company-value-item{display:flex;flex-direction:column;align-items:center;text-align:center}.company-value-icon{width:80px;height:80px;background:linear-gradient(135deg,#ed1c24,#ff4757);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s ease}.company-value-icon svg{width:40px;height:40px;color:#fff}.company-value-icon img{width:40px;height:40px;object-fit:contain}.company-value-item:hover .company-value-icon{transform:translateY(-8px)}.company-value-name{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 10px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-value-description{font-size:1rem;color:#b0b0b0;line-height:1.6;margin:0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-why-choose-section{padding:100px 60px;background:#000}.company-why-choose-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.company-why-choose-image{flex:1;display:flex;align-items:center;justify-content:center}.company-why-choose-image img{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain}.company-why-choose-content{flex:1;text-align:left}.company-why-choose-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.company-why-choose-description{font-size:1.125rem;color:#b0b0b0;line-height:1.8;margin:0 0 20px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-why-choose-list{list-style:none;padding:0;margin:0 0 24px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.company-why-choose-list li{font-size:1.125rem;color:#fff;line-height:2;padding-left:24px;position:relative;margin-bottom:8px}.company-why-choose-list li:before{content:"•";color:#ed1c24;font-size:1.5rem;position:absolute;left:0;top:-2px;font-weight:700}.company-cta-section{padding:100px 60px;background:#000}.company-cta-container{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.company-cta-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 16px;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.2}.company-cta-subtitle{font-size:1.25rem;font-weight:400;color:#b0b0b0;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8;max-width:700px;margin:0 auto 32px}.company-cta-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}@media(max-width:992px){.company-hero-section{padding:120px 40px 60px}.company-values-section,.company-why-choose-section,.company-cta-section{padding:60px 40px}.company-hero-container,.company-why-choose-container{flex-direction:column;gap:40px}.company-hero-container{flex-direction:column-reverse}.company-hero-content{text-align:center}.company-hero-title{font-size:2.5rem}.company-hero-description{font-size:1rem}.company-hero-buttons{justify-content:center;gap:12px}.company-hero-image img{max-height:250px}.company-why-choose-content{text-align:left}.company-values-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.company-hero-section{padding:100px 32px 50px}.company-values-section,.company-why-choose-section,.company-cta-section{padding:60px 32px}.company-hero-title{font-size:2rem;margin-bottom:20px}.company-hero-description{font-size:.95rem;margin-bottom:24px;line-height:1.7}.company-hero-buttons{flex-direction:column;width:100%;gap:12px;justify-content:center;align-items:center}.company-hero-buttons button{width:100%;max-width:300px}.company-hero-image img{max-height:200px}.company-values-title,.company-why-choose-title{font-size:2rem;margin-bottom:30px}.company-why-choose-description{font-size:.95rem;line-height:1.7}.company-story-subtitle{font-size:1.5rem}.company-story-subsection{margin-bottom:40px}.company-why-choose-list{margin-bottom:20px}.company-why-choose-list li{font-size:.95rem;line-height:1.8}.company-values-grid{grid-template-columns:1fr;gap:30px}.company-value-item{text-align:center}.company-cta-title{font-size:2rem;margin-bottom:20px}.company-cta-subtitle{font-size:1rem;margin-bottom:28px;line-height:1.7}.company-cta-buttons{flex-direction:column;gap:12px}.company-cta-buttons button{width:100%;max-width:300px}.company-why-choose-image img{max-height:200px;width:100%}.company-why-choose-container{gap:30px}}@media(max-width:480px){.company-hero-section{padding:80px 20px 40px}.company-values-section,.company-why-choose-section,.company-cta-section{padding:50px 20px}.company-hero-title{font-size:1.75rem;margin-bottom:16px;line-height:1.3}.company-hero-description{font-size:.9rem;margin-bottom:20px;line-height:1.6}.company-hero-buttons{flex-direction:column;width:100%;gap:10px;justify-content:center;align-items:center}.company-hero-buttons button{width:100%;max-width:100%;font-size:.9rem;padding:12px 24px}.company-hero-image img{max-height:180px}.company-values-title,.company-why-choose-title{font-size:1.75rem;margin-bottom:24px;line-height:1.3}.company-why-choose-description{font-size:.9rem;line-height:1.6;margin-bottom:16px}.company-story-subtitle{font-size:1.25rem;margin-bottom:16px}.company-story-subsection{margin-bottom:32px}.company-why-choose-list{margin-bottom:16px}.company-why-choose-list li{font-size:.9rem;line-height:1.7;padding-left:20px;margin-bottom:6px}.company-values-grid{grid-template-columns:1fr;gap:24px}.company-value-item{text-align:center;padding:20px}.company-value-icon{width:60px;height:60px;margin:0 auto 16px}.company-value-icon img{width:100%;height:100%}.company-value-name{font-size:1rem;margin-bottom:12px}.company-value-description{font-size:.9rem;line-height:1.6}.company-cta-title{font-size:1.75rem;margin-bottom:16px;line-height:1.3}.company-cta-subtitle{font-size:.95rem;margin-bottom:24px;line-height:1.6}.company-cta-buttons{flex-direction:column;width:100%;gap:10px}.company-cta-buttons button{width:100%;max-width:100%;font-size:.9rem;padding:12px 24px}.company-why-choose-image img{max-height:180px;width:100%}.company-why-choose-container{gap:24px}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-y:auto;overflow-x:hidden;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{min-height:100%;overflow-x:hidden;font-family:SK Reykjavik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{min-height:100vh;background:#000}.app{min-height:100vh;position:relative}
