/* Version 160 — concise homepage hierarchy with compact Pegasus service hooks. */
body.home-page .hero-copy > p{
  margin-bottom:18px !important;
  line-height:1.58 !important;
}

body.home-page .hero-actions{
  margin-top:20px !important;
  margin-bottom:0 !important;
}

body.home-page .homepage-hook{
  width:100%;
  max-width:720px;
  margin:18px 0 0;
}

body.home-page .homepage-hook-points{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

body.home-page .homepage-hook-points li{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:30px;
  color:#18375f;
  -webkit-text-fill-color:#18375f;
  font-size:1rem;
  font-weight:800;
  line-height:1.35;
}

body.home-page .homepage-hook-pegasus{
  display:block !important;
  flex:0 0 34px;
  width:34px;
  height:24px;
  background-color:transparent;
  background-image:url('assets/pennzoil-logo.png'),url('assets/pennzoil-logo.png'),url('assets/pennzoil-logo.png');
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-position:center,center,center;
  background-size:contain,contain,contain;
  filter:brightness(.9) saturate(1.2);
}

@media(max-width:760px){
  body.home-page .mays-format-hero{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }

  body.home-page .hero-copy > p{
    margin-bottom:15px !important;
    line-height:1.55 !important;
  }

  body.home-page .hero-actions{
    margin-top:17px !important;
  }

  body.home-page .homepage-hook{
    margin-top:16px;
  }

  body.home-page .homepage-hook-points{
    gap:7px;
  }

  body.home-page .homepage-hook-points li{
    align-items:flex-start;
    gap:11px;
    min-height:28px;
    font-size:.98rem;
    line-height:1.35;
  }

  body.home-page .homepage-hook-points li .homepage-hook-pegasus{
    margin-top:.06em;
  }
}

@media(max-width:380px){
  body.home-page .homepage-hook-pegasus{
    flex-basis:31px;
    width:31px;
    height:22px;
  }

  body.home-page .homepage-hook-points li{
    font-size:.95rem;
  }
}
