@media (max-width:767px){html{font-size:14px}body{font-size:.875rem;line-height:1.5}h1{line-height:1.2;font-size:1.5rem!important}h2{line-height:1.3;font-size:1.25rem!important}h3{line-height:1.3;font-size:1.1rem!important}h4,h5,h6{line-height:1.4;font-size:1rem!important}p{line-height:1.5;font-size:.875rem!important}small,.text-small{font-size:.75rem!important}}@media (max-width:575px){html{font-size:13px}h1{font-size:1.4rem!important}h2{font-size:1.15rem!important}}@media (max-width:767px){nav{min-height:60px;padding:.5rem .75rem!important}.navbar-logo,nav>div:first-child{max-height:50px;height:auto!important;overflow:visible!important}.navbar-logo img,nav img[alt*=logo],nav img[alt*=Logo],nav img[src*=logo]{object-fit:contain!important;width:auto!important;max-height:45px!important}nav img[alt*=ABS],nav img[alt*=Bureau],nav img[alt*=Veritas],nav img:not([alt*=logo]):not([alt*=Logo]){width:auto!important;max-height:35px!important}.desktop-menu{display:none!important}.mobile-menu-toggle{min-width:40px;min-height:40px}}@media (max-width:575px){nav{padding:.4rem .6rem!important}.navbar-logo img,nav img[alt*=logo],nav img[alt*=Logo]{max-height:40px!important}nav img:not([alt*=logo]):not([alt*=Logo]){max-height:30px!important}}.hero-section{text-align:center;background:linear-gradient(135deg,#1e5a9e 0%,#0d47a1 50%,#1e5a9e 100%);flex-direction:column;justify-content:center;align-items:center;min-height:90vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.hero-title{font-size:3.5rem;font-family:var(--font-sans);color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{color:#fffffff2;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-btn-primary{color:#fff;background:#d32f2f;border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.hero-btn-secondary{color:#fff;background:0 0;border:2px solid #fff;border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem 0;display:grid}.card{background:#fff;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.section{padding:4rem 0}.section-title{text-align:center;color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-muted);max-width:700px;margin:0 auto 3rem;font-size:1.1rem}@media (max-width:991px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2rem}}@media (max-width:767px){.hero-section{min-height:auto;padding:3rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{margin-bottom:1.5rem;font-size:.9rem}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:300px;padding:.65rem 1.25rem;font-size:.9rem}.grid-2,.grid-3,.grid-4,.grid-auto-fit{grid-template-columns:1fr;gap:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;padding:1.5rem 0}.card{padding:1.25rem}.section{padding:2rem 0}.section-title{font-size:1.5rem}.section-subtitle{margin-bottom:1.5rem;font-size:.85rem}div[style*="linear-gradient(90deg, #d32f2f"]{padding:.85rem!important}div[style*="linear-gradient(90deg, #d32f2f"] h2,div[style*="linear-gradient(90deg, #d32f2f"] h3{font-size:1rem!important}div[style*="linear-gradient(90deg, #d32f2f"] p{font-size:.8rem!important}div[style*="background: 'rgba(255,255,255,0.15)'"]{padding:1rem!important}.container{padding-left:.85rem;padding-right:.85rem}}@media (max-width:575px){.container{padding:0 .75rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.85rem}.stats-grid{grid-template-columns:1fr}.section-title{font-size:1.35rem}.card{padding:1rem}.hero-btn-primary,.hero-btn-secondary{padding:.6rem 1.1rem;font-size:.85rem}}@media (max-width:359px){.container{padding:0 .6rem}.hero-title{font-size:1.35rem}.section{padding:1.5rem 0}}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:3rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:767px){.hide-mobile{display:none}.show-mobile{display:block}}.img-responsive{max-width:100%;height:auto}@media (max-width:767px){button,a,input,select,.btn{min-width:44px;min-height:44px}}body{overflow-x:hidden}*{word-wrap:break-word;overflow-wrap:break-word}
@media (max-width:767px){body{margin:0;padding:0}.container{padding-left:.75rem!important;padding-right:.75rem!important}section,.section{margin:0!important;padding:1.5rem 0!important}main,main.container{padding-top:70px!important;padding-bottom:1.5rem!important}h1,h2,h3,h4,h5,h6{margin-top:.75rem!important;margin-bottom:.75rem!important}p{margin-top:.5rem!important;margin-bottom:.5rem!important}footer{margin-top:1.5rem!important;padding:2rem 0!important}footer .container{gap:1.25rem!important}footer div[style*=marginTop]{margin-top:1.5rem!important;padding-top:1rem!important}nav{padding:.5rem 0!important}nav .container{justify-content:space-between!important;align-items:center!important;gap:1rem!important;padding-left:.75rem!important;padding-right:.75rem!important;display:flex!important}nav .container>a:first-child,nav>div>a:first-child{flex:0 auto!important;align-items:center!important;max-width:calc(100% - 100px)!important;height:45px!important;display:flex!important}nav img[src*=logo],nav img[alt*=Logo],nav img[alt*=logo]{object-fit:contain!important;width:auto!important;max-width:100%!important;max-height:40px!important}nav .desktop-menu,nav div[style*=desktop],nav>div>div:not(.mobile-menu):not([class]){display:none!important}nav button,nav .mobile-menu-toggle{flex:none!important;min-width:44px!important;min-height:44px!important;padding:.5rem!important}nav select{max-width:60px!important;font-size:.8rem!important}main[style*=paddingTop] h1{margin-bottom:1rem!important;font-size:1.75rem!important}main[style*=paddingTop] p{margin-bottom:1rem!important;font-size:.85rem!important}div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="gridTemplateColumns: \"1fr 1fr\""]{grid-template-columns:1fr!important;gap:1rem!important;margin-bottom:1.5rem!important}div[style*="width: '60px'"],div[style*="width: \"60px\""]{width:45px!important;height:45px!important;margin-bottom:1rem!important}div[style*="width: '60px'"] svg,div[style*="width: \"60px\""] svg{width:24px!important;height:24px!important}main div[style*="padding: '2rem'"]{padding:1.25rem!important}main h2{margin-bottom:.75rem!important;font-size:1.15rem!important}div[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr)'"],div[style*="gridTemplateColumns: \"repeat(auto-fit, minmax(200px, 1fr)\""]{grid-template-columns:1fr!important;gap:1.25rem!important}[style*="flexWrap: 'wrap'"] button,[style*="flexWrap: \"wrap\""] button,div[style*="display: 'flex'"][style*=flexWrap] button,div[style*="display: \"flex\""][style*=flexWrap] button{display:none!important}select[value]:not([style*="display: none"]){display:block!important}.products-page button[style*=padding],button[style*="borderRadius: '50px'"],button[style*="borderRadius: \"50px\""],div[style*="flexWrap: 'wrap'"][style*="gap: '"],div[style*="flexWrap: \"wrap\""][style*="gap: \""]{display:none!important}section[style*="marginBottom: '2rem'"]{margin-bottom:1rem!important}div[style*="padding: '1rem'"][style*="background: 'white'"]{padding:.75rem!important}input[type=text],select{padding:.5rem .65rem!important;font-size:.8rem!important}section[style*="minHeight: '90vh'"],section[style*="minHeight: \"90vh\""],.hero-section{min-height:auto!important;padding:2.5rem 1rem!important}section[style*=linear-gradient] h1{margin-bottom:1rem!important;font-size:1.65rem!important}section[style*=linear-gradient] p{margin-bottom:1.25rem!important;font-size:.85rem!important}section[style*=linear-gradient] a,section[style*=linear-gradient] button{margin:.3rem!important;padding:.65rem 1.25rem!important;font-size:.9rem!important}div[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(200px"],div[style*="gridTemplateColumns: \"repeat(auto-fit, minmax(200px"]{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:1.5rem 0!important}div[style*="borderRadius: '12px'"][style*="padding: '2rem'"],div[style*="borderRadius: \"12px\""][style*="padding: \"2rem\""],div[style*="borderRadius: '8px'"][style*="padding: '2rem'"],div[style*="borderRadius: \"8px\""][style*="padding: \"2rem\""]{border-radius:8px!important;padding:1rem!important}div[style*="padding: '2rem'"] h3,div[style*="padding: \"2rem\""] h3,div[style*="padding: '1.5rem'"] h3{margin-bottom:.5rem!important;font-size:1rem!important}div[style*="padding: '2rem'"] p,div[style*="padding: \"2rem\""] p{font-size:.8rem!important;line-height:1.4!important}div[style*="gridTemplateColumns: 'repeat(2"],div[style*="gridTemplateColumns: \"repeat(2"],div[style*="gridTemplateColumns: 'repeat(3"],div[style*="gridTemplateColumns: \"repeat(3"],div[style*="gridTemplateColumns: 'repeat(4"],div[style*="gridTemplateColumns: \"repeat(4"],div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="gridTemplateColumns: \"1fr 1fr\""],div[style*="gridTemplateColumns: 'repeat(auto-fit"],div[style*="gridTemplateColumns: \"repeat(auto-fit"]{grid-template-columns:1fr!important;gap:1rem!important}section[style*="linear-gradient(90deg, #d32f2f"],section[style*="linear-gradient(90deg, #d32f2f"]{padding:.85rem 1rem!important}section[style*="linear-gradient(90deg, #d32f2f"] h2,section[style*="linear-gradient(90deg, #d32f2f"] h3{margin:.4rem 0!important;font-size:.95rem!important}section[style*="linear-gradient(90deg, #d32f2f"] p{margin:.3rem 0!important;font-size:.75rem!important}section[style*="linear-gradient(90deg, #d32f2f"] a{white-space:nowrap!important;padding:.6rem 1rem!important;font-size:.8rem!important}section[style*="linear-gradient(90deg, #d32f2f"]>div{text-align:center!important;flex-direction:column!important;align-items:stretch!important}*{line-height:1.4!important}h1,h2,h3{line-height:1.2!important}body{letter-spacing:normal!important}img{max-width:100%!important;height:auto!important}div[style*="minHeight: '180px'"],div[style*="minHeight: \"180px\""]{min-height:auto!important}}@media (max-width:575px){.container{padding-left:.6rem!important;padding-right:.6rem!important}section,.section{padding:1rem 0!important}main{padding-top:65px!important;padding-bottom:1rem!important}h1{font-size:1.5rem!important}h2{font-size:1.2rem!important}h3{font-size:1.05rem!important}}
