
:root{--black:#070707;--yellow:#ffc400;--text:#171717;--muted:#666;--line:#dedede;--max:1420px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#f5f5f5}
a{text-decoration:none;color:inherit}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.approved-screen{position:relative;width:100%;aspect-ratio:3/2;background:#000 url('images/approved-home-screen.png') center top/cover no-repeat}
.hotspot{position:absolute;display:block;z-index:5}
.hs-home{left:37.2%;top:2%;width:5%;height:6%}.hs-services{left:43%;top:2%;width:7%;height:6%}.hs-projects{left:51.3%;top:2%;width:7%;height:6%}.hs-reviews{left:59%;top:2%;width:6.5%;height:6%}.hs-about{left:66.2%;top:2%;width:5.5%;height:6%}.hs-contact{left:72.5%;top:2%;width:6.5%;height:6%}
.hs-phone{right:1.8%;top:2%;width:14%;height:6%}.hs-call{left:3%;top:63.5%;width:17%;height:6%}.hs-text{left:21%;top:63.5%;width:15%;height:6%}
.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{padding:14px 22px;border-radius:8px;font-weight:900;border:2px solid var(--yellow)}.btn.y{background:var(--yellow);color:#111}.btn.b{color:#fff}
section{padding:74px 0}.dark{background:#0b0b0b;color:#fff}.title{font-size:42px;margin:0 0 12px}.sub{color:var(--muted);max-width:760px;font-size:18px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.card{background:#fff;border:1px solid var(--line);padding:25px;border-radius:8px}.card h3{margin:0 0 10px}.card p{color:var(--muted)}
.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.photo{aspect-ratio:1/1;overflow:hidden;position:relative;background:#222;border-radius:5px}.photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.photo:hover img{transform:scale(1.035)}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.review{background:#fff;border:1px solid #e2e2e2;border-radius:14px;padding:26px;color:#333;box-shadow:0 8px 22px rgba(0,0,0,.10);transition:transform .25s ease,box-shadow .25s ease}.review:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.15)}.review p{color:#333;line-height:1.55;margin:16px 0 18px}.review b{color:#222;display:block}.stars{color:var(--yellow);letter-spacing:3px;font-size:20px}
.area{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.area img{width:100%;border:5px solid #fff}
.contact{background:var(--yellow);padding:22px 36px;align-items:center;justify-content:space-between;gap:30px}.contact h2{font-size:42px;margin:0}.contact .btn{border-color:#111}
footer{background:#050505;color:#bbb;padding:28px 0}


.mobile-home{display:none}

@media(max-width:900px){
  .approved-screen{display:none}
  .mobile-home.mobile-exact{
    display:block;
    width:100%;
    background:#fff;
  }
  .mobile-exact-canvas{
    position:relative;
    width:100%;
    line-height:0;
    overflow:hidden;
  }
  .mobile-exact-canvas img{
    display:block;
    width:100%;
    height:auto;
  }
  .mobile-hotspot{
    position:absolute;
    display:block;
    z-index:5;
    border-radius:9px;
  }
  /* Exact clickable areas matching the CALL NOW and TEXT NOW buttons. */
  .mobile-call{
    left:3.3%;
    top:32.9%;
    width:36.7%;
    height:5.0%;
  }
  .mobile-text{
    left:43.0%;
    top:32.9%;
    width:33.0%;
    height:5.0%;
  }

  .services,.reviews{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
  .area{grid-template-columns:1fr}
}

@media(max-width:600px){
  .services,.reviews{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .title{font-size:34px}
  .contact-grid{display:block}
  .contact .btns{margin-top:20px}
}

@media(max-width:900px){
  .mobile-home.mobile-exact{display:block!important}
  .approved-screen{display:none!important}
  .mobile-exact-canvas img{
    display:block!important;
    width:100%!important;
    height:auto!important;
  }
}

/* Working mobile CALL NOW and TEXT NOW tap areas */
@media(max-width:900px){
  .mobile-exact-canvas{
    position:relative !important;
  }
  .mobile-hotspot{
    position:absolute !important;
    display:block !important;
    z-index:99999 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
    background:rgba(255,255,255,0.001) !important;
    -webkit-tap-highlight-color:rgba(255,196,0,.25);
  }
  .mobile-call{
    left:3.3% !important;
    top:43.25% !important;
    width:36.6% !important;
    height:5.1% !important;
  }
  .mobile-text{
    left:42.4% !important;
    top:43.25% !important;
    width:34.2% !important;
    height:5.1% !important;
  }
}
