@property --grad-angle{syntax:"<angle>";inherits:false;initial-value:135deg}@property --grad-pos{syntax:"<percentage>";inherits:false;initial-value:0%}:root{--cyan:#50c5d1;--blue:#2c6383;--navy:#1d3659;--white:#fff;--green:#13857a;--gray:#3d4349;--dark:#2d2d2c;--black:#000;--c-primary:var(--cyan);--c-accent:var(--green);--c-bg:var(--white);--c-text:var(--dark);--c-muted:var(--gray);--c-hero:var(--navy);--c-surface:var(--white);--c-surface-alt:var(--white);--font:"Raleway", system-ui, -apple-system, sans-serif;--lh:1.65;--transition:.3s cubic-bezier(.4, 0, .2, 1);--space-xs:.375rem;--space-sm:.625rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001f;--shadow-glow:0 0 60px #50c5d126;--card-hover-lift:translateY(-5px) scale(1.02);--card-hover-shadow:0 6px 16px #1d365914, 0 22px 46px #1d36591f;--card-base-shadow:0 2px 8px #1d36590a;--card-hover-ease:.45s cubic-bezier(.22,1,.36,1);--danger:#c44747;--danger-soft:#c4474724;--nav-h:88px;--nav-scroll-gap:.75rem;--nav-logo-h:56px;--nav-logo-h-hero:112px;--nav-logo-transition:.55s cubic-bezier(.4, 0, .2, 1);--nav-link-size:14.8px;--nav-link-weight:500;--nav-link-line:1.35}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--nav-h) + var(--nav-scroll-gap))}body{font-family:var(--font);font-size:1rem;line-height:var(--lh);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}strong{font-weight:700}:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}html.js body{opacity:0;transition:opacity .32s cubic-bezier(.4,0,.2,1)}html.js.is-ready body{opacity:1}html.js.is-leaving body{opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){html.js body{opacity:1;transition:none}}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.section-pad{padding:var(--space-3xl) 0}.section-alt{background:var(--c-bg)}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.js .reveal.visible,.js .reveal.revealed{opacity:1;transform:translateY(0)}.nav{z-index:1000;height:var(--nav-h);transition:background var(--nav-logo-transition), box-shadow var(--nav-logo-transition), backdrop-filter var(--nav-logo-transition), height var(--nav-logo-transition);background:0 0;position:fixed;top:0;left:0;right:0;overflow:visible}.nav.scrolled{-webkit-backdrop-filter:blur(18px)saturate(1.4);background:#1d3659f0;box-shadow:0 2px 24px #0000001f}.nav-inner{width:min(100% - 2rem,1200px);height:100%;transition:align-items var(--nav-logo-transition), padding var(--nav-logo-transition);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.nav:not(.scrolled) .nav-inner{align-items:flex-start;padding-top:18px;padding-bottom:0}.nav.scrolled .nav-inner{align-items:center;padding-top:0;padding-bottom:0}.nav-brand{transition:transform var(--nav-logo-transition);align-items:center;gap:3px;line-height:0;display:flex}.nav:not(.scrolled) .nav-brand{transform:translateY(4px)}.nav.scrolled .nav-brand{transform:translateY(0)}.nav .nav-logo{height:var(--nav-logo-h-hero);transform-origin:0;width:auto;transition:height var(--nav-logo-transition), transform var(--nav-logo-transition), filter var(--nav-logo-transition);flex-shrink:0;display:block}.nav.scrolled .nav-logo{height:var(--nav-logo-h);transform:translateY(0)}.footer-brand .nav-logo{height:var(--nav-logo-h);width:auto;display:block}@media (width<=900px){:root{--nav-logo-h-hero:88px;--nav-logo-h:44px}.nav:not(.scrolled) .nav-inner{padding-top:14px}.nav:not(.scrolled) .nav-brand{transform:translateY(2px)}}.nav-links{gap:var(--space-xl);font-family:var(--font);font-size:var(--nav-link-size);font-weight:var(--nav-link-weight);line-height:var(--nav-link-line);letter-spacing:0;align-items:center;display:flex}.nav-links>a,.nav-links .nav-dropdown-trigger{color:#ffffffd1;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;transition:color var(--transition);padding:.35rem 0;position:relative}.nav-links .nav-dropdown-trigger{cursor:pointer;appearance:none;background:0 0;border:none;align-items:center;gap:.3rem;margin:0;display:inline-flex}.nav-links>a:after{content:"";background:var(--cyan);width:0;height:2px;transition:width var(--transition);border-radius:2px;position:absolute;bottom:-2px;left:0}.nav-links>a:hover,.nav-links>a.active{color:var(--white)}.nav-links>a.active:after,.nav-links>a:hover:after{width:100%}body:has(.hero--premium) .nav-links>a.active:after,body:has(.hero--premium) .nav-links>a:hover:after{background:#19bfc3}body:has(.hero--premium) .nav.scrolled{background:#052b50f0}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";pointer-events:none;z-index:1098;height:18px;position:absolute;top:100%;left:-28px;right:-28px}@media (hover:hover){.nav-dropdown:hover:after,.nav-dropdown.open:after,.nav-dropdown:focus-within:after{pointer-events:auto}}.nav-links .nav-dropdown-trigger:after{content:"";background:var(--cyan);width:0;height:2px;transition:width var(--transition);border-radius:2px;position:absolute;bottom:-2px;left:0}.nav-dropdown-trigger:hover,.nav-links .nav-dropdown-trigger:hover,.nav-dropdown-trigger.active,.nav-links .nav-dropdown-trigger.active,.nav-dropdown.open .nav-dropdown-trigger{color:var(--white)}.nav-dropdown-trigger:hover:after,.nav-links .nav-dropdown-trigger:hover:after,.nav-dropdown-trigger.active:after,.nav-links .nav-dropdown-trigger.active:after,.nav-dropdown.open .nav-dropdown-trigger:after{width:100%}.nav-dropdown-chevron{opacity:.95;width:18px;height:18px;transition:transform var(--transition);flex-shrink:0}.nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-panel{min-width:260px;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;z-index:1100;background:0 0;border:none;padding-top:10px;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px)}.nav-dropdown-menu{background:var(--white);border-radius:var(--radius-md);border:1px solid #d5dde6;padding:.35rem 0;position:relative;overflow:hidden;box-shadow:0 16px 40px #1d36592e}.nav-dropdown-menu:before{content:"";background:var(--white);border-top:1px solid #d5dde6;border-left:1px solid #d5dde6;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-dropdown-panel a{min-height:44px;color:var(--navy);align-items:center;padding:.65rem 1.15rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;display:flex}.nav-dropdown-panel a:after{display:none}.nav-dropdown-panel a:hover{color:var(--green);background:#50c5d11f}.nav-dropdown-panel a.active{color:var(--green);background:#13857a1a;font-weight:700}.nav-dropdown-all{border-bottom:1px solid #e8ecf1;margin-bottom:.25rem;color:var(--blue)!important;padding-bottom:.75rem!important;font-weight:700!important}@media (hover:hover) and (width>=901px){.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel,.nav-dropdown.open .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.nav-dropdown:hover .nav-dropdown-chevron,.nav-dropdown:focus-within .nav-dropdown-chevron,.nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}}.nav-toggle{flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}@media (width<=900px){.nav-links{top:var(--nav-h);backdrop-filter:blur(20px);padding:var(--space-xl);align-items:stretch;gap:var(--space-md);opacity:0;pointer-events:none;max-height:calc(100vh - var(--nav-h));-webkit-overflow-scrolling:touch;background:#1d3659fa;flex-direction:column;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-120%)}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links>a,.nav-links .nav-dropdown-trigger{font-size:1.1rem}.nav-links .nav-dropdown-trigger{justify-content:space-between;width:100%}.nav-dropdown{width:100%}.nav-dropdown:after{display:none}.nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;width:100%;min-width:0;box-shadow:none;background:0 0;border:none;margin-top:.5rem;margin-bottom:.15rem;padding-top:0;display:none;position:static;left:auto;right:auto;transform:none!important}.nav-dropdown-menu{border-radius:var(--radius-md);width:100%;box-shadow:none;background:#ffffff14;border:1px solid #ffffff2e;padding:.25rem 0;position:static;overflow:visible}.nav-dropdown-menu:before{display:none}.nav-dropdown-panel a{color:#ffffffeb;width:100%;padding:.7rem 1rem;font-size:1rem;line-height:1.35;display:block}.nav-dropdown-panel a:hover,.nav-dropdown-panel a.active{color:var(--cyan);background:#ffffff1a}.nav-dropdown-all{border-bottom:1px solid #ffffff26;margin-bottom:.15rem;color:var(--cyan)!important;padding-bottom:.65rem!important}.nav-dropdown.open .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;display:block;transform:none!important}.nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-toggle{display:flex}}@media (orientation:landscape) and (height<=500px) and (width<=900px){:root{--nav-h:64px;--nav-logo-h-hero:52px;--nav-logo-h:42px}.nav:not(.scrolled) .nav-inner{align-items:center;padding-top:6px}.nav:not(.scrolled) .nav-brand{transform:none}.nav-links{padding:var(--space-md) var(--space-xl);gap:var(--space-sm);max-height:calc(100dvh - var(--nav-h))}.nav-links>a,.nav-links .nav-dropdown-trigger{font-size:.95rem}.nav-dropdown-panel a{padding:.5rem .85rem;font-size:.88rem}}.hero{background:var(--c-hero);min-height:100vh;padding:calc(var(--nav-h) + var(--space-3xl)) 0 var(--space-3xl);align-items:center;display:flex;position:relative;overflow:hidden}.hero--premium{--hero-navy:#052b50;--hero-navy-mid:#07375f;--hero-teal:#19bfc3;--hero-muted:#ffffffad;min-height:100vh;max-height:none;padding:var(--nav-h) 0 0;background:var(--hero-navy);align-items:stretch}.hero-premium-bg{pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 70% at 78% 50%, #19bfc324 0%, transparent 58%), radial-gradient(ellipse 55% 45% at 12% 18%, #07375f8c 0%, transparent 62%), linear-gradient(118deg, var(--hero-navy) 0%, var(--hero-navy-mid) 42%, #041525 100%);position:absolute;inset:0}.hero-bg-img{opacity:.08;pointer-events:none;z-index:0;mix-blend-mode:soft-light;background:url(https://images.unsplash.com/photo-1581595220892-b0739db3ba8c?w=1920&q=80) 50%/cover no-repeat;position:absolute;inset:0}.hero-grain{opacity:.035;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-glow{filter:blur(120px);opacity:.18;pointer-events:none;z-index:2;border-radius:50%;position:absolute}.hero-glow--tl{background:var(--cyan);width:500px;height:500px;top:-20%;left:-10%}.hero-glow--br{background:var(--green);width:400px;height:400px;bottom:-20%;right:-10%}.hero-premium-layout{z-index:2;width:100%;min-height:calc(100vh - var(--nav-h));display:block;position:relative}.hero-premium-left{z-index:2;width:52%;min-height:calc(100vh - var(--nav-h));flex-direction:column;justify-content:center;padding:clamp(3.75rem,6vw,4.5rem) clamp(1.5rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem) max(3rem,50vw - 660px + 1rem);display:flex;position:relative}.hero-content--premium{width:100%;max-width:40rem;min-height:calc(100vh - var(--nav-h) - clamp(3rem,6vw,5rem));flex-direction:column;flex:1;justify-content:flex-start;display:flex}.hero-badge{letter-spacing:.01em;color:#ffffffeb;background:#ffffff0a;border:1px solid #19bfc36b;border-radius:99px;align-items:center;gap:.55rem;width:max-content;max-width:100%;margin-bottom:1.75rem;padding:.58rem 1rem;font-size:.76rem;font-weight:600;line-height:1.45;display:inline-flex}.hero-badge-icon{color:var(--hero-teal);flex-shrink:0}.hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .55rem;font-size:.74rem;font-weight:600}.hero-headline{letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,4.45vw,3.6rem);font-weight:800;line-height:1.06}.hero-headline-accent{color:var(--hero-teal);margin-bottom:.06em;display:block}.hero-headline-main{color:var(--white);display:block}.hero-headline-divider{background:var(--hero-teal);border-radius:2px;width:52px;height:3px;margin:1.1rem 0 1.15rem;display:block}.hero-desc--premium{color:#ffffffb8;max-width:34rem;margin-bottom:var(--space-xl);font-size:clamp(.94rem,1.4vw,1.02rem);line-height:1.72}.hero-actions--premium{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.hero-actions--premium .btn{width:220px;min-height:50px;padding-inline:1rem}.btn-hero-primary{background:var(--hero-teal);color:var(--white);gap:.55rem;font-weight:700;box-shadow:0 8px 28px #19bfc347}.btn-hero-primary:hover{color:var(--white);background:#15adb1;box-shadow:0 12px 32px #19bfc361}.btn-hero-outline{color:var(--white);backdrop-filter:none;background:0 0;border:1.5px solid #ffffff61;gap:.35rem;padding-inline:1.35rem;font-weight:600}.btn-hero-outline:hover{color:var(--white);background:#ffffff12;border-color:#ffffffa6;transform:translateY(-1px)}.btn-arrow{font-size:1.05em;line-height:1}.hero-features{border-top:none;flex-wrap:nowrap;align-items:stretch;gap:0;width:100%;max-width:100%;margin:.25rem 0 0;padding:.75rem 0 0;list-style:none;display:flex}.hero-feature{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;gap:.45rem;min-width:0;padding:0 clamp(.55rem,1vw,1rem);display:flex;position:relative}.hero-feature:not(:first-child):before{content:"";background:#19bfc36b;width:1px;position:absolute;top:0;bottom:0;left:0}.hero-feature-icon{width:42px;height:42px;color:var(--hero-teal);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.hero-feature-icon svg{stroke-width:1.5px;width:39px;height:39px;display:block}.hero-feature-body{flex-direction:column;align-items:center;width:100%;display:flex}.hero-feature-title{color:var(--hero-teal);max-width:100%;margin:0 0 .45rem;font-size:clamp(.67rem,.92vw,.78rem);font-weight:700;line-height:1.3;display:block}.hero-feature-desc{color:#ffffff94;text-align:center;max-width:8.75rem;margin:0 auto;font-size:clamp(.63rem,.8vw,.72rem);font-weight:500;line-height:1.5}.hero-visual-premium{inset:calc(-1 * var(--nav-h)) 0 0 0;z-index:0;height:100vh;min-height:100vh;display:block;position:absolute;overflow:hidden}.hero-visual-premium:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#052b50f5 0%,#052b50c7 30%,#052b505c 66%,#0000 100%);height:clamp(130px,22vh,210px);position:absolute;inset:0 0 auto}.hero-visual-img{z-index:1;object-fit:cover;object-position:center center;filter:saturate(1.04)contrast(1.02);width:100%;height:100%;min-height:100vh;position:absolute;inset:0}.hero-grid{gap:var(--space-3xl);z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;width:min(100% - 2rem,1200px);margin:0 auto;display:grid;position:relative}.hero--centered .hero-grid{grid-template-columns:1fr;justify-items:center}.hero-content--centered,.hero--centered .hero-content{text-align:center;max-width:720px;margin-inline:auto}.hero--centered .hero-desc{margin-inline:auto}.hero--centered .hero-actions{justify-content:center}.hero-tag{letter-spacing:.04em;text-transform:none;color:#e8f9fb;margin-bottom:var(--space-xl);background:#50c5d13d;border:1px solid #50c5d17a;border-radius:99px;max-width:42rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;line-height:1.45;display:inline-block}.hero-title{letter-spacing:-.025em;color:var(--white);margin-bottom:var(--space-xl);font-size:clamp(2rem,5.5vw,3.5rem);font-weight:800;line-height:1.12}.hero-title-line{letter-spacing:.04em;text-transform:uppercase;color:#ffffffdb;margin-bottom:.45em;font-size:.45em;font-weight:300;display:block}.hero-title-gradient{background:linear-gradient(135deg,var(--cyan) 0%,#7de0ea 40%,var(--white) 100%);-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{color:#ffffffb3;max-width:560px;margin-bottom:calc(var(--space-xl) + .35rem);font-size:1.05rem;line-height:1.7}.hero-actions{gap:var(--space-md);margin-bottom:calc(var(--space-2xl) + .5rem);flex-wrap:wrap;display:flex}.hero-trust{gap:var(--space-2xl);flex-wrap:wrap;display:flex}.trust-item{flex-direction:column;display:flex}.trust-num{color:var(--cyan);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.trust-label{color:#ffffff8c;margin-top:.15em;font-size:.8rem}.hero-visual{height:420px;position:relative}.hero-card{backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--space-lg);align-items:center;gap:var(--space-sm);color:var(--white);background:#ffffff0f;border:1px solid #ffffff1a;font-size:.9rem;font-weight:600;animation:none;display:flex;position:absolute;box-shadow:0 8px 32px #0003}.hero-card--1{animation-delay:0s;top:8%;left:0}.hero-card--2{animation-delay:-2s;top:42%;right:0}.hero-card--3{animation-delay:-4s;bottom:12%;left:15%}.hero-card-icon{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--cyan);background:#50c5d12e;flex-shrink:0;justify-content:center;align-items:center;font-size:0;line-height:0;display:inline-flex}.hero-card-icon svg{width:22px;height:22px;display:block}.hero-orb{background:radial-gradient(circle,#50c5d11f 0%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseOrb{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.2)}}@media (width<=1024px){.hero-premium-layout{grid-template-columns:1fr;min-height:0}.hero-premium-left{width:100%;padding:var(--space-xl) 1rem var(--space-lg)}.hero-content--premium{max-width:none;min-height:0}.hero-desc--premium{max-width:none}.hero-features{flex-wrap:wrap;gap:1.25rem 0;max-width:44rem}.hero-feature{flex:0 0 50%;padding:0 clamp(.8rem,1.4vw,1.25rem)}.hero-feature:not(:first-child):before{display:none}.hero-feature:nth-child(2n):before{content:"";background:#19bfc36b;width:1px;display:block;position:absolute;top:0;bottom:0;left:0}.hero-visual-premium{display:none}}@media (width<=640px){.hero--premium{min-height:auto;padding-bottom:var(--space-xl)}.hero-premium-layout{min-height:0}.hero-headline{font-size:clamp(2rem,9vw,2.55rem)}.hero-actions--premium{flex-direction:column;align-items:stretch}.hero-actions--premium .btn{width:100%}.hero-badge{letter-spacing:-.015em;white-space:nowrap;gap:.35rem;width:max-content;max-width:100%;padding:.42rem .5rem;font-size:clamp(.48rem,2.3vw,.64rem);line-height:1.2}.hero-badge-icon{width:13px;height:13px}}@media (width<=900px){.hero-grid{gap:var(--space-2xl);grid-template-columns:1fr}.hero-visual{height:240px}.hero-card--1{top:5%;left:5%}.hero-card--2{top:35%;right:5%}.hero-card--3{bottom:5%;left:25%}.hero-trust{gap:var(--space-lg)}}.marquee{background:var(--blue);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:.85rem 0;overflow:hidden}.marquee-track{color:#ffffffe6;letter-spacing:.06em;text-transform:uppercase;gap:2.5rem;width:max-content;font-size:.85rem;font-weight:600;animation:25s linear infinite marqueeScroll;display:flex}.marquee-dot{color:var(--cyan);font-weight:400}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{padding-inline:var(--space-md);flex-wrap:wrap;justify-content:center;gap:.35rem 1rem;animation:none;transform:none}}.cred{padding:var(--space-2xl) 0;background:var(--white);border-bottom:1px solid #eef2f6}.cred-grid{gap:var(--space-xl);text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.cred-stat{flex-direction:column;align-items:center;gap:.35rem;display:flex}.cred-num{color:var(--navy);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.cred-label{color:var(--c-muted);margin-top:.15rem;font-size:.85rem}.hero-rotate{padding:0 0 var(--space-xl);margin-bottom:var(--space-2xl);border-bottom:1px solid #eef2f6}.hero-rotate-line{color:var(--c-muted);flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.45rem .6rem;margin:0;font-size:clamp(1.25rem,2.8vw,1.65rem);line-height:1.5;display:flex}.hero-rotate-prefix{color:var(--navy);font-weight:600}.hero-rotate-word{color:var(--cyan);text-align:center;min-width:min(100%,18rem);font-weight:800}.hero-rotate-word.is-typewriter:after{content:"|";color:var(--cyan);margin-left:.05em;animation:1s step-end infinite hero-type-cursor}@keyframes hero-type-cursor{50%{opacity:0}}@media (width<=600px){.hero-rotate{margin-bottom:var(--space-xl)}.hero-rotate-line{font-size:clamp(1.05rem,5vw,1.3rem)}.cred-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}.section-head{text-align:center;margin-bottom:var(--space-3xl)}.section-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:var(--space-md);background:#50c5d11a;border:1px solid #50c5d126;border-radius:99px;padding:.3rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.section-badge--light{color:var(--blue);background:#2c638314;border-color:#2c63831f}.section-title{letter-spacing:-.02em;color:var(--navy);margin-bottom:var(--space-sm);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.section-sub{color:var(--c-muted);max-width:560px;margin:0 auto;font-size:1.05rem}.text-gradient{background:linear-gradient(135deg,var(--cyan),var(--green));-webkit-text-fill-color:transparent;background-clip:text}.btn{border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-lg{border-radius:var(--radius-md);padding:.9rem 2rem;font-size:1rem}.btn-sm{padding:.45rem 1rem;font-size:.82rem}.btn-block{width:100%}.btn-primary{background:var(--green);color:var(--white);box-shadow:0 4px 14px #13857a40}.btn-primary:hover{background:#0f6e65;transform:translateY(-1px);box-shadow:0 8px 24px #13857a59}.btn-ghost{color:var(--white);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #fff3}.btn-ghost:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-1px)}:is(.bento-card,.product-card,.testimonial-card,.service-block,.service-side-card,.service-gallery-card){transform-origin:50%;box-shadow:var(--card-base-shadow);transition:transform var(--card-hover-ease), box-shadow var(--card-hover-ease), border-color .45s ease;position:relative;transform:translateY(0)scale(1)}:is(.bento-card,.product-card,.testimonial-card,.service-block,.service-side-card,.service-gallery-card):hover{transform:var(--card-hover-lift);box-shadow:var(--card-hover-shadow);z-index:2;border-color:#d0d8e0}.mobile-carousel{overflow-anchor:none;position:relative}.mobile-carousel-viewport{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;overflow-anchor:none;padding-block:var(--space-xs);width:100%;min-width:0;overflow:auto hidden}.mobile-carousel-viewport::-webkit-scrollbar{display:none}.mobile-carousel-track--services,.mobile-carousel-track.products-grid{gap:var(--space-lg);align-items:stretch;width:max-content;display:flex}.mobile-carousel-track--services .bento-card,.mobile-carousel-track.products-grid .product-card{scroll-snap-align:center;scroll-snap-stop:normal;flex:0 0 min(340px,100vw - 4rem)}.mobile-carousel-track.products-grid .product-card{flex-direction:column;align-self:stretch;height:auto;min-height:520px;max-height:none;display:flex}.mobile-carousel-track--services .bento-card{flex-direction:column;align-self:stretch;height:auto;min-height:660px;max-height:none;display:flex}.mobile-carousel-track--services .bento-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.mobile-carousel-track--services .bento-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;flex-shrink:0;min-height:0;max-height:6.6em;display:-webkit-box;overflow:hidden}.mobile-carousel-track--services .bento-desc+.bento-desc{-webkit-line-clamp:3;max-height:4.95em}.mobile-carousel-track--services .bento-body{flex-direction:column;flex:1;min-height:0;display:flex}.mobile-carousel-track--services .bento-list{min-height:0;padding-bottom:var(--space-sm);flex:auto;overflow:visible}.mobile-carousel-track--services .bento-footer{z-index:2;background:var(--white);flex-shrink:0;margin-top:auto;position:relative}.mobile-carousel-track--gallery{gap:var(--space-lg);align-items:stretch;width:max-content;display:flex}.mobile-carousel-track--gallery .service-gallery-card{scroll-snap-align:center;scroll-snap-stop:normal;flex:0 0 min(360px,100vw - 4rem);max-width:360px}.mobile-carousel-track--testimonials{gap:var(--space-lg);align-items:stretch;width:max-content;display:flex}.mobile-carousel-track--testimonials .testimonial-card{scroll-snap-align:center;scroll-snap-stop:normal;flex-direction:column;flex:0 0 min(340px,100vw - 4rem);align-self:stretch;height:auto;min-height:300px;margin:0;display:flex}.mobile-carousel-track--testimonials .testimonial-card>p{margin-bottom:var(--space-lg);flex:1}.mobile-carousel-track--testimonials .testimonial-card footer{margin-top:auto}.mobile-carousel-track--specialties{gap:var(--space-lg);align-items:stretch;width:max-content;display:flex}.mobile-carousel-track--specialties .specialty-card{scroll-snap-align:center;scroll-snap-stop:normal;flex:0 0 min(300px,100vw - 4rem);height:auto;min-height:320px}.mobile-carousel-nav{z-index:3;background:var(--white);width:44px;height:44px;color:var(--navy);box-shadow:var(--shadow-md);border:1px solid #dde2e8;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,opacity .2s;display:none;position:absolute;top:50%;transform:translateY(-50%)}.mobile-carousel-nav--prev{left:.25rem}.mobile-carousel-nav--next{right:.25rem}.mobile-carousel-nav:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.mobile-carousel-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.mobile-carousel-nav:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}@media (width>=769px){.mobile-carousel[data-carousel-nav]{align-items:center;column-gap:var(--space-sm);grid-template-rows:auto auto;grid-template-columns:44px minmax(0,1fr) 44px;padding-inline:0;display:grid}.mobile-carousel[data-carousel-nav] .mobile-carousel-nav{z-index:2;display:flex;position:relative;top:auto;left:auto;right:auto;transform:none}.mobile-carousel[data-carousel-nav] .mobile-carousel-nav--prev{grid-area:1/1}.mobile-carousel[data-carousel-nav] .mobile-carousel-viewport{z-index:1;grid-area:1/2}.mobile-carousel[data-carousel-nav] .mobile-carousel-nav--next{grid-area:1/3}.mobile-carousel[data-carousel-nav] .mobile-carousel-dots{grid-area:2/1/auto/-1}}.mobile-carousel-dots{margin-top:var(--space-lg);justify-content:center;align-items:center;gap:.45rem;display:flex}.mobile-carousel-dot{cursor:pointer;background:#c5d0db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .25s,background .25s,width .25s}.mobile-carousel-dot.active{background:var(--cyan);border-radius:99px;width:22px}.mobile-carousel-dot:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.bento-card{background:var(--white);border-radius:var(--radius-lg);isolation:isolate;border:1px solid #e8ecf1;flex-direction:column;display:flex;position:relative;overflow:hidden}.bento-card:before{content:"";z-index:2;background:var(--card-accent,var(--cyan));transform-origin:0;height:3px;transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(.35)}.bento-card:after{content:"";border-radius:inherit;pointer-events:none;z-index:1;transition:box-shadow .45s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #50c5d100}.bento-card:hover:before{transform:scaleX(1)}.bento-card:hover:after{box-shadow:inset 0 0 0 1px #50c5d147}.bento-card:hover{overflow:visible}.bento-visual{margin:var(--space-md) var(--space-md) 0;border-radius:var(--radius-md);z-index:2;background:linear-gradient(#fbfcfd 0%,#f2f6f9 100%);border:1px solid #dce4ec;flex-shrink:0;justify-content:center;align-items:center;height:160px;min-height:160px;transition:border-color .45s,background .45s;display:flex;position:relative;overflow:visible;box-shadow:inset 0 1px #fffffff2}.bento-card:hover .bento-visual{background:linear-gradient(#fff 0%,#f4fafb 100%);border-color:#50c5d159}.bento-visual--logo{box-shadow:none;background:0 0;border:none;height:160px;min-height:160px}.bento-card:hover .bento-visual--logo{background:0 0;border:none}.bento-image{object-fit:contain;transform-origin:bottom;width:100%;max-width:156px;height:100%;max-height:156px;padding:0;transition:transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(0)scale(1)}.bento-card:hover .bento-image{transform:translateY(-8px)scale(1.03)}.bento-icon{border-radius:var(--radius-md);width:72px;height:72px;color:var(--card-accent,var(--cyan));transform-origin:bottom;will-change:transform;background:#50c5d11f;border:1px solid #50c5d133;justify-content:center;align-items:center;font-size:2.75rem;transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(0)scale(1);box-shadow:0 6px 14px #1d365914}.bento-card:hover .bento-icon{transform:translateY(-12px)scale(1.08)rotate(-1.5deg);box-shadow:0 18px 32px #1d365929}.bento-badge{z-index:2;color:#1d365959;letter-spacing:.03em;background:#ffffffe6;border:1px solid #e2e8ef;border-radius:99px;padding:.28rem .65rem;font-size:.72rem;font-weight:800;position:absolute;top:10px;right:10px}.bento-body{padding:var(--space-md) var(--space-lg) var(--space-lg);flex-direction:column;flex:1;min-height:0;display:flex}.bento-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.72rem;font-weight:800;display:inline-flex}.bento-cat:before{content:"";background:var(--card-accent,var(--cyan));border-radius:50%;flex-shrink:0;width:6px;height:6px}.bento-title{color:var(--navy);letter-spacing:-.01em;min-height:2.6em;margin-bottom:.5rem;font-size:1.12rem;font-weight:800;line-height:1.3}.bento-desc{color:#5a6570;margin-bottom:var(--space-md);font-size:.88rem;font-weight:500;line-height:1.65}.bento-desc+.bento-desc{margin-top:calc(var(--space-sm) * -1)}.bento-list{flex-direction:column;flex:auto;gap:.4rem;min-height:0;margin-bottom:0;display:flex}.bento-list li{color:var(--c-text);padding-left:1.2rem;font-size:.85rem;line-height:1.45;position:relative}.bento-list li:before{content:"";background:var(--card-accent,var(--cyan));border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.bento-footer{justify-content:flex-start;align-items:center;gap:var(--space-md);padding-top:var(--space-md);z-index:2;background:var(--white);border-top:1px solid #e4eaf0;flex-shrink:0;margin-top:auto;display:flex;position:relative}.bento-ref{color:#6b7785;white-space:nowrap;background:#f4f7f9;border:1px solid #e2e8ef;border-radius:6px;padding:.25rem .55rem;font-size:.78rem;font-weight:600}.bento-footer .btn{flex-shrink:0;box-shadow:0 3px 10px #13857a33}@media (width<=768px){.mobile-carousel-viewport{width:calc(100% + 2rem);margin-inline:-1rem;padding-inline:1rem}.mobile-carousel-track--services,.mobile-carousel-track.products-grid,.mobile-carousel-track--gallery,.mobile-carousel-track--testimonials,.mobile-carousel-track--specialties,.mobile-carousel-track--courses{gap:var(--space-md);padding-inline:max(0px,50vw + min(100vw - 3rem,340px)/-2 - 1rem)}.mobile-carousel-track--services .bento-card,.mobile-carousel-track.products-grid .product-card,.mobile-carousel-track--gallery .service-gallery-card,.mobile-carousel-track--testimonials .testimonial-card,.mobile-carousel-track--specialties .specialty-card,.mobile-carousel-track--courses .training-course-card{flex-basis:min(100vw - 3rem,340px)}}@media (width>=769px){.mobile-carousel-track--services .bento-card,.mobile-carousel-track.products-grid .product-card,.mobile-carousel-track--gallery .service-gallery-card,.mobile-carousel-track--testimonials .testimonial-card,.mobile-carousel-track--specialties .specialty-card,.mobile-carousel-track--courses .training-course-card{flex-basis:min(300px,min(100vw,1200px)/3 - 2rem)}}@media (prefers-reduced-motion:reduce){.mobile-carousel-viewport{scroll-behavior:auto}.bento-card,.bento-card:before,.bento-icon,.product-card,.product-card:before,.specialty-card,.specialty-card:before,.product-img,.product-img-placeholder,.specialty-image,.service-block,.service-side-card,.service-gallery-card{transition:none}:is(.bento-card,.product-card,.specialty-card,.testimonial-card,.service-block,.service-side-card,.service-gallery-card):hover,.bento-card:hover .bento-icon,.bento-card:hover .bento-image,.specialty-card:hover .specialty-image,.product-card:hover .product-img,.product-card:hover .product-img-placeholder{transform:none}}.products-checklist{margin:0 auto var(--space-xl);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.75rem;max-width:960px;padding:0;list-style:none;display:flex}.products-checklist li{text-align:center;color:var(--navy);white-space:nowrap;flex:0 auto;justify-content:center;align-items:center;gap:.55rem;padding:.25rem .15rem;font-size:.86rem;font-weight:700;line-height:1.35;display:flex}.products-checklist-icon{color:var(--green);flex-shrink:0}.products-checklist--start{grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:start;column-gap:clamp(2rem,6vw,4rem);width:max-content;max-width:100%;display:grid}.products-checklist--start li{text-align:left;justify-content:flex-start;width:100%}@media (width<=600px){.products-checklist{gap:.55rem 1rem;max-width:100%}.products-checklist li{white-space:normal;padding:.25rem .2rem;font-size:.72rem}.products-checklist--start{grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:start;column-gap:1.5rem;width:max-content;max-width:100%;margin-inline:auto}.products-checklist--start li{text-align:left;flex-direction:row;justify-content:flex-start;width:auto}}.testimonials-rating{color:var(--navy);margin-top:.65rem;font-size:1rem;font-weight:700}.products-tabs{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;justify-content:center;display:flex}.tab{color:var(--c-muted);background:var(--white);transition:all var(--transition);border:1px solid #dde2e8;border-radius:99px;padding:.55rem 1.3rem;font-size:.85rem;font-weight:600;box-shadow:0 1px 3px #1d36590d}.tab:hover{color:var(--navy);border-color:var(--cyan);box-shadow:0 4px 12px #1d365914}.tab.active{background:var(--navy);color:var(--white);border-color:var(--navy);box-shadow:0 4px 14px #1d36592e}.products-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;display:grid}.product-card{background:var(--white);border-radius:var(--radius-lg);cursor:pointer;isolation:isolate;border:1px solid #e8ecf1;flex-direction:column;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";z-index:2;background:linear-gradient(90deg,var(--cyan) 0%,var(--green) 100%);transform-origin:0;height:3px;transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(.35)}.product-card:after{content:"";border-radius:inherit;pointer-events:none;z-index:1;transition:box-shadow .45s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #50c5d100}.product-card[data-category=blindagem]:before{background:linear-gradient(90deg,var(--blue) 0%,var(--navy) 100%)}.product-card[data-category=sinalizacao]:before{background:linear-gradient(90deg,var(--green) 0%,var(--cyan) 100%)}.product-card:hover:before{transform:scaleX(1)}.product-card:hover:after{box-shadow:inset 0 0 0 1px #50c5d147}.product-card:hover{overflow:hidden}.product-card.hidden{display:none}.product-visual{margin:var(--space-md) var(--space-md) 0;border-radius:var(--radius-md);z-index:2;background:linear-gradient(#fbfcfd 0%,#f2f6f9 100%);border:1px solid #dce4ec;flex-shrink:0;justify-content:center;align-items:center;height:212px;min-height:212px;transition:border-color .45s,background .45s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff2}.product-card:hover .product-visual{background:linear-gradient(#fff 0%,#f4fafb 100%);border-color:#50c5d159}.product-img{object-fit:contain;object-position:center;transform-origin:bottom;filter:drop-shadow(0 5px 10px #1d36591a);will-change:transform;width:100%;height:100%;padding:1.1rem;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1);transform:translateY(0)scale(1)}.product-card:hover .product-img{filter:drop-shadow(0 10px 18px #1d365929);transform:scale(1.035)}.product-img-placeholder{opacity:.55;transform-origin:bottom;filter:drop-shadow(0 5px 10px #1d36591a);font-size:3.5rem;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1);transform:translateY(0)scale(1)}.product-card:hover .product-img-placeholder{filter:drop-shadow(0 10px 18px #1d365929);transform:scale(1.035)}.product-badge{z-index:2;background:var(--green);color:#fff;border:1px solid #ffffff59;border-radius:99px;padding:.28rem .72rem;font-size:.72rem;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #13857a59}.product-badge--new{background:var(--cyan);box-shadow:0 2px 8px #50c5d166}.product-body{padding:var(--space-md) var(--space-lg) var(--space-lg);flex-direction:column;flex:1;min-height:0;display:flex}.product-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.72rem;font-weight:800;display:inline-flex}.product-cat:before{content:"";background:var(--cyan);border-radius:50%;flex-shrink:0;width:6px;height:6px}.product-body h3{color:var(--navy);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:.5rem;font-size:1.12rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.product-body p:not(.product-ref){color:#5a6570;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-height:4.95em;margin-bottom:0;font-size:.88rem;font-weight:500;line-height:1.65;display:-webkit-box;overflow:hidden}.product-ref{color:#6b7785;padding-top:var(--space-sm);border:0;width:100%;margin-top:auto;font-size:.8rem;font-weight:500;line-height:1.45}.product-footer{align-items:flex-start;gap:var(--space-sm);margin-top:var(--space-sm);flex-direction:column;padding-top:0;display:flex}.product-footer .btn{flex-shrink:0;box-shadow:0 3px 10px #13857a33}.clients-carousel{width:100%;margin:var(--space-2xl) auto var(--space-xl);overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.clients-carousel-track{gap:var(--space-lg);will-change:transform;width:max-content;margin-inline:auto;animation:45s linear infinite clientsCarouselScroll;display:flex}.clients-carousel:hover .clients-carousel-track{animation-play-state:paused}.client-card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-md);aspect-ratio:3/2;transform-origin:50%;border:1px solid #eef1f5;flex:0 0 200px;justify-content:center;align-items:center;min-height:120px;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1),border-color .45s;display:flex;transform:translateY(0)scale(1);box-shadow:0 2px 8px #1d36590a}.client-card:hover{box-shadow:var(--card-hover-shadow);z-index:2;border-color:#d0d8e0;transform:translateY(-4px)scale(1.03)}.client-card img{object-fit:contain;object-position:center;filter:grayscale();opacity:.72;width:auto;max-width:160px;height:72px;max-height:72px;transition:filter .35s,opacity .35s,transform .35s;display:block}.client-card:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.03)}.clients-note{text-align:center;color:var(--c-muted);margin-top:0;font-size:.95rem}@keyframes clientsCarouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.client-card{flex-basis:160px}.clients-carousel-track{animation-duration:35s}}@media (prefers-reduced-motion:reduce){.clients-carousel-track{flex-wrap:wrap;justify-content:center;width:100%;margin-inline:auto;animation:none;transform:none!important}.clients-carousel{mask-image:none}.client-card,.client-card:hover{transform:none}}.testimonial-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid #e8ecf1}.testimonial-stars{color:#e8b830;letter-spacing:.15em;margin-bottom:var(--space-md);font-size:1rem}.testimonial-card>p{color:var(--c-text);margin-bottom:var(--space-lg);font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-card footer{align-items:center;gap:var(--space-md);display:flex}.testimonial-avatar{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:700;display:flex;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%;display:block}.testimonial-card footer strong{color:var(--navy);font-size:.9rem;display:block}.testimonial-card footer span{color:var(--c-muted);font-size:.78rem}.contact-layout{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.contact-info{flex-direction:column;display:flex}.contact-info p{color:var(--c-muted);margin-bottom:var(--space-xl);line-height:1.6}.contact-details{gap:var(--space-xl);flex-direction:column;display:flex}.contact-aside{gap:var(--space-lg);flex-direction:column;display:flex}.contact-aside-card,.contact-emergency,.contact-cta-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);border:1.5px solid #c5d0da;box-shadow:0 2px 14px #0f2d4214}.contact-emergency{border-left:4px solid var(--green)}.contact-cta-card{border-left:4px solid var(--cyan)}.contact-emergency-title{color:var(--green);align-items:center;gap:.55rem;margin-bottom:.35rem;font-size:1.05rem;font-weight:800;line-height:1.35;display:flex}.contact-emergency-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--green);background:#13857a1f;flex-shrink:0;justify-content:center;align-items:center;font-size:0;line-height:0;display:inline-flex}.contact-emergency-icon svg{width:18px;height:18px;margin:0;display:block}.contact-emergency>span:not(.contact-emergency-icon){color:var(--c-muted);margin-bottom:.25rem;font-size:.9rem;line-height:1.55;display:block}.contact-emergency-cta{margin-top:var(--space-md)}.contact-emergency-phone{margin-top:.15rem;font-weight:700;display:inline-block;color:var(--navy)!important;font-size:1.1rem!important}.contact-emergency-phone:hover{color:var(--green)!important}.contact-cta-title{color:var(--navy);margin:0 0 .5rem;font-size:1.05rem;font-weight:800;line-height:1.35}.contact-cta-text{color:var(--c-muted);margin:0 0 var(--space-lg);font-size:.9rem;line-height:1.55}.contact-detail-item{gap:var(--space-md);align-items:center;display:flex}.contact-detail-icon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--blue);background:#50c5d11a;flex-shrink:0;justify-content:center;align-items:center;font-size:0;line-height:0;display:inline-flex}.contact-detail-icon svg{flex-shrink:0;width:22px;height:22px;margin:0;display:block}.contact-detail-item strong{color:var(--navy);margin-bottom:.2rem;font-size:.92rem;display:block}.contact-detail-item>div span,.contact-detail-item>div a{color:var(--c-muted);transition:color var(--transition);font-size:.92rem;line-height:1.45;display:block}.contact-detail-item a:hover{color:var(--cyan)}.contact-detail-sub{margin-top:.25rem;font-size:.85rem!important}.btn-whatsapp{color:var(--white);background:#25d366;border:1.5px solid #1fb85a;justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.btn-whatsapp:hover{color:var(--white);background:#1fb85a;box-shadow:0 8px 24px #25d36647}.contact-form{box-shadow:none;background:0 0;border:none;flex-direction:column;flex:1;gap:0;min-height:0;padding:0;display:flex}.contact-form-actions{gap:var(--space-md);flex-direction:row;display:flex}.modal-card--contact{border-radius:var(--radius-lg);flex-direction:column;width:min(100% - 2rem,760px);max-height:min(90vh,820px);padding:0;display:flex;overflow:hidden}.modal-card--contact .modal-close{z-index:3}.contact-modal-header{flex-shrink:0;padding:1.75rem 3rem 0 1.75rem}.contact-modal-body{gap:var(--space-lg);flex-direction:column;flex:1;padding:1.25rem 1.75rem;display:flex;overflow:hidden auto}.contact-modal-footer{background:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:1px solid #e8ecf0;flex-shrink:0;padding:1rem 1.75rem 1.5rem}.contact-modal-footer .btn{white-space:normal;flex:1;min-width:0;line-height:1.35}.contact-modal-title{color:var(--navy);margin:0 0 .35rem;font-size:1.45rem;font-weight:800}.contact-modal-sub{color:#4a5560;margin:0;font-size:.95rem;font-weight:500;line-height:1.55}.form-grid{gap:var(--space-md) var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-group{flex-direction:column;gap:.45rem;min-width:0;display:flex}.form-group--autocomplete{position:relative}.form-suggestions{z-index:11050;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--card-hover-shadow);pointer-events:auto;border:1px solid #dce4ec;max-height:220px;margin:0;padding:.3rem 0;list-style:none;position:fixed;top:0;left:0;overflow-y:auto}.form-suggestions.is-open{display:block}.form-suggestions[hidden]{display:none}.form-suggestion{cursor:pointer;color:var(--navy);padding:.55rem .85rem;font-size:.9rem;line-height:1.35}.form-suggestion:hover,.form-suggestion.is-active{background:#f0fafb}.form-suggestion strong{color:var(--navy);font-weight:700}.form-suggestion span{color:#5f6b76;margin-left:.35rem;font-size:.82rem}.form-group label{color:var(--navy);min-height:1.15rem;font-size:.88rem;font-weight:700;line-height:1.35}.label-optional{color:#5f6b76;font-weight:500}.form-input{border-radius:var(--radius-sm);width:100%;font-family:var(--font);color:var(--dark);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);border:1.5px solid #bcc6d0;padding:.85rem 1rem;font-size:.94rem;font-weight:500}.form-input:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #50c5d12e}.form-input.is-invalid{border-color:var(--danger);background:#fffbfb}.form-input.is-invalid:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-soft)}.form-group.is-invalid>label{color:var(--danger)}.form-error{color:var(--danger);align-items:flex-start;gap:.4rem;margin-top:-.1rem;font-size:.8rem;font-weight:600;line-height:1.4;display:flex}.form-error:before{content:"";background:var(--danger);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.5em}.form-input::placeholder{color:#7b8794;opacity:1;font-weight:400}textarea.form-input{resize:vertical;min-height:96px}.form-section{border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg) var(--space-lg);background:var(--white);border:1.5px solid #d5dde6}.form-section-title{color:var(--navy);margin-bottom:var(--space-sm);font-size:.9rem;font-weight:800;line-height:1.4}.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;display:grid}.checkbox-label{color:var(--navy);cursor:pointer;border-radius:var(--radius-sm);align-items:center;gap:.55rem;min-height:2rem;padding:.45rem .55rem;font-size:.9rem;font-weight:600;line-height:1.35;transition:background .2s;display:flex}.checkbox-label:hover{background:#50c5d10f}.checkbox-label input[type=checkbox]{accent-color:var(--cyan);flex-shrink:0;width:16px;height:16px;margin:0}@media (width<=768px){.contact-layout{gap:var(--space-xl);grid-template-columns:1fr}.contact-details{gap:var(--space-md)}.form-grid,.checkbox-grid{grid-template-columns:1fr}.contact-modal-footer{flex-direction:column}}.footer{color:#ffffffb8;padding:clamp(2.75rem,5vw,4.5rem) 0 var(--space-lg);background:#062845;position:relative;overflow:hidden}.footer-inner{z-index:2;position:relative}.footer-arcs{border:1px solid #19bfc333;border-radius:50%;width:390px;height:390px;position:absolute;bottom:-175px;left:-145px}.footer-arcs:before,.footer-arcs:after{content:"";border:1px solid #19bfc329;border-radius:50%;position:absolute}.footer-arcs:before{inset:38px}.footer-arcs:after{inset:82px}.footer-dots{opacity:.5;background-image:radial-gradient(circle,#19bfc359 1.2px,#0000 1.2px);background-size:11px 11px;width:250px;height:100%;position:absolute;top:0;right:-15px;mask-image:linear-gradient(270deg,#000,#0000)}.footer-main{padding-bottom:var(--space-2xl);grid-template-columns:minmax(220px,1fr) minmax(420px,1.6fr) minmax(280px,.9fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);display:grid}.footer-logo{width:94px;height:auto;margin-bottom:var(--space-md);display:block}.footer-brand>p{color:#ffffff80;max-width:270px;margin:0;font-size:.82rem;line-height:1.65}.footer-coverage{margin-top:var(--space-lg);padding-top:var(--space-md);max-width:250px;color:var(--cyan);border-top:1px solid #19bfc366;align-items:flex-start;gap:.65rem;display:flex}.footer-coverage svg{flex-shrink:0;margin-top:.1rem}.footer-coverage div{flex-direction:column;gap:.15rem;display:flex}.footer-coverage strong{color:var(--cyan);font-size:.8rem}.footer-coverage span{color:#ffffff75;font-size:.72rem}.footer-features{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid}.footer-feature{text-align:center;flex-direction:column;align-items:center;padding:0 clamp(.75rem,1.5vw,1.25rem);display:flex;position:relative}.footer-feature:not(:first-child):before{content:"";background:#19bfc340;width:1px;position:absolute;top:0;bottom:0;left:0}.footer-feature-icon{color:#19bfc3;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:.8rem;display:inline-flex}.footer-feature-icon svg{width:34px;height:34px}.footer-feature h3{color:#ffffffe6;margin:0 0 .65rem;font-size:.76rem;font-weight:700;line-height:1.35}.footer-feature p{color:#fff6;margin:0;font-size:.65rem;line-height:1.55}.footer-navigation{align-self:stretch;gap:var(--space-xl);padding-left:var(--space-xl);border-left:1px solid #ffffff24;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.footer-links{min-width:0}.footer-links h2{color:var(--cyan);margin:0;font-size:.82rem;font-weight:700}.footer-links-accent{background:var(--cyan);width:28px;height:2px;margin:.55rem 0 1rem;display:block}.footer-links a{color:#ffffffb3;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;padding:.55rem 0;font-size:.75rem;font-weight:600;transition:color .2s,padding-left .2s;display:flex}.footer-links a svg{color:var(--cyan);opacity:.75}.footer-links a:hover{color:var(--white);padding-left:.2rem}.footer-bottom{justify-content:space-between;align-items:center;gap:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid #ffffff21;display:flex}.footer-legal{color:#ffffff61;border:0;align-items:flex-start;gap:.65rem;max-width:680px;padding:0;font-size:.68rem;line-height:1.55;display:flex}.footer-legal svg{color:var(--cyan);flex-shrink:0;margin-top:.12rem}.footer-legal p{margin:0}.footer-contact{align-items:center;gap:var(--space-lg);flex-shrink:0;display:flex}.footer-contact-actions{gap:.55rem;display:flex}.footer-contact-actions a{width:34px;height:34px;color:var(--cyan);border:1px solid #19bfc380;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.footer-contact-actions a:hover{background:var(--cyan);color:#062845}.footer-contact-actions svg{width:17px;height:17px}.footer-contact-divider{background:#ffffff26;width:1px;height:34px}.footer-contact-copy{flex-direction:column;gap:.15rem;display:flex}.footer-contact-copy strong{color:var(--cyan);font-size:.72rem}.footer-contact-copy a{color:#ffffffe0;font-size:.78rem;font-weight:700}@media (width<=1050px){.footer-main{grid-template-columns:220px 1fr;align-items:start}.footer-navigation{padding:var(--space-lg) 0 0;border-top:1px solid #ffffff1f;border-left:0;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.footer-main{gap:var(--space-2xl);grid-template-columns:1fr}.footer-brand{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-features{display:none}.footer-navigation{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-contact{justify-content:space-between;width:100%}}@media (width<=480px){.footer-contact{align-items:flex-start;gap:var(--space-md)}.footer-contact-divider{display:none}}.whatsapp-float{z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #25d36659}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 10px 30px #25d36673}.whatsapp-float:focus-visible{outline:2px solid var(--white);outline-offset:3px}@media (width<=768px){.whatsapp-float{bottom:calc(16px + env(safe-area-inset-bottom,0px));width:52px;height:52px;right:16px}.hero-actions,.products-catalog-cta,.service-cta-band,.contact-aside-card:last-child{margin-bottom:calc(var(--space-md) + 56px)}}.toast{z-index:2000;background:var(--dark);color:#fff;pointer-events:none;border-radius:99px;padding:.75rem 1.5rem;font-size:.88rem;font-weight:600;transition:transform .4s cubic-bezier(.22,1,.36,1);position:fixed;top:24px;left:50%;transform:translate(-50%,-120%);box-shadow:0 8px 30px #00000040}.toast.show{transform:translate(-50%)}section[id]{scroll-margin-top:calc(var(--nav-h) + var(--nav-scroll-gap))}.modal-overlay{z-index:1000;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-backdrop{backdrop-filter:blur(6px);background:#1d3659d9;position:absolute;inset:0}.modal-card{z-index:2;background:#fff;border-radius:16px;width:min(100% - 2rem,780px);max-height:90vh;padding:2rem;transition:transform .35s cubic-bezier(.22,1,.36,1);position:relative;overflow-y:auto;transform:scale(.92)translateY(20px)}.modal-overlay.open .modal-card{transform:scale(1)translateY(0)}.modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.8rem;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:16px}.modal-close:hover{color:var(--dark);background:#f0f0f0}.modal-card.modal-card--contact{border-radius:var(--radius-lg);flex-direction:column;max-height:min(90vh,820px);padding:0;display:flex;overflow:hidden}.modal-card.modal-card--product{border:2px solid #1d36591f;width:min(100% - 2rem,920px);max-height:min(92vh,760px);padding:0;overflow:hidden;box-shadow:0 24px 64px #1d365947,inset 0 0 0 1px #fff9}.modal-card--product .modal-close{z-index:4;color:var(--navy);box-shadow:var(--shadow-sm);background:#fffffff2;border:1px solid #d5dde6;font-size:1.5rem;top:14px;right:14px}.modal-card--product .modal-close:hover{background:var(--white);color:var(--green);border-color:var(--cyan)}.modal-product-accent{background:linear-gradient(90deg, var(--cyan) 0%, var(--green) 55%, var(--blue) 100%);height:4px}.modal-card--product .modal-grid{grid-template-columns:minmax(240px,1fr) minmax(0,1.15fr);align-items:stretch;gap:0;max-height:min(92vh,760px);display:grid;overflow-y:auto}.modal-card--product .modal-visual{background:linear-gradient(160deg,#f7fafc 0%,#eef3f8 100%);border-right:2px solid #dde5ec;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100%;padding:2rem 1.75rem 1.5rem;display:flex;position:relative}.modal-card--product .modal-img{background:var(--white);border-radius:var(--radius-md);border:2px solid #d5dde6;flex-shrink:0;width:100%;min-height:280px;padding:1.25rem;box-shadow:0 8px 28px #1d36591a}.modal-card--product .modal-img img{object-fit:contain;max-width:100%;max-height:320px}.modal-card--product .modal-body{flex-direction:column;gap:0;padding:2rem;display:flex}.modal-title-row{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-bottom:.65rem;padding-right:2.5rem;display:flex}.modal-card--product .modal-badges{flex-wrap:wrap;flex-shrink:0;justify-content:flex-start;align-items:center;gap:.4rem;width:auto;margin:0;padding:0;display:flex;position:static}.modal-product-badge,.modal-card--product .modal-badges .modal-product-badge{background:var(--green);color:var(--white);white-space:nowrap;border:1px solid #ffffff59;border-radius:99px;align-items:center;margin:0;padding:.32rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex;position:static;top:auto;right:auto;box-shadow:0 2px 8px #13857a40}.modal-product-badge--cat,.modal-card--product .modal-product-badge--cat{background:var(--navy);border-color:#ffffff26;box-shadow:0 2px 8px #1d365933}.modal-card--product .modal-badges .product-badge{border:1px solid #0000;margin:0;padding:.3rem .75rem;font-size:.72rem;position:static;top:auto;right:auto;box-shadow:0 2px 6px #00000014}.modal-card--product .modal-title{color:var(--navy);letter-spacing:-.02em;flex:auto;min-width:0;margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:800;line-height:1.25}.modal-card--product .modal-desc{color:#4a5560;white-space:pre-line;margin:0 0 1.25rem;font-size:.95rem;font-weight:500;line-height:1.65}.modal-specs-wrap{border-radius:var(--radius-md);background:#f8fafb;border:2px solid #d5dde6;margin-bottom:1.35rem;padding:1rem 1.1rem}.modal-specs-title{text-transform:uppercase;letter-spacing:.1em;color:var(--navy);margin:0 0 .75rem;font-size:.72rem;font-weight:800}.modal-card--product .modal-specs{gap:.55rem;margin:0;display:grid}.modal-spec-row{border-bottom:1px solid #cfd8e2;grid-template-columns:minmax(108px,34%) 1fr;align-items:baseline;gap:.75rem 1rem;padding:.55rem 0;display:grid}.modal-spec-row:last-child{border-bottom:none;padding-bottom:0}.modal-spec-row:first-child{padding-top:0}.modal-spec-row dt{text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin:0;font-size:.74rem;font-weight:800}.modal-spec-row dd{color:var(--navy);margin:0;font-size:.9rem;font-weight:600;line-height:1.45}.modal-cta-band{background:linear-gradient(135deg, var(--navy) 0%, #254872 100%);border-radius:var(--radius-md);border:2px solid #50c5d159;margin-top:auto;padding:1.15rem 1.15rem 1.2rem;box-shadow:0 10px 28px #1d365938}.modal-cta-meta{flex-direction:column;gap:.25rem;margin-bottom:.9rem;display:flex}.modal-card--product .modal-ref{color:#ffffffe6;font-size:.8rem;font-weight:700;font-family:var(--font);letter-spacing:.02em}.modal-cta-hint{color:#ffffffb8;font-size:.82rem;font-weight:500;line-height:1.4}.modal-card--product .modal-cta{background:var(--green);border:2px solid #ffffff40;justify-content:center;width:100%;padding:.95rem 1.25rem;font-size:1rem;font-weight:800;box-shadow:0 6px 20px #0003}.modal-card--product .modal-cta:hover{background:#10a093;transform:translateY(-2px);box-shadow:0 10px 28px #00000047}.modal-grid{grid-template-columns:180px 1fr;align-items:start;gap:1.75rem;display:grid}.modal-visual{background:linear-gradient(135deg, var(--navy), #14325a);border-radius:12px;justify-content:center;align-items:center;min-height:180px;display:flex}.modal-img{background:linear-gradient(135deg,#f0f4f8,#e2e8f0);border-radius:12px;justify-content:center;align-items:center;min-height:220px;padding:1rem;display:flex}.modal-img img{object-fit:contain;max-width:100%;max-height:280px}.modal-img-emoji{text-align:center;font-size:4rem}.modal-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.modal-badges .product-badge{margin:0}.badge-cat{background:var(--navy)!important;color:#fff!important;border:none!important}.modal-title{color:var(--dark);margin:0 0 .25rem;font-size:1.35rem}.modal-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.94rem;line-height:1.7}.modal-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width<=768px){.modal-card--product .modal-grid{grid-template-columns:1fr}.modal-card--product .modal-visual{border-bottom:2px solid #dde5ec;border-right:none;padding:1.25rem 1.25rem 1rem}.modal-card--product .modal-img{min-height:200px}.modal-card--product .modal-body{padding:1.25rem 1.25rem 1.5rem}.modal-spec-row{grid-template-columns:1fr;gap:.2rem}}@media (width<=600px){.modal-card{padding:1.25rem}.modal-grid{grid-template-columns:1fr}.modal-visual{min-height:120px}.modal-img{min-height:180px;padding:.75rem}.modal-img img{max-height:220px}}.revealed{opacity:1;transform:translateY(0)}.nav-links .btn{white-space:nowrap;margin-left:.15rem}.page-hero{padding:calc(var(--nav-h) + var(--space-3xl)) 0 var(--space-3xl);background:var(--navy);color:var(--white);position:relative;overflow:hidden}.page-hero:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.page-hero-glow{pointer-events:none;background:radial-gradient(circle,#50c5d138 0%,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-30%;right:-10%}.page-hero-inner{z-index:1;text-align:center;max-width:760px;margin-inline:auto;position:relative}.page-hero-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--page-accent,var(--cyan));margin-bottom:var(--space-md);background:#50c5d11f;border:1px solid #50c5d133;border-radius:99px;padding:.3rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.page-hero-title{letter-spacing:-.025em;margin-bottom:var(--space-lg);color:var(--white);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.12}.page-hero .text-gradient{background:linear-gradient(135deg,var(--cyan) 0%,#7de0ea 55%,#b8f0f4 100%);-webkit-text-fill-color:transparent;background-clip:text}.page-hero-desc{color:#ffffffb8;max-width:640px;margin:0 auto var(--space-xl);font-size:1.05rem;line-height:1.7}.page-hero-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.eng-hero .page-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:760px;margin-inline:auto;display:grid}.eng-hero .page-hero-actions .btn{box-sizing:border-box;white-space:nowrap;text-align:center;width:100%;padding:1.25rem 1.85rem;line-height:1.35}.eng-hero .page-hero-actions .btn-primary{border:1px solid #0000}.service-layout{gap:var(--space-3xl);grid-template-columns:1.15fr .85fr;align-items:start;display:grid}.service-section-head{text-align:center;margin-bottom:var(--space-xl)}.service-section-head .section-title{margin-bottom:0}.service-section-head .section-sub{margin-inline:auto}.service-blocks{gap:var(--space-md);display:grid}.service-block{background:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);border:1px solid #e8ecf1}.service-block h3{color:var(--navy);margin-bottom:.45rem;font-size:1rem;font-weight:700;line-height:1.35}.service-block p{color:var(--c-muted);margin:0;font-size:.9rem;line-height:1.65}.service-rich{gap:var(--space-xl);flex-direction:column;max-width:980px;margin-inline:auto;display:flex}.service-rich--plain .service-block-content,.service-rich--plain .service-block--rich:not(.service-block--split){box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.service-rich--plain .service-block-media{border-radius:var(--radius-md);background:0 0;border:none}.service-rich--plain .service-block{box-shadow:none;transition:none;transform:none}.service-rich--plain .service-block:hover{box-shadow:none;z-index:auto;border-color:#0000;transform:none}.service-rich--plain .service-block--split{gap:var(--space-xl)}.service-rich--plain .service-section-head{margin-bottom:var(--space-3xl)}.service-rich--plain .service-section-head .section-title{margin-bottom:var(--space-md)}.service-rich--plain .service-specialties{margin-top:var(--space-2xl);padding-top:var(--space-3xl)}.service-rich--plain .service-specialties .service-section-head{margin-bottom:var(--space-xl)}.service-rich--plain .service-subsection-rich{gap:var(--space-xl)}.service-rich--plain .service-subsection-rich .section-title{margin-bottom:var(--space-xl)}.service-equipment{gap:var(--space-xl);flex-direction:column;padding:0;display:flex}.service-equipment-list{gap:var(--space-2xl);flex-direction:column;display:flex}.service-subsection-rich{gap:var(--space-md);padding:var(--space-2xl) 0 0;border-top:1px solid #e8ecf1;flex-direction:column;display:flex}.service-subsection-rich .section-title{text-align:center;letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.service-subsection-rich-body{gap:var(--space-md);flex-direction:column;display:flex}.service-subsection-columns{gap:var(--space-xl) var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.service-diffs .section-title,.service-why .section-title{text-align:center}.service-intro{color:var(--c-muted);margin:0;font-size:1rem;line-height:1.75}.service-block--rich{gap:var(--space-md);flex-direction:column;display:flex}.service-block--split{gap:var(--space-xl);background:0 0;border:none;grid-template-columns:1fr 1fr;align-items:center;padding:0;display:grid}.service-block--split-reverse .service-block-content{order:-1}.service-block--split-reverse .service-block-media{order:1}.service-block-content{gap:var(--space-md);background:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);border:1px solid #e8ecf1;flex-direction:column;display:flex}.service-block--rich:not(.service-block--split){background:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);border:1px solid #e8ecf1}.service-block-media{border-radius:var(--radius-md);background:var(--white);border:1px solid #e8ecf1;overflow:hidden}.service-block-media img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.service-institutional-grid{gap:var(--space-2xl);padding:var(--space-2xl) 0 0;border-top:1px solid #e8ecf1;grid-template-columns:1fr 1fr;align-items:start;display:grid}.service-institutional-grid .service-diffs,.service-institutional-grid .service-why{background:0 0;border:none;border-radius:0;padding:0}.service-institutional-grid .service-why{padding-left:var(--space-2xl);border-left:1px solid #dfe6ed}.service-institutional-grid .section-title{text-align:left;margin:0 0 var(--space-md);font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:800;line-height:1.25}.service-institutional-grid .service-intro{font-size:.98rem;line-height:1.75}.service-item-list,.modality-group ul,.specialty-card ul,.service-diff-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.service-item-list li,.modality-group li,.specialty-card li,.service-diff-list li{color:var(--c-text);padding-left:1.15rem;font-size:.9rem;line-height:1.5;position:relative}.service-item-list li:before,.modality-group li:before,.specialty-card li:before,.service-diff-list li:before{content:"";background:var(--cyan);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.modality-grid{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.modality-group h4,.specialty-card h3{color:var(--navy);margin:0 0 .55rem;font-size:.95rem;font-weight:800}.service-modality-note{color:var(--c-muted);margin:0;font-size:.92rem;line-height:1.7}.specialty-grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.specialty-card{background:var(--white);border-radius:var(--radius-lg);isolation:isolate;border:1px solid #e8ecf1;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.specialty-card:before{content:"";z-index:2;background:linear-gradient(90deg,var(--cyan) 0%,var(--green) 100%);transform-origin:0;height:3px;transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(.35)}.specialty-card:after{content:"";border-radius:inherit;pointer-events:none;z-index:1;transition:box-shadow .45s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #50c5d100}.specialty-card:hover:before{transform:scaleX(1)}.specialty-card:hover:after{box-shadow:inset 0 0 0 1px #50c5d147}.specialty-card:hover{overflow:visible}.specialty-visual{margin:var(--space-md) var(--space-md) 0;z-index:2;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;height:160px;min-height:160px;display:flex;position:relative;overflow:visible}.specialty-image{object-fit:contain;transform-origin:bottom;width:100%;max-width:156px;height:100%;max-height:156px;padding:0;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block;transform:translateY(0)scale(1)}.specialty-card:hover .specialty-image{transform:translateY(-8px)scale(1.03)}.specialty-body{padding:var(--space-md) var(--space-lg) var(--space-lg);gap:var(--space-sm);flex-direction:column;flex:1;min-height:0;display:flex}.service-diffs,.service-why,.service-specialties{gap:var(--space-md);flex-direction:column;display:flex}@media (width<=800px){.modality-grid,.specialty-grid{grid-template-columns:1fr}.service-block--split{gap:var(--space-md);grid-template-columns:1fr}.service-block--split-reverse .service-block-media{order:-1}.service-block--split-reverse .service-block-content{order:0}.service-institutional-grid{gap:var(--space-xl);grid-template-columns:1fr}.service-institutional-grid .service-why{padding-left:0;padding-top:var(--space-xl);border-top:1px solid #dfe6ed;border-left:none}.service-subsection-columns{gap:var(--space-sm);grid-template-columns:1fr}}.service-subsection-title{color:var(--navy);margin:var(--space-xl) 0 var(--space-md);padding-top:var(--space-sm);border-top:1px solid #e8ecf1;font-size:1.05rem;font-weight:800}.service-subsection-title:first-of-type{border-top:none;margin-top:0;padding-top:0}.service-card-layout{gap:var(--space-2xl);flex-direction:column;display:flex}.service-side-grid,.service-sidebar.service-side-grid{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid;position:static}.service-side-card .eng-model-list{background:0 0;padding:0}.service-sidebar{gap:var(--space-lg);top:calc(var(--nav-h) + var(--space-lg));flex-direction:column;display:flex;position:sticky}.service-sidebar .contact-cta-card{margin-top:0}.service-side-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid #e8ecf1;height:100%}.service-side-card h4{color:var(--navy);margin-bottom:var(--space-md);font-size:.95rem;font-weight:800}.service-side-card ul{flex-direction:column;gap:.45rem;display:flex}.service-side-card li{color:var(--c-text);padding-left:1rem;font-size:.86rem;line-height:1.45;position:relative}.service-side-card li:before{content:"";background:var(--page-accent,var(--cyan));border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.service-side-card p{color:var(--c-muted);margin:0;font-size:.88rem;line-height:1.6}.service-gallery-grid{justify-content:center;gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,320px));max-width:980px;margin-inline:auto;display:grid}.service-gallery-card{text-align:center;background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:0;padding:0;display:flex}.service-gallery-image{aspect-ratio:1;object-fit:contain;width:100%;max-width:220px;margin-inline:auto;display:block}.service-gallery-card--photo .service-gallery-image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);max-width:none}.service-gallery-card figcaption{color:var(--blue);padding-top:var(--space-sm);font-size:.82rem;font-weight:700;line-height:1.35}.service-cta-band{background:linear-gradient(135deg,var(--navy) 0%,#254872 55%,var(--blue) 100%);color:var(--white);padding:var(--space-3xl) 0}.service-cta-inner{text-align:center;max-width:720px;margin-inline:auto}.service-cta-inner h2{margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.service-cta-inner p{color:#ffffffbf;margin-bottom:var(--space-xl);font-size:1.02rem;line-height:1.65}.service-cta-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.service-cta-actions .btn{white-space:normal;text-align:center;max-width:100%;line-height:1.35}@media (width<=640px){.service-cta-actions{flex-direction:column;align-items:stretch}.service-cta-actions .btn{width:100%}}@media (width>=641px){.btn-mobile-break{display:none}}.service-external-cta p{color:var(--c-muted);margin:0 0 var(--space-md);font-size:.88rem;line-height:1.6}@media (width<=900px){.service-layout{gap:var(--space-2xl);grid-template-columns:1fr}.service-sidebar{position:static}.service-side-grid,.service-sidebar.service-side-grid{grid-template-columns:1fr}.nav-links .btn{width:100%;margin-left:0;margin-top:var(--space-sm);justify-content:center;display:inline-flex}}@media print{.nav,.whatsapp-float,.toast,.marquee{display:none!important}.hero{min-height:auto;padding:2rem 0}body{color:#000}}.training-hero .page-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:520px;margin-inline:auto;display:grid}.training-hero .page-hero-actions .btn{width:100%}.training-checklist{margin:var(--space-xl) auto 0;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;width:100%;max-width:520px;padding:0;list-style:none;display:grid}.training-checklist li{color:#ffffffe6;text-align:left;padding-left:1.35rem;font-size:.88rem;font-weight:600;line-height:1.45;position:relative}.training-checklist li:before{content:"";background:#50c5d12e;border:1.5px solid #50c5d1a6;border-radius:50%;width:14px;height:14px;position:absolute;top:.42rem;left:0;box-shadow:inset 0 0 0 2px #0d264c59}.training-checklist li:after{content:"";border-left:1.5px solid var(--cyan);border-bottom:1.5px solid var(--cyan);width:6px;height:3px;position:absolute;top:.62rem;left:4px;transform:rotate(-45deg)}.training-rich{gap:var(--space-xl);flex-direction:column;max-width:980px;margin-inline:auto;display:flex}.training-mode-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.training-mode-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);border:1px solid #e8ecf1;flex-direction:column;display:flex;box-shadow:0 8px 24px #0d264c0a}.training-mode-card h3{color:var(--navy);margin:0;font-size:1.05rem;font-weight:800}.training-mode-card p{color:var(--c-muted);margin:0;font-size:.92rem;line-height:1.65}.mobile-carousel-track--courses{align-items:stretch;gap:var(--space-lg);display:flex}.mobile-carousel-track--courses .training-course-card{scroll-snap-align:start;flex:0 0 min(100%,340px);align-self:stretch;min-height:100%}.training-course-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-md);border:1px solid #e8ecf1;flex-direction:column;height:auto;display:flex}.training-course-specialty{color:var(--cyan);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:800}.training-course-card h3{color:var(--navy);margin:0;font-size:1.05rem;font-weight:800;line-height:1.35}.training-course-block h4{color:var(--navy);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem;font-size:.82rem;font-weight:800}.training-course-block p,.training-course-block li{color:var(--c-muted);font-size:.9rem;line-height:1.6}.training-course-block ul{flex-direction:column;gap:.35rem;margin:0;padding-left:0;list-style:none;display:flex}.training-course-block li{padding-left:1rem;position:relative}.training-course-block li:before{content:"";background:var(--cyan);border-radius:50%;width:5px;height:5px;position:absolute;top:.55rem;left:0}.training-course-actions{gap:var(--space-sm);padding-top:var(--space-sm);flex-wrap:wrap;margin-top:auto;display:flex}.training-in-company{text-align:center;max-width:820px;margin-inline:auto}.training-in-company .service-intro,.training-in-company .training-check-list{text-align:left}.training-in-company-copy .training-check-list{margin-bottom:0}.training-check-list,.training-accordion ul{margin:var(--space-lg) 0 0;flex-direction:column;gap:.45rem;padding:0;list-style:none;display:flex}.training-check-list li,.training-accordion li{color:var(--c-muted);padding-left:1.2rem;font-size:.95rem;line-height:1.6;position:relative}.training-check-list li:before,.training-accordion li:before{content:"";background:var(--cyan);border-radius:50%;width:6px;height:6px;position:absolute;top:.62rem;left:0}.training-format-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.training-format-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-sm);border:1px solid #e8ecf1;flex-direction:column;display:flex}.training-format-icon{width:42px;height:42px;color:var(--blue);background:linear-gradient(135deg,#50c5d124,#0d264c14);border-radius:12px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.training-format-card h3{color:var(--navy);margin:0;font-size:.98rem;font-weight:800}.training-format-card p{color:var(--c-muted);margin:0;font-size:.88rem;line-height:1.6}.training-accordion{gap:var(--space-sm);flex-direction:column;display:flex}.training-accordion-item{background:var(--white);border-radius:var(--radius-md);border:1px solid #e8ecf1;overflow:hidden}.training-accordion-item summary{cursor:pointer;color:var(--navy);justify-content:space-between;align-items:center;gap:var(--space-md);padding:1rem 1.1rem;font-weight:800;list-style:none;display:flex}.training-accordion-item summary::-webkit-details-marker{display:none}.training-accordion-item summary:after{content:"+";color:var(--cyan);font-size:1.2rem;font-weight:700}.training-accordion-item[open] summary:after{content:"−"}.training-accordion-item ul{padding:0 1.1rem 1rem}.training-topics-note{color:var(--c-muted);margin:var(--space-xl) 0 0;font-size:.95rem;line-height:1.7}.training-diffs,.training-topics{max-width:980px;margin-inline:auto}.training-diffs .section-title{text-align:center}.training-stats-grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);max-width:980px;margin-inline:auto;display:grid}.training-stats-cert,.training-stats-social{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-md);border:1px solid #e8ecf1;flex-direction:column;display:flex}.training-stats-cert .section-title{margin:0;font-size:clamp(1.15rem,2vw,1.35rem)}.training-stats-social{text-align:left;align-items:flex-start}.training-social{text-align:left;align-items:flex-start;gap:var(--space-md);flex-direction:column;display:flex}.training-social-num{color:var(--navy);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1}.training-social-label{color:var(--c-muted);font-size:.95rem;font-weight:700}.training-social-text{color:var(--c-muted);margin:0;font-size:1rem;line-height:1.7}.training-social-rating{color:var(--navy);flex-direction:column;gap:.25rem;font-weight:700;display:flex}.training-social-stars{color:#e8b830;letter-spacing:.12em;font-size:1.1rem}.training-platform-devices{gap:var(--space-xl);margin-top:var(--space-xl);padding:var(--space-lg) 0 0;grid-template-columns:1.35fr .95fr .72fr;align-items:end;display:grid}.training-platform-device{flex-direction:column;justify-content:flex-end;align-items:center;display:flex}.training-platform-device figcaption{color:var(--blue);text-align:center;margin-top:var(--space-sm);font-size:.82rem;font-weight:700}.training-platform-placeholder{aspect-ratio:16/10;border-radius:var(--radius-md);color:var(--c-muted);background:linear-gradient(#f4f7fa 0%,#e8eef4 100%);border:2px dashed #c5d0db;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;min-height:160px;display:flex}.training-platform-device--tablet .training-platform-placeholder{aspect-ratio:3/4;min-height:200px}.training-platform-device--mobile .training-platform-placeholder{aspect-ratio:9/16;min-height:220px}.training-platform-placeholder span{color:var(--navy);font-weight:800}.training-platform-placeholder small{font-size:.78rem}.training-platform-device img{object-fit:contain;filter:drop-shadow(0 20px 42px #0d264c24);background:0 0;border:none;width:100%;height:auto;display:block}.training-platform-device--mobile img{max-width:220px;margin-inline:auto}.training-platform-device--tablet img{max-width:360px;margin-inline:auto}.training-platform-device--desktop img{max-width:100%}.training-platform-cta{margin-top:var(--space-xl);justify-content:center;display:flex}@media (width<=900px){.eng-hero .page-hero-actions{grid-template-columns:1fr;max-width:420px}.eng-hero .page-hero-actions .btn{white-space:normal;padding:1rem 1.5rem}.training-hero .page-hero-actions,.training-checklist{grid-template-columns:1fr;max-width:420px}.training-mode-grid,.training-format-grid,.training-stats-grid,.training-platform-devices{grid-template-columns:1fr}}.products-catalog-cta{margin-top:var(--space-2xl);justify-content:center;display:flex}.service-gallery-trigger{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.service-gallery-trigger:focus-visible{outline:2px solid var(--cyan);outline-offset:3px;border-radius:var(--radius-md)}.gallery-lightbox{z-index:1200;padding:var(--space-lg);background:#0f172ae0;place-items:center;display:grid;position:fixed;inset:0}.gallery-lightbox[hidden]{display:none!important}.gallery-lightbox-open{overflow:hidden}.gallery-lightbox-figure{text-align:center;width:100%;max-width:min(96vw,980px);margin:0}.gallery-lightbox-image{object-fit:contain;border-radius:var(--radius-md);width:100%;max-height:min(78vh,820px);box-shadow:0 24px 60px #00000059}.gallery-lightbox-caption{margin-top:var(--space-sm);color:#fff;font-size:.95rem;font-weight:600}.gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:999px;width:44px;height:44px;font-size:1.75rem;line-height:1;position:absolute;top:1rem;right:1rem}.gallery-lightbox-close:hover{background:#ffffff3d}.gallery-lightbox-close:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.eng-service-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.eng-service-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);border:1px solid #e8ecf1;flex-direction:column;height:100%;display:flex;box-shadow:0 8px 24px #0d264c0a}.eng-service-card h3{color:var(--navy);margin:0;font-size:1rem;font-weight:800;line-height:1.35}.eng-service-card p{color:var(--c-muted);margin:0;font-size:.9rem;line-height:1.65}.eng-equipment-list{gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid}.eng-equipment-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #e8ecf1;flex-direction:column;height:100%;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.eng-equipment-card:hover{border-color:#d5dee8;box-shadow:0 10px 28px #0d264c0f}.eng-equipment-top{padding:var(--space-md) var(--space-lg);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.45rem;height:6.5rem;display:flex}.eng-equipment-top h3{color:var(--navy);margin:0;font-size:.92rem;font-weight:800;line-height:1.3}.eng-equipment-count{color:var(--c-muted);white-space:nowrap;background:#f4f7f9;border:1px solid #e2e8ef;border-radius:99px;padding:.3rem .65rem;font-size:.75rem;font-weight:700}.eng-equipment-accordion-label{color:var(--blue);padding:.7rem var(--space-lg);background:#f4f8fb;border-top:1px solid #eef2f6;margin:0;font-size:.82rem;font-weight:700}.eng-model-list{padding:var(--space-md) var(--space-xl) var(--space-lg);background:var(--white);grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.5rem;margin:0;list-style:none;display:grid}.eng-equipment-card .eng-model-list{padding:var(--space-md) var(--space-lg) var(--space-lg);flex-direction:column;flex:1;gap:.45rem;display:flex}.eng-model-list li{color:var(--c-muted);padding-left:1rem;font-size:.9rem;line-height:1.5;position:relative}.eng-model-list li:before{content:"";background:var(--cyan);border-radius:50%;width:5px;height:5px;position:absolute;top:.62rem;left:0}.eng-equipment-total{margin:var(--space-xl) 0 0;text-align:center;color:var(--c-muted);font-size:.95rem}.eng-field-grid{gap:var(--space-lg);grid-template-columns:repeat(12,1fr);display:grid}.eng-field-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #e8ecf1;flex-direction:column;grid-column:span 4;margin:0;display:flex;overflow:hidden}.eng-field-trigger{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.eng-field-trigger img{aspect-ratio:4/5;object-fit:cover;object-position:center 28%;width:100%;display:block}.eng-field-card figcaption{padding:var(--space-md) var(--space-lg) var(--space-lg);flex-direction:column;gap:.35rem;display:flex}.eng-field-card figcaption strong{color:var(--navy);font-size:.92rem}.eng-field-card figcaption span{color:var(--c-muted);font-size:.85rem;line-height:1.55}.eng-section .products-checklist{display:none}.eng-cta-services{color:#ffffffc7;margin:0 0 var(--space-lg);font-size:.92rem;line-height:1.7}@media (width<=1100px){.eng-equipment-list{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.eng-service-grid{grid-template-columns:repeat(2,1fr)}.eng-field-card{grid-column:span 6}}@media (width<=768px){.eng-service-grid,.eng-equipment-list{grid-template-columns:1fr}.eng-field-card{grid-column:span 12}}
