.header{background-color:var(--background-color);box-shadow:0 2px 10px #0000000d;padding:0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{box-shadow:0 4px 12px #0000001a}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:.8rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{z-index:1002}.logo a{display:block}.logo-image{height:30px;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.desktop-nav,.nav-list{align-items:center;display:flex}.nav-list{gap:1.5rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.dropdown-link,.nav-item a{color:var(--text-color);display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.5rem 0;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.dropdown-link:hover,.nav-item a:hover,.nav-item.active a,.nav-item.active-section .dropdown-link{color:var(--primary-color)}.nav-item.active a:after,.nav-item.active-section .dropdown-link:after{transform:scaleX(1)}.dropdown-link:after,.nav-item a:after,.nav-item.active a:after,.nav-item.active-section .dropdown-link:after{background-color:var(--primary-color);bottom:-3px;content:"";display:block;height:2px;left:0;position:absolute;transition:transform .3s ease;width:100%}.dropdown-link:after,.nav-item a:after{transform:scaleX(0)}.dropdown-link:hover:after,.nav-item a:hover:after{transform:scaleX(1)}.nav-item-container{align-items:center;display:flex;position:relative}.dropdown-link{padding-right:.5rem}.dropdown-arrow{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:20px;justify-content:center;margin:0;padding:0;width:20px}.dropdown-icon{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid;display:inline-block;height:0;transition:transform .3s ease;width:0}.dropdown.active .dropdown-icon{transform:rotate(180deg)}.dropdown-container{left:50%;min-width:220px;opacity:0;position:absolute;top:100%;transform:translateX(-50%);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;width:auto;z-index:1000}@media (min-width:901px){.dropdown:hover .dropdown-container{opacity:1;visibility:visible}}.dropdown.active .dropdown-container{opacity:1;visibility:visible}.dropdown-menu{background:var(--background-color);border-radius:var(--border-radius);box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;margin-top:10px;padding:.8rem 0;position:relative}.dropdown-menu:before{border-bottom:8px solid var(--background-color);border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;left:50%;position:absolute;top:-8px;transform:translateX(-50%);width:0}.dropdown.active .dropdown-menu,.dropdown:hover .dropdown-menu{animation:fadeInDropdown .3s ease forwards}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu li{list-style:none;margin:0;width:100%}.dropdown-menu a{color:var(--text-color);display:block;font-size:.85rem;font-weight:500;padding:.7rem 1.5rem;text-align:left;text-decoration:none;transition:all .2s ease}.dropdown-menu a:hover,.dropdown-menu li.active a{background-color:var(--light-gray);color:var(--primary-color)}.dropdown-menu a:after,.hamburger{display:none}.hamburger{background:#0000;border:none;cursor:pointer;flex-direction:column;height:21px;justify-content:space-between;padding:0;width:30px;z-index:1002}.hamburger span{background-color:var(--primary-color);border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu-overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:1003}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{background-color:var(--background-color);box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100%;max-width:350px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:1004}.mobile-menu.active{right:0}.mobile-menu-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:1rem}.mobile-logo-image{height:25px}.close-menu{align-items:center;background:#0000;border:none;color:var(--text-color);cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;transition:color .3s ease}.close-menu:hover{color:var(--primary-color)}.mobile-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{border-bottom:1px solid #0000000d}.mobile-nav-item a,.mobile-nav-link{color:var(--text-color);display:block;font-size:1rem;font-weight:600;padding:1rem;text-decoration:none;transition:color .3s ease}.mobile-nav-item a:hover,.mobile-nav-item.active a,.mobile-nav-link:hover{color:var(--primary-color)}.mobile-nav-item-container{align-items:center;display:flex;justify-content:space-between;width:100%}.mobile-nav-link{flex:1 1;padding-right:0}.mobile-dropdown-arrow{align-items:center;background:none;border:none;color:var(--text-color);cursor:pointer;display:flex;justify-content:center;margin:0;padding:1rem;transition:color .3s ease}.mobile-dropdown-arrow:hover{color:var(--primary-color)}.mobile-dropdown-icon{border-bottom:2px solid;border-right:2px solid;display:inline-block;height:10px;transform:rotate(45deg);transition:transform .3s ease;width:10px}.mobile-dropdown-icon.active{transform:rotate(-135deg)}.mobile-dropdown-menu{background-color:var(--light-gray);display:none;list-style:none;margin:0;padding:0}.mobile-dropdown-menu.active{display:block}.mobile-dropdown-menu li{border-top:1px solid #0000000d}.mobile-dropdown-menu a{font-size:.95rem;font-weight:500;padding:.8rem 1rem .8rem 2rem}@media (max-width:1024px){.nav-list{gap:1rem}.dropdown-link,.nav-item a{font-size:.8rem}}@media (max-width:900px){.header-container{padding:.8rem 1rem}.desktop-nav{display:none}.hamburger{display:flex}}.footer{background-color:var(--secondary-color);color:#ffffffe6;margin-top:3rem;padding:3rem 0 1.5rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr 1.5fr}.footer-section{margin-bottom:2rem}.footer h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.2rem;padding-bottom:.8rem;position:relative}.footer h3:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.brand-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;margin-bottom:1rem}.footer-logo img{height:30px;margin-right:.8rem}.footer-logo h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0}.footer-tagline{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer-nav ul{list-style:none;margin:0;padding:0}.footer-nav li{margin-bottom:.8rem}.footer-nav a{color:#fffc;display:inline-block;padding-left:0;position:relative;text-decoration:none;transition:color .3s ease,transform .3s ease}.footer-nav a:before{background-color:#fff;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav a:hover{color:#fff;transform:translateX(5px)}.footer-nav a:hover:before{width:100%}.contact-info{gap:1rem}.contact-info,.contact-item{display:flex;flex-direction:column}.contact-label{color:#fff;font-weight:600;margin-bottom:.3rem}.contact-value{color:#fffc;font-style:normal;line-height:1.6;text-decoration:none;transition:color .3s ease}a.contact-value:hover{color:#fff;text-decoration:underline}.footer-divider{background-color:#ffffff1a;height:1px;margin:1.5rem 0}.footer-bottom{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;justify-content:space-between;padding-top:1rem}.footer-signature{font-style:italic}@media (max-width:900px){.footer-main{grid-template-columns:1fr 1fr}.brand-section{grid-column:span 2}}@media (max-width:600px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1.5rem}.footer-main{gap:2rem;grid-template-columns:1fr}.brand-section{grid-column:span 1}.footer-bottom{flex-direction:column;gap:.8rem;text-align:center}.footer-logo{justify-content:flex-start}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:fadeIn .5s ease forwards}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}body,html{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.layout-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;padding-top:70px;padding-top:var(--header-height,70px);width:100%}.layout-header-wrapper{background-color:var(--background-color);box-shadow:0 2px 10px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:1000}.layout-main{animation:layout-fade-in .5s ease;flex:1 1;width:100%}@keyframes layout-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-container-full{margin-left:calc(-50vw + 50%);position:relative;width:100vw}.layout-container-centered{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}@media (max-width:768px){.layout-container-centered{padding:0 1.5rem}.layout-container{padding-top:60px;padding-top:var(--header-height-mobile,60px)}}@media (max-width:480px){.layout-container-centered{padding:0 1rem}}.layout-text-center{text-align:center}.layout-text-left{text-align:left}.layout-text-right{text-align:right}.layout-mb-1{margin-bottom:.5rem}.layout-mb-2{margin-bottom:1rem}.layout-mb-3{margin-bottom:1.5rem}.layout-mb-4{margin-bottom:2rem}.layout-mt-1{margin-top:.5rem}.layout-mt-2{margin-top:1rem}.layout-mt-3{margin-top:1.5rem}.layout-mt-4{margin-top:2rem}.layout-p-0{padding:0}.layout-p-1{padding:.5rem}.layout-p-2{padding:1rem}.layout-p-3{padding:1.5rem}.layout-p-4{padding:2rem}.loading-container{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;text-align:center;width:100%}.spinner-container{height:60px;margin-bottom:1.5rem;position:relative;width:60px}.spinner{animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #0000;border-radius:50%;border-top:3px solid var(--primary-color);height:100%;left:0;position:absolute;top:0;width:100%}.spinner:after,.spinner:before{border:3px solid #0000;border-radius:50%;content:"";position:absolute}.spinner:before{animation:spin 1.8s cubic-bezier(.5,0,.5,1) infinite reverse;border-top-color:var(--accent-color);bottom:5px;left:5px;right:5px;top:5px}.spinner:after{animation:spin 1.5s cubic-bezier(.5,0,.5,1) infinite;border-top-color:var(--secondary-color);bottom:15px;left:15px;right:15px;top:15px}.loading-text{animation:pulse 1.5s ease-in-out infinite;color:var(--primary-color);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.loading-subtext{color:var(--dark-gray);font-size:1rem;opacity:.8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.loading-text{font-size:1.2rem}.loading-subtext{font-size:.9rem}.spinner-container{height:50px;width:50px}}:root{--primary-color:#03c;--secondary-color:#001a80;--accent-color:#36f;--background-color:#fff;--text-color:#333;--light-gray:#f5f7fa;--dark-gray:#4a4a4a;--transition-speed:0.3s;--border-radius:4px;--box-shadow:0 2px 10px #0000001a}*{box-sizing:border-box}*,body{margin:0;padding:0}body{background-color:#fff;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}a{color:#03c;color:var(--primary-color);text-decoration:none;transition:color .3s ease;transition:color var(--transition-speed) ease}a:hover{color:#36f;color:var(--accent-color)}h1,h2,h3,h4,h5,h6{color:#001a80;color:var(--secondary-color);font-weight:600;line-height:1.3;margin-bottom:1rem}button{cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}@media (max-width:768px){body{font-size:14px}}.paddle-page{animation:paddle-fade-in .5s ease;width:100%}@keyframes paddle-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.paddle-hero{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;min-height:600px;overflow:hidden;position:relative}.paddle-hero-background{background-position:50%;background-size:cover;z-index:1}.paddle-hero-background,.paddle-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.paddle-hero-overlay{background-color:#0000cc80;z-index:2}.paddle-hero-content{animation:paddle-fade-in 1s ease-in-out;margin:0 auto;max-width:800px;padding:0 2rem;position:relative;text-align:center;z-index:3}.paddle-hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem}.paddle-hero-subtitle,.paddle-hero-title{color:#fff;text-shadow:2px 2px 4px #0000004d}.paddle-hero-subtitle{font-size:2.5rem;margin-bottom:1rem}.paddle-hero-divider{background-color:#fff;height:3px;margin:1.5rem auto;width:100px}.paddle-hero-text{font-size:1.5rem;line-height:1.4;margin-bottom:1.5rem}.paddle-hero-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.paddle-content{display:flex;flex-direction:column;gap:4rem;margin:5rem auto}.paddle-advantages{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.paddle-advantages:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.paddle-section-title{color:var(--primary-color);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.paddle-section-title:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.paddle-advantages-list{display:flex;flex-direction:column;gap:1rem;list-style-type:none;padding:0}.paddle-advantages-list li{font-size:1.1rem;line-height:1.6;padding-left:2rem;position:relative}.paddle-advantages-list li:before{color:var(--primary-color);content:"✓";font-weight:700;left:0;position:absolute}.paddle-details-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.paddle-details-card:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.paddle-details-content{display:flex;flex-direction:column;gap:1.5rem}.paddle-details-content p{color:var(--text-color);font-size:1.1rem;line-height:1.7}.paddle-specifications{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;padding:3rem}.paddle-specs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.paddle-spec-item{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s ease}.paddle-spec-item:hover{transform:translateY(-5px)}.paddle-spec-label{color:var(--primary-color);font-size:1.1rem;font-weight:600}.paddle-spec-value{color:var(--text-color);font-size:1rem}.paddle-models-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.paddle-model-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.paddle-model-card:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.paddle-model-image-container{align-items:center;background-color:#f8f9fa;display:flex;height:250px;justify-content:center;overflow:hidden;padding:1.5rem}.paddle-model-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.paddle-model-card:hover .paddle-model-image{transform:scale(1.05)}.paddle-model-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.paddle-model-content h3{color:var(--secondary-color);font-size:1.3rem;margin-bottom:.8rem}.paddle-model-content p{color:var(--text-color);flex-grow:1;line-height:1.6;margin-bottom:1.2rem}.paddle-model-link{align-self:flex-start;color:var(--primary-color);display:inline-block;font-weight:600;padding-bottom:2px;position:relative;text-decoration:none}.paddle-model-link:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.paddle-model-link:hover:after{width:100%}.paddle-cta{background-color:var(--primary-color);border-radius:12px;box-shadow:0 10px 30px #00000026;color:#fff;padding:3rem;text-align:center}.paddle-cta-title{color:#fff;font-size:2rem;margin-bottom:1.5rem}.paddle-cta-text{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:800px}.paddle-cta-buttons{display:flex;gap:1.5rem;justify-content:center}.paddle-cta-button{background-color:#fff;border:2px solid #fff;border-radius:30px;color:var(--primary-color);display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.paddle-cta-button:hover{box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.paddle-cta-button.paddle-outline,.paddle-cta-button:hover{background-color:initial;color:#fff}.paddle-cta-button.paddle-outline:hover{background-color:#fff;color:var(--primary-color)}@media (max-width:1024px){.paddle-hero-title{font-size:2.5rem}.paddle-hero-subtitle{font-size:2rem}.paddle-hero-text{font-size:1.3rem}.paddle-section-title{font-size:1.6rem}.paddle-cta-title{font-size:1.8rem}.paddle-cta-text{font-size:1.1rem}.paddle-advantages,.paddle-details-card,.paddle-specifications{padding:2.5rem}}@media (max-width:900px){.paddle-hero{min-height:500px}.paddle-content{gap:3rem;margin:3rem auto}.paddle-advantages,.paddle-details-card,.paddle-specifications{padding:2rem}.paddle-cta{padding:2.5rem}.paddle-models-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.paddle-model-image-container{height:200px}}@media (max-width:600px){.paddle-hero{min-height:550px}.paddle-hero-title{font-size:2rem}.paddle-hero-subtitle{font-size:1.6rem}.paddle-hero-text{font-size:1.1rem}.paddle-advantages-list li,.paddle-details-content p,.paddle-hero-description{font-size:1rem}.paddle-cta-title{font-size:1.5rem}.paddle-cta-text{font-size:1rem}.paddle-cta-buttons{align-items:center;flex-direction:column;gap:1rem}.paddle-cta-button{max-width:250px;width:100%}.paddle-specs-grid{grid-template-columns:1fr}.paddle-advantages,.paddle-details-card,.paddle-specifications{padding:1.5rem}}.models-page{animation:models-fade-in .5s ease;width:100%}@keyframes models-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.models-header{margin-bottom:3rem;padding-top:2rem;text-align:center}.models-title{color:var(--secondary-color);display:inline-block;font-size:2.5rem;margin-bottom:1rem;padding-bottom:1rem;position:relative}.models-title:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.models-subtitle{color:var(--dark-gray);font-size:1.2rem;line-height:1.6;margin:1rem auto 0;max-width:700px}.models-content{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.models-introduction{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;padding:2.5rem}.models-introduction-content{display:flex;flex-direction:column;gap:1.5rem}.models-introduction-content p{color:var(--text-color);font-size:1.1rem;line-height:1.7}.models-advantages-list{display:flex;flex-direction:column;gap:.7rem;list-style-type:none;margin:.5rem 0;padding:0}.models-advantages-list li{color:var(--text-color);font-size:1.1rem;line-height:1.5;padding-left:2rem;position:relative}.models-advantages-list li:before{color:var(--primary-color);content:"✓";font-weight:700;left:0;position:absolute}.models-category{display:flex;flex-direction:column;gap:2rem}.models-category-title{border-bottom:1px solid var(--light-gray);color:var(--secondary-color);font-size:1.8rem;margin-bottom:.5rem;padding-bottom:.8rem;position:relative}.models-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.models-item{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.models-item:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.models-item-image-container{align-items:center;background-color:var(--light-gray);display:flex;height:300px;justify-content:center;padding:2rem}.models-item-image-wrapper{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;width:100%}.models-item-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.models-image-overlay{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.models-zoom-icon{color:#fff;font-size:2rem}.models-item-image-wrapper:hover .models-image-overlay{opacity:1}.models-item-image-wrapper:hover .models-item-image{transform:scale(1.05)}.models-item-details{display:flex;flex-direction:column;flex-grow:1;padding:2rem}.models-item-title{color:var(--secondary-color);font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.models-item-price{color:var(--primary-color);font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.models-item-specs{margin-bottom:2rem}.models-item-specs p{line-height:1.6;margin-bottom:.5rem}.models-item-specs p:last-child{color:var(--dark-gray);font-style:italic;margin-top:1rem}.models-item-order-button{align-self:flex-start;background-color:var(--primary-color);border:2px solid var(--primary-color);border-radius:30px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin-top:auto;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.models-item-order-button:hover{background-color:initial;box-shadow:0 5px 15px #0000001a;color:var(--primary-color);transform:translateY(-3px)}.models-section-title{color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.models-section-title:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.models-additional-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.models-info-card{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;height:100%;padding:2rem}.models-info-card p{color:var(--text-color);font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.models-info-card p:last-child{margin-bottom:0}.models-enlarged-image-modal{align-items:center;animation:models-fade-in .3s ease;background-color:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.models-enlarged-image-container{max-height:90%;max-width:90%;position:relative}.models-enlarged-image{max-height:90vh;max-width:100%;object-fit:contain}.models-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;padding:0;position:absolute;right:0;top:-40px}@media (max-width:1024px){.models-title{font-size:2.2rem}.models-subtitle{font-size:1.1rem}.models-category-title{font-size:1.6rem}.models-item-title{font-size:1.3rem}.models-item-price{font-size:1.6rem}.models-section-title{font-size:1.4rem}.models-additional-info,.models-grid{grid-template-columns:1fr}}@media (max-width:768px){.models-header{margin-bottom:2rem}.models-title{font-size:2rem}.models-subtitle{font-size:1rem}.models-info-card,.models-introduction{padding:1.5rem}.models-item-image-container{height:250px;padding:1.5rem}.models-item-details{padding:1.5rem}}@media (max-width:576px){.models-advantages-list li,.models-info-card p,.models-introduction-content p{font-size:1rem}.models-item-title{font-size:1.2rem}.models-item-price{font-size:1.5rem;margin-bottom:1rem}.models-item-specs p{font-size:.95rem}.models-item-order-button{width:100%}.models-item-image-container{height:200px;padding:1rem}}.custom-page{animation:custom-fade-in .5s ease;width:100%}@keyframes custom-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-header{margin-bottom:3rem;padding-top:2rem;text-align:center}.custom-title{color:var(--secondary-color);display:inline-block;font-size:2.5rem;margin-bottom:1rem;padding-bottom:1rem;position:relative}.custom-title:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.custom-subtitle{color:var(--dark-gray);font-size:1.2rem;line-height:1.6;margin:1rem auto 0;max-width:700px}.custom-content{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.custom-showcase{grid-gap:3rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:grid;gap:3rem;grid-template-columns:1fr 1fr;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.custom-showcase:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.custom-showcase-image-container{background-color:var(--light-gray);padding:2rem}.custom-showcase-image-container,.custom-showcase-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center}.custom-showcase-image-wrapper{cursor:pointer;position:relative;width:100%}.custom-showcase-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.custom-image-overlay{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.custom-zoom-icon{color:#fff;font-size:2rem}.custom-showcase-image-wrapper:hover .custom-image-overlay{opacity:1}.custom-showcase-image-wrapper:hover .custom-showcase-image{transform:scale(1.05)}.custom-showcase-details{display:flex;flex-direction:column;padding:2.5rem}.custom-showcase-title{color:var(--secondary-color);font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.custom-showcase-price{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.custom-showcase-note{background-color:var(--light-gray);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.custom-note-title{color:var(--secondary-color);font-size:1.2rem;margin-bottom:.8rem}.custom-showcase-note p{color:var(--text-color);line-height:1.6;margin-bottom:.8rem}.custom-showcase-note p:last-child{margin-bottom:0}.custom-showcase-tagline{color:var(--primary-color);font-size:1.3rem;font-style:italic;font-weight:600;margin-bottom:1.5rem}.custom-order-button{align-self:flex-start;background-color:var(--primary-color);border:2px solid var(--primary-color);border-radius:30px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin-top:auto;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.custom-order-button:hover{background-color:initial;box-shadow:0 5px 15px #0000001a;color:var(--primary-color);transform:translateY(-3px)}.custom-options,.custom-ordering{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;padding:2.5rem}.custom-section-title{color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.custom-section-title:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.custom-section-text{color:var(--text-color);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.custom-options-list{list-style-type:none;margin:0 0 1.5rem;padding:0}.custom-options-list li{font-size:1.1rem;line-height:1.5;margin-bottom:.8rem;padding-left:2rem;position:relative}.custom-options-list li:before{color:var(--primary-color);content:"✓";font-weight:700;left:0;position:absolute}.custom-email-link{color:var(--primary-color);font-weight:600;padding-bottom:2px;position:relative;text-decoration:none}.custom-email-link:after{background-color:var(--primary-color);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.custom-email-link:hover:after{width:100%}.custom-enlarged-image-modal{align-items:center;animation:custom-fade-in .3s ease;background-color:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.custom-enlarged-image-container{max-height:90%;max-width:90%;position:relative}.custom-enlarged-image{max-height:90vh;max-width:100%;object-fit:contain}.custom-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;padding:0;position:absolute;right:0;top:-40px}@media (max-width:1024px){.custom-title{font-size:2.2rem}.custom-subtitle{font-size:1.1rem}.custom-showcase-title{font-size:1.6rem}.custom-showcase-price{font-size:1.4rem}.custom-section-title{font-size:1.5rem}}@media (max-width:900px){.custom-showcase{gap:0;grid-template-columns:1fr}.custom-showcase-image-container{height:300px;padding:1.5rem}.custom-options,.custom-ordering,.custom-showcase-details{padding:2rem}}@media (max-width:576px){.custom-header{margin-bottom:2rem}.custom-title{font-size:2rem}.custom-subtitle{font-size:1rem}.custom-showcase-image-container{height:250px;padding:1rem}.custom-showcase-details{padding:1.5rem}.custom-showcase-title{font-size:1.4rem}.custom-showcase-price{font-size:1.3rem}.custom-showcase-tagline{font-size:1.1rem}.custom-section-title{font-size:1.4rem}.custom-options-list li,.custom-section-text{font-size:1rem}.custom-options,.custom-ordering{padding:1.5rem}}.special-page{animation:special-fade-in .5s ease;width:100%}@keyframes special-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.special-header{margin-bottom:3rem;padding-top:2rem;text-align:center}.special-title{color:var(--secondary-color);display:inline-block;font-size:2.5rem;margin-bottom:1rem;padding-bottom:1rem;position:relative}.special-title:after{background-color:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.special-subtitle{color:var(--dark-gray);font-size:1.2rem;line-height:1.6;margin:1rem auto 0;max-width:700px}.special-content{gap:4rem;margin-bottom:4rem}.special-content,.special-edition{display:flex;flex-direction:column}.special-edition{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;gap:2rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.special-edition:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.special-edition-title{border-bottom:1px solid var(--light-gray);color:var(--secondary-color);font-size:1.8rem;margin-bottom:.5rem;padding-bottom:.8rem;position:relative}.special-edition-description{background-color:var(--light-gray);border-left:4px solid var(--primary-color);border-radius:8px;color:var(--text-color);font-size:1.1rem;line-height:1.7;margin-bottom:1rem;max-width:900px;padding:1.5rem}.special-edition-description p{margin-bottom:1rem}.special-edition-description p:last-child{margin-bottom:0}.special-models-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-top:1rem}.special-model-card{background-color:#fff;border:1px solid var(--light-gray);border-radius:12px;box-shadow:0 5px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.special-model-card:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-5px)}.special-model-image-container{align-items:center;background-color:var(--light-gray);display:flex;height:300px;justify-content:center;padding:2rem}.special-model-image-wrapper{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;width:100%}.special-model-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.special-image-overlay{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.special-zoom-icon{color:#fff;font-size:2rem}.special-model-image-wrapper:hover .special-image-overlay{opacity:1}.special-model-image-wrapper:hover .special-model-image{transform:scale(1.05)}.special-model-details{display:flex;flex-direction:column;flex-grow:1;padding:2rem}.special-model-title{color:var(--secondary-color);font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.special-model-price{color:var(--primary-color)}.special-model-price,.special-model-sold-out{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.special-model-sold-out{color:#e74c3c}.special-model-specs{margin-bottom:2rem}.special-model-specs p{line-height:1.6;margin-bottom:.5rem}.special-model-specs p:last-child{color:var(--dark-gray);font-style:italic;margin-top:1rem}.special-model-inquiry-button,.special-model-order-button{align-self:flex-start;border-radius:30px;display:inline-block;font-size:1rem;font-weight:600;margin-top:auto;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.special-model-order-button{background-color:var(--primary-color);border:2px solid var(--primary-color);color:#fff}.special-model-order-button:hover{background-color:initial;box-shadow:0 5px 15px #0000001a;color:var(--primary-color);transform:translateY(-3px)}.special-model-inquiry-button{background-color:initial;border:2px solid var(--dark-gray);color:var(--dark-gray)}.special-model-inquiry-button:hover{background-color:var(--dark-gray);box-shadow:0 5px 15px #0000001a;color:#fff;transform:translateY(-3px)}.special-tech-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:12px;box-shadow:0 10px 30px #00000026;color:#fff;overflow:hidden}.special-tech-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;padding:3rem}.special-tech-details{display:flex;flex-direction:column;gap:2rem}.special-tech-section .special-section-title{border-bottom:1px solid #fff3;color:#fff;margin-bottom:2rem;padding-bottom:1rem}.special-tech-section .special-section-title:after{background-color:#fff}.special-tech-features{display:flex;flex-direction:column;gap:2rem}.special-tech-feature{align-items:flex-start;display:flex;gap:1.5rem}.special-tech-icon{align-items:center;background-color:#fff3;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.special-tech-text h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.special-tech-text p{color:#ffffffe6;line-height:1.6}.special-info-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.special-info-card{background-color:var(--light-gray);border-radius:12px;box-shadow:0 10px 30px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.special-info-card:hover{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.special-section-title{color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.special-section-title:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.special-info-text{color:var(--text-color);font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.special-info-text:last-child{margin-bottom:0}.special-enlarged-image-modal{align-items:center;animation:special-fade-in .3s ease;background-color:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.special-enlarged-image-container{max-height:90%;max-width:90%;position:relative}.special-enlarged-image{max-height:90vh;max-width:100%;object-fit:contain}.special-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;padding:0;position:absolute;right:0;top:-40px}@media (max-width:1024px){.special-title{font-size:2.2rem}.special-subtitle{font-size:1.1rem}.special-edition-title{font-size:1.6rem}.special-model-title{font-size:1.3rem}.special-model-price,.special-model-sold-out{font-size:1.6rem}.special-section-title{font-size:1.4rem}.special-models-grid,.special-tech-content{grid-template-columns:1fr}}@media (max-width:768px){.special-header{margin-bottom:2rem}.special-title{font-size:2rem}.special-subtitle{font-size:1rem}.special-edition{padding:1.5rem}.special-edition-description{font-size:1rem;padding:1.5rem}.special-model-image-container{height:250px;padding:1.5rem}.special-model-details{padding:1.5rem}.special-tech-content{padding:2rem}.special-tech-feature{align-items:center;flex-direction:column;text-align:center}.special-tech-icon{margin-bottom:1rem}.special-info-card{padding:1.5rem}}@media (max-width:576px){.special-edition-description,.special-info-text,.special-tech-text p{font-size:1rem}.special-model-title{font-size:1.2rem}.special-model-price,.special-model-sold-out{font-size:1.5rem;margin-bottom:1rem}.special-model-specs p{font-size:.95rem}.special-model-inquiry-button,.special-model-order-button{width:100%}.special-model-image-container{height:200px;padding:1rem}.special-tech-text h3{font-size:1.2rem}}.finger-page{animation:finger-fade-in .5s ease;width:100%}@keyframes finger-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.finger-header{margin-bottom:4rem;padding-top:2rem;text-align:center}.finger-title{color:var(--secondary-color);display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:1rem;position:relative}.finger-title:after{background-color:var(--primary-color);border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.finger-subtitle{color:var(--dark-gray);font-size:1.2rem;line-height:1.6;margin:1rem auto 0;max-width:700px}.finger-content{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.finger-section{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 30px #00000014;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.finger-section:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-5px)}.finger-section-title{color:var(--secondary-color);font-size:2rem;font-weight:700;margin-bottom:2.5rem;padding-bottom:1rem;position:relative;text-align:center}.finger-section-title:after{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.finger-model-row{margin-bottom:3rem}.finger-model-row:last-of-type{margin-bottom:2rem}.finger-model-row-title{color:var(--primary-color);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.finger-model-row-title:before{background-color:var(--primary-color);bottom:-8px;content:"";height:2px;left:50%;opacity:.3;position:absolute;transform:translateX(-50%);width:60px}.finger-model-pair,.finger-wooden-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.finger-wooden-grid{margin-bottom:2rem}.finger-custom-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.finger-custom-item{display:flex;flex-direction:column;gap:1.5rem}.finger-custom-price{display:flex;justify-content:center}.finger-model-card{background:#fff;border:2px solid #0033cc1a;border-radius:12px;box-shadow:0 5px 20px #00000014;overflow:hidden;transition:all .3s ease}.finger-model-card:hover{border-color:#0033cc4d;box-shadow:0 10px 30px #00000026;transform:translateY(-3px)}.finger-model-image-container{background:#f8f9fa;height:200px;padding:1.5rem}.finger-model-image-container,.finger-model-image-wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.finger-model-image-wrapper{border-radius:8px;cursor:pointer;height:100%;width:100%}.finger-model-image{border-radius:6px;max-height:100%;max-width:100%;object-fit:contain;transition:transform .5s ease}.finger-image-overlay{align-items:center;background:linear-gradient(135deg,#03cc,#001a80e6);border-radius:6px;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.finger-zoom-icon{color:#fff;font-size:2rem;margin-right:.5rem}.finger-zoom-plus{align-items:center;background-color:#fff3;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:25px;justify-content:center;width:25px}.finger-model-image-wrapper:hover .finger-image-overlay{opacity:1}.finger-model-image-wrapper:hover .finger-model-image{transform:scale(1.05)}.finger-model-details{background:#fff;padding:1.5rem;text-align:center}.finger-model-title{color:var(--secondary-color);font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.finger-price-section{display:flex;justify-content:center;margin-top:2rem}.finger-price-badge{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:50px;box-shadow:0 8px 25px #0033cc4d;color:#fff;display:flex;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem 2rem;transition:transform .3s ease}.finger-price-badge:hover{transform:translateY(-3px)}.finger-price-ik1ojm{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 8px 25px #28a7454d}.finger-price-custom{background:linear-gradient(135deg,#6f42c1,#e83e8c);box-shadow:0 8px 25px #6f42c14d}.finger-price-label{font-size:.9rem;font-weight:500;opacity:.9}.finger-price-value{font-size:1.1rem;font-weight:700}.finger-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.finger-info-card{background:#f8f9fa;border-left:5px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 30px #00000014;padding:2.5rem;transition:transform .3s ease}.finger-info-card:hover{transform:translateY(-3px)}.finger-info-title{color:var(--primary-color);font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.finger-info-title:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.finger-info-text{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.finger-info-text:last-child{margin-bottom:0}.finger-email-link{color:var(--primary-color);font-weight:600;padding-bottom:2px;position:relative;text-decoration:none;transition:color .3s ease}.finger-email-link:after{background-color:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.finger-email-link:hover{color:var(--secondary-color)}.finger-email-link:hover:after{width:100%}.finger-zoom-modal{align-items:center;animation:finger-fade-in .3s ease;background-color:#000000f2;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.finger-zoom-container{display:flex;flex-direction:column;height:95%;position:relative;width:95%}.finger-zoom-controls{display:flex;gap:10px;position:absolute;right:20px;top:20px;z-index:1001}.finger-close-btn,.finger-zoom-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 15px #0003;color:var(--primary-color);cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;transition:all .3s ease;width:50px}.finger-close-btn:hover,.finger-zoom-btn:hover{background:#fff;transform:scale(1.1)}.finger-close-btn{background:#dc3545e6;color:#fff}.finger-close-btn:hover{background:#dc3545}.finger-zoom-image-container{align-items:center;border-radius:12px;display:flex;flex:1 1;justify-content:center;overflow:hidden}.finger-zoom-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease;-webkit-user-select:none;user-select:none}@media (max-width:1024px){.finger-title{font-size:2.2rem}.finger-subtitle{font-size:1.1rem}.finger-section-title{font-size:1.8rem}.finger-info-title{font-size:1.4rem}.finger-custom-grid,.finger-info-grid,.finger-model-pair,.finger-wooden-grid{gap:1.5rem}}@media (max-width:768px){.finger-header{margin-bottom:3rem}.finger-title{font-size:2rem}.finger-subtitle{font-size:1rem}.finger-section{padding:2rem}.finger-custom-grid,.finger-info-grid,.finger-model-pair,.finger-wooden-grid{gap:1.5rem;grid-template-columns:1fr}.finger-model-image-container{height:180px;padding:1rem}.finger-model-details{padding:1rem}.finger-info-card{padding:2rem}.finger-zoom-controls{gap:8px;right:10px;top:10px}.finger-close-btn,.finger-zoom-btn{font-size:1.3rem;height:45px;width:45px}}@media (max-width:576px){.finger-section-title{font-size:1.6rem}.finger-model-row-title{font-size:1.2rem}.finger-info-text,.finger-model-title{font-size:1rem}.finger-model-image-container{height:150px;padding:.8rem}.finger-model-details{padding:1rem}.finger-price-badge{min-width:180px;padding:.8rem 1.5rem}.finger-price-label{font-size:.8rem}.finger-price-value{font-size:1rem}.finger-info-card{padding:1.5rem}}.manual-page{animation:manual-fade-in .5s ease;width:100%}@keyframes manual-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.manual-hero{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:0 0 32px 32px;box-shadow:0 8px 40px #0000001a;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem;padding:3rem 1.5rem 2.5rem;position:relative}.manual-hero-content{align-items:center;display:flex;gap:2rem;margin-bottom:2rem}.manual-hero-icon{align-items:center;background:#00000012;border-radius:50%;box-shadow:0 4px 18px #00000017;color:#fff;display:flex;font-size:3.5rem;height:80px;justify-content:center;width:80px}.manual-title{color:#fff;font-size:2.6rem;font-weight:800;letter-spacing:.01em;margin-bottom:.5rem}.manual-subtitle{color:#f3f3f3;font-size:1.25rem;line-height:1.7;max-width:600px}.manual-download-highlight{display:flex;justify-content:center;margin-bottom:2.5rem}.manual-download-card{align-items:center;background:linear-gradient(90deg,var(--primary-color) 60%,var(--secondary-color) 100%);border-radius:18px;box-shadow:0 8px 32px #0000002e;color:#fff;display:flex;gap:2rem;max-width:600px;min-width:340px;padding:2rem 2.5rem;position:relative;z-index:1}.manual-download-icon-bg{align-items:center;background:#ffffff2e;border-radius:50%;display:flex;height:62px;justify-content:center;width:62px}.manual-download-icon{font-size:2.5rem}.manual-download-text{display:flex;flex:1 1;flex-direction:column;gap:.4rem}.manual-download-title{font-size:1.2rem;font-weight:700;letter-spacing:1px}.manual-download-desc{font-size:1rem;font-weight:400;opacity:.93}.manual-download-btn{align-items:center;background:#fff;border:none;border-radius:30px;box-shadow:0 4px 18px #00000017;color:var(--primary-color);cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.8rem;margin-left:1.5rem;outline:none;padding:.85rem 2.2rem;text-decoration:none;transition:all .2s}.manual-download-btn:focus,.manual-download-btn:hover{background:var(--primary-color);box-shadow:0 8px 25px #0033cc38;color:#fff;transform:translateY(-2px) scale(1.04)}.manual-content{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:4rem}.manual-navigation{background:#f8f9fa;border-radius:16px;box-shadow:0 4px 16px #0000000f;margin-bottom:2rem;padding:1.2rem 1.2rem .5rem}.manual-nav-title{color:var(--secondary-color);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.manual-nav-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.manual-nav-button{align-items:center;background:#fff;border:2px solid var(--primary-color);border-radius:50px;box-shadow:0 2px 8px #0033cc0d;color:var(--primary-color);cursor:pointer;display:flex;font-size:1.07rem;font-weight:600;gap:.7rem;outline:none;padding:.85rem 1.4rem;transition:all .2s}.manual-nav-button.active,.manual-nav-button:focus{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-color:var(--secondary-color);color:#fff;transform:translateY(-2px) scale(1.05)}.manual-nav-icon{font-size:1.25rem}.manual-sections{background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:3rem 2.2rem}.manual-section{animation:manual-section-fade-in .4s ease}@keyframes manual-section-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.manual-section-title{border-bottom:2px solid var(--light-gray);color:var(--secondary-color);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.manual-section h3{color:var(--primary-color);font-size:1.18rem;font-weight:600;margin:1.5rem 0 .7rem}.manual-advantages-list{list-style:none;margin:1.5rem 0 1rem;padding:0}.manual-advantages-list li{color:var(--text-color);font-size:1.1rem;line-height:1.6;margin-bottom:.8rem;padding-left:2rem;position:relative}.manual-advantages-list li:before{color:var(--primary-color);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.manual-note,.manual-tip,.manual-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-size:1.05rem;font-weight:500;margin:1.5rem 0;padding:1rem 1.5rem}.manual-tip{background:#e3fcec;border:1px solid #b7f7d8;color:#1e7e34}.manual-note{background:#e9ecef;border:1px solid #dee2e6;color:#495057}.manual-section ol,.manual-section ul{font-size:1.1rem;margin:1rem 0 1.5rem 1.5rem}.manual-section ol{padding-left:1.5rem}.manual-spec-table{border-collapse:collapse;font-size:1.1rem;margin-top:1.5rem;width:100%}.manual-spec-table td{border-bottom:1px solid #e9ecef;padding:.7rem 1rem}.manual-spec-table tr:last-child td{border-bottom:none}.manual-spec-table td:first-child{color:var(--text-color);font-weight:600}.manual-spec-table td:last-child{color:var(--primary-color)}@media (max-width:1024px){.manual-title{font-size:2.2rem}.manual-sections{padding:2rem 1rem}.manual-hero{padding:2rem .7rem 1.5rem}}@media (max-width:700px){.manual-hero-content{flex-direction:column;gap:1.2rem}.manual-sections{padding:1.3rem .2rem}.manual-nav-buttons{gap:.5rem}.manual-nav-button{font-size:.97rem;padding:.7rem 1.1rem}.manual-download-card{align-items:stretch;flex-direction:column;gap:1.2rem;max-width:100%;min-width:0;padding:1.5rem 1rem}.manual-download-btn{justify-content:center;margin-left:0}}@media (max-width:500px){.manual-title{font-size:1.3rem}.manual-hero-icon{font-size:2.2rem;height:48px;width:48px}.manual-download-btn{font-size:1rem;padding:.8rem 1.2rem}.manual-sections{padding:.6rem .1rem}}.review-page{animation:review-fade-in .5s ease;background:#f6f8fa;min-height:100vh;width:100%}@keyframes review-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-hero{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:0 0 40px 40px;box-shadow:0 6px 36px #00000012;margin-bottom:2.5rem;padding:3rem 0 2.5rem}.review-hero-content{align-items:center;display:flex;gap:2.2rem;margin:0 auto;max-width:900px;padding:0 2.2rem}.review-hero-logo{background:#fff;border-radius:20px;box-shadow:0 2px 16px #0000001c;height:90px;object-fit:contain;width:90px}.review-hero-title{color:#fff;font-size:2.2rem;font-weight:800;letter-spacing:.01em;margin-bottom:.4rem}.review-hero-highlight{align-items:center;display:flex;font-size:1.25rem;gap:1.2rem;margin-bottom:.2rem}.review-hero-rating{color:#ffe066;font-size:1.35em;font-weight:800;letter-spacing:.08em;text-shadow:0 1px 2px #0000001a}.review-hero-reviews{color:#fff;font-weight:600;opacity:.85}.review-hero-desc{color:#e8eaf6;font-size:1.12rem;font-weight:500;margin-top:.3rem;max-width:480px}.review-eham-section{display:flex;justify-content:center;margin-bottom:2.5rem;padding-left:.7rem;padding-right:.7rem}.review-eham-card{align-items:flex-start;background:#fff;border-radius:28px;box-shadow:0 8px 36px #0000001a;display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:2.5rem 2.1rem 2.1rem;width:100%}.review-eham-quote{align-items:flex-start;color:var(--secondary-color);display:flex;font-size:1.13rem;font-style:italic;gap:1.1rem;position:relative}.review-eham-quote-mark{color:var(--primary-color);font-family:Georgia,serif;font-size:2.7rem;line-height:1;margin-top:-.2em}.review-eham-quote-text{color:var(--secondary-color);font-size:1.13rem;font-style:italic;line-height:1.7}.review-eham-features{color:var(--text-color);display:flex;flex-wrap:wrap;font-size:1.01rem;gap:.7rem 1.7rem;list-style:none;margin:.3rem 0 .2rem;padding:0}.review-eham-features li:before{color:var(--primary-color);content:"✓";font-weight:700;margin-right:.5em}.review-eham-footer{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;width:100%}.review-eham-link{border-bottom:2px solid var(--primary-color);color:var(--primary-color);font-size:1.08rem;font-weight:700;padding-bottom:.1em;text-decoration:none;transition:color .2s}.review-eham-link:hover{border-bottom:2px solid var(--secondary-color);color:var(--secondary-color)}.review-eham-stats{display:flex;flex-wrap:wrap;gap:1.2rem}.review-eham-stat{align-items:center;background:#f6f8fa;border-radius:8px;box-shadow:0 2px 8px #0033cc12;color:var(--primary-color);display:flex;font-size:1.01rem;font-weight:600;gap:.5rem;padding:.6rem 1.1rem}.review-eham-stat-label{color:var(--secondary-color);font-weight:600}.review-eham-stat-value{color:var(--primary-color);font-weight:700}.review-youtube-section{margin-bottom:2.5rem}.review-section-title{color:var(--secondary-color);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.review-videos-outer{margin:0 auto;max-width:1100px;padding:0 1.2rem}.review-videos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));justify-content:center}.review-video-card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 4px 16px #00000012;display:flex;flex-direction:column;margin:0 auto;max-width:350px;min-width:0;padding:1.1rem 1.1rem .6rem;position:relative;transition:box-shadow .2s,transform .2s}.review-video-card:hover{box-shadow:0 8px 32px #0033cc21;transform:translateY(-3px) scale(1.03)}.review-video-embed{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:0 2px 8px #00000021;margin-bottom:.8rem;overflow:hidden;width:100%}.review-video-embed iframe{background:#222;border:none;display:block;height:100%;width:100%}.review-video-meta{text-align:center;width:100%}.review-video-title{color:var(--secondary-color);font-size:1.01rem;font-weight:600;line-height:1.3;margin-bottom:.2rem}.review-video-author{color:var(--primary-color);font-size:.97rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem}@media (max-width:900px){.review-hero-content{flex-direction:column;gap:1.2rem;text-align:center}.review-hero-logo{margin:0 auto}.review-hero-title{font-size:1.5rem}.review-eham-card{padding:1.1rem .7rem}.review-eham-main{gap:.7rem}.review-section-title{font-size:1.08rem}.review-videos-outer{padding:0 .5rem}}@media (max-width:600px){.review-hero{border-radius:0 0 22px 22px;padding:2rem 0 1.2rem}.review-hero-content{padding:0 .4rem}.review-hero-logo{height:56px;width:56px}.review-eham-card{border-radius:16px;padding:.7rem .3rem}.review-videos-grid{gap:.7rem}.review-videos-outer{padding:0 .1rem}}@media (max-width:420px){.review-eham-card{border-radius:10px;padding:.3rem .05rem}.review-videos-grid{gap:.5rem}}:root{--order-max-width:680px}.order-page{animation:order-fade-in .5s ease;background:#f6f8fa;min-height:100vh;padding-bottom:2.5rem;width:100%}@keyframes order-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.order-hero{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:0 0 40px 40px;box-shadow:0 6px 36px #00000012;margin-bottom:2.5rem;padding:3rem 0 2.5rem;text-align:center}.order-hero-inner{align-items:center;display:flex;flex-direction:column;gap:1.4rem;margin:0 auto;max-width:680px;max-width:var(--order-max-width);padding:0 2.5rem}.order-hero-emoji,.order-hero-visual{margin-bottom:.7rem}.order-hero-emoji{background:#fff;border-radius:50%;box-shadow:0 4px 24px #00000014;display:inline-block;font-size:3.3rem;padding:.4em}.order-title{color:#fff;font-size:2.1rem;font-weight:800;letter-spacing:.01em;margin-bottom:.4rem}.order-hero-desc{color:#e8eaf6;font-size:1.13rem;font-weight:500;margin-bottom:.3rem;max-width:420px}.order-hero-btn{align-items:center;background:#fff;border:none;border-radius:100px;box-shadow:0 6px 24px #0033cc1a;color:var(--primary-color);cursor:pointer;display:inline-flex;font-size:1.13rem;font-weight:700;gap:.7rem;margin-top:.7rem;outline:none;padding:1rem 2.2rem;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.order-hero-btn:active,.order-hero-btn:focus,.order-hero-btn:hover{background:var(--primary-color);box-shadow:0 12px 32px #0033cc21;color:#fff;transform:translateY(-2px) scale(1.04)}.order-hero-btn-icon{font-size:1.38em}.order-section{background:none;border-radius:0;box-shadow:none;display:flex;justify-content:center;margin:0 auto 2.2rem;padding-left:0;padding-right:0}.order-card{background:#fff;border-radius:22px;box-shadow:0 4px 18px #00000012;display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;max-width:680px;max-width:var(--order-max-width);padding:2.1rem 2.1rem 2rem;width:100%}.order-card-header{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.order-card-icon{align-items:center;background:#f6f8fa;border-radius:50%;box-shadow:0 2px 8px #00000012;display:inline-flex;font-size:1.7rem;justify-content:center;padding:.32em}.order-card h2,.order-card h3{color:var(--secondary-color);font-size:1.18rem;font-weight:700;letter-spacing:.01em;margin:0}.order-step-card{background:linear-gradient(120deg,#f8f9fa 60%,#e9ecef);box-shadow:0 4px 24px #0033cc0f}.order-checklist{color:var(--text-color);display:flex;flex-direction:column;font-size:1.09rem;gap:.3rem;line-height:1.7;list-style:none;margin:.7rem 0 1.2rem;padding:0}.order-check{color:var(--primary-color);font-size:1.18em;font-weight:700;margin-right:.7em}.order-check-desc{color:#888;font-size:.98em;margin-left:.2em}.order-step-info{color:var(--primary-color);display:flex;flex-direction:column;font-size:1.06rem;gap:.2rem;margin-bottom:.7rem}.order-mail-link{color:var(--primary-color);font-weight:600;text-decoration:underline}.order-section-btn-wrap{margin-top:1.1rem;text-align:center}.order-section-btn{font-size:1.01rem;margin-top:.2rem;padding:.7rem 1.7rem}.order-terms-grid{grid-gap:1.4rem;background:none;border-radius:0;box-shadow:none;display:grid;gap:1.4rem;grid-template-columns:1fr 1fr;margin:0 auto 2.2rem;max-width:1100px;padding:0}.order-card ul{list-style:disc;margin:.3rem 0 .7rem 1.2rem;padding:0}.order-card li{margin-bottom:.3rem}.order-paypal-warning{color:#dc3545;font-size:1.01em;font-weight:700}.order-company-card{background:linear-gradient(120deg,#e9ecef 60%,#f8f9fa);box-shadow:0 4px 24px #0033cc0f}.order-company-info{color:var(--text-color);display:flex;flex-direction:column;font-size:1.08rem;gap:.4rem;line-height:1.7;margin-top:.7rem}.order-iban{color:var(--primary-color);font-family:monospace;font-size:1.04em;letter-spacing:.03em}@media (max-width:900px){.order-hero-inner{padding:0 2rem}.order-section{margin:0 auto 1.2rem}.order-card{padding:1.2rem 1.1rem 1.1rem}.order-terms-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:600px){.order-hero{border-radius:0 0 18px 18px;padding:1.2rem 0 .7rem}.order-hero-inner{padding:0 1.5rem}.order-title{font-size:1.25rem}.order-section{padding-left:0;padding-right:0}.order-card{border-radius:12px;padding:.9rem .7rem .7rem}.order-terms-grid{gap:.7rem}.order-company-info{padding:0}}@media (max-width:400px){.order-hero-inner{padding:0 .5rem}.order-card{padding:.4rem .2rem}}.qrqkeyer-page{background:#f6f8fa;color:#222;color:var(--text-color,#222);font-family:Segoe UI,Arial,sans-serif;min-height:100vh;padding-bottom:2.5rem}.qrqkeyer-hero{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:0 0 38px 38px;box-shadow:0 6px 36px #00000012;margin-bottom:2.5rem;padding:2.7rem 0 1.5rem;text-align:center}.qrqkeyer-title{color:#fff;font-size:2.3rem;font-weight:800;letter-spacing:.01em;margin-bottom:.3rem}.qrqkeyer-hero-sub{color:#e8eaf6;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.qrqkeyer-imgs{display:flex;flex-wrap:wrap;gap:2.2rem;justify-content:center;margin-bottom:.5rem}.qrqkeyer-imgs img{border-radius:18px;box-shadow:0 4px 24px #00000021;max-width:330px;width:100%}.qrqkeyer-main-content{display:flex;justify-content:center;margin-bottom:2.2rem;padding-left:2.2rem;padding-right:2.2rem}.qrqkeyer-main-col{max-width:1100px;width:100%}.qrqkeyer-section{background:#fff;border-radius:22px;box-shadow:0 4px 18px #00000014;margin-bottom:2.2rem;padding:2.1rem 2.2rem 2rem;width:100%}.qrqkeyer-section-title{color:var(--secondary-color);font-size:1.3rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.1rem}.qrqkeyer-alert{border-radius:10px;font-size:1.07rem;margin:1.2rem 0 .7rem;padding:1rem 1.2rem}.qrqkeyer-alert-info{background:#e3fcec;border:1px solid #b7f7d8;color:#1e7e34}.qrqkeyer-alert-warn{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.qrqkeyer-specs-grid{align-items:flex-start;display:flex;gap:2.2rem}.qrqkeyer-spec-list{color:var(--text-color);column-count:1;font-size:1.08rem;list-style:none;margin:0;padding:0}.qrqkeyer-spec-list li{align-items:flex-start;display:flex;gap:.7em;margin-bottom:.7rem}.qrqkeyer-spec-check{color:var(--primary-color);font-size:1.15em;font-weight:700;margin-right:.4em;margin-top:.09em}.qrqkeyer-order-info{flex:0 0 260px;margin-top:0;max-width:260px;width:100%}.qrqkeyer-order-card{align-items:center;background:#f6f8fa;border-radius:16px;box-shadow:0 2px 10px #0033cc14;display:flex;flex-direction:column;gap:1.1rem;padding:1.3rem 1.1rem}.qrqkeyer-order-price{margin-bottom:.7rem;text-align:center}.qrqkeyer-order-price-label{color:#888;display:block;font-size:1.01rem;font-weight:500}.qrqkeyer-order-price-value{color:var(--primary-color);font-size:2.1rem;font-weight:800;letter-spacing:.01em}.qrqkeyer-order-highlights{width:100%}.qrqkeyer-order-hl-title{color:var(--secondary-color);font-size:1.01rem;font-weight:700;margin-bottom:.4em}.qrqkeyer-order-highlights ul{list-style:none;margin:0;padding-left:0}.qrqkeyer-order-highlights li{align-items:center;display:flex;font-size:1.02rem;gap:.6em;margin-bottom:.3em}.qrqkeyer-order-hl-icon{color:var(--primary-color);font-size:1.1em}.qrqkeyer-order-btn{align-items:center;background:var(--primary-color);border:none;border-radius:100px;box-shadow:0 6px 24px #0033cc1a;color:#fff;cursor:pointer;display:inline-flex;font-size:1.09rem;font-weight:700;gap:.7rem;margin-top:.7rem;outline:none;padding:.8rem 2rem;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.qrqkeyer-order-btn.secondary{background:#fff;border:2px solid var(--primary-color);color:var(--primary-color);margin-top:.5rem}.qrqkeyer-order-btn.secondary:focus,.qrqkeyer-order-btn.secondary:hover{background:var(--primary-color);color:#fff}.qrqkeyer-order-btn:active,.qrqkeyer-order-btn:focus,.qrqkeyer-order-btn:hover{background:var(--secondary-color);box-shadow:0 12px 32px #0033cc21;color:#fff;transform:translateY(-2px) scale(1.04)}.qrqkeyer-img-gallery{background:none;box-shadow:none;margin-bottom:1.5rem}.qrqkeyer-imgs-gallery{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.qrqkeyer-imgs-gallery img{background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000021;max-width:330px;width:100%}.qrqkeyer-advanced-list{color:var(--text-color);font-size:1.09rem;line-height:1.7;list-style:disc;margin:.7rem 0 1.2rem 1.2rem;padding-left:1.2rem}.qrqkeyer-manual-note{background:#e3fcec;border:1px solid #b7f7d8;border-radius:8px;color:#1e7e34;font-size:1.01rem;margin-top:1.1rem;padding:.7rem 1.2rem}.qrqkeyer-footer{color:#888;font-size:1.01rem;margin-top:2.5rem;padding-bottom:2rem;padding-top:1.5rem;text-align:center}@media (max-width:1100px){.qrqkeyer-main-content{padding-left:1rem;padding-right:1rem}.qrqkeyer-main-col{max-width:100%}}@media (max-width:900px){.qrqkeyer-section{border-radius:14px;padding:1.2rem .7rem 1.1rem}.qrqkeyer-specs-grid{flex-direction:column;gap:1.2rem}.qrqkeyer-order-info{margin-top:1.2rem;max-width:100%}.qrqkeyer-imgs,.qrqkeyer-imgs-gallery{gap:1.1rem}}@media (max-width:600px){.qrqkeyer-title{font-size:1.25rem}.qrqkeyer-section-title{font-size:1.05rem}.qrqkeyer-section{border-radius:8px;padding:.5rem .2rem .6rem}.qrqkeyer-imgs img,.qrqkeyer-imgs-gallery img{max-width:95vw}}.qrqusermanual-page{background:#f6f8fa;color:#222;font-family:Segoe UI,Arial,sans-serif;min-height:100vh;padding-bottom:2.5rem}.qrqusermanual-hero{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:0 0 38px 38px;box-shadow:0 6px 36px #00000012;margin-bottom:2.5rem;padding:2.5rem 0 1.5rem;text-align:center}.qrqusermanual-hero h1{color:#fff;font-size:2.2rem;font-weight:800;letter-spacing:.01em;margin-bottom:.6rem}.qrqusermanual-hero p{color:#e8eaf6;font-size:1.15rem;font-weight:500;margin-bottom:1.7rem;margin-left:auto;margin-right:auto;max-width:650px}.qrqusermanual-download-btn{align-items:center;background:#fff;border-radius:100px;box-shadow:0 6px 24px #0033cc1a;color:var(--primary-color);display:inline-flex;font-size:1.1rem;font-weight:700;gap:.7rem;margin-top:1.1rem;padding:.8rem 2.2rem;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.qrqusermanual-download-btn:focus,.qrqusermanual-download-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px) scale(1.04)}.qrqusermanual-download-icon{font-size:1.3em}.qrqusermanual-section{background:#fff;border-radius:22px;box-shadow:0 4px 18px #00000014;margin:0 auto 2.2rem;max-width:850px;padding:2.1rem 2.2rem 2rem;width:100%}.qrqusermanual-section h2{color:var(--secondary-color);font-size:1.3rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.1rem}.qrqusermanual-adv-list,.qrqusermanual-panel-list,.qrqusermanual-spec-list{color:#222;font-size:1.09rem;line-height:1.7;list-style:disc;margin:.7rem 0 1.2rem 1.2rem;padding-left:1.2rem}.qrqusermanual-spec-check{color:var(--primary-color);font-size:1.15em;font-weight:700;margin-right:.4em;margin-top:.09em}.qrqusermanual-spec-price{color:var(--primary-color);font-size:1.13rem;font-weight:600;margin-top:1.1rem}.qrqusermanual-tone-table-wrap{margin-bottom:1rem;overflow-x:auto}.qrqusermanual-tone-table{background:#f8f9fa;border-collapse:collapse;border-radius:8px;font-size:1.02rem;margin-top:.5rem;overflow:hidden;width:100%}.qrqusermanual-tone-table td,.qrqusermanual-tone-table th{border-bottom:1px solid #e9ecef;padding:.5em .7em;text-align:center}.qrqusermanual-tone-table th{background:#e9ecef;color:var(--primary-color);font-size:1.01em;font-weight:700}.qrqusermanual-tone-table tr:last-child td{border-bottom:none}.qrqusermanual-tone-note{color:#555;font-size:.99rem;margin-bottom:.2rem}.qrqusermanual-mode-table{background:#f8f9fa;border-collapse:collapse;border-radius:8px;margin-bottom:1rem;overflow:hidden;width:100%}.qrqusermanual-mode-table td,.qrqusermanual-mode-table th{border-bottom:1px solid #e9ecef;padding:.5em .7em;text-align:center}.qrqusermanual-mode-table th{background:#e9ecef;color:var(--primary-color);font-weight:700}.qrqusermanual-note{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-size:1.05rem;font-weight:500;margin:1.5rem 0 0;padding:1rem 1.5rem}.qrqusermanual-cmd-table{background:#f8f9fa;border-collapse:collapse;border-radius:8px;margin-bottom:1rem;overflow:hidden;width:100%}.qrqusermanual-cmd-table td,.qrqusermanual-cmd-table th{border-bottom:1px solid #e9ecef;padding:.5em .7em;text-align:left}.qrqusermanual-cmd-table th{background:#e9ecef;color:var(--primary-color);font-weight:700}.qrqusermanual-contact{color:#222;font-size:1.07rem;line-height:1.7;margin-top:.7rem}@media (max-width:900px){.qrqusermanual-section{border-radius:14px;padding:1.2rem 1.7rem 1.1rem}}@media (max-width:600px){.qrqusermanual-section{border-radius:8px;padding:.7rem 1.1rem}.qrqusermanual-hero{border-radius:0 0 18px 18px;padding:1.5rem 0 1rem}}@media (max-width:400px){.qrqusermanual-section{padding:.3rem .5rem}}.gallery-page{background:#f6f8fa;font-family:Segoe UI,Arial,sans-serif;min-height:100vh;padding-bottom:2rem}.gallery-hero-card{align-items:center;background:#fff;border-radius:32px;box-shadow:0 8px 32px #00000017;display:flex;flex-direction:column;margin:2.5rem auto 2.2rem;max-width:1100px;padding:2.2rem}.gallery-hero-content{align-items:center;display:flex;flex-direction:row;gap:2.5rem;justify-content:center;width:100%}.gallery-hero-text{flex:1.2 1;max-width:350px;min-width:220px}.gallery-title{color:var(--secondary-color);font-size:2.1rem;font-weight:800;letter-spacing:.01em;margin-bottom:.4rem}.gallery-desc{color:#555;font-size:1.13rem;font-weight:500;line-height:1.6;margin-bottom:.3rem}.gallery-desc-sub{color:#888;display:block;font-size:.98em;margin-top:.2em}.gallery-hero-slider{align-items:center;display:flex;flex:2 1;gap:1.5rem;max-width:600px;min-width:270px;width:100%}.gallery-arrow{align-items:center;background:#ffffffd9;border:none;border-radius:50%;box-shadow:0 2px 10px #00000012;color:var(--primary-color);cursor:pointer;display:flex;font-size:2.7rem;height:2.7rem;justify-content:center;transition:background .18s,color .18s,transform .18s;width:2.7rem;z-index:2}.gallery-arrow:focus,.gallery-arrow:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.gallery-arrow.left{margin-right:.7rem}.gallery-arrow.right{margin-left:.7rem}.gallery-image-wrap{align-items:center;aspect-ratio:4/3;background:#f6f8fa;border-radius:24px;box-shadow:0 6px 32px #00000021;display:flex;justify-content:center;min-height:270px;overflow:hidden;position:relative;width:100%}.gallery-main-image{height:100%;left:0;object-fit:cover;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:1}.gallery-main-image.active{opacity:1;pointer-events:auto;z-index:2}.gallery-counter{background:#0000008c;border-radius:16px;bottom:1rem;box-shadow:0 2px 8px #0000001c;color:#fff;font-size:1.09rem;font-weight:600;letter-spacing:.06em;padding:.25em .9em;position:absolute;right:1.2rem}.gallery-thumbnails-section{margin:1.3rem auto 0;max-width:950px;padding:0 2rem}.gallery-thumbnails{display:flex;gap:1.1rem;overflow-x:auto;padding-bottom:.7rem;scrollbar-color:var(--primary-color) #eee;scrollbar-width:thin}.gallery-thumb{align-items:center;aspect-ratio:4/3;background:#fff;border:2.5px solid #0000;border-radius:12px;box-shadow:0 2px 8px #00000012;cursor:pointer;display:flex;justify-content:center;min-height:70px;min-width:70px;padding:0;transition:border .18s,box-shadow .18s}.gallery-thumb img{background:#f6f8fa;border-radius:8px;display:block;height:60px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:80px}.gallery-thumb.active,.gallery-thumb:focus{border:2.5px solid var(--primary-color);box-shadow:0 4px 16px #0033cc21;outline:none}.gallery-grid-section{margin:2.5rem auto 0;max-width:1100px;padding:0 2rem}.gallery-grid-title{color:var(--secondary-color);font-size:1.18rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.2rem;text-align:left}.gallery-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.gallery-grid-item{align-items:center;aspect-ratio:4/3;background:#fff;border-radius:14px;box-shadow:0 2px 10px #00000012;cursor:pointer;display:flex;justify-content:center;overflow:hidden;transition:box-shadow .18s,transform .18s}.gallery-grid-item img{display:block;height:100%;object-fit:cover;transition:transform .18s;width:100%}.gallery-grid-item:focus,.gallery-grid-item:hover{box-shadow:0 6px 24px #0033cc21;transform:scale(1.03)}.gallery-grid-item:focus img,.gallery-grid-item:hover img{transform:scale(1.06)}@media (max-width:1100px){.gallery-hero-card{border-radius:18px;padding:1.2rem .7rem}.gallery-hero-content{flex-direction:column;gap:1.5rem}.gallery-hero-slider{max-width:100%}.gallery-grid-section{padding:0 .7rem}}@media (max-width:700px){.gallery-title{font-size:1.4rem}.gallery-hero-card{padding:.7rem .2rem}.gallery-hero-content{gap:1.1rem}.gallery-grid-section{margin-top:1.5rem}}@media (max-width:500px){.gallery-title{font-size:1.1rem}.gallery-hero-card{border-radius:8px}.gallery-hero-content{gap:.7rem}}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.map-page{background:#f6f8fa;min-height:100vh}.map-error,.map-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top:4px solid var(--primary-color);height:60px;margin-bottom:1.5rem;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.retry-btn{background:var(--primary-color);border:none;border-radius:12px;box-shadow:0 4px 12px #03c3;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.retry-btn:hover{background:var(--secondary-color);box-shadow:0 8px 24px #0033cc4d;transform:translateY(-2px)}.map-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;overflow:hidden;padding:4rem 0;position:relative}.map-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.map-hero-content{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.map-hero-text{flex:1 1}.map-title{font-size:4rem;font-weight:900;letter-spacing:-.02em;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.map-subtitle{font-size:1.5rem;font-weight:500;line-height:1.6;margin:0;opacity:.95}.map-hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:20px;min-width:140px;padding:1.5rem 1.25rem;text-align:center;transition:transform .3s ease}.hero-stat:hover{transform:translateY(-4px)}.hero-stat-number{display:block;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem;text-shadow:0 2px 4px #0000001a}.hero-stat-label{display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.map-controls-section{background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 0}.map-controls-container{margin:0 auto;max-width:1400px;padding:0 2rem}.map-controls{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr 1fr}.control-group{text-align:center}.control-title{color:var(--secondary-color);font-size:1.125rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.5rem}.filter-buttons,.map-style-buttons,.view-mode-buttons{align-items:center;display:flex;flex-direction:column;gap:.75rem}.filter-btn,.style-btn,.view-mode-btn{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;min-width:140px;padding:.875rem 1.5rem;transition:all .3s ease}.filter-btn:hover,.style-btn:hover,.view-mode-btn:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #0033cc26;color:var(--primary-color);transform:translateY(-1px)}.filter-btn.active,.style-btn.active,.view-mode-btn.active{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 12px #0033cc4d;color:#fff}.map-main-section{padding:0 2rem 3rem}.map-container{border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 20px 40px #0000001a;height:800px;margin:0 auto;max-width:1400px;overflow:hidden;position:relative}.leaflet-map{border-radius:24px}.map-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;position:absolute;right:20px;top:20px;z-index:1000}.map-legend h4{color:var(--secondary-color);font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:center}.legend-items{display:flex;flex-direction:column;gap:.75rem}.legend-item{align-items:center;color:#475569;display:flex;font-size:.875rem;font-weight:600;gap:.75rem}.legend-dot{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #00000026;height:16px;width:16px}.legend-dot.paddle{background:var(--primary-color)}.legend-dot.keyer{background:var(--secondary-color)}.leaflet-control-zoom{border:none!important;border-radius:12px!important;box-shadow:0 8px 32px #00000026!important}.leaflet-control-zoom a{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border:none!important;border-radius:8px!important;color:var(--primary-color)!important;font-size:18px!important;font-weight:700!important;margin:2px!important}.leaflet-control-zoom a:hover{background:var(--primary-color)!important;color:#fff!important}.marker-cluster-small{background-color:#3b82f699}.marker-cluster-small div{background-color:#3b82f6cc}.marker-cluster-medium{background-color:#8b5cf699}.marker-cluster-medium div{background-color:#8b5cf6cc}.marker-cluster-large{background-color:#ef444499}.marker-cluster-large div{background-color:#ef4444cc}.marker-cluster div{border-radius:15px;color:#fff;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;height:30px;margin-left:5px;margin-top:5px;text-align:center;width:30px}.marker-cluster span{line-height:30px}.map-popup{font-family:inherit;min-width:300px;padding:.5rem}.popup-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.popup-title{color:var(--secondary-color);font-size:1.125rem;font-weight:700;margin:0}.popup-badge{border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.badge-paddle{background:#eff6ff;border:1px solid #dbeafe;color:var(--primary-color)}.badge-keyer{background:#f0fdf4;border:1px solid #bbf7d0;color:var(--secondary-color)}.popup-content{display:flex;flex-direction:column;gap:.75rem}.popup-info{align-items:center;display:flex;justify-content:space-between}.popup-label{color:#64748b;font-size:.875rem;font-weight:600}.popup-value{color:#1e293b;font-family:monospace;font-size:.875rem;font-weight:500}.map-stats-section{background:#fff;padding:4rem 2rem}.map-stats-container{margin:0 auto;max-width:1400px}.stats-title{color:var(--secondary-color);font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.country-stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.country-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.country-stat-card:hover{box-shadow:0 8px 32px #0033cc1a;transform:translateY(-4px)}.country-name{color:var(--secondary-color);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.country-total{color:var(--primary-color);font-size:2rem;font-weight:800;margin-bottom:.5rem}.country-breakdown{color:#64748b;display:flex;font-size:.875rem;gap:1rem;justify-content:center}.keyer-count,.paddle-count{font-weight:600}.map-empty-section{padding:3rem 2rem}.map-empty{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 4px 18px #00000017;margin:0 auto;max-width:600px;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.map-empty h3{color:var(--secondary-color);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.map-empty p{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0}.map-footer{background:#1e293b;color:#fffc;padding:2rem 0;text-align:center}.map-footer-content{margin:0 auto;max-width:1400px;padding:0 2rem}.map-footer p{font-size:.875rem;font-style:italic;margin:0}@media (max-width:1200px){.map-hero-content{flex-direction:column;gap:2rem;text-align:center}.map-hero-stats{gap:1rem;grid-template-columns:repeat(4,1fr)}.map-controls{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.map-title{font-size:2.5rem}.map-hero-stats{grid-template-columns:repeat(2,1fr)}.map-container{height:600px;margin:0 1rem}.map-overlay{padding:1rem;right:10px;top:10px}.country-stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.map-container{border-radius:16px;height:500px;margin:0 .5rem}.hero-stat-number{font-size:2rem}.filter-btn,.style-btn,.view-mode-btn{min-width:auto;padding:.75rem 1rem}}
/*# sourceMappingURL=main.136b5243.css.map*/