:root{--red:#CC2229;--red-dark:#A81B21;--red-light:#E8353D;--black:#121212;--dark:#1A1A1A;--text:#2D2D2D;--text-secondary:#555555;--border:#E0E0E0;--light:#F4F4F4;--lighter:#F9F9F9;--white:#FFFFFF;--font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--section-py:clamp(40px, 5vw, 72px);--section-py-sm:clamp(28px, 3.5vw, 48px);--max-w:1200px;--max-w-sm:880px;--gap:clamp(20px, 4vw, 40px);--radius-sm:4px;--radius:8px;--radius-lg:12px;--shadow:0 2px 12px rgba(0,0,0,.08);--shadow-md:0 4px 24px rgba(0,0,0,.12);--shadow-lg:0 8px 40px rgba(0,0,0,.16);--tr:.25s ease;--tr-slow:.4s ease;--topbar-h:36px;--header-h:108px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{max-width:100%;overflow-x:hidden}body{font-family:var(--font);font-size:var(--text-base);line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:0;background:none;font:inherit}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{line-height:1.15;font-weight:700;color:var(--dark)}h1{font-size:clamp(2.8rem, 5vw, 4.2rem);font-weight:800;line-height:1.08;letter-spacing:-.02em}h2{font-size:clamp(2rem, 3.5vw, 3rem);font-weight:700;line-height:1.12}h3{font-size:clamp(1.25rem, 2vw, 1.5rem);font-weight:600}h4{font-size:clamp(1rem, 2vw, 1.25rem);font-weight:600}p{max-width:68ch}.text-red{color:var(--red)}.text-white{color:var(--white)}.text-dark{color:var(--dark)}.text-secondary{color:var(--text-secondary)}.font-800{font-weight:800}.font-600{font-weight:600}.uppercase{text-transform:uppercase;letter-spacing:.08em}.text-center{text-align:center}.text-left{text-align:left}.mx-auto{margin-inline:auto}.eyebrow{display:inline-block;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:1rem}.label-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);background:var(--light);padding:4px 12px;border-radius:100px;margin-bottom:.75rem}.label-tag--red{background:rgb(204 34 41 / .12);color:var(--red)}.container,.container-sm{width:100%;margin-inline:auto;padding-inline:clamp(20px, 4vw, 40px)}.container{max-width:var(--max-w)}.container-sm{max-width:var(--max-w-sm)}.section{padding-block:var(--section-py)}.section-sm{padding-block:var(--section-py-sm)}.section--white{background:var(--white)}.section--light{background:var(--light)}.section--dark{background:var(--dark);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark p{color:rgb(255 255 255 / .78)}.section--photo{background-size:cover;background-position:center;position:relative;overflow:hidden}.bg-white{background:var(--white)}.bg-light{background:var(--light)}.bg-dark{background:var(--dark)}.bg-black{background:var(--black)}.bg-red{background:var(--red)}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.red-bar,.red-bar-center{display:block;width:48px;height:4px;background:var(--red);margin-bottom:1.5rem}.red-bar-center{margin-inline:auto}.overlay{position:absolute;inset:0;background:rgb(18 18 18 / .68)}.section-header{margin-bottom:clamp(36px, 5vw, 56px)}.section-header.centered{text-align:center}.section-header.centered p{margin-inline:auto}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:var(--text-lg);color:var(--text-secondary);max-width:640px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:background var(--tr),color var(--tr),border-color var(--tr),transform var(--tr);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--red);color:var(--white);border:2px solid var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn-outline{background:#fff0;color:var(--red);border:2px solid var(--red)}.btn-outline:hover{background:var(--red);color:var(--white)}.btn-outline-white{background:#fff0;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--dark)}.btn-dark{background:var(--dark);color:var(--white);border:2px solid var(--dark)}.btn-dark:hover{background:var(--black);border-color:var(--black)}.btn-white{background:var(--white);color:var(--dark);border:2px solid var(--white)}.btn-white:hover{background:var(--lighter);border-color:var(--lighter)}.btn-secondary{background:var(--light);color:var(--dark);border:2px solid var(--light)}.btn-secondary:hover{background:var(--border);border-color:var(--border)}.btn-sm{padding:.5rem 1.25rem;font-size:var(--text-xs)}.btn-lg{padding:1rem 2.25rem;font-size:var(--text-base)}.btn-full{width:100%}.btn-group{display:flex;flex-wrap:wrap;gap:12px}.btn-submit{width:100%;background:var(--red);color:#fff;padding:14px 32px;font-weight:600;font-size:1rem;border-radius:6px;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:background var(--tr)}.btn-submit:hover{background:var(--red-dark)}.btn-estimador{display:inline-flex;align-items:center;padding:.45rem .9rem;border:1.5px solid rgb(255 255 255 / .4);border-radius:6px;font-size:.75rem;font-weight:600;color:rgb(255 255 255 / .85);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;transition:background var(--tr),border-color var(--tr),color var(--tr);margin-right:.75rem;line-height:1}.btn-estimador:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .7);color:#fff}.topbar{position:fixed;top:0;left:0;right:0;z-index:1001;height:var(--topbar-h);background:var(--red);color:var(--white);font-size:.78rem;line-height:var(--topbar-h)}.topbar__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--gap);display:flex;align-items:center;justify-content:space-between;height:100%;gap:12px}.topbar__left,.topbar__right{display:flex;align-items:center;gap:8px;white-space:nowrap}.topbar__sep{opacity:.5}.topbar a{color:var(--white)}.topbar a:hover{text-decoration:underline}.site-header{position:fixed;top:var(--topbar-h);left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;background:var(--dark);transition:background var(--tr-slow),box-shadow var(--tr-slow)}.site-header.scrolled{background:var(--dark);box-shadow:0 2px 20px rgb(0 0 0 / .3)}.site-header.header-light{background:var(--white);border-bottom:1px solid var(--border)}.site-header.header-light.scrolled{background:var(--white);box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;gap:2rem;height:100%}.header-logo{flex-shrink:0;display:flex;align-items:center}.header-logo img{height:56px;width:auto;display:block}.logo-color{display:none}.logo-white{display:block}.site-header.header-light .logo-color{display:block}.site-header.header-light .logo-white{display:none}.header-nav{flex:1}.nav-list{display:flex;align-items:center;gap:.25rem}.nav-item{position:relative}.nav-link{display:block;padding:.5rem .75rem;font-size:var(--text-sm);font-weight:500;color:rgb(255 255 255 / .9);border-radius:var(--radius-sm);transition:color var(--tr),background var(--tr);white-space:nowrap}.nav-link:hover,.nav-item:hover .nav-link{color:var(--white);background:rgb(255 255 255 / .08)}.site-header.header-light .nav-link{color:var(--text)}.site-header.header-light .nav-link:hover{color:var(--red);background:rgb(204 34 41 / .05)}button.nav-link{background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.nav-chevron{font-size:.65em;margin-left:3px;opacity:.75;vertical-align:middle}.dropdown{position:absolute;top:100%;left:0;min-width:240px;background:var(--white);border-radius:8px;box-shadow:0 8px 32px rgb(0 0 0 / .12);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--tr),transform var(--tr),visibility var(--tr);z-index:1000}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown,.nav-item:hover>button.nav-link~.dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown li a{display:block;padding:10px 24px;font-size:.9rem;font-weight:400;color:var(--text);transition:color var(--tr),background var(--tr)}.dropdown li a:hover{color:var(--red);background:var(--light)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.header-cta{flex-shrink:0}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:6px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform var(--tr),opacity var(--tr)}.site-header.header-light .nav-toggle span{background:var(--dark)}.nav-toggle.is-active span:nth-child(1),.nav-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.is-active span:nth-child(2),.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.is-active span:nth-child(3),.nav-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.site-footer{background:var(--black);color:rgb(255 255 255 / .75);padding-top:64px;padding-bottom:32px}.footer-grid{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(120px,.85fr) minmax(150px,.95fr) minmax(120px,.85fr) minmax(220px,1.05fr);gap:48px;align-items:start;padding-bottom:48px;border-bottom:1px solid rgb(255 255 255 / .08)}.footer-brand .footer-logo{display:inline-block;margin-bottom:1.25rem}.footer-brand .footer-logo img{height:36px;width:auto}.footer-brand p{font-size:var(--text-sm);line-height:1.7;max-width:300px;color:rgb(255 255 255 / .6)}.footer-cta-mini{margin-top:1.5rem}.footer-col h4{color:var(--white);font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:8px}.footer-col ul a{font-size:var(--text-sm);color:rgb(255 255 255 / .55);transition:color var(--tr)}.footer-col ul a:hover{color:var(--white)}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:var(--text-sm);color:rgb(255 255 255 / .6);margin-bottom:.75rem}.footer-contact-item svg{flex-shrink:0;margin-top:2px}.footer-contact-item a:hover{color:var(--red)}.footer-bottom{padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:var(--text-xs);color:rgb(255 255 255 / .35)}.footer-bottom a{color:rgb(255 255 255 / .35);transition:color var(--tr)}.footer-bottom a:hover{color:rgb(255 255 255 / .7)}.footer-legal{display:flex;gap:1.5rem}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;padding-top:var(--header-h);background:linear-gradient(135deg,#121212 0%,#1a1a1a 50%,#2d1a1a 100%)}.hero-md{min-height:70vh}.hero-sm{min-height:50vh;padding-top:clamp(48px, 6vw, 80px)}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgb(18 18 18 / .88) 0%,rgb(18 18 18 / .78) 55%,rgb(18 18 18 / .70) 100%)}.hero-content{position:relative;z-index:2;padding-block:clamp(24px, 4vw, 48px)}.hero-text{max-width:620px}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:1.5rem;padding:6px 16px;background:rgb(204 34 41 / .15);border:1px solid rgb(204 34 41 / .4);border-radius:4px}.hero-title{color:var(--white);margin-bottom:1.25rem;line-height:1.1}.hero-subtitle{font-size:clamp(1rem, 2vw, 1.2rem);color:rgb(255 255 255 / .85);line-height:1.7;margin-bottom:2.5rem;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-red-bar{position:absolute;right:0;top:0;bottom:0;width:6px;background:var(--red);z-index:3}.hero-2col{display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center}.page-hero{background:linear-gradient(135deg,#121212 0%,#1a1a1a 50%,#2d1a1a 100%);background-size:cover;background-position:center;display:flex;align-items:center;min-height:70vh;padding-top:calc(var(--header-h) + 40px);padding-bottom:2rem;position:relative;overflow:hidden}.page-hero .container,.page-hero__content{position:relative;z-index:1}.page-hero::after{content:'';position:absolute;right:0;top:0;bottom:0;width:5px;background:var(--red)}.page-hero h1,.page-hero__title{color:var(--white)}.page-hero p,.page-hero__subtitle{color:rgb(255 255 255 / .82);font-size:var(--text-lg);line-height:1.65;max-width:640px;margin-top:.75rem}.page-hero__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .18);pointer-events:none}.page-hero__title{font-size:clamp(2rem, 4.5vw, 3rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.page-hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero-title-wide{max-width:1050px;font-size:clamp(3rem, 5.6vw, 4.2rem);line-height:1.02;letter-spacing:-.045em}.hero-title-wide span{display:block}.hero-title-wide .text-red{color:var(--red)}@media (max-width:768px){.hero-title-wide{font-size:clamp(2.45rem, 11vw, 4rem);line-height:1.05}}:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--red);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:700;font-size:var(--text-sm);z-index:9999;transition:top var(--tr)}.skip-link:focus{top:1rem}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFallback{to{opacity:1;transform:none}}.anim-ready{opacity:0;transform:translateY(20px);transition:none;animation:revealFallback .5s ease 1.2s forwards}.animate-up{animation:fadeUp .6s ease forwards}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.anim-ready{opacity:1;transform:none;animation:none}}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.features-grid,.feature-grid,.modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){:root{--topbar-h:0px;--header-h:76px}.topbar{display:none}.site-header{top:0;height:var(--header-h);background:var(--dark);z-index:10000;box-shadow:0 2px 18px rgb(0 0 0 / .28)}.header-inner{width:100%;max-width:100%;height:100%;padding-inline:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.header-logo{min-width:0;display:flex;align-items:center}.header-logo img{height:42px;max-width:min(170px,44vw);width:auto;object-fit:contain}.header-cta,.header-cta-secondary,.header-actions .btn,.btn-estimador{display:none}.nav-toggle{display:flex;grid-column:3;width:44px;height:44px;min-width:44px;flex:0 0 44px;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:0;margin-left:auto;background:#fff0;border:0;cursor:pointer;z-index:10002}.nav-toggle span{width:28px;height:3px;background:#fff;border-radius:3px}.header-nav{display:block;position:fixed;top:var(--header-h);left:0;right:0;width:100%;max-height:calc(100vh - var(--header-h));overflow-y:auto;padding:20px;background:#151515;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:10001}.header-nav.is-open,.header-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-list{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%}.nav-item{width:100%}.nav-link,button.nav-link{width:100%;display:flex;justify-content:space-between;align-items:center;padding:13px 0;color:#fff;background:#fff0;font-size:15px;line-height:1.35;text-align:left;border-radius:0;white-space:normal}.nav-link:hover,.nav-item:hover .nav-link,button.nav-link:hover{color:#fff;background:#fff0}.dropdown{position:static;display:none;min-width:0;width:100%;margin:4px 0 10px;padding:8px 14px;background:#222;border:0;border-radius:8px;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-item.open .dropdown,.nav-item:focus-within .dropdown,.nav-item:hover .dropdown{display:block}.dropdown li a{display:block;padding:8px 0;color:rgb(255 255 255 / .78);background:#fff0;font-size:14px;line-height:1.4}.dropdown li a:hover{color:#fff;background:#fff0}.hero,.page-hero{padding-top:var(--header-h)}.hero{min-height:auto}.hero-content{padding-top:clamp(48px, 10vw, 72px);padding-bottom:clamp(48px, 10vw, 72px)}.hero h1,.hero-title{font-size:clamp(2.35rem, 10vw, 4rem)}.hero-subtitle{font-size:1rem}.section-2col,.two-col,.hero-2col,.contact-grid,.diag-layout,.form-section-wrap{grid-template-columns:1fr;gap:32px}.section-2col.reverse{direction:ltr}.hero-2col .hero-form{display:none}.sticky-form-wrap{position:static}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.services-grid,.feature-grid--2{grid-template-columns:1fr}.module-grid,.modules-grid,.diff-grid,.sector-grid,.pains-grid,.product-features,.features-grid,.feature-grid{grid-template-columns:1fr}.form-grid,.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px}.trust-divider{display:none}.btn-group{width:100%;flex-direction:column}.btn-group .btn{width:100%;white-space:normal;text-align:center}.cta-band__inner{flex-direction:column;text-align:center}.cta-band__actions{justify-content:center}}@media (max-width:600px){.container,.container-sm{padding-left:20px;padding-right:20px}.site-footer{overflow-x:hidden}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center;justify-content:center;gap:14px}.footer-legal{flex-wrap:wrap;justify-content:center;gap:14px}.clients-grid{gap:16px}.client-item{padding:16px 24px;min-width:140px}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr}}@media (max-width:420px){.header-inner{padding-left:16px;padding-right:16px}.header-logo img{max-width:150px}.trust-grid,.stats-grid{grid-template-columns:1fr}}.section:not(.hero):not(.trust-bar):not(.cta-band){content-visibility:auto;contain-intrinsic-size:1px 800px}img{image-rendering:auto}