/* Alberta HVAC Pros Homepage Hero V3
   Surgical homepage-only presentation layer. Loaded after styles.v75.css. */

body[data-page-type="homepage"] .topbar{
  background:linear-gradient(180deg,#0a1a31 0%,#10233d 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 26px rgba(4,12,25,.14);
}
body[data-page-type="homepage"] .topbar-inner{min-height:76px;}
body[data-page-type="homepage"] .brand-name{font-size:18px;letter-spacing:-.2px;}
body[data-page-type="homepage"] .nav a{font-weight:750;}
body[data-page-type="homepage"] .phone-link{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:13px 17px;}
body[data-page-type="homepage"] .btn-cta{border-radius:14px;padding:14px 20px;box-shadow:0 10px 24px rgba(255,122,0,.18);}

body[data-page-type="homepage"] .mockup-hero{
  position:relative;
  min-height:0 !important;
  height:560px !important;
  overflow:hidden;
  background:#071224;
}
body[data-page-type="homepage"] .mockup-hero-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  background-image:url("../images/calgary-skyline-real-v3.webp") !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center 48% !important;
  filter:saturate(1.04) contrast(1.02);
}
body[data-page-type="homepage"] .mockup-hero-shade{
  display:block !important;
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(3,13,28,.94) 0%,rgba(5,19,39,.84) 24%,rgba(6,25,50,.55) 45%,rgba(6,25,50,.16) 68%,rgba(6,25,50,.04) 100%),
    linear-gradient(180deg,rgba(5,12,24,.08) 0%,rgba(5,12,24,.02) 68%,rgba(5,12,24,.18) 100%);
  pointer-events:none;
}
body[data-page-type="homepage"] .mockup-hero-content{
  position:relative;z-index:2;
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:58px 18px 42px !important;
  color:#fff;
}
body[data-page-type="homepage"] .mockup-hero .kicker{
  margin:0 0 16px;
  color:#e5edf7;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:17px;
  line-height:1.2;
  font-weight:850;
}
body[data-page-type="homepage"] .mockup-hero .kicker:after{
  content:"";display:block;width:38px;height:3px;border-radius:99px;background:#ff7a00;margin-top:14px;
}
body[data-page-type="homepage"] .mockup-hero h1{
  margin:0;
  max-width:650px;
  font-size:clamp(48px,4.8vw,70px) !important;
  line-height:.98 !important;
  letter-spacing:-2.6px !important;
  text-wrap:balance;
  text-shadow:0 3px 18px rgba(0,0,0,.18);
}
body[data-page-type="homepage"] .mockup-hero h1 span{
  display:block;color:#ff7a00;margin-top:5px;
}
body[data-page-type="homepage"] .mockup-hero-sub{
  margin:20px 0 20px !important;
  max-width:635px !important;
  font-size:20px !important;
  line-height:1.35 !important;
  font-weight:760 !important;
  color:rgba(255,255,255,.96);
  text-shadow:0 2px 12px rgba(0,0,0,.22);
}
body[data-page-type="homepage"] .mockup-trust-row{
  display:flex !important;gap:10px;flex-wrap:wrap;margin:0 0 20px !important;max-width:720px !important;
}
body[data-page-type="homepage"] .mockup-trust-row div{
  position:relative;padding:10px 15px 10px 37px !important;border-radius:999px;
  background:rgba(10,31,56,.58) !important;border:1px solid rgba(255,255,255,.24) !important;
  backdrop-filter:blur(9px);box-shadow:inset 0 1px rgba(255,255,255,.06);
  font-size:14px;
}
body[data-page-type="homepage"] .mockup-trust-row div:nth-child(1):before{content:"✓";}
body[data-page-type="homepage"] .mockup-trust-row div:nth-child(2):before{content:"◆";font-size:9px;}
body[data-page-type="homepage"] .mockup-trust-row div:nth-child(3):before{content:"❄";}
body[data-page-type="homepage"] .mockup-trust-row div:before{
  position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#fff;font-weight:900;
}
body[data-page-type="homepage"] .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}
body[data-page-type="homepage"] .hero-actions .btn{
  min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:14px;font-size:17px;font-weight:900;
  box-shadow:0 12px 28px rgba(3,11,23,.22);
}
body[data-page-type="homepage"] .hero-actions .btn-warm{background:#ff7a00;color:#0a1527;}
body[data-page-type="homepage"] .hero-actions .btn-blue{background:#1267e8;color:white;}

.hero-benefits{background:#fff;border-bottom:1px solid #e8edf4;box-shadow:0 8px 26px rgba(16,34,59,.04);}
.hero-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));}
.hero-benefit{display:flex;align-items:center;gap:13px;min-height:88px;padding:16px 20px;border-right:1px solid #e9edf3;}
.hero-benefit:last-child{border-right:0;}
.benefit-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#ff7a00;}
.benefit-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.hero-benefit span:last-child{display:flex;flex-direction:column;gap:2px;}
.hero-benefit strong{font-size:14px;line-height:1.15;color:#13233b;}
.hero-benefit small{font-size:12px;line-height:1.3;color:#6a778a;}

body[data-page-type="homepage"] .mockup-services{padding-top:34px !important;}
body[data-page-type="homepage"] .mockup-services .section-head{margin-bottom:22px;}
body[data-page-type="homepage"] .mockup-services .eyebrow{position:relative;padding-left:50px;color:#52637b;}
body[data-page-type="homepage"] .mockup-services .eyebrow:before{content:"";position:absolute;left:0;top:50%;width:36px;height:3px;border-radius:99px;background:#ff7a00;transform:translateY(-50%);}

@media (max-width:1180px){
  body[data-page-type="homepage"] .mockup-hero{height:520px !important;}
  body[data-page-type="homepage"] .mockup-hero-content{padding-top:46px !important;}
  body[data-page-type="homepage"] .mockup-hero h1{font-size:56px !important;max-width:580px;}
  body[data-page-type="homepage"] .mockup-hero-sub{font-size:18px !important;max-width:590px !important;}
  .hero-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-benefit:nth-child(2){border-right:0;}
  .hero-benefit:nth-child(-n+2){border-bottom:1px solid #e9edf3;}
}

@media (max-width:980px){
  body[data-page-type="homepage"] .mockup-hero{height:500px !important;}
  body[data-page-type="homepage"] .mockup-hero-bg{background-position:58% 50% !important;}
  body[data-page-type="homepage"] .mockup-hero-content{padding-top:38px !important;}
  body[data-page-type="homepage"] .mockup-hero h1{font-size:48px !important;max-width:520px;}
  body[data-page-type="homepage"] .mockup-hero-sub{font-size:17px !important;max-width:510px !important;}
  body[data-page-type="homepage"] .mockup-trust-row{max-width:600px !important;}
}

@media (max-width:720px){
  body[data-page-type="homepage"] .topbar-inner{min-height:64px;}
  body[data-page-type="homepage"] .mockup-hero{height:auto !important;min-height:0 !important;display:block !important;background:#071224;}
  body[data-page-type="homepage"] .mockup-hero-bg{
    position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;
    background-image:url("../images/calgary-skyline-real-v3-mobile.webp") !important;
    background-size:cover !important;background-position:62% center !important;
  }
  body[data-page-type="homepage"] .mockup-hero-shade{
    background:linear-gradient(90deg,rgba(3,13,28,.96) 0%,rgba(4,17,34,.86) 48%,rgba(4,17,34,.52) 100%) !important;
  }
  body[data-page-type="homepage"] .mockup-hero-content{padding:34px 18px 36px !important;background:transparent !important;}
  body[data-page-type="homepage"] .mockup-hero .kicker{font-size:13px;margin-bottom:12px;}
  body[data-page-type="homepage"] .mockup-hero .kicker:after{margin-top:9px;width:30px;}
  body[data-page-type="homepage"] .mockup-hero h1{font-size:42px !important;line-height:1 !important;letter-spacing:-1.7px !important;max-width:390px;}
  body[data-page-type="homepage"] .mockup-hero-sub{font-size:16px !important;line-height:1.34 !important;max-width:410px !important;margin:16px 0 16px !important;}
  body[data-page-type="homepage"] .mockup-trust-row{display:flex !important;gap:7px;margin-bottom:16px !important;}
  body[data-page-type="homepage"] .mockup-trust-row div{padding:8px 11px 8px 31px !important;font-size:12px;}
  body[data-page-type="homepage"] .mockup-trust-row div:before{left:12px;}
  body[data-page-type="homepage"] .hero-actions .btn{min-height:50px;padding:0 16px;font-size:15px;}
  .hero-benefits-grid{grid-template-columns:1fr 1fr;}
  .hero-benefit{min-height:76px;padding:12px 10px;gap:8px;}
  .benefit-icon{width:30px;height:30px;flex-basis:30px;}
  .benefit-icon svg{width:24px;height:24px;}
  .hero-benefit strong{font-size:12px;}
  .hero-benefit small{font-size:10px;}
}

@media (max-width:470px){
  body[data-page-type="homepage"] .mockup-hero-content{padding-top:28px !important;padding-bottom:30px !important;}
  body[data-page-type="homepage"] .mockup-hero h1{font-size:37px !important;max-width:340px;}
  body[data-page-type="homepage"] .mockup-trust-row div:nth-child(3){display:none;}
  body[data-page-type="homepage"] .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;}
  body[data-page-type="homepage"] .hero-actions .btn{padding:0 10px;font-size:14px;}
  .hero-benefits-grid{grid-template-columns:1fr;}
  .hero-benefit{border-right:0 !important;border-bottom:1px solid #e9edf3 !important;}
  .hero-benefit:last-child{border-bottom:0 !important;}
}
