:root{--blue:#0877e8;--green:#16a34a;--navy:#07172f;--text:#14213d;--muted:#64748b;--line:#d9e4f2;--bg:#f7fbff;--white:#fff;--shadow:0 18px 45px rgba(7,23,47,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 22px}.topbar{background:var(--navy);color:white;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding-top:9px;padding-bottom:9px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{font-weight:900;font-size:24px;letter-spacing:-.4px}.brand span:first-child{color:var(--blue)}.brand span:last-child{color:#e11d48}.menu{display:flex;align-items:center;gap:24px;font-weight:700}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.1);transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-blue{background:var(--blue);color:white}.btn-green{background:var(--green);color:white}.btn-outline{border:2px solid var(--line);background:white;color:var(--navy);box-shadow:none}.hero{background:linear-gradient(105deg,rgba(7,23,47,.92),rgba(8,119,232,.6)),url('img/technician-kitchen.jpeg') center/cover no-repeat;color:white}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;min-height:680px;padding:80px 0}.badge{display:inline-flex;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 14px;border-radius:999px;font-weight:800;margin-bottom:18px}.hero h1{font-size:56px;line-height:1.04;margin:0 0 18px;letter-spacing:-1.5px}.hero p{font-size:20px;max-width:680px;margin:0 0 26px;color:#eaf3ff}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-card{background:rgba(255,255,255,.95);color:var(--navy);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.hero-card h3{margin:0 0 14px;font-size:25px}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:10px}.checklist li{display:flex;gap:10px;align-items:flex-start}.checklist li:before{content:'✓';color:var(--green);font-weight:900}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-38px;position:relative;z-index:2}.stat{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;text-align:center;box-shadow:var(--shadow)}.stat b{display:block;font-size:28px;color:var(--blue)}.section{padding:82px 0}.section.alt{background:var(--bg)}.section-title{text-align:center;max-width:780px;margin:0 auto 42px}.section-title .eyebrow{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.section-title h2{font-size:40px;line-height:1.15;margin:8px 0 12px;color:var(--navy)}.section-title p{color:var(--muted);font-size:18px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{background:white;border:1px solid var(--line);border-radius:20px;padding:34px 30px;text-align:center;box-shadow:0 12px 32px rgba(7,23,47,.06);min-height:355px}.service-card svg{width:72px;height:72px;stroke:var(--blue);stroke-width:1.8;fill:none;margin-bottom:16px}.service-card h3{font-size:25px;margin:0 0 12px;color:#000;border-bottom:2px solid var(--blue);padding-bottom:12px}.service-card p{margin:0;color:#07172f;font-size:16px}.photo-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}.photo-grid img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.photo-stack{display:grid;gap:26px}.photo-stack img{height:197px}.areas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.pill{border:1px solid var(--line);background:white;border-radius:999px;padding:12px 18px;font-weight:800}.brands{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.brandbox{background:white;border:1px solid var(--line);border-radius:16px;padding:18px;text-align:center;font-weight:900}.cta{background:linear-gradient(120deg,var(--navy),#0b4fa6);color:white;border-radius:30px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:22px}.cta h2{margin:0;font-size:34px}.cta p{margin:8px 0 0;color:#dbeafe}.footer{background:#061226;color:white;padding:44px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:26px}.footer a{color:#dbeafe}.small{color:#9fb2cc}.page-hero{background:linear-gradient(110deg,#07172f,#0a5fc4);color:white;padding:78px 0}.page-hero h1{font-size:48px;margin:0 0 10px}.split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.split img{width:100%;border-radius:24px;box-shadow:var(--shadow)}.contact-card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.form{display:grid;gap:14px}.form input,.form textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;font:inherit}.form textarea{min-height:120px}.faq{display:grid;gap:14px;max-width:900px;margin:0 auto}.faq details{border:1px solid var(--line);border-radius:16px;background:white;padding:18px}.faq summary{font-weight:900;cursor:pointer;color:var(--navy)}.mobile-call{display:none;position:fixed;bottom:16px;left:16px;right:16px;z-index:30;gap:10px}.mobile-call a{flex:1}.icon-install svg{stroke:#f97316}@media(max-width:900px){.menu{display:none}.hero-grid,.split,.photo-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:62px 0}.hero h1{font-size:41px}.stats,.services-grid,.brands{grid-template-columns:1fr 1fr}.section{padding:58px 0}.cta{display:block}.cta .hero-actions{margin-top:20px}.mobile-call{display:flex}.photo-grid img,.photo-stack img{height:300px}}@media(max-width:600px){.stats,.services-grid,.brands{grid-template-columns:1fr}.hero h1{font-size:34px}.section-title h2{font-size:30px}.page-hero h1{font-size:34px}.topbar .container{display:block}.service-card{min-height:auto}.brand{font-size:20px}}
/* Logo image integration */
.brand-logo{display:flex;align-items:center;max-width:260px}
.brand-logo img{display:block;width:250px;max-height:76px;object-fit:contain;border-radius:8px}
.hero-logo{background:rgba(255,255,255,.92);border-radius:22px;padding:14px 18px;display:inline-flex;margin-bottom:18px;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.hero-logo img{display:block;width:min(430px,86vw);height:auto;border-radius:14px}
.footer-logo img{width:260px;max-width:100%;border-radius:12px;background:white;padding:6px}
@media(max-width:900px){.brand-logo img{width:210px}.hero-logo img{width:min(350px,84vw)}}
@media(max-width:600px){.brand-logo img{width:172px}.nav{padding:10px 0}.hero-logo{padding:8px 10px}.hero-logo img{width:min(300px,82vw)}}
