*{margin:0;padding:0;box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}:root{--primary-blue: #28489A;--primary-orange: #DB6627;--white: #ffffff;--light-gray: #f4f4f4;--dark-gray: #333}.n .pulser-page .hero-dual:first-of-type{margin-top:4rem}.pulser-page .specs-container{grid-template-columns:1fr 1fr 1fr;gap:4rem}.pulser-page .spec-category:first-child h3,.pulser-page .spec-category:last-child h3{margin-top:3rem}.download-pdf-btn{position:fixed;top:6rem;right:2rem;background:linear-gradient(135deg,var(--primary-orange),#e67e35);color:#fff;padding:1rem 1.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #db66274d;transition:all .3s ease;opacity:0;transform:translateY(-100px);pointer-events:none;z-index:1000;display:flex;align-items:center;gap:.5rem;text-decoration:none}.download-pdf-btn.visible{opacity:1;transform:translateY(0);pointer-events:auto}.download-pdf-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #db662766;background:linear-gradient(135deg,#e67e35,var(--primary-orange))}.navbar{background-color:#fff;background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;width:100%;z-index:1100;padding:0 20px}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 0}.nav-logo .logo{height:50px;width:auto}.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-item{margin-left:2rem;position:relative}.nav-link{text-decoration:none;color:var(--dark-gray);font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary-blue)}.submenu{position:fixed;top:80px;left:0;right:0;background-color:#fff;background:#fff;width:100vw;box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff1a;border-radius:0 0 12px 12px;list-style:none;margin:0;padding:2rem 0;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);z-index:1000;border:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media(hover:hover)and (pointer:fine){.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}}.has-submenu.submenu-open .submenu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.submenu-item{margin:0;position:relative;overflow:hidden;flex:0 1 auto}.submenu-link{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;text-decoration:none;color:var(--dark-gray);font-weight:500;font-size:.95rem;position:relative;transition:all .3s ease;background:transparent;border-radius:8px;min-width:120px;text-align:center;white-space:nowrap}.submenu-link:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:linear-gradient(45deg,var(--primary-blue),var(--primary-orange));transform:translate(-50%);transition:width .3s ease}.submenu-link:hover{color:var(--primary-blue);background:linear-gradient(90deg,#28489a0d,#db66270d);transform:translateY(-2px)}.submenu-link:hover:after{width:80%}.submenu-item:nth-child(1) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-blue),var(--primary-orange))}.submenu-item:nth-child(2) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-orange),var(--primary-blue))}.submenu-item:nth-child(3) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-blue),var(--primary-orange))}.submenu-item:nth-child(4) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-orange),var(--primary-blue))}.submenu-item:nth-child(5) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-blue),var(--primary-orange))}.submenu-item:nth-child(6) .submenu-link:hover:after{background:linear-gradient(45deg,var(--primary-orange),var(--primary-blue))}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1200;position:relative;padding:10px;margin:-10px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:transparent;border:none;outline:none}.bar{width:20px;height:2px;background-color:var(--dark-gray);margin:2px 0;transition:all .3s ease;border-radius:2px;pointer-events:none}.hamburger.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero-main{background-color:var(--primary-blue);color:var(--white);min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;overflow:hidden}.hero-main:first-of-type{height:100vh;max-height:100vh;margin-top:0;padding-top:80px;overflow:hidden}#contact-hero{height:43vh;min-height:43vh;max-height:43vh;margin-top:0;padding-top:80px;overflow:hidden}@media screen and (min-width:769px){#contact-hero{padding-top:110px}}.hero-split{text-align:left;padding:80px 2rem 2rem}.hero-split-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;height:calc(100vh - 80px);max-height:calc(100vh - 80px)}#winc-section .hero-split-container{grid-template-columns:1.5fr 1fr}#winc-section .hero-text-content{padding-left:4rem}#products .hero-split-container{grid-template-columns:1.5fr 1fr}#products .hero-text-content{padding-left:4rem}.hero-text-content{z-index:2}.hero-text-content h1,.hero-text-content .hero-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-align:left;white-space:nowrap;overflow:hidden;color:var(--primary-orange)}.hero-text-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;text-align:left}.hero-image-content{display:flex;justify-content:center;align-items:center;position:relative}.pulser-image{max-width:67%;height:auto;padding-top:50px;transform:translate(100px);opacity:0;animation:slideInFromRight 1.2s ease-out forwards;animation-play-state:paused}.winc-image{max-width:67%;height:auto;transform:translate(100px);opacity:0;animation:slideInFromRight 1.2s ease-out forwards;animation-play-state:paused}@keyframes slideInFromRight{to{transform:translate(0);opacity:1}}.hero-content{max-width:1000px;margin:0 auto}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-content h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{background-color:var(--primary-orange);color:var(--white);border:none;padding:15px 30px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block}.cta-button:hover{background-color:#c55a20;transform:translateY(-2px)}.ctb-button{background-color:#fff;color:#c55a20;border:none;padding:15px 30px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block}.ctb-button:hover{background-color:#fff;transform:translateY(-2px)}.button-group{display:flex;gap:1rem;align-items:center}.pdf-button{background-color:var(--white);color:var(--primary-blue);border:2px solid var(--white);padding:15px 30px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block}.pdf-button:hover{background-color:var(--light-gray);transform:translateY(-2px)}.hero-dual{min-height:auto;display:flex;align-items:flex-start;padding:2rem 1rem;overflow:visible}.dual-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;min-height:auto;align-items:stretch}.dual-column{background-color:var(--primary-orange);color:var(--white);padding:3rem;border-radius:10px;text-align:left;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:flex-start;min-height:auto;height:auto;position:relative;overflow:visible!important}.dual-column:hover{transform:translateY(-5px)}.product-content{overflow:visible!important;height:auto!important;max-height:none!important}.product-content h2{font-size:2.5rem;margin-bottom:1rem;margin-top:0;font-weight:700}.product-content p{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.dual-column:first-child .product-content p{width:66.67%;max-width:66.67%}.isolink-image{position:absolute;top:4rem;right:1rem;max-width:240px;height:auto;opacity:0;transform:translate(100px);animation:slideInFromRight 1s ease-out forwards;animation-play-state:paused;z-index:10}@keyframes slideInFromRight{to{opacity:1;transform:translate(0)}}.animate-in{animation-play-state:running!important}.benefit-list,.feature-list,.application-list{list-style:none;padding:0;margin:0}.pulser-page .dual-column{background-color:transparent;color:var(--dark-gray)}.pulser-page .dual-column h2{color:var(--primary-orange);font-size:1.8rem}.pulser-page .dual-column .benefit-list li,.pulser-page .dual-column .feature-list li,.pulser-page .dual-column .application-list li{border-bottom:1px solid rgba(51,51,51,.1);color:var(--dark-gray);white-space:normal!important;overflow:visible!important;height:auto!important;max-height:none!important}.pulser-page .dual-column .benefit-list strong,.pulser-page .dual-column .feature-list strong,.pulser-page .dual-column .application-list strong{color:var(--primary-blue)}.pulser-page .hero-dual:first-of-type{margin-top:2rem}@media screen and (min-width:769px){.pulser-page .hero-dual:first-of-type{padding-bottom:0}.pulser-page .hero-dual:nth-of-type(2){padding-top:0;padding-bottom:0}.pulser-page .product-content p{margin-bottom:0}.pulser-image{max-width:100%}.toplink-image{max-width:70%!important;width:70%!important;position:absolute;top:50%;left:50%;transform:translate(-95%,-50%);z-index:5}.hero-dual:first-of-type .dual-column:last-child{overflow:visible!important}.hero-dual:first-of-type .dual-column:last-child .product-content{overflow:visible!important}}@media screen and (min-width:769px){body.conversionlink-page .hero-dual:first-of-type .dual-column:first-child .product-content p,body.hvclink-page .hero-dual:first-of-type .dual-column:first-child .product-content p{width:100%!important;max-width:100%!important}body.conversionlink-page .hero-dual:first-of-type .dual-container,body.hvclink-page .hero-dual:first-of-type .dual-container{grid-template-columns:3fr 1fr!important}.conversionlink-image{width:150%!important;max-width:150%!important;margin-top:80px!important}}.benefit-list li,.feature-list li,.application-list li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.95rem;line-height:1.5;white-space:normal;word-wrap:break-word;overflow:visible}.benefit-list li:last-child,.feature-list li:last-child,.application-list li:last-child{border-bottom:none}.specs-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}@media(min-width:768px){.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container){max-width:1000px;margin:2rem auto;grid-template-columns:repeat(2,1fr);gap:2rem}.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container) .spec-category{background:#ffffff1a;border-radius:12px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container) .spec-item{background:#ffffff0d;border-radius:8px;padding:1rem;margin-bottom:.75rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container) .spec-item:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container) .spec-label{font-size:1rem;font-weight:600;color:#ffffffe6;flex:1}.specs-container:not(:has(.spec-category:only-child)):not(.single-spec-container) .spec-value{font-size:1.1rem;font-weight:700;color:var(--primary-orange);text-align:right;flex:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}}.specs-container:has(.spec-category:only-child){max-width:600px;margin:2rem auto;grid-template-columns:1fr;justify-items:center}.specs-container:has(.spec-category:only-child) .spec-category{width:100%;max-width:500px;background:#ffffff1a;border-radius:12px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.spec-category h3{color:var(--white);font-size:1.5rem;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid var(--primary-orange);padding-bottom:.5rem}.spec-grid{display:grid;gap:1rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.spec-item:last-child{border-bottom:none}.specs-container:has(.spec-category:only-child) .spec-item{padding:1rem 1.5rem;margin:.5rem 0;background:#ffffff0d;border-radius:8px;border-bottom:none;transition:all .3s ease}.specs-container:has(.spec-category:only-child) .spec-item:hover{background:#ffffff1a;transform:translate(5px)}.spec-label{font-weight:500;color:var(--white);flex:0 0 250px;text-align:right;padding-right:1rem}.spec-value{font-weight:600;color:var(--primary-orange)}.specs-container:has(.spec-category:only-child) .spec-label{font-size:1rem;font-weight:600;color:#ffffffe6;flex:1}.specs-container:has(.spec-category:only-child) .spec-value{font-size:1.1rem;font-weight:700;color:var(--primary-orange);text-align:right;flex:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.single-spec-container{max-width:600px;margin:2rem auto;display:grid;grid-template-columns:1fr;justify-items:center}.single-spec-container .spec-category{width:100%;max-width:500px;background:#ffffff1a;border-radius:12px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}@media(min-width:768px){.multi-spec-container{max-width:1000px;margin:2rem auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.multi-spec-container .spec-category{background:#ffffff1a;border-radius:12px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.multi-spec-container .spec-item{background:#ffffff0d;border-radius:8px;padding:1rem;margin-bottom:.75rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.multi-spec-container .spec-item:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.multi-spec-container .spec-label{font-size:1rem;font-weight:600;color:#ffffffe6;flex:0 0 250px;text-align:right;padding-right:1rem}.multi-spec-container .spec-value{font-size:1.1rem;font-weight:700;color:var(--primary-orange);text-align:right;flex:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}}.single-spec-container .spec-item{padding:1rem 1.5rem;margin:.5rem 0;background:#ffffff0d;border-radius:8px;border-bottom:none;transition:all .3s ease}.single-spec-container .spec-item:hover{background:#ffffff1a;transform:translate(5px)}.single-spec-container .spec-label{font-size:1rem;font-weight:600;color:#ffffffe6;flex:0 0 250px;text-align:right;padding-right:1rem}.single-spec-container .spec-value{font-size:1.1rem;font-weight:700;color:var(--primary-orange);text-align:right;flex:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.related-card{background:#ffffff1a;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s ease}.related-card:hover{transform:translateY(-5px)}.related-card h3{color:var(--white);font-size:1.3rem;margin-bottom:1rem}.related-card p{color:var(--white);margin-bottom:1.5rem;line-height:1.6}.dual-column:last-child .product-content p{width:66.67%;max-width:66.67%}.toplink-image{position:absolute;top:4rem;right:1rem;max-width:240px;height:auto;opacity:0;transform:translate(100px);animation:slideInFromRight 1s ease-out forwards;animation-play-state:paused;z-index:10}.hero-dual:last-of-type .dual-column:first-child .product-content p{width:66.67%;max-width:66.67%}.hero-dual:last-of-type .dual-column:last-child .product-content p{width:66.67%;max-width:66.67%}.winc-dual-image{position:absolute;top:4rem;right:1rem;max-width:240px;height:auto;opacity:0;transform:translate(100px);animation:slideInFromRight 1s ease-out forwards;animation-play-state:paused;z-index:10}.mudlink-image{position:absolute;bottom:2rem;right:1rem;max-width:240px;height:auto;opacity:0;transform:translate(100px);animation:slideInFromRight 1s ease-out forwards;animation-play-state:paused;z-index:10}.product-button{background-color:var(--white);color:var(--primary-orange);border:none;padding:12px 25px;font-size:1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block;text-align:center;box-sizing:border-box}.product-button:hover{background-color:var(--light-gray);transform:translateY(-2px)}.product-button-group{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.hero-dual:last-of-type .dual-column:last-child .product-button-group{justify-content:flex-start}.product-pdf-button{background-color:var(--primary-blue);color:var(--white);border:none;padding:12px 25px;font-size:1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700;text-decoration:none;display:inline-block;text-align:center;box-sizing:border-box}.product-pdf-button:hover{background-color:#1e3a7a;transform:translateY(-2px)}.footer{background-color:var(--dark-gray);color:var(--white);text-align:center;padding:2rem}.footer-content p{font-size:.9rem}.footer-links{margin-bottom:1rem}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.social-links a{color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.social-links a:hover{color:var(--primary-orange)}.social-links a i{font-size:1.2rem}@media screen and (max-width:767px){.hamburger{display:flex;z-index:1300;position:relative}.navbar{z-index:1250;position:fixed;top:0;left:0;right:0;width:100%}.nav-container{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%;padding:1rem 20px}.nav-logo{display:flex;align-items:center;flex-shrink:0}.submenu-toggle{display:none!important}.nav-menu{position:fixed;top:70px;right:0;left:0;width:100%;height:calc(100vh - 70px);max-height:calc(100vh - 70px);background:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2rem;transform:translate(100%);transition:transform .3s ease;z-index:1200;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.nav-menu.active{transform:translate(0)}body.menu-open .nav-menu,body.menu-open .nav-menu *{pointer-events:auto!important}.nav-item{margin:0;width:100%;text-align:left;border-bottom:1px solid rgba(0,0,0,.08)}.nav-item:last-child{border-bottom:none}.nav-link{color:var(--dark-gray);font-size:1.1rem;font-weight:600;text-decoration:none;display:block;width:100%;padding:1rem 1.5rem;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer}.nav-link:active{background-color:#0000000d;color:var(--primary-blue)}.submenu{display:none!important;list-style:none;padding:.75rem 0 1rem;margin:0;width:100%;background-color:#00000005!important;position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;border:none!important;flex-direction:column!important;gap:0!important;justify-content:flex-start!important;align-items:flex-start!important}.has-submenu.active .submenu{display:block!important}.submenu-item{margin:0;width:100%}.submenu-link{color:#555;font-size:1.05rem;font-weight:400;padding:.875rem 1.5rem .875rem 3rem;display:block;text-decoration:none;transition:all .3s ease;-webkit-tap-highlight-color:transparent;border-left:3px solid transparent}.submenu-link:active{color:var(--primary-blue);background-color:#0000000d;border-left-color:var(--primary-blue)}.has-submenu>.nav-link:after{content:" \25bc";font-size:.65rem;margin-left:.75rem;display:inline-block;transition:transform .3s ease;pointer-events:none;opacity:.6}.has-submenu.active>.nav-link:after{transform:rotate(180deg)}.has-submenu.active>.nav-link{color:var(--primary-blue);background-color:#00000008}body.menu-open{overflow:hidden;position:fixed;width:100%;height:100%}.specs-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.spec-category{background:#ffffff1a;border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000001a}.spec-category h3{margin-bottom:1rem;font-size:1.3rem;text-align:left;border-bottom:2px solid var(--primary-orange);padding-bottom:.75rem}.related-products-grid{grid-template-columns:1fr;gap:1.5rem}.spec-item{flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem;background:#ffffff0d;border-radius:8px;border-bottom:none;margin-bottom:.75rem}.spec-label{font-size:.9rem;color:#fffc;font-weight:400;margin-bottom:.25rem;flex:none;text-align:left;padding-right:0}.spec-value{font-size:1rem;font-weight:600;color:var(--white);background:linear-gradient(45deg,var(--primary-orange),#e67e35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pulser-page .specs-container{grid-template-columns:1fr!important;gap:2rem!important}.pulser-page .spec-category:first-child h3,.pulser-page .spec-category:last-child h3{margin-top:0!important}.download-pdf-btn{top:5rem;right:1rem;width:auto;text-align:center;justify-content:center;padding:1rem 1.5rem;font-size:.9rem}.hero-dual{padding:1rem}.pulser-page .hero-dual:first-of-type{margin-top:3rem;padding-top:2rem}.hero-dual .dual-container{grid-template-columns:1fr;height:auto;min-height:60vh}.dual-column{padding:2rem;display:flex;flex-direction:column;text-align:center;min-height:auto;background:linear-gradient(135deg,var(--primary-orange),#e67e35);border-radius:12px;box-shadow:0 8px 32px #0000001a;color:#fff}.pulser-page .dual-column{background:transparent;color:var(--dark-gray);box-shadow:none;border-radius:0;text-align:left}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-split-container{display:flex;flex-direction:column;gap:2rem;text-align:center;padding:1rem;min-height:auto}.hero-text-content{order:1;padding:1rem;margin-top:1rem}#products .hero-text-content{padding-left:1rem;margin-top:1rem}.hero-image-content{order:2;display:flex;justify-content:center;align-items:center;min-height:30vh}.hero-text-content h1,.hero-text-content .hero-title{font-size:2rem;text-align:center;white-space:normal;overflow:visible;color:var(--primary-orange);line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-text-content h2{font-size:1.5rem;line-height:1.3;margin-bottom:1rem;color:var(--white);text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-text-content p{text-align:center;font-size:1rem;line-height:1.5;margin-bottom:2rem;color:var(--white);text-shadow:1px 1px 2px rgba(0,0,0,.3)}.button-group{flex-direction:column;gap:1rem;align-items:center;width:100%;margin-top:2rem}.button-group button,.button-group .cta-button{width:100%;max-width:280px;padding:15px 20px;font-size:1rem;text-align:center;border-radius:8px;font-weight:700}.cta-button{background:linear-gradient(135deg,var(--primary-orange),#e67e35);color:#fff;border:none;padding:12px 25px;font-size:.9rem;border-radius:8px;box-shadow:0 4px 15px #db66274d}.cta-button:hover{background:linear-gradient(135deg,#e67e35,var(--primary-orange));transform:translateY(-2px);box-shadow:0 6px 20px #db662766}.pdf-button{background:transparent;color:var(--primary-orange);border:2px solid var(--primary-orange)}.pulser-image,.isolink-image,.toplink-image,.conversionlink-image,.winc-image,.winc-dual-image,.mudlink-image{max-width:85%!important;width:auto!important;height:auto;margin:0 auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));position:static!important;transform:none!important;opacity:1!important;animation:none!important}.hero-main{min-height:70vh;padding:5rem 1rem 1rem;display:flex;align-items:center}.hero-main:first-of-type{min-height:120vh;height:auto!important;max-height:none!important;overflow:visible!important}.hero-split{padding:5rem 1rem 1rem;min-height:80vh}#winc-section.hero-split{padding-top:0;margin-top:0}#winc-section .hero-text-content{padding-left:1rem;padding-right:1rem;text-align:center}.dual-container{grid-template-columns:1fr;gap:2rem;height:auto;align-items:stretch;padding:1rem}.dual-column{padding:2rem;display:flex;flex-direction:column;text-align:center;min-height:auto;border-radius:12px;box-shadow:0 8px 32px #0000001a}.pulser-page .dual-column{background-color:transparent;color:#000;box-shadow:none;border-radius:0;text-align:left}.pulser-page .dual-column h2{color:var(--primary-orange);text-shadow:none}.pulser-page .dual-column .product-content p{color:#000}.pulser-page .dual-column .product-content h2{color:var(--primary-orange);text-shadow:none}.pulser-page .dual-column .benefit-list li,.pulser-page .dual-column .feature-list li,.pulser-page .dual-column .application-list li{color:var(--dark-gray)}.dual-column .product-content{order:1;display:flex;flex-direction:column;margin-bottom:0}.dual-column .product-content h2{font-size:1.8rem;color:var(--white);margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.dual-column .product-content p{font-size:1rem;line-height:1.6;color:var(--white);margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);width:100%;text-align:left;padding:0}.dual-column .product-content .product-button-group{margin-bottom:2rem}.dual-column img{order:2;max-width:70%;height:auto;margin:0 auto;display:block}.toplink-image{max-width:80%!important;width:80%!important;position:static;margin:0 auto;display:block;transform:none;z-index:10}.product-content h2{font-size:1.8rem;color:var(--white);margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.product-content p{font-size:1rem;line-height:1.6;color:var(--white);margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);width:100%;text-align:left;padding:0}.dual-column .product-content p{width:100%;max-width:100%}.dual-column:first-child .product-content p{width:100%!important;max-width:100%!important}.dual-column:last-child .product-content p{width:100%!important;max-width:100%!important}.product-button-group{flex-direction:column;gap:.8rem;align-items:center}.product-button-group button{width:100%;max-width:200px}}@media screen and (max-width:480px){.nav-container{padding:.5rem 1rem}.nav-logo .logo{height:35px}.hero-main{height:auto;min-height:60vh;padding:1rem .5rem;overflow:visible}.hero-split-container{height:auto;min-height:50vh;max-height:none}.hero-dual{padding:.5rem}.pulser-page .hero-dual:first-of-type{margin-top:3rem;padding-top:1.5rem}.hero-main:first-of-type{min-height:110vh;height:auto!important;max-height:none!important;overflow:visible!important}.nav-menu{top:55px;padding:1rem 0}.nav-item{margin:.5rem 0}.submenu{margin-top:.25rem;padding:.5rem 0}.submenu-link{padding:.5rem 1rem;font-size:.85rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.8rem}.hero-text-content h1{font-size:1.6rem;white-space:normal;overflow:visible;color:var(--primary-orange);line-height:1.2;margin-bottom:1rem;margin-top:1rem}.hero-text-content h2{font-size:1.3rem;line-height:1.3;margin-bottom:1rem}.hero-text-content p{font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.hero-split{padding:4.5rem 1rem 1rem;min-height:70vh}#winc-section.hero-split{padding-top:0;margin-top:0}#winc-section .hero-text-content{padding-left:.5rem;padding-right:.5rem;text-align:center}.hero-split-container,.dual-container{gap:1.5rem;padding:.5rem}.dual-column{padding:1.5rem;min-height:auto;background:linear-gradient(135deg,var(--primary-orange),#e67e35)}.pulser-page .dual-column{background:transparent!important;color:var(--dark-gray)!important;text-align:left!important}.dual-column .product-content{order:1;display:flex;flex-direction:column;margin-bottom:0}.dual-column .product-content h2{font-size:1.5rem;color:var(--white);margin-bottom:1rem}.pulser-page .dual-column .product-content h2{color:var(--primary-orange)!important}.dual-column .product-content p{font-size:.9rem;margin-bottom:1.5rem;color:var(--white);width:100%;text-align:left;padding:0}.pulser-page .dual-column .product-content p{color:var(--dark-gray)!important}.dual-column .product-content .product-button-group{margin-bottom:1.5rem}.dual-column img{order:2;max-width:75%;margin:0 auto}.toplink-image{max-width:250%!important;width:250%!important;position:absolute;top:50%;left:50%;transform:translate(-75%,-50%);z-index:5}.product-content h2{font-size:1.5rem;color:var(--white)}.pulser-page .product-content h2{color:var(--primary-orange)!important}.product-content p{font-size:.9rem;margin-bottom:1.5rem;color:var(--white);width:100%;text-align:left;padding:0}.pulser-page .product-content p{color:var(--dark-gray)!important}.dual-column .product-content p{width:100%;max-width:100%}.dual-column:first-child .product-content p{width:100%!important;max-width:100%!important}.dual-column:last-child .product-content p{width:100%!important;max-width:100%!important}.pulser-image,.isolink-image,.toplink-image,.winc-image,.winc-dual-image,.mudlink-image{max-width:100%;margin-top:0;display:block;position:static!important;transform:none!important;opacity:1!important;animation:none!important}.button-group button,.button-group .cta-button,.product-button-group button{font-size:.9rem;padding:12px 20px;max-width:250px}.product-button-group{flex-direction:column;gap:.8rem;width:100%;margin-top:1rem}.cta-button{padding:12px 25px;font-size:.9rem}.pulser-page .download-pdf-btn{top:4.5rem;right:1rem;width:auto;padding:.8rem 1.2rem;font-size:.8rem}.nav-menu{top:60px}.button-group button,.product-button-group button{font-size:.9rem;padding:12px 20px}.dual-container{height:auto;min-height:50vh}.dual-column{padding:1rem;min-height:25vh}.spec-category{padding:1rem;margin-bottom:1rem}.spec-category h3{font-size:1.2rem;text-align:left;margin-bottom:.75rem;padding-bottom:.5rem}.spec-item{padding:.75rem;margin-bottom:.5rem}.spec-label{font-size:.85rem}.spec-value{font-size:.95rem;font-weight:600}.hero-content p{font-size:1rem}.pdf-button{background:linear-gradient(135deg,var(--primary-orange),#e67e35);color:#fff;border:2px solid var(--primary-orange);padding:12px 25px;font-size:1rem;border-radius:8px;box-shadow:0 4px 15px #db66274d}.pdf-button:hover{background:linear-gradient(135deg,#e67e35,var(--primary-orange));transform:translateY(-2px);box-shadow:0 6px 20px #db662766}.button-group{flex-direction:column;gap:.8rem;width:100%;max-width:100%}.button-group button{width:100%;max-width:250px}.dual-column{padding:.5rem}.product-content h2{font-size:1.8rem}.product-content p{font-size:1rem}.product-button-group{flex-direction:column;gap:.6rem;width:100%}.product-button-group button{width:100%;max-width:180px;font-size:.9rem;padding:10px 20px}.pulser-image,.isolink-image,.toplink-image,.conversionlink-image,.winc-image,.winc-dual-image,.mudlink-image{max-width:95%!important;width:auto!important;height:auto;margin:0 auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));position:static!important;transform:none!important;opacity:1!important;animation:none!important}}@media screen and (max-width:480px){.social-links{flex-direction:column;gap:1rem;align-items:center}.footer-links{margin-bottom:.5rem}}.contact-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:80vh}.region-selection{text-align:center;margin-bottom:60px;padding:40px 20px;scroll-margin-top:80px}.region-selection h2{color:#28489a;font-size:2.5rem;font-weight:700;margin-bottom:10px}.region-selection p{color:#64748b;font-size:1.1rem;margin-bottom:30px}.region-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.region-btn{display:flex;align-items:center;gap:10px;padding:15px 25px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#475569;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;text-decoration:none;outline:none}.region-btn:hover{border-color:#28489a;color:#28489a;transform:translateY(-2px);box-shadow:0 4px 12px #28489a26}.region-btn.active{background:#28489a;border-color:#28489a;color:#fff;box-shadow:0 4px 12px #28489a40}.region-btn img{width:24px;height:auto;border-radius:2px}.region-btn i{font-size:1.2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto}.contact-form-container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.contact-form-container h2{color:#28489a;font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center}.form-row{display:flex;gap:20px;margin-bottom:25px}.form-group{margin-bottom:25px}.form-group.half-width{flex:1;margin-bottom:0}.form-group label{display:block;color:#374151;font-weight:600;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease;background:#fafafa;outline:none;scroll-margin-top:100px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#28489a;background:#fff;box-shadow:0 0 0 3px #28489a1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;background:linear-gradient(135deg,#28489a,#1e3a8a);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;outline:none;text-decoration:none}.submit-btn:hover{background:linear-gradient(135deg,#1e3a8a,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #28489a40}.submit-btn:active{transform:translateY(0)}.office-info-container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.office-info-container h2{color:#28489a;font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center}.office-info{display:none}.office-info.active{display:block}.office-info h3{color:#db6627;font-size:1.5rem;font-weight:600;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #f1f5f9}.office-details{display:flex;flex-direction:column;gap:20px}.office-item{display:flex;align-items:flex-start;gap:15px;padding:15px;background:#f8fafc;border-radius:8px;border-left:4px solid #28489A}.office-item i{color:#28489a;font-size:1.2rem;margin-top:2px;min-width:20px}.office-item strong{color:#374151;font-weight:600}.office-item div{line-height:1.6;color:#475569}@media(min-width:769px)and (max-width:1024px){.spec-label{flex:none;text-align:left;padding-right:.5rem;width:auto}.spec-item{flex-direction:column;align-items:flex-start;gap:.5rem}.spec-value{text-align:left}}@media(max-width:768px){.contact-section{padding:60px 0}.region-selection{padding:30px 15px;margin-bottom:40px;scroll-margin-top:70px}.region-selection h2{font-size:2rem;text-align:center}.region-buttons{flex-direction:column;align-items:center;max-width:300px;margin:0 auto}.region-btn{width:100%;justify-content:center}.contact-grid{grid-template-columns:1fr;gap:40px;padding:0 20px}.contact-form-container,.office-info-container{padding:30px 20px}.contact-form-container h2,.office-info-container h2{font-size:1.5rem;text-align:center}.form-row{flex-direction:column;gap:0}.form-group.half-width{margin-bottom:25px}.office-item{flex-direction:column;text-align:center;gap:10px}.office-item i{align-self:center}.office-item>div{text-align:center;width:100%}.office-info h3{text-align:center}}@keyframes formHighlight{0%{box-shadow:0 10px 30px #0000001a}50%{box-shadow:0 10px 30px #28489a4d;transform:scale(1.02)}to{box-shadow:0 10px 30px #0000001a;transform:scale(1)}}@keyframes regionHighlight{0%{transform:scale(1);background:transparent}50%{transform:scale(1.02);background:#28489a0d;border-radius:16px}to{transform:scale(1);background:transparent}}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.leadership-section{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:80vh;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.section-header h2{color:#28489a;font-size:3rem;font-weight:700;margin-bottom:20px}.section-subtitle{color:#db6627;font-size:1.3rem;font-weight:600;margin-bottom:25px}.section-description{color:#64748b;font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}.leader-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease;display:flex!important;flex-direction:column!important;gap:20px;align-items:flex-start;width:100%;box-sizing:border-box}.leader-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #28489a26}.leader-header{display:flex!important;flex-direction:column;align-items:center;width:100%;flex-shrink:0;gap:15px}.leader-name-row{display:grid;grid-template-columns:auto auto;gap:20px;align-items:center;justify-content:center}.leader-image{flex-shrink:0}.leader-avatar{width:80px;height:80px;background:linear-gradient(135deg,#28489a,#1e3a8a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 8px 20px #28489a40;padding:20px}.leader-avatar img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.leader-info{text-align:center;width:100%}.leader-name{color:#28489a;font-size:1.8rem;font-weight:700;margin-bottom:0;text-align:left}.leader-name-container{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.engineering-designation{font-size:.85rem;font-weight:500;color:#64748b;margin:0;font-family:Inter,sans-serif;letter-spacing:.5px;background:none;background-color:transparent}.leader-title{color:#db6627;font-size:1.1rem;font-weight:600;margin-bottom:0;text-align:center}.leader-description{color:#475569;font-size:1rem;line-height:1.6;margin:0;width:100%}.leader-expertise{display:flex;flex-wrap:wrap;gap:8px}.expertise-tag{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0}.values-section{margin-top:80px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto;padding:0 20px}.value-card{background:#fff;border-radius:12px;padding:30px;text-align:center;box-shadow:0 5px 15px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.value-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #28489a26}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,#28489a,#1e3a8a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.8rem}.value-card h3{color:#28489a;font-size:1.3rem;font-weight:600;margin-bottom:15px}.value-card p{color:#64748b;font-size:.95rem;line-height:1.6}@media(max-width:768px){.leadership-section{padding:120px 0 60px}.section-header h2{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.section-description{font-size:1rem;padding:0 20px}.leadership-grid{grid-template-columns:1fr;gap:30px;padding:0 15px}.leader-card{flex-direction:column;text-align:left;padding:30px 25px;gap:20px;align-items:flex-start}.leader-header{display:flex;gap:20px;align-items:flex-start;width:100%}.leader-image{margin-top:8px}.leader-avatar{width:60px;height:60px;font-size:1.5rem;margin:0;flex-shrink:0}.leader-info{flex:1;width:100%}.leader-name{font-size:1.5rem}.leader-title{font-size:1rem;margin-bottom:0}.leader-description{width:100%;margin-top:0;margin-bottom:0}.leader-expertise{justify-content:flex-start}.values-section{margin-top:60px}.values-grid{grid-template-columns:1fr;gap:25px;padding:0 15px}.value-card{padding:25px 20px}.value-icon{width:60px;height:60px;font-size:1.5rem}}@media screen and (max-width:767px){body.menu-open{overflow:hidden;position:fixed;width:100%;height:100%;-webkit-overflow-scrolling:touch}}body{-webkit-overflow-scrolling:touch}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}*{-webkit-tap-highlight-color:transparent}button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}main,section,article,div:not(.nav-menu):not(.hamburger){touch-action:auto}@supports (-webkit-touch-callout: none){body.menu-open{position:fixed;inset:0}}@media screen and (max-width:767px){@supports (-webkit-touch-callout: none){.nav-menu.active{height:100vh;height:-webkit-fill-available}}}.comparison-graph{display:flex;justify-content:center;align-items:center;margin:1.5rem 0;padding:1rem;background:#ffffff1a;border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.performance-chart{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.performance-chart:hover{transform:scale(1.02);box-shadow:0 8px 24px #0006}.chart-placeholder{text-align:center;padding:3rem 1rem;color:#fffc;border:2px dashed rgba(255,255,255,.3);border-radius:8px;background:#ffffff0d}.chart-placeholder p{margin:.5rem 0;font-size:1.1rem;font-weight:600}.placeholder-text{font-size:.9rem!important;font-weight:400!important;color:#fff9!important}@media(min-width:1024px){.pulser-specs-container{max-width:1200px;margin:2rem auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pulser-specs-container .spec-category{background:#ffffff1a;border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.pulser-specs-container .spec-item{background:#ffffff0d;border-radius:8px;padding:.75rem;margin-bottom:.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.pulser-specs-container .spec-item:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.pulser-specs-container .spec-label{font-size:.9rem;font-weight:600;color:#ffffffe6;flex:0 0 250px;text-align:right;padding-right:1rem}.pulser-specs-container .spec-value{font-size:1rem;font-weight:700;color:var(--primary-orange);text-align:right;flex:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}}@media(min-width:768px)and (max-width:1023px){.pulser-specs-container{max-width:800px;margin:2rem auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.pulser-specs-container .spec-category{background:#ffffff1a;border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003}.pulser-specs-container .spec-category:nth-child(3){grid-column:1 / -1;max-width:400px;margin:0 auto}}@media(max-width:767px){.pulser-specs-container{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}}:focus-visible{outline:3px solid var(--primary-blue);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:2000;background:var(--primary-blue);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 6px;font-weight:600;text-decoration:none}.skip-link:focus{left:0}.leader-title,.section-subtitle{color:#b5501a}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
