@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--brand-red: #c8102e;--brand-red-hover: #a00d25;--dark-slate: #0b1120;--slate-text: #334155;--bg-light: #f8fafc;--bg-white: #ffffff;--border-gray: #e2e8f0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--slate-text);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-white);color:var(--slate-text);overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s ease}h1,h2,h3,h4,h5,h6{color:var(--dark-slate);line-height:1.2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-red{color:var(--brand-red)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background-color:var(--brand-red);color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease;text-align:center}.btn-primary:hover{background-color:var(--brand-red-hover)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--brand-red);padding:.75rem 1.5rem;border-radius:4px;font-weight:600;border:2px solid var(--brand-red);cursor:pointer;transition:all .2s ease;text-align:center}.btn-outline:hover{background-color:var(--brand-red);color:#fff}.site-header{position:relative;width:100%;z-index:100;background-color:var(--dark-slate);color:#fff}.top-bar{border-bottom:1px solid rgba(255,255,255,.1);padding:.5rem 0;font-size:.875rem}.top-bar-inner{display:flex;justify-content:flex-end}.contact-info{display:flex;gap:2rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:#cbd5e1}.contact-link:hover{color:var(--brand-red)}.main-nav{padding:1rem 0}.nav-inner{display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;flex-direction:column}.logo-text{font-size:2rem;font-weight:800;letter-spacing:-1px;line-height:1;color:#fff}.logo-tagline{font-size:.65rem;letter-spacing:2px;color:var(--brand-red);font-weight:600;margin-top:2px}.desktop-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative}.nav-link:hover,.nav-link.active{color:var(--brand-red)}@media(max-width:768px){.contact-info{flex-wrap:wrap;gap:1rem;justify-content:center}.top-bar-inner{justify-content:center}.desktop-menu{display:none}}.hero-section{position:relative;height:400px;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#1e293b,#0f172a);z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.hero-content{position:relative;z-index:2;text-align:left;max-width:800px}.hero-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#f1f5f9;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-btn{font-size:1.1rem;padding:1rem 2rem;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.hero-section{height:350px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}}.cert-section{padding:5rem 0;background-color:var(--bg-white)}.cert-container{display:flex;align-items:center;gap:4rem}.cert-image-wrapper{flex:1;border:1px solid #fee2e2;border-radius:8px;padding:2rem;background-color:#fff;box-shadow:0 4px 20px #0000000d;display:flex;justify-content:center;align-items:center}.cert-mock-image{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:300px}.mock-extinguishers{display:flex;align-items:flex-end;gap:1rem;height:200px}.mock-ext{width:60px;background-color:var(--brand-red);border-radius:8px 8px 4px 4px;position:relative}.mock-ext:before{content:"";position:absolute;top:-20px;left:20px;width:20px;height:20px;background-color:#333;border-radius:4px}.mock-ext.red{height:160px}.mock-ext.red.small{height:120px;width:45px}.mock-badges{display:flex;gap:1rem}.mock-badges span{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:2px solid #e2e8f0;font-weight:700;font-size:.8rem;color:#64748b}.cert-content{flex:1.2}.cert-title{font-size:1.8rem;font-weight:700;color:var(--dark-slate);margin-bottom:1.5rem;line-height:1.3}.cert-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;line-height:1.5}.cert-text{font-size:1rem;color:var(--slate-text);line-height:1.7}@media(max-width:900px){.cert-container{flex-direction:column}.cert-image-wrapper,.cert-content{width:100%}}.fc-section{padding:4rem 0;background-color:var(--bg-light)}.section-title{font-size:1.8rem;font-weight:700;color:var(--dark-slate);margin-bottom:1rem;text-align:left}.fc-intro{color:var(--slate-text);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.fc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.fc-card{background-color:#fff;border-left:4px solid var(--brand-red);padding:1.5rem;border-radius:4px;box-shadow:0 2px 10px #00000008;transition:transform .2s ease,box-shadow .2s ease}.fc-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000014}.fc-card-title{color:var(--brand-red);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.fc-card-desc{color:var(--slate-text);font-size:.95rem;line-height:1.5}.fc-footer-text{font-size:.85rem;color:#64748b;font-style:italic;max-width:800px}@media(max-width:768px){.fc-grid{grid-template-columns:1fr}}.pr-section{padding:5rem 0;background-color:var(--bg-white)}.text-center{text-align:center}.pr-intro{max-width:900px;margin:0 auto 4rem;color:var(--slate-text);font-size:1.05rem;line-height:1.6}.pr-list{display:flex;flex-direction:column;gap:4rem}.pr-row{display:flex;align-items:center;gap:4rem;padding:2rem;border-radius:12px;background-color:var(--bg-white)}.pr-row-reverse{flex-direction:row-reverse}.pr-image-col{flex:1;display:flex;justify-content:center;align-items:center}.pr-mock-image{position:relative;width:100%;max-width:400px;height:300px;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;display:flex;justify-content:center;align-items:center}.pr-mock-image .corner-tl,.pr-mock-image .corner-tr,.pr-mock-image .corner-bl,.pr-mock-image .corner-br{position:absolute;width:20px;height:20px;border-color:#94a3b8;border-style:solid}.corner-tl{top:-1px;left:-1px;border-width:2px 0 0 2px;border-top-left-radius:12px}.corner-tr{top:-1px;right:-1px;border-width:2px 2px 0 0;border-top-right-radius:12px}.corner-bl{bottom:-1px;left:-1px;border-width:0 0 2px 2px;border-bottom-left-radius:12px}.corner-br{bottom:-1px;right:-1px;border-width:0 2px 2px 0;border-bottom-right-radius:12px}.pr-ext-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#64748b;font-size:.9rem}.pr-content-col{flex:1.2}.pr-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pr-subtitle{font-size:1.1rem;font-weight:600;color:var(--dark-slate);margin-bottom:1.25rem}.pr-desc{font-size:1rem;color:var(--slate-text);line-height:1.6;margin-bottom:1.5rem}.pr-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-item strong{display:block;color:var(--dark-slate);margin-bottom:.25rem;font-size:.95rem}.detail-item p{color:var(--slate-text);font-size:.95rem;margin:0}.mt-4{margin-top:1rem}@media(max-width:900px){.pr-row,.pr-row-reverse{flex-direction:column;gap:2rem}.pr-image-col,.pr-content-col{width:100%}}.services-section{padding:5rem 0;background-color:#fcfcfc}.services-intro{color:var(--slate-text);margin-bottom:3rem;font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background-color:#fff;border:1px solid var(--border-gray);border-radius:8px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;transition:box-shadow .2s}.service-card:hover{box-shadow:0 4px 15px #0000000d;border-color:#cbd5e1}.service-title{color:var(--brand-red);font-size:1rem;font-weight:700;margin-bottom:1rem;white-space:pre-line;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.service-desc{color:var(--slate-text);font-size:.85rem;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.services-grid{grid-template-columns:1fr}}.adv-section{padding:4rem 0;background-color:var(--bg-white)}.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.adv-card{background-color:#fff;border:1px solid var(--border-gray);border-radius:8px;padding:1.5rem;transition:transform .2s}.adv-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000000f}.adv-title{color:var(--brand-red);font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #fee2e2}.adv-desc{color:var(--slate-text);font-size:.9rem;line-height:1.6}@media(max-width:900px){.adv-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.adv-grid{grid-template-columns:1fr}}.cta-section{background-color:var(--brand-red);padding:4rem 0;color:#fff;margin:3rem 0}.cta-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-desc{font-size:1.05rem;max-width:800px;margin:0 auto 2rem;line-height:1.6;opacity:.9}.btn-cta{background-color:#fff;color:var(--brand-red);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s,transform .2s}.btn-cta:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.faq-section{padding:5rem 0;background-color:#f8fafc}.faq-intro{color:var(--slate-text);margin-bottom:3rem;font-size:1.05rem}.faq-container{max-width:800px;margin:0 auto;border-top:1px solid var(--border-gray)}.faq-item{border-bottom:1px solid var(--border-gray)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--dark-slate);cursor:pointer;text-align:left;transition:color .2s;font-family:inherit}.faq-question:hover,.faq-item.active .faq-question{color:var(--brand-red)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.faq-item.active .faq-answer-wrapper{max-height:200px}.faq-answer{padding-bottom:1.5rem;color:var(--slate-text);font-size:.95rem;line-height:1.6}.site-footer{background-color:var(--dark-slate);color:#cbd5e1;padding-top:4rem;margin-top:4rem}.footer-top{padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-col .logo-container{align-items:flex-start}.footer-desc{font-size:.9rem;line-height:1.6;margin-top:1.5rem;max-width:300px}.footer-heading{color:#fff;font-size:1.1rem;margin-bottom:1.5rem;font-weight:600;position:relative;padding-bottom:.75rem}.footer-heading:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:var(--brand-red)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{font-size:.9rem;transition:color .2s;display:inline-block}.footer-links a:hover{color:var(--brand-red);transform:translate(3px)}.footer-contact-list{list-style:none;padding:0;margin:0}.footer-contact-list li{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-start;font-size:.9rem;line-height:1.5}.footer-bottom{background-color:#050810;padding:1.5rem 0;text-align:center;font-size:.85rem}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
