:root{--navy:#06244a;--orange:#ff6a00;--dark:#071d3a;--text:#14213d;--light:#f4f8fc;--border:#e7edf5}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,'Helvetica Neue',sans-serif;color:var(--text);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#fff;text-align:center;padding:11px 10px;font-weight:900;letter-spacing:.2px}.header{background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.06);position:sticky;top:0;z-index:999}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-weight:900;font-size:26px;color:var(--navy);white-space:nowrap}.logo span{color:var(--orange)}.menu{display:flex;gap:30px;align-items:center;font-weight:700;font-size:14px}.menu a:hover{color:var(--orange)}.header-call{background:var(--navy);color:#fff;padding:12px 20px;border-radius:8px;font-weight:900}.hamb{display:none;border:0;background:transparent;font-size:26px;color:var(--navy)}.hero{background:#eef4fb;overflow:hidden}.hero img{width:100%;height:auto;display:block}.hero-mobile{display:none}.about{padding:85px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about img{border-radius:10px;box-shadow:0 18px 45px rgba(6,36,74,.14)}.eyebrow{color:var(--orange);text-transform:uppercase;font-weight:900;font-size:13px;letter-spacing:.8px}.title{font-size:38px;line-height:1.2;color:var(--navy);margin:8px 0 20px}.about p{margin-bottom:16px;color:#3c4861}.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.check{font-weight:700;color:var(--navy)}.check:before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;border:2px solid var(--orange);border-radius:50%;font-size:12px;margin-right:8px;color:var(--orange)}.btn{display:inline-block;background:var(--orange);color:#fff;padding:14px 30px;border-radius:8px;font-weight:900;border:0;cursor:pointer}.services{padding:85px 0;background:linear-gradient(#f7fbff,#fff)}.section-head{text-align:center;margin-bottom:45px}.section-head .title{margin-left:auto;margin-right:auto;max-width:800px;white-space:nowrap}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.service-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 12px 35px rgba(6,36,74,.08);transition:.25s}.service-card:hover{transform:translateY(-6px)}.service-card img{height:145px;width:100%;object-fit:cover}.service-card div{padding:18px}.service-card h3{color:var(--navy);font-size:18px;margin-bottom:8px}.service-card p{font-size:14px;color:#4e5b71}.center{text-align:center;margin-top:34px}.reviews{padding:85px 0;background:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.review-card{border:1px solid var(--border);border-radius:12px;padding:30px;box-shadow:0 12px 35px rgba(6,36,74,.06)}.stars{color:var(--orange);letter-spacing:3px;font-size:20px;margin-bottom:15px}.review-card p{color:#3f4c63;margin-bottom:16px}.review-card b{color:var(--navy)}.footer{background:var(--navy);color:#fff;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr 1.2fr;gap:55px}.footer h3{color:var(--orange);text-transform:uppercase;font-size:16px;margin-bottom:22px}.footer p,.footer li{color:#dbe7f5;font-size:15px;margin-bottom:11px;list-style:none}.footer a:hover{color:var(--orange)}.contact-line{display:grid;grid-template-columns:34px 1fr;gap:12px;margin-bottom:16px}.contact-line i{width:34px;height:34px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;color:#fff}.form input,.form select,.form textarea{width:100%;padding:14px;margin-bottom:14px;border-radius:6px;border:0}.form textarea{height:95px}.form button{width:100%}.copyright{border-top:1px solid rgba(255,255,255,.16);margin-top:45px;padding:25px 0;color:#dbe7f5;font-size:14px}.disclaimer{font-size:13px;color:#cdd9e8;margin-top:12px}.floating{position:fixed;right:16px;bottom:20%;z-index:999;display:flex;flex-direction:column;gap:10px}.floating a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--orange);box-shadow:0 10px 28px rgba(0,0,0,.25)}.floating a:first-child{background:var(--navy)}.page-hero{padding:70px 0;background:linear-gradient(120deg,var(--navy),#0d3e78);color:#fff;text-align:center}.page-hero h1{font-size:46px}.content{padding:70px 0}.content h2{color:var(--navy);margin:25px 0 10px}.content p{margin-bottom:16px;color:#3c4861}@media(max-width:1050px){.service-grid{grid-template-columns:repeat(3,1fr)}.section-head .title{white-space:normal}}@media(max-width:768px){.topbar{font-size:15px}.nav{height:68px}.logo{font-size:22px}.hamb{display:block}.menu{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;flex-direction:column;gap:0;border-top:1px solid var(--border);box-shadow:0 14px 35px rgba(0,0,0,.1)}.menu.active{display:flex}.menu a{width:100%;padding:16px 25px;border-bottom:1px solid var(--border)}.header-call{display:none}.hero-desktop{display:none}.hero-mobile{display:block}.about,.services,.reviews{padding:55px 0}.about-grid,.footer-grid{grid-template-columns:1fr;gap:30px}.title{font-size:29px}.checks{grid-template-columns:1fr}.service-grid,.review-grid{grid-template-columns:1fr}.service-card img{height:210px}.footer{padding-top:50px}.page-hero h1{font-size:34px}.floating{bottom:12px;right:10px;flex-direction:row}.section-head .title{white-space:normal}}@media(max-width:430px){.container{width:91%}.logo{font-size:20px}.title{font-size:26px}.service-card img{height:180px}}

html, body{
width:100%;
overflow-x:hidden;
}

@media(max-width:768px){
  body{overflow-x:hidden}
  .hero{background:#fff}
  .hero-mobile{width:100%;height:auto;object-fit:contain}
  .hero-desktop{display:none!important}
}

/* Corrected mobile hero layout */
.hero-mobile-box{display:none}
.btn-navy{background:var(--navy)}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-btns .btn{padding:12px 18px;border-radius:8px;font-size:14px;display:inline-flex;gap:8px;align-items:center;justify-content:center}
@media(max-width:768px){
  .hero{background:#fff;overflow:hidden}
  .hero-desktop,.hero-mobile{display:none!important}
  .hero-mobile-box{display:block;background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);padding:18px 0 0}
  .mobile-hero-inner{display:flex;flex-direction:column;gap:14px}
  .mobile-hero-content{position:relative;z-index:2;text-align:left;padding:0 0 6px}
  .hero-tag{display:block;color:var(--orange);text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.6px;margin-bottom:8px}
  .mobile-hero-content h1{color:var(--navy);font-size:34px;line-height:1.05;text-transform:uppercase;font-weight:900;margin:0 0 10px;max-width:330px}
  .mobile-hero-content p{font-size:14px;line-height:1.45;color:#26364f;max-width:330px;margin:0}
  .mobile-hero-photo{margin:0 -4.5%;height:245px;overflow:hidden;position:relative;background:#eef3f8}
  .mobile-hero-photo:before{content:"";position:absolute;left:0;top:0;bottom:0;width:55%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.83) 45%,rgba(255,255,255,0) 100%);z-index:1;pointer-events:none}
  .mobile-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:58% center;display:block}
  .hero-btns{gap:10px;margin-top:16px}
  .hero-btns .btn{min-width:138px;padding:12px 15px;font-size:13px;line-height:1;white-space:nowrap}
  .floating{bottom:14px;right:12px;flex-direction:row;z-index:1000}
}
@media(max-width:430px){
  .mobile-hero-content h1{font-size:31px;max-width:295px}
  .mobile-hero-photo{height:220px;margin-top:-2px}
  .hero-btns .btn{min-width:132px;padding:11px 13px}
}
@media(max-width:360px){
  .mobile-hero-content h1{font-size:28px}
  .hero-btns .btn{min-width:120px;font-size:12px;padding:10px 11px}
  .mobile-hero-photo{height:205px}
}

/* Mobile hero matching supplied reference */
@media(max-width:768px){
  .topbar{padding:13px 8px;font-size:18px;line-height:1.1;background:#052855}
  .header{position:relative;top:auto;box-shadow:0 2px 12px rgba(0,0,0,.05)}
  .nav{height:82px;width:92%;margin:auto}
  .logo{font-size:28px;line-height:1;color:var(--navy)}
  .logo span{color:var(--orange)}
  .hamb{display:block;font-size:34px;color:var(--navy);line-height:1}
  .hero{background:#fff;overflow:hidden}
  .hero-desktop,.hero-mobile,.mobile-hero-photo{display:none!important}
  .hero-mobile-box{display:block;position:relative;min-height:690px;padding:0;overflow:hidden;background:#fff}
  .mobile-hero-bg{position:absolute;right:-170px;top:0;width:100%;height:510px;background:url('../images/mobile-technician.jpg') center center/cover no-repeat;z-index:0}
  .mobile-hero-overlay{position:absolute;left:0;top:0;width:82%;height:510px;background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.88) 60%,rgba(255,255,255,.08) 100%);z-index:1}
  .mobile-hero-inner{position:relative;z-index:2;padding-top:62px;width:100%;max-width:none;margin:0;padding-left:34px;padding-right:34px}
  .mobile-hero-content{width:56%;max-width:350px;padding:0;text-align:left}
  .hero-tag{font-size:18px;line-height:1.2;margin:0 0 24px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.3px;display:block}
  .mobile-hero-content h1{font-size:48px;line-height:.98;letter-spacing:-1px;max-width:330px;margin:0 0 24px;color:var(--navy);font-weight:1000;text-transform:uppercase}
  .mobile-hero-content p{font-size:22px;line-height:1.45;color:#111827;max-width:330px;margin:0 0 24px}
  .hero-btns{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin:0}
  .hero-btns .btn{min-width:300px;border-radius:11px;padding:16px 22px;font-size:24px;line-height:1.05;text-transform:uppercase;display:flex;gap:18px;align-items:center;justify-content:flex-start;box-shadow:0 12px 28px rgba(6,36,74,.18)}
  .hero-btns .btn i{font-size:31px;width:36px;text-align:center}.hero-btns .btn span{font-weight:900}.hero-btns .btn b{font-size:23px;font-weight:900}
  .mobile-feature-grid{position:relative;z-index:3;margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;width:100%}
  .m-feature{background:#fff;border-radius:14px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 16px 38px rgba(6,36,74,.10);padding:16px 8px}
  .m-feature i{font-size:44px;color:var(--orange);margin-bottom:14px}.m-feature b{font-size:17px;line-height:1.15;color:#0a1931;text-transform:uppercase}
  .mobile-trust-strip{position:absolute;bottom:0;left:0;right:0;height:105px;background:#052855;color:#fff;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;z-index:4}
  .mobile-trust-strip div{display:flex;align-items:center;justify-content:center;gap:16px;height:100%;border-right:1px solid rgba(255,255,255,.45);font-weight:900;text-transform:uppercase;font-size:20px;line-height:1.1}.mobile-trust-strip div:last-child{border-right:0}.mobile-trust-strip i{font-size:38px;color:var(--orange)}
}
@media(max-width:520px){
  .topbar{font-size:14px;padding:10px 6px}.nav{height:68px;width:94%}.logo{font-size:21px}.hamb{font-size:27px}.menu{top:68px}
  .hero-mobile-box{min-height:610px}.mobile-hero-bg{right:-138px;height:410px;width:108%;background-position:center top}.mobile-hero-overlay{height:410px;width:88%;background:linear-gradient(90deg,#fff 0%,#fff 48%,rgba(255,255,255,.85) 66%,rgba(255,255,255,.05) 100%)}.mobile-hero-inner{padding:34px 20px 0}.mobile-hero-content{width:62%;max-width:235px}.hero-tag{font-size:11px;margin-bottom:13px}.mobile-hero-content h1{font-size:33px;line-height:.96;max-width:220px;margin-bottom:12px}.mobile-hero-content p{font-size:14px;line-height:1.35;max-width:210px;margin-bottom:15px}.hero-btns{gap:9px}.hero-btns .btn{min-width:150px;border-radius:7px;padding:10px 12px;font-size:12px;gap:9px}.hero-btns .btn i{font-size:18px;width:20px}.hero-btns .btn b{font-size:12px}.mobile-feature-grid{margin-top:50px;gap:10px}.m-feature{min-height:88px;border-radius:10px;padding:8px 4px}.m-feature i{font-size:26px;margin-bottom:8px}.m-feature b{font-size:9px}.mobile-trust-strip{height:74px}.mobile-trust-strip div{gap:8px;font-size:10px}.mobile-trust-strip i{font-size:23px}
}
@media(max-width:375px){
  .hero-mobile-box{min-height:565px}.mobile-hero-bg{right:-125px;height:380px}.mobile-hero-overlay{height:380px}.mobile-hero-inner{padding-left:17px;padding-right:17px}.mobile-hero-content{max-width:210px}.mobile-hero-content h1{font-size:29px}.mobile-hero-content p{font-size:12px;max-width:190px}.hero-btns .btn{min-width:135px;font-size:11px;padding:9px 10px}.mobile-feature-grid{margin-top:45px}.m-feature{min-height:80px}.mobile-trust-strip{height:68px}
}
