*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",sans-serif;background:#0f172a;color:#f1f5f9;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;line-height:1.2}:root{--c-primary: #F05A28;--c-primary-dark: #D94E20;--c-primary-light: rgba(240, 90, 40, 0.12);--c-primary-border: rgba(240, 90, 40, 0.28);--c-bg: #0F172A;--c-surface: #1E293B;--c-surface-2: #243247;--c-border: #334155;--c-text: #F1F5F9;--c-text-muted: #94A3B8;--c-text-dim: #64748B;--c-white: #FFFFFF;--c-success: #22C55E;--c-whatsapp: #25D366;--r-sm: 8px;--r-md: 12px;--r-lg: 20px;--r-xl: 28px;--r-full: 9999px;--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.3);--shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.4);--shadow-primary: 0 4px 24px rgba(240, 90, 40, 0.35);--t-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--t-fast: all 0.15s ease;--max-w: 1280px;--header-h: 72px;--py: clamp(4rem, 8vw, 7rem)}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.section{padding-block:clamp(4rem,8vw,7rem)}.section-header{text-align:center;max-width:640px;margin-inline:auto;margin-bottom:clamp(2.5rem,5vw,4rem)}.tag{display:inline-flex;align-items:center;gap:.375rem;background:rgba(240,90,40,.12);color:#f05a28;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3125rem .875rem;border-radius:9999px;border:1px solid rgba(240,90,40,.28);margin-bottom:1rem}.section-title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:1rem}.section-subtitle{font-size:1.0625rem;color:#94a3b8;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Inter",sans-serif;font-size:.9375rem;font-weight:600;line-height:1;padding:.8125rem 1.625rem;border-radius:9999px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap;position:relative;overflow:hidden}.btn::after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.1);opacity:0;transition:all .15s ease}.btn:hover::after{opacity:1}.btn--sm{padding:.5625rem 1.125rem;font-size:.875rem}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.btn--primary{background:#f05a28;color:#fff;box-shadow:0 4px 24px rgba(240,90,40,.35)}.btn--primary:hover{background:#d94e20;box-shadow:0 8px 40px rgba(240,90,40,.5);transform:translateY(-2px)}.btn--ghost{background:rgba(0,0,0,0);color:#f1f5f9;border-color:#334155}.btn--ghost:hover{border-color:#f05a28;color:#f05a28;background:rgba(240,90,40,.12)}.btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 4px 16px rgba(37,211,102,.3)}.btn--whatsapp:hover{background:#1ebe5d;box-shadow:0 6px 28px rgba(37,211,102,.5);transform:translateY(-2px)}.header{position:fixed;inset:0 0 auto 0;z-index:1000;height:72px;display:flex;align-items:center;transition:background .4s ease,box-shadow .4s ease,border-color .4s ease;background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.header.is-scrolled{background:rgba(15,23,42,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:#334155;box-shadow:0 8px 24px rgba(0,0,0,.3)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{height:72px;width:auto;object-fit:contain}.header__nav ul{display:flex;align-items:center;gap:2rem}.header__nav a{font-size:.9375rem;font-weight:500;color:#94a3b8;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;padding-bottom:3px}.header__nav a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#f05a28;border-radius:1px;transition:width .3s ease}.header__nav a:hover,.header__nav a.active{color:#f1f5f9}.header__nav a:hover::after,.header__nav a.active::after{width:100%}.header__actions{display:flex;align-items:center;gap:.75rem}.header__burger{display:none;width:42px;height:42px;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#1e293b;border-radius:8px}.header__burger span{display:block;width:22px;height:2px;background:#f1f5f9;border-radius:1px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);transform-origin:center}.header__burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:72px;padding-bottom:5rem;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg-img{position:absolute;inset:0;background:url("../images/hero-bg.jpg") center/cover no-repeat;filter:brightness(0.35)}.hero__bg-gradient{position:absolute;inset:0;background:linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.5) 50%, rgba(240, 90, 40, 0.15) 100%)}.hero__shapes{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero__shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.hero__shape--1{width:600px;height:600px;background:#f05a28;top:-200px;right:-200px}.hero__shape--2{width:400px;height:400px;background:#3b82f6;bottom:-150px;left:-100px}.hero .container{position:relative;z-index:1}.hero__content{max-width:700px}.hero__watermark{position:absolute;left:50%;top:50%;transform:translate(-15%, -50%);font-family:"Poppins",sans-serif;font-size:clamp(10rem,26vw,34rem);font-weight:900;line-height:1;color:rgba(0,0,0,0);-webkit-text-stroke:1.5px rgba(240,90,40,.07);filter:drop-shadow(0 0 40px rgba(240, 90, 40, 0.18));letter-spacing:-0.04em;user-select:none;pointer-events:none;z-index:0;white-space:nowrap}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(240,90,40,.15);border:1px solid rgba(240,90,40,.4);color:#fed7aa;font-size:.8125rem;font-weight:600;padding:.4375rem 1rem;border-radius:9999px;margin-bottom:1.5rem}.hero__badge-pulse{width:8px;height:8px;background:#f05a28;border-radius:50%;animation:pulse 2s infinite}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05;letter-spacing:-0.03em;margin-bottom:1.5rem;color:#fff}.hero__title em{font-style:normal;background:linear-gradient(135deg, #F05A28, #fb923c);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:rgba(241,245,249,.8);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.hero__cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero__trust{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero__trust-item{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:rgba(241,245,249,.7);font-weight:500}.hero__trust-item svg{color:#f05a28;flex-shrink:0}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(241,245,249,.5);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;z-index:1;animation:bounce 2s ease-in-out infinite}.hero__scroll-mouse{width:22px;height:36px;border:2px solid rgba(241,245,249,.35);border-radius:11px;display:flex;justify-content:center;padding-top:6px}.hero__scroll-wheel{width:3px;height:6px;background:rgba(241,245,249,.5);border-radius:2px;animation:scroll-wheel 1.8s ease-in-out infinite}.hero__scroll-label{font-size:.6875rem}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.85)}}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(8px)}}.stats{background:#1e293b;border-top:1px solid #334155;border-bottom:1px solid #334155;padding-block:clamp(2rem,4vw,3.5rem)}.stats__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:0}.stats__item{text-align:center;padding:1.5rem 1rem;position:relative}.stats__item+.stats__item::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#334155}.stats__figure{display:flex;align-items:baseline;justify-content:center;gap:.125rem;margin-bottom:.5rem}.stats__number{font-family:"Poppins",sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#f05a28;line-height:1}.stats__suffix{font-family:"Poppins",sans-serif;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:#f05a28}.stats__label{font-size:.875rem;color:#94a3b8;font-weight:500}.equipment__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-bottom:3rem}.equipment__cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#1e293b;border:1px solid #334155;border-radius:20px;padding:2rem 2.5rem}.equipment__cta-text h3{font-size:1.25rem;font-weight:700;margin-bottom:.375rem}.equipment__cta-text p{color:#94a3b8;font-size:.9375rem}.eq-card{background:#1e293b;border:1px solid #334155;border-radius:20px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.eq-card:hover{border-color:#f05a28;transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.4),0 0 0 1px rgba(249,115,22,.1)}.eq-card{overflow:hidden;display:flex;flex-direction:column}.eq-card__visual{position:relative;overflow:hidden;aspect-ratio:4/3;background:#243247}.eq-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.eq-card:hover .eq-card__img{transform:scale(1.06)}.eq-card__overlay{position:absolute;inset:0;background:rgba(15,23,42,.75);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.eq-card:hover .eq-card__overlay{opacity:1}.eq-card__overlay-btn{display:inline-flex;align-items:center;gap:.5rem;background:#f05a28;color:#fff;font-size:.875rem;font-weight:600;padding:.625rem 1.375rem;border-radius:9999px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.eq-card__overlay-btn:hover{background:#d94e20;transform:translateY(-2px)}.eq-card__body{padding:1.375rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.eq-card__name{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.eq-card__desc{font-size:.875rem;color:#94a3b8;line-height:1.6;flex:1;margin-bottom:1rem}.eq-card__action{display:inline-flex;align-items:center;gap:.375rem;color:#f05a28;font-size:.875rem;font-weight:600;transition:gap .2s ease}.eq-card__action:hover{gap:.625rem}.about{background:#1e293b}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.about__media{position:relative;border-radius:28px;overflow:hidden}.about__img{width:100%;height:clamp(300px,50vw,520px);object-fit:cover;border-radius:28px;display:block}.about__badge-overlay{position:absolute;bottom:1.5rem;right:1.5rem;background:#f05a28;color:#fff;border-radius:12px;padding:1rem 1.25rem;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.3)}.about__badge-number{font-family:"Poppins",sans-serif;font-size:2rem;font-weight:900;line-height:1}.about__badge-text{font-size:.75rem;font-weight:600;opacity:.9}.about__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:1.25rem}.about__title span{color:#f05a28}.about__text{color:#94a3b8;line-height:1.8;margin-bottom:2rem;font-size:1.0625rem}.about__features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.about__feature{display:flex;align-items:flex-start;gap:.75rem}.about__feature-icon{width:40px;height:40px;background:rgba(240,90,40,.12);border:1px solid rgba(240,90,40,.28);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#f05a28}.about__feature-label{font-size:.9375rem;font-weight:600;margin-bottom:.125rem}.about__feature-desc{font-size:.8125rem;color:#94a3b8}.process__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;position:relative}.process__connector{position:absolute;top:52px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:2px;background:linear-gradient(90deg, #F05A28, rgba(240, 90, 40, 0.2));z-index:0}.process-step{text-align:center;position:relative;z-index:1}.process-step__bubble{width:80px;height:80px;margin:0 auto 1.25rem;background:#1e293b;border:2px solid #f05a28;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 0 0 6px #0f172a,0 4px 24px rgba(240,90,40,.35)}.process-step:hover .process-step__bubble{background:#f05a28;transform:scale(1.08)}.process-step__num{font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#f05a28;transition:color .3s ease}.process-step:hover .process-step__num{color:#fff}.process-step__icon{color:#f05a28;transition:color .3s ease}.process-step:hover .process-step__icon{color:#fff}.process-step__title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.process-step__desc{font-size:.875rem;color:#94a3b8;line-height:1.6}.contact{background:#1e293b}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.contact__title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:1rem}.contact__title span{color:#f05a28}.contact__subtitle{color:#94a3b8;line-height:1.7;margin-bottom:2rem;font-size:1.0625rem}.contact__details{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.wa-card{background:linear-gradient(135deg, #25D366, #1ebe5d);border-radius:20px;padding:1.75rem;margin-bottom:1.5rem}.wa-card__icon{width:52px;height:52px;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.wa-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.wa-card__text{font-size:.9375rem;color:hsla(0,0%,100%,.85);margin-bottom:1rem}.wa-card__phone{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.contact-item{display:flex;align-items:flex-start;gap:.875rem}.contact-item__icon{width:40px;height:40px;background:rgba(240,90,40,.12);border:1px solid rgba(240,90,40,.28);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#f05a28}.contact-item__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600;margin-bottom:.25rem}.contact-item__value{font-size:.9375rem;font-weight:500}.contact__form-wrapper{background:#0f172a;border:1px solid #334155;border-radius:28px;padding:clamp(1.5rem,4vw,2.5rem)}.form__title{font-size:1.375rem;font-weight:700;margin-bottom:1.5rem}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form__group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form__label{font-size:.875rem;font-weight:600;color:#94a3b8}.form__input{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:.75rem 1rem;font-family:"Inter",sans-serif;font-size:.9375rem;color:#f1f5f9;transition:border-color .2s ease;width:100%;resize:vertical}.form__input::placeholder{color:#64748b}.form__input:focus{outline:none;border-color:#f05a28;box-shadow:0 0 0 3px rgba(240,90,40,.12)}.form__input.is-invalid{border-color:#ef4444}.footer{background:#0a1120;border-top:1px solid #334155;padding-top:clamp(3rem,6vw,5rem)}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,3.5rem);border-bottom:1px solid #334155}.footer__logo{display:inline-flex;margin-bottom:1rem}.footer__logo img{height:42px;width:auto}.footer__desc{font-size:.9375rem;color:#94a3b8;line-height:1.7;max-width:320px;margin-bottom:1.5rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:40px;height:40px;background:#1e293b;border:1px solid #334155;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.footer__social-link:hover{background:rgba(240,90,40,.12);border-color:#f05a28;color:#f05a28}.footer__col-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f1f5f9;margin-bottom:1.25rem}.footer__links{display:flex;flex-direction:column;gap:.625rem}.footer__link{font-size:.9375rem;color:#94a3b8;transition:color .2s ease}.footer__link:hover{color:#f05a28}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.5rem}.footer__copy{font-size:.875rem;color:#64748b}.footer__copy a{color:#94a3b8}.footer__copy a:hover{color:#f05a28}.wa-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:900;width:58px;height:58px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,.45);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.wa-float:hover{transform:scale(1.1);box-shadow:0 10px 32px rgba(37,211,102,.6)}.new-product{position:relative;overflow:hidden;background:#1e293b;border-top:1px solid #334155;border-bottom:1px solid #334155}.new-product::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 50%, rgba(240, 90, 40, 0.08) 0%, transparent 70%);pointer-events:none}.new-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center;position:relative;z-index:1}.new-product__badges{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;flex-wrap:wrap}.new-product__badge-new{display:inline-flex;align-items:center;gap:.375rem;background:#f05a28;color:#fff;font-size:.6875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .875rem;border-radius:9999px;animation:badge-glow 2.5s ease-in-out infinite}.new-product__badge-cat{display:inline-flex;align-items:center;background:rgba(240,90,40,.12);color:#f05a28;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .875rem;border-radius:9999px;border:1px solid rgba(240,90,40,.28)}.new-product__title{font-size:clamp(1.875rem,4vw,3rem);font-weight:800;letter-spacing:-0.025em;margin-bottom:1rem;line-height:1.15}.new-product__title span{color:#f05a28}.new-product__desc{font-size:1.0625rem;color:#94a3b8;line-height:1.75;margin-bottom:1.75rem}.new-product__specs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.new-product__spec{display:flex;align-items:flex-start;gap:.625rem;background:#0f172a;border:1px solid #334155;border-radius:12px;padding:.875rem 1rem;transition:border-color .2s ease}.new-product__spec:hover{border-color:#f05a28}.new-product__spec-icon{color:#f05a28;flex-shrink:0;margin-top:1px}.new-product__spec-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem}.new-product__spec-value{font-size:.9375rem;font-weight:700}.new-product__models-info{display:flex;flex-direction:column;gap:.625rem;margin-bottom:2rem}.new-product__model-pill{display:flex;align-items:center;gap:.75rem;background:#0f172a;border:1px solid #334155;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;color:#94a3b8}.new-product__model-pill--alt{border-color:rgba(240,90,40,.28);background:rgba(240,90,40,.12);color:#f1f5f9}.new-product__model-pill-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f05a28;background:rgba(240,90,40,.12);border:1px solid rgba(240,90,40,.28);border-radius:9999px;padding:.2rem .625rem;flex-shrink:0}.new-product__model-pill--alt .new-product__model-pill-label{background:#f05a28;color:#fff;border-color:#f05a28}.new-product__cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.new-product__media{display:flex;align-items:center;justify-content:center}.new-product__img-wrap{position:relative;z-index:1}.new-product__img-wrap::before{content:"";position:absolute;inset:-10%;background:radial-gradient(ellipse, rgba(240, 90, 40, 0.12) 0%, transparent 70%);border-radius:50%;z-index:0}.new-product__img{width:100%;max-width:520px;margin-inline:auto;position:relative;z-index:1;filter:drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));animation:float 4s ease-in-out infinite}@keyframes badge-glow{0%,100%{box-shadow:0 0 0 0 rgba(240,90,40,.4)}50%{box-shadow:0 0 0 6px rgba(240,90,40,0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width: 1024px){.equipment__grid{grid-template-columns:repeat(2, 1fr)}.process__grid{grid-template-columns:repeat(2, 1fr)}.process__connector{display:none}.about__grid{grid-template-columns:1fr}.about__img{height:380px}.footer__main{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__desc{max-width:100%}}@media(max-width: 768px){:root{--header-h: 64px}.hero__watermark{display:none}.header__nav{position:fixed;inset:var(--header-h) 0 0 0;background:rgba(15,23,42,.98);backdrop-filter:blur(20px);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;transform:translateX(100%);transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1);border-top:1px solid #334155;overflow-y:auto;z-index:999}.header__nav.is-open{transform:translateX(0)}.header__nav ul{flex-direction:column;gap:0;align-items:flex-start;width:100%}.header__nav li{width:100%}.header__nav a{display:block;padding:1.25rem 0;font-size:1.25rem;border-bottom:1px solid #334155}.header__nav a::after{display:none}.header__nav a:hover{color:#f05a28;padding-left:.75rem}.header__burger{display:flex}.header__actions .btn--whatsapp .btn-label{display:none}.stats__grid{grid-template-columns:repeat(2, 1fr)}.stats__item+.stats__item::before{display:none}.equipment__grid{grid-template-columns:1fr}.about__features{grid-template-columns:1fr}.about__img{height:280px}.contact__grid{grid-template-columns:1fr}.form__row{grid-template-columns:1fr}.footer__main{grid-template-columns:1fr}.footer__brand{grid-column:1}.footer__bottom{flex-direction:column;text-align:center}.new-product__inner{grid-template-columns:1fr}.new-product__media{order:-1}.new-product__img{max-width:320px}.new-product__specs{grid-template-columns:1fr 1fr}.new-product__cta{flex-direction:column;align-items:stretch}.new-product__cta .btn{justify-content:center}.hero__cta{flex-direction:column;align-items:flex-start}.hero__cta .btn{width:100%;justify-content:center}.hero__trust{flex-direction:column;align-items:flex-start;gap:.75rem}.equipment__cta{flex-direction:column;text-align:center;padding:1.75rem}.wa-float{bottom:1.25rem;right:1.25rem;width:52px;height:52px}}@media(max-width: 480px){.section{padding-block:3rem}.hero{padding-top:calc(var(--header-h, 64px) + 2rem);padding-bottom:3.5rem}.hero__title{font-size:clamp(1.875rem,8vw,2.5rem)}.hero__badge{font-size:.75rem;padding:.375rem .75rem}.hero__scroll-hint{display:none}.stats__grid{grid-template-columns:repeat(2, 1fr)}.stats__item{padding:1.25rem .75rem}.process__grid{grid-template-columns:1fr}.equipment__cta{padding:1.5rem 1.25rem;gap:1rem}.equipment__cta .btn{width:100%;justify-content:center}.about__badge-overlay{bottom:.75rem;right:.75rem}.about__img{height:240px}.new-product__specs{grid-template-columns:1fr}.new-product__desc{font-size:1rem}.new-product__img{max-width:280px}.new-product__models-info{gap:.5rem}.contact__items{gap:1rem}.footer__bottom{gap:.5rem}.footer__nav{gap:1.5rem}.footer__desc{font-size:.9375rem}.section-header{margin-bottom:2rem}}/*# sourceMappingURL=style.css.map */
