*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;margin:0}#root{min-height:100vh}html,body{overflow-x:hidden}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,textarea,select{font-family:inherit;font-size:inherit}button,a,input,textarea,select{transition:all .3s}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--yellow);background:linear-gradient(#000000f2 0%,#000000e6 100%);position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{cursor:pointer;align-items:center;gap:1rem;transition:transform .3s;display:flex}.logo:hover{transform:scale(1.02)}.logo-image{object-fit:contain;flex-shrink:0;width:48px;height:48px}.logo-text{flex-direction:column;display:flex}.logo-name{color:var(--yellow);text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:800;line-height:1.2}.logo-tagline{color:var(--grey-light);text-transform:uppercase;letter-spacing:2px;font-size:.7rem}.nav{align-items:center;display:flex}.nav-list{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;position:relative}.nav-link:after{content:"";background:var(--yellow);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--yellow)}.nav-link:hover:after,.nav-link.active:after{width:80%}.header-actions{align-items:center;gap:1rem;display:flex}.call-btn{background:var(--yellow);color:var(--black);border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.call-btn svg{width:18px;height:18px}.call-btn:hover{background:var(--yellow-light);transform:translateY(-2px);box-shadow:0 4px 15px #ffc8004d}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--yellow);width:25px;height:3px;transition:all .3s}@media (width<=1024px){.header-container{padding:1rem}.logo-name{font-size:1rem}.nav-link{padding:.5rem .75rem;font-size:.8rem}}@media (width<=768px){.mobile-menu-btn{display:flex}.nav{background:var(--black);opacity:0;visibility:hidden;border-bottom:2px solid var(--yellow);padding:2rem;transition:all .3s;position:fixed;top:80px;left:0;right:0;transform:translateY(-100%)}.nav.nav-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-list{flex-direction:column;gap:0}.nav-link{text-align:center;border-bottom:1px solid var(--grey-dark);width:100%;padding:1rem;display:block}.nav-link:after,.call-btn span{display:none}.call-btn{padding:.75rem}}.hero{background-color:var(--black);background-image:url(/Desktop%20Hero%20Pun.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;padding:120px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero-inner{z-index:2;grid-template-columns:minmax(0,800px) minmax(420px,560px);justify-content:space-between;align-items:center;gap:clamp(2rem,4vw,5rem);width:min(100%,1500px);margin:0 auto;display:grid;position:relative}.hero-overlay{pointer-events:none;background:linear-gradient(90deg,#000000f0 0%,#000000db 38%,#00000073 68%,#0000002e 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero-wheel-stage{aspect-ratio:1;pointer-events:none;isolation:isolate;justify-self:end;place-items:center;width:clamp(420px,36vw,560px);display:grid;position:relative}.hero-wheel-glow{z-index:-1;filter:blur(28px);opacity:.7;background:radial-gradient(circle,#ff8a0057 0%,#ff6a0029 42%,#0000 72%);border-radius:50%;position:absolute;inset:15%}.hero-wheel{object-fit:contain;transform-origin:50%;will-change:transform;filter:drop-shadow(0 22px 34px #0000009e);width:100%;height:100%}.wheel-loading .hero-wheel{animation:1.5s linear infinite wheelSpin}.wheel-loading .hero-wheel-glow{animation:1.5s ease-in-out infinite wheelGlow}.wheel-settling .hero-wheel{animation:5s cubic-bezier(.2,.65,.35,1) infinite wheelSpin}.wheel-settling .hero-wheel-glow{animation:3s ease-in-out infinite wheelGlow}.wheel-idle .hero-wheel{animation:18s linear infinite wheelSpin}.hero-badge{border:1px solid var(--yellow);background:#ffc8001a;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;animation:.6s fadeInUp;display:inline-flex}.badge-icon{width:24px;height:24px;color:var(--yellow)}.badge-icon svg{width:100%;height:100%}.hero-badge span:last-child{color:var(--yellow);letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:600}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1;animation:.6s .1s both fadeInUp}.hero-title .highlight{color:var(--yellow);display:block}.hero-subtitle{color:var(--grey-light);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7;animation:.6s .2s both fadeInUp}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;animation:.6s .3s both fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn svg{width:20px;height:20px}.btn-primary{background:var(--yellow);color:var(--black)}.btn-primary:hover{background:var(--yellow-light);transform:translateY(-3px);box-shadow:0 8px 25px #ffc8004d}.btn-secondary{color:var(--white);border:2px solid var(--yellow);background:0 0}.btn-secondary:hover{background:var(--yellow);color:var(--black);transform:translateY(-3px)}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-3px);box-shadow:0 8px 25px #25d3664d}.hero-trust{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;animation:.6s .4s both fadeInUp;display:flex}.trust-item{color:var(--grey-light);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.trust-item svg{width:20px;height:20px;color:var(--yellow)}.hero-service{color:var(--grey-light);border-left:3px solid var(--yellow);background:#ffc8000d;margin-bottom:2rem;padding:1rem;font-size:1rem;line-height:1.7;animation:.6s .5s both fadeInUp}.hero-service strong{color:var(--white)}.hero-applications{flex-wrap:wrap;align-items:center;gap:1rem;animation:.6s .6s both fadeInUp;display:flex}.applications-label{color:var(--grey-light);font-size:.9rem;font-weight:600}.application-tags{flex-wrap:wrap;gap:.5rem;display:flex}.application-tags span{color:var(--yellow);background:#ffc8001a;border:1px solid #ffc8004d;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wheelSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wheelGlow{0%,to{opacity:.55;transform:scale(.94)}50%{opacity:.9;transform:scale(1.04)}}@media (width<=1280px){.hero-inner{grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:1.5rem}.hero-content{max-width:700px}.hero-wheel-stage{width:clamp(360px,35vw,440px)}.hero-title{font-size:3rem}}@media (width<=1024px){.hero{background-image:url(/Hero%20Tablet%20Pun.png);background-position:50%;padding:100px 1.5rem 60px}.hero-inner{grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:1.5rem}.hero-content{max-width:650px}.hero-wheel-stage{width:clamp(340px,39vw,420px)}.hero-overlay{background:#000000b8}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}@media (width<=768px){.hero{background-image:url(/Hero%20Phone%20pun.png);background-position:bottom;padding:80px 1rem 40px}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-content{max-width:none}.hero-wheel-stage{justify-self:center;width:clamp(240px,78vw,330px)}.hero-overlay{background:linear-gradient(#000000e0 0%,#000000c2 58%,#00000094 100%)}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.btn{justify-content:center;width:100%}.hero-trust{flex-direction:column;gap:1rem}.hero-applications{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.wheel-loading .hero-wheel,.wheel-settling .hero-wheel,.wheel-idle .hero-wheel,.wheel-loading .hero-wheel-glow,.wheel-settling .hero-wheel-glow{animation:none}.hero-wheel{will-change:auto}}.about{background:var(--white);padding:100px 2rem}.about .container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.section-title{color:var(--black);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.about-content{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.about-text{flex-direction:column;gap:1.5rem;display:flex}.about-intro{color:var(--black);font-size:1.25rem;font-weight:600;line-height:1.7}.about-description{color:var(--grey);font-size:1rem;line-height:1.8}.about-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--grey-lighter);border:2px solid #0000;padding:1.5rem;transition:all .3s}.feature-card:hover{border-color:var(--yellow);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{background:var(--yellow);justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.feature-icon svg{width:24px;height:24px;color:var(--black)}.feature-card h3{color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--grey);font-size:.9rem;line-height:1.6}.about-stats{background:var(--black);grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem;display:grid}.stat-item{text-align:center}.stat-number{color:var(--yellow);margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1;display:block}.stat-label{color:var(--grey-light);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}@media (width<=1024px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about{padding:60px 1rem}.section-title{font-size:2rem}.about-features{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 1rem}.stat-number{font-size:2.5rem}}.products{background:var(--black);padding:100px 2rem}.products .container{max-width:1400px;margin:0 auto}.products .section-header{text-align:center;margin-bottom:4rem}.products .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.products .section-title{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.products .section-subtitle{color:var(--grey-light);max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem}.products .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.products-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.product-card{background:var(--grey-darkest);border:2px solid var(--grey-dark);cursor:pointer;transition:all .3s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--yellow);transform:translateY(-8px);box-shadow:0 20px 40px #ffc80026}.product-badge{background:var(--yellow);color:var(--black);z-index:2;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-image{background:var(--black);border-bottom:3px solid var(--yellow);justify-content:center;align-items:center;height:220px;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%}.product-info{padding:1.5rem}.product-category{color:var(--yellow);text-transform:uppercase;letter-spacing:1px;background:#ffc8001a;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.product-name{color:var(--white);margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.3}.product-model{color:var(--grey-light);margin-bottom:1rem;font-size:.9rem}.product-specs{background:#0000004d;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;display:flex}.spec-item{justify-content:space-between;font-size:.85rem;display:flex}.spec-label{color:var(--grey-light)}.spec-value{color:var(--white);font-weight:600}.information-note{color:var(--yellow);border-left:3px solid var(--yellow);background:#ffc8001a;margin-bottom:1rem;padding:.75rem;font-size:.95rem;font-weight:800}.product-actions{gap:.75rem;display:flex}.btn-view{background:var(--yellow);color:var(--black);cursor:pointer;border:none;flex:1;padding:.75rem 1rem;font-weight:700;transition:all .3s}.btn-view:hover{background:var(--yellow-light)}.btn-whatsapp-small{background:#25d366;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.btn-whatsapp-small svg{color:#fff;width:24px;height:24px}.btn-whatsapp-small:hover{background:#128c7e;transform:scale(1.1)}@media (width<=768px){.products{padding:60px 1rem}.products .section-title{font-size:2rem}.products-grid{grid-template-columns:1fr}}.packages{background:var(--grey-darkest);padding:100px 2rem}.packages .container{max-width:1400px;margin:0 auto}.packages .section-header{text-align:center;margin-bottom:4rem}.packages .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.packages .section-title{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.packages .section-subtitle{color:var(--grey-light);max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem}.packages .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.packages-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;display:grid}.package-card{background:var(--black);border:2px solid var(--grey-dark);transition:all .3s;position:relative}.package-card:hover{border-color:var(--yellow);transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.package-card.featured{border-color:var(--yellow);box-shadow:0 0 30px #ffc80033}.featured-badge{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:1px;padding:.5rem 1.5rem;font-size:.8rem;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.package-header{border-bottom:1px solid var(--grey-dark);padding:2rem 1.5rem 1.5rem}.package-title{color:var(--yellow);margin-bottom:1rem;font-size:1.3rem;font-weight:800}.package-gallery{background:var(--grey-dark);border-bottom:1px solid var(--grey-dark);grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:1px;display:grid}.package-gallery-item{background:var(--black);height:112px;margin:0;position:relative;overflow:hidden}.package-gallery-item img{object-fit:contain;width:100%;height:100%}.package-gallery-item figcaption{background:var(--black);color:var(--yellow);padding:.2rem .4rem;font-size:.68rem;font-weight:800;position:absolute;bottom:.35rem;right:.35rem}.package-ideal,.package-space{color:var(--grey-light);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.package-ideal svg,.package-space svg{flex-shrink:0;width:16px;height:16px}.package-items{background:#ffc80008;padding:1.5rem}.package-items h4{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.package-items ul{margin:0;padding:0;list-style:none}.package-items li{border-bottom:1px solid #ffffff0d;grid-template-columns:auto 1fr;gap:.75rem;padding:.5rem 0;font-size:.85rem;display:grid}.package-items li:last-child{border-bottom:none}.item-qty{color:var(--yellow);font-weight:600}.item-name{color:var(--white)}.package-totals{border-bottom:1px solid var(--grey-dark);gap:2rem;padding:1rem 1.5rem;display:flex}.total-row{gap:.5rem;font-size:.85rem;display:flex}.total-row span:first-child{color:var(--grey-light)}.total-row span:last-child{color:var(--white);font-weight:600}.package-information-note{color:var(--yellow);border-bottom:1px solid var(--grey-dark);background:#ffc80014;padding:1.5rem;font-weight:800}.package-tip{border-bottom:1px solid var(--grey-dark);background:#ffc8000d;gap:.75rem;padding:1.5rem;display:flex}.package-tip svg{width:20px;height:20px;color:var(--yellow);flex-shrink:0;margin-top:2px}.package-tip p{color:var(--grey-light);margin:0;font-size:.85rem;line-height:1.6}.package-actions{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.btn-quote{background:var(--yellow);width:100%;color:var(--black);text-align:center;padding:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.btn-quote:hover{background:var(--yellow-light);transform:translateY(-2px)}.btn-packages{width:100%;color:var(--white);border:2px solid var(--grey-dark);cursor:pointer;background:0 0;padding:.75rem;font-weight:600;transition:all .3s}.btn-packages:hover{border-color:var(--yellow);color:var(--yellow)}@media (width<=768px){.packages{padding:60px 1rem}.packages .section-title{font-size:2rem}.packages-grid{grid-template-columns:1fr}.package-gallery-item{height:96px}}.glue-section{background:var(--white);padding:100px 2rem}.glue-section .container{max-width:1200px;margin:0 auto}.glue-header{text-align:center;margin-bottom:3rem}.glue-section .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.glue-section .section-title{color:var(--black);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.glue-section .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.glue-main{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.glue-info{flex-direction:column;gap:2rem;display:flex}.glue-intro{color:var(--grey);font-size:1.1rem;line-height:1.8}.glue-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.glue-features .feature{background:var(--grey-lighter);gap:1rem;padding:1rem;transition:all .3s;display:flex}.glue-features .feature:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.glue-features .feature svg{width:24px;height:24px;color:var(--yellow);flex-shrink:0}.glue-features .feature h4{color:var(--black);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.glue-features .feature p{color:var(--grey);margin:0;font-size:.85rem}.glue-specs h3{color:var(--black);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.specs-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.spec-card{background:var(--grey-lighter);text-align:center;padding:1rem}.spec-card .spec-label{color:var(--grey);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem;display:block}.spec-card .spec-value{color:var(--black);font-size:1rem;font-weight:700;display:block}.glue-output{flex-direction:column;display:flex}.glue-output h3{color:var(--black);text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.output-cards{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.output-card{background:var(--grey-darkest);align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.output-card:hover{border-left:4px solid var(--yellow);transform:translate(10px)}.output-icon{background:var(--yellow);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.output-icon svg{width:28px;height:28px;color:var(--black)}.output-card h4{color:var(--white);flex:1;font-size:1rem;font-weight:700}.output-value{color:var(--yellow);font-size:1.2rem;font-weight:900}.output-unit{color:var(--grey-light);text-align:right;font-size:.75rem;display:block}.glue-information-note{background:var(--yellow);text-align:center;margin-top:auto;padding:1.5rem}.info-label{color:var(--black);opacity:.8;margin-bottom:.25rem;font-size:.85rem;display:block}.info-value{color:var(--black);margin-bottom:1rem;font-size:1.5rem;font-weight:900;display:block}.btn-enquire{background:var(--black);color:var(--yellow);padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-enquire:hover{background:var(--grey-darkest);transform:translateY(-2px)}.glue-note{background:var(--grey-lighter);border-left:4px solid var(--yellow);gap:1rem;margin-top:3rem;padding:1.5rem;display:flex}.glue-note svg{width:24px;height:24px;color:var(--yellow);flex-shrink:0}.glue-note p{color:var(--grey);margin:0;font-size:.9rem;line-height:1.6}.glue-note strong{color:var(--black)}@media (width<=1024px){.glue-main{grid-template-columns:1fr;gap:3rem}.glue-features{grid-template-columns:1fr}}@media (width<=768px){.glue-section{padding:60px 1rem}.glue-section .section-title{font-size:2rem}.specs-grid{grid-template-columns:1fr}.output-card{text-align:center;flex-wrap:wrap}.output-card h4,.output-value,.output-unit{text-align:center;width:100%}}.training{background:var(--black);padding:100px 2rem}.training .container{max-width:1200px;margin:0 auto}.training .section-header{text-align:center;margin-bottom:3rem}.training .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.training .section-title{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.training .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.training-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.training-intro p{color:var(--grey-light);font-size:1.15rem;line-height:1.8}.training-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.training-card{background:var(--grey-darkest);border:2px solid var(--grey-dark);padding:2rem;transition:all .3s}.training-card:hover{border-color:var(--yellow);transform:translateY(-5px)}.card-icon{background:var(--yellow);justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.card-icon svg{width:28px;height:28px;color:var(--black)}.training-card h3{color:var(--white);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.training-card p{color:var(--grey-light);font-size:.95rem;line-height:1.7}.training-cta{background:linear-gradient(135deg, var(--grey-dark) 0%, var(--grey-darkest) 100%);text-align:center;border:2px solid var(--yellow);padding:3rem}.training-cta h3{color:var(--yellow);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.training-cta p{color:var(--grey-light);margin-bottom:2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-call,.btn-whatsapp{align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-call{background:var(--yellow);color:var(--black)}.btn-call svg{width:20px;height:20px}.btn-call:hover{background:var(--yellow-light);transform:translateY(-3px)}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-3px)}@media (width<=1024px){.training-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.training{padding:60px 1rem}.training .section-title{font-size:2rem}.training-grid{grid-template-columns:1fr}.training-cta{padding:2rem 1rem}.cta-buttons{flex-direction:column}.btn-call,.btn-whatsapp{justify-content:center;width:100%}}.faq{background:var(--grey-darkest);padding:100px 2rem}.faq .container{max-width:900px;margin:0 auto}.faq .section-header{text-align:center;margin-bottom:3rem}.faq .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.faq .section-title{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.faq .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.faq-list{margin-bottom:3rem}.faq-item{background:var(--black);border:2px solid var(--grey-dark);margin-bottom:1rem;transition:all .3s;overflow:hidden}.faq-item:hover,.faq-item.open{border-color:var(--yellow)}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.faq-question span{color:var(--white);padding-right:1rem;font-size:1.1rem;font-weight:700}.faq-question svg{width:24px;height:24px;color:var(--yellow);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--grey-light);margin:0;font-size:1rem;line-height:1.8}.faq-contact{background:var(--black);text-align:center;border:2px solid var(--yellow);padding:2.5rem}.faq-contact h3{color:var(--yellow);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.faq-contact p{color:var(--grey-light);margin-bottom:2rem;font-size:1rem;line-height:1.7}.contact-options{justify-content:center;gap:1rem;display:flex}.contact-btn{align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-btn svg{width:20px;height:20px}.contact-btn:first-child{background:var(--yellow);color:var(--black)}.contact-btn:first-child:hover{background:var(--yellow-light);transform:translateY(-2px)}.contact-btn.whatsapp{color:var(--white);background:#25d366}.contact-btn.whatsapp:hover{background:#128c7e;transform:translateY(-2px)}@media (width<=768px){.faq{padding:60px 1rem}.faq .section-title{font-size:2rem}.faq-question span{font-size:1rem}.contact-options{flex-direction:column}.contact-btn{justify-content:center;width:100%}}.contact{background:var(--white);padding:100px 2rem}.contact .container{max-width:1200px;margin:0 auto}.contact .section-header{text-align:center;margin-bottom:3rem}.contact .section-tag{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.contact .section-title{color:var(--black);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.contact .section-line{background:var(--yellow);width:80px;height:4px;margin:0 auto}.contact-content{grid-template-columns:1fr 1.2fr;gap:3rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.info-card{background:var(--black);padding:2rem}.info-card h3{color:var(--yellow);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.info-card>p{color:var(--grey-light);margin-bottom:2rem;font-size:1rem;line-height:1.7}.info-items{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.info-item{gap:1rem;display:flex}.info-icon{background:var(--yellow);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.info-icon svg{width:24px;height:24px;color:var(--black)}.info-item h4{color:var(--white);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.info-item p{color:var(--grey-light);margin:0;font-size:.9rem;line-height:1.6}.info-item a{color:var(--yellow);font-weight:600;text-decoration:none}.info-item a:hover{text-decoration:underline}.quick-actions{flex-direction:column;gap:.75rem;display:flex}.action-btn{justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.action-btn svg{width:20px;height:20px}.action-btn.call{background:var(--yellow);color:var(--black)}.action-btn.call:hover{background:var(--yellow-light)}.action-btn.whatsapp{color:var(--white);background:#25d366}.action-btn.whatsapp:hover{background:#128c7e}.action-btn.quote{color:var(--white);border:2px solid var(--grey-dark);background:0 0}.action-btn.quote:hover{border-color:var(--yellow);color:var(--yellow)}.map-embed{background:var(--grey-lighter);border:2px solid var(--grey);height:260px;overflow:hidden}.map-embed iframe{border:0;width:100%;height:100%;display:block}.contact-form-wrapper{background:var(--grey-lighter);padding:2rem}.contact-form-wrapper h3{color:var(--black);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--black);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--grey);background:var(--white);padding:.875rem 1rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--yellow);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--grey)}.radio-group{gap:1.5rem;display:flex}.radio-label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.radio-label input{width:18px;height:18px;accent-color:var(--yellow)}.radio-label span{color:var(--black);font-size:.95rem}.btn-submit{color:var(--white);cursor:pointer;background:#25d366;border:none;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.btn-submit svg{width:20px;height:20px}.btn-submit:hover{background:#128c7e;transform:translateY(-2px)}@media (width<=1024px){.contact-content{grid-template-columns:1fr}}@media (width<=768px){.contact{padding:60px 1rem}.contact .section-title{font-size:2rem}.form-row{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:.75rem}}.footer{background:var(--black);border-top:4px solid var(--yellow);padding:4rem 2rem 0}.footer .container{max-width:1200px;margin:0 auto}.footer-content{border-bottom:1px solid var(--grey-dark);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.footer-logo-image{object-fit:contain;flex-shrink:0;width:64px;height:64px}.footer-logo .logo-text{flex-direction:column;display:flex}.footer-logo .logo-name{color:var(--yellow);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:800;line-height:1.2}.footer-logo .logo-tagline{color:var(--grey-light);text-transform:uppercase;letter-spacing:2px;font-size:.7rem}.footer-brand>p{color:var(--grey-light);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-contact{flex-direction:column;gap:.75rem;display:flex}.contact-link{color:var(--grey-light);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.contact-link svg{width:18px;height:18px}.contact-link:hover{color:var(--yellow)}.contact-link.whatsapp{color:#25d366}.contact-link.whatsapp:hover{color:#128c7e}.footer-links h4,.footer-info h4{color:var(--yellow);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links button{color:var(--grey-light);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem;transition:color .3s}.footer-links button:hover{color:var(--yellow)}.footer-info address{font-style:normal}.footer-info p{color:var(--grey-light);margin-bottom:1rem;font-size:.9rem;line-height:1.7}.footer-info strong{color:var(--white)}.footer-info a{color:var(--yellow);font-weight:600;text-decoration:none}.footer-info a:hover{text-decoration:underline}.footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.footer-bottom p{color:var(--grey);margin:0;font-size:.85rem}.footer-slogan{color:var(--yellow);font-weight:600}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1;max-width:100%}}@media (width<=768px){.footer{padding:3rem 1rem 0}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:1}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.whatsapp-float{z-index:999;color:var(--white);background:#25d366;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-float svg{width:28px;height:28px}.whatsapp-float:hover{background:#128c7e;transform:scale(1.05);box-shadow:0 6px 25px #25d36680}.whatsapp-float span{font-size:.95rem}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}to{box-shadow:0 4px 20px #25d36666}}@media (width<=768px){.whatsapp-float{padding:.875rem 1.25rem;bottom:1.5rem;right:1.5rem}.whatsapp-float span{display:none}}.scroll-to-top{z-index:998;background:var(--yellow);width:48px;height:48px;color:var(--black);border:2px solid var(--black);opacity:0;visibility:hidden;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,visibility .25s,background-color .25s;display:flex;position:fixed;bottom:7.25rem;right:2rem;transform:translateY(12px);box-shadow:0 4px 16px #0000004d}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--yellow-light);transform:translateY(-2px)}.scroll-to-top svg{width:24px;height:24px}@media (width<=768px){.scroll-to-top{width:44px;height:44px;bottom:6.5rem;right:1.5rem}}@media (prefers-reduced-motion:reduce){.scroll-to-top{transition:none}}.modal-overlay{z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background:var(--black);border:2px solid var(--yellow);width:100%;max-width:900px;max-height:90vh;position:relative;overflow-y:auto}.modal-close{background:var(--grey-dark);cursor:pointer;z-index:10;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close svg{width:24px;height:24px;color:var(--white)}.modal-close:hover{background:var(--yellow)}.modal-close:hover svg{color:var(--black)}.modal-header{background:var(--grey-darkest);border-bottom:2px solid var(--yellow);z-index:5;padding:2rem;position:sticky;top:0}.modal-badge{background:var(--yellow);color:var(--black);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.modal-header h2{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.modal-model{color:var(--yellow);font-size:1rem;font-weight:600}.modal-body{padding:2rem}.modal-image{background:var(--black);border-bottom:3px solid var(--yellow);height:360px;margin-bottom:2rem;overflow:hidden}.modal-image img{object-fit:contain;width:100%;height:100%}.product-description{color:var(--grey-light);margin-bottom:2rem;font-size:1rem;line-height:1.7}.specs-section{margin-bottom:2rem}.specs-section h3,.efficiency-section h3,.output-section h3{color:var(--yellow);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.spec-row{border-bottom:1px solid var(--grey-dark);padding:.75rem 0;display:flex}.spec-row.full-width{flex-direction:column;gap:.25rem}.spec-label{color:var(--grey-light);min-width:180px;font-weight:600}.spec-value{color:var(--white);flex:1}.efficiency-section,.output-section{background:#ffc8000d;margin-bottom:2rem;padding:1rem}.efficiency-section ul,.output-section ul{margin:0;padding:0;list-style:none}.efficiency-section li,.output-section li{color:var(--grey-light);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:.95rem}.efficiency-section li:last-child,.output-section li:last-child{border-bottom:none}.modal-footer{background:var(--grey-darkest);border-top:2px solid var(--yellow);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.information-submission-note{text-align:center;background:#ffc80014;border:1px solid #ffc80047;padding:1rem}.information-submission-note span{color:var(--yellow);margin-bottom:.35rem;font-size:1.2rem;font-weight:800;display:block}.information-submission-note small{color:var(--grey-light);font-size:.9rem;display:block}.modal-actions{gap:1rem;display:flex}.btn-whatsapp,.btn-compare{flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.btn-whatsapp{color:var(--white);background:#25d366}.btn-whatsapp svg{width:20px;height:20px}.btn-whatsapp:hover{background:#128c7e}.btn-compare{color:var(--white);border:2px solid var(--grey-dark);cursor:pointer;background:0 0}.btn-compare:hover{border-color:var(--yellow);color:var(--yellow)}@media (width<=768px){.modal-overlay{padding:0}.modal-content{border:none;max-height:100vh}.modal-header,.modal-body{padding:1.5rem}.modal-header h2{padding-right:3rem;font-size:1.25rem}.spec-row{flex-direction:column;gap:.25rem}.spec-label{min-width:auto}.modal-actions{flex-direction:column}.modal-footer{padding:1.5rem}}.loading-screen{z-index:10000;background:var(--black);opacity:1;visibility:visible;place-items:center;min-height:100vh;padding:2rem;transition:opacity .6s,visibility .6s;display:grid;position:fixed;inset:0;overflow:hidden}.loading-screen-exiting{opacity:0;visibility:hidden;pointer-events:none}.loading-screen-glow{aspect-ratio:1;filter:blur(32px);background:radial-gradient(circle,#ff8a0033 0%,#ff6a0014 42%,#0000 70%);border-radius:50%;width:min(70vw,680px);animation:1.5s ease-in-out infinite loadingGlow;position:absolute}.loading-screen-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(100%,640px);display:flex;position:relative}.loading-wheel{aspect-ratio:1;object-fit:contain;transform-origin:50%;will-change:transform;filter:drop-shadow(0 20px 36px #000000bf);width:clamp(230px,38vw,430px);margin-bottom:1.5rem;animation:1.5s linear infinite loadingWheelSpin}.loading-message span{color:var(--yellow);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.loading-message h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:900}.loading-message p{color:var(--grey-light);font-size:1rem}.loading-progress{background:var(--grey-dark);width:min(280px,72vw);height:3px;margin-top:1.75rem;overflow:hidden}.loading-progress span{background:var(--yellow);transform-origin:0;width:100%;height:100%;animation:6s linear forwards loadingProgress;display:block}@keyframes loadingWheelSpin{to{transform:rotate(360deg)}}@keyframes loadingGlow{0%,to{opacity:.55;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}@keyframes loadingProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=768px){.loading-screen{padding:1.5rem}.loading-wheel{width:clamp(220px,72vw,310px);margin-bottom:1.25rem}}@media (prefers-reduced-motion:reduce){.loading-wheel,.loading-screen-glow{will-change:auto;animation:none}}:root{--yellow:#ffb800;--yellow-light:#fc3;--black:#000;--white:#fff;--grey-darkest:#1a1a1a;--grey-dark:#333;--grey:#666;--grey-light:#999;--grey-lighter:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--grey-darkest)}::-webkit-scrollbar-thumb{background:var(--grey-dark);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}::selection{background:var(--yellow);color:var(--black)}:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}a{color:var(--yellow);text-decoration:none;transition:color .3s}a:hover{color:var(--yellow-light)}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.app{flex-direction:column;min-height:100vh;display:flex}.app main{flex:1}section{position:relative}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{margin-bottom:1rem}p:last-child{margin-bottom:0}@media (width<=768px){html{font-size:14px}.container{padding:0 1rem}}.text-center{text-align:center}.text-yellow{color:var(--yellow)}.text-white{color:var(--white)}.bg-black{background:var(--black)}.bg-dark{background:var(--grey-darkest)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.loading{justify-content:center;align-items:center;min-height:200px;display:flex}.loading:after{content:"";border:3px solid var(--grey-dark);border-top-color:var(--yellow);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
