
:root{--red:#e21b23;--red2:#ff343c;--black:#09090b;--black2:#151519;--white:#fff;--grey:#aeb0b6;--line:#29292f;--bg:#f5f5f6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:#17171a;line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}
.top{background:#050506;color:#fff;border-bottom:1px solid #1d1d20}.topin{max-width:1180px;margin:auto;padding:9px 22px;display:flex;justify-content:space-between;gap:20px;font-size:14px}.top a{font-weight:800}
header{position:sticky;top:0;z-index:50;background:rgba(9,9,11,.97);backdrop-filter:blur(10px);border-bottom:1px solid #27272c}.nav{max-width:1180px;margin:auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{width:235px;height:62px;object-fit:cover;object-position:center;border-radius:4px}.links{display:flex;align-items:center;gap:20px;color:#e5e5e8;font-size:14px;font-weight:800}.links a:hover{color:#fff}.navbtn{background:var(--red);padding:11px 17px;border-radius:5px;color:#fff}
.hero{min-height:670px;background:linear-gradient(90deg,rgba(5,5,7,.97) 0%,rgba(5,5,7,.83) 42%,rgba(5,5,7,.35) 100%),url('images/cctv-installation.jpg') center/cover;display:flex;align-items:center;color:#fff}.hero-in{max-width:1180px;width:100%;margin:auto;padding:85px 22px}.eyebrow{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#ff4249;font-weight:900}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;max-width:820px;margin:14px 0 20px}.hero p{font-size:20px;max-width:700px;color:#ddd;margin:0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;background:var(--red);color:#fff;padding:14px 22px;border-radius:5px;font-weight:900}.btn:hover{background:var(--red2)}.btn.alt{background:transparent;border:1px solid #666}.trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px;color:#e4e4e6;font-weight:800}.trust span:before{content:"✓";color:#ff343c;margin-right:8px}
.strip{background:var(--red);color:#fff}.stripin{max-width:1180px;margin:auto;padding:16px 22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-weight:900}
.section{padding:82px 22px}.dark{background:var(--black);color:#fff}.wrap{max-width:1180px;margin:auto}.heading{max-width:760px;margin-bottom:38px}.heading .eyebrow{display:block}.heading h2{font-size:clamp(32px,4vw,48px);line-height:1.08;margin:9px 0 12px}.heading p{color:#666;margin:0}.dark .heading p{color:#bfc0c5}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid #e1e1e4;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)}.card img{width:100%;height:225px;object-fit:cover}.card .pad{padding:25px}.card h3{font-size:22px;margin:0 0 8px}.card p{color:#666;margin:0 0 18px}.dark .card{background:var(--black2);border-color:#29292f}.dark .card p{color:#b9bac0}.card a{color:var(--red);font-weight:900}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo{width:100%;max-height:600px;object-fit:cover;border-radius:12px}.ticks{list-style:none;padding:0;margin:25px 0}.ticks li{margin:13px 0;font-weight:750}.ticks li:before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:270px;object-fit:cover;border-radius:9px}
.contactbox{background:#101014;color:#fff;border-radius:12px;padding:38px}.contactgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}.contactitem{padding:20px 0;border-bottom:1px solid #2b2b30}.contactitem:last-child{border-bottom:0}.contactitem small{display:block;color:#aeb0b6;text-transform:uppercase;letter-spacing:1px;font-weight:900}.contactitem a{font-size:21px;font-weight:900}
.cta{background:linear-gradient(100deg,#0b0b0d,#1b1b20);color:#fff}.ctain{max-width:1180px;margin:auto;padding:68px 22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:38px;line-height:1.1;margin:0 0 8px}.cta p{color:#c6c7cb;margin:0}
.pagehero{background:linear-gradient(90deg,rgba(7,7,9,.96),rgba(7,7,9,.65)),url('images/alarm-panel.jpg') center/cover;color:#fff;padding:100px 22px}.pagehero-in{max-width:1180px;margin:auto}.pagehero h1{font-size:56px;line-height:1.05;margin:10px 0}.pagehero p{max-width:700px;color:#ddd;font-size:19px}
footer{background:#050506;color:#aaa;padding:48px 22px}.foot{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.foot h3{color:#fff;margin-top:0}.foot a:hover{color:#fff}.copy{border-top:1px solid #252529;margin-top:30px;padding-top:18px;font-size:13px}
@media(max-width:850px){.links{display:none}.logo{width:185px;height:54px}.hero{min-height:650px}.grid,.split,.contactgrid,.foot{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:220px}.hero h1{font-size:45px}.topin{font-size:12px}.ctain{align-items:flex-start;flex-direction:column}.pagehero h1{font-size:43px}}
@media(max-width:520px){.gallery{grid-template-columns:1fr}.gallery img{height:250px}.hero-in{padding-top:65px;padding-bottom:65px}.trust{display:block}.trust span{display:block;margin:10px 0}}

/* Page-specific hero images */
.fire-page .pagehero{background:linear-gradient(90deg,rgba(7,7,9,.96),rgba(7,7,9,.55)),url('images/fire-hero.jpg') center/cover}
.intruder-page .pagehero{background:linear-gradient(90deg,rgba(7,7,9,.96),rgba(7,7,9,.55)),url('images/intruder-hero.jpg') center/cover}
.cctv-page .pagehero{background:linear-gradient(90deg,rgba(7,7,9,.96),rgba(7,7,9,.55)),url('images/cctv-installation.jpg') center/cover}
.maintenance-page .pagehero{background:linear-gradient(90deg,rgba(7,7,9,.96),rgba(7,7,9,.55)),url('images/maintenance-hero.jpg') center/cover}
