/* Home page (revamp): static hero with the enquiry form, trust strip, install tiles,
   rebate band, why row, process accordion and CTA band. Shared components from site.css. */

/* Hero ------------------------------------------------------------------- */
.page-home .hh-hero { position: relative; padding: 175px 40px 60px; background-color: #1b2238; background-size: cover; background-position: center; color: #fff; }
.page-home .hh-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,17,32,.9) 0%, rgba(12,17,32,.78) 50%, rgba(12,17,32,.55) 100%); }
.hh-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 60px; align-items: start; max-width: var(--container); margin: 0 auto; }
.hh-hero__copy { padding-top: 24px; }
.hh-hero__eyebrow { margin: 0 0 16px; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); }
.page-home .hh-hero h1 { margin: 0 0 20px; font-size: 52px; line-height: 1.1; color: #fff; }
.hh-hero__sub { max-width: 560px; margin: 0 0 28px; font-size: 18px; line-height: 1.6; color: #fff; }
.hh-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 32px; }
.hh-hero__ctas .btn { min-height: 54px; padding: 0 28px; font-size: 17px; }
.page-home .hh-hero .btn--outline { color: #fff; border-color: #fff; }
.page-home .hh-hero .btn--outline:hover { background: #fff; color: var(--navy); }
.hh-hero__proof { display: grid; gap: 10px; margin: 0; }
.hh-hero__proof li { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.5; color: #fff; }
.hh-hero__proof li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); }
.hh-hero__proof li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 5px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); }
.hh-hero__form { scroll-margin-top: 20px; }
.hh-hero__form .form-card { padding: 28px 30px 20px; box-shadow: 0 6px 0 var(--orange), 0 24px 60px rgba(0,0,0,.4); }
.hh-hero__form .form-card__eyebrow { margin-top: 0; }
.hh-hero__form .form-card__title { font-size: 26px; }
#quote-bottom { scroll-margin-top: 20px; }

/* Trust strip ------------------------------------------------------------ */
.hh-trust { padding: 26px 40px; background: #fff; border-bottom: 1px solid var(--border); }
.hh-trust__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 40px; max-width: var(--container); margin: 0 auto; }
.hh-trust__label { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.hh-trust__logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 40px; }
.hh-trust__logos a { display: flex; align-items: center; justify-content: center; }
.hh-trust__logos img { width: auto; height: 64px; max-width: 180px; object-fit: contain; }

/* What we install -------------------------------------------------------- */
.hh-tiles { padding: 70px 40px 60px; }
.hh-tiles__head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.hh-tiles__head p { font-size: 17px; margin: 0; }
.hh-tiles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: var(--container); margin: 0 auto; }
.hh-tile { height: 320px; transition: transform .2s; }
.hh-tile:hover { transform: translateY(-3px); }
.hh-tile::after { background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.1) 100%); }
.hh-tile .card-img__body { right: 15px; bottom: 18px; }
.hh-tile h3 { font-size: 22px; margin-bottom: 6px; }
.hh-tile p { margin: 0 0 12px; font-size: 14px; line-height: 1.5; color: #fff; }

/* Rebate band ------------------------------------------------------------ */
.hh-rebate__inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.hh-rebate__inner h2 { margin: 0 0 12px; }
.hh-rebate__lead { max-width: 720px; margin: 0 auto 30px; font-size: 17px; }
.hh-rebate__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; text-align: left; }
.hh-rebate__card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 15px; padding: 26px 28px; }
.hh-rebate__card h3 { font-size: 21px; margin: 0 0 10px; }
.hh-rebate__card p { margin: 0; line-height: 1.6; }
.hh-rebate__card strong { color: var(--orange); }
.hh-rebate__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 32px 0 18px; }
.hh-rebate__ctas .btn--outline { min-height: 59px; padding: 0 24px; color: #fff; border-color: #fff; }
.hh-rebate__ctas .btn--outline:hover { background: #fff; color: var(--navy); }
.hh-rebate__note { margin: 0; font-size: 14px; color: #ddd; }

/* Why Perth Solar Direct ------------------------------------------------- */
.hh-why { padding: 70px 40px; background: var(--grey-3); }
.hh-why__inner { max-width: var(--container); margin: 0 auto; }
.hh-why__inner h2 { text-align: center; margin: 0 0 12px; }
.hh-why__lead { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.hh-why__logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: center; padding: 20px; margin: 0 0 30px; background: #fff; border: 1px solid var(--border); border-radius: 15px; }
.hh-why__logos a { display: flex; align-items: center; justify-content: center; height: 80px; }
.hh-why__logos img { max-height: 80px; width: auto; object-fit: contain; }
.hh-why__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hh-point { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 10px; display: flex; flex-direction: column; }
.hh-point h3 { font-size: 22px; margin: 0 0 10px; }
.hh-point p { flex: 1; font-size: 15px; line-height: 1.6; margin: 0 0 16px; }
.hh-point__link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-weight: 700; color: var(--orange); }
.hh-point__link:hover { color: var(--orange-dark); }

/* Process accordion ------------------------------------------------------ */
.hh-process { padding: 70px 40px; }
.hh-process__inner { max-width: 900px; margin: 0 auto; }
.hh-process__inner h2 { text-align: center; margin: 0 0 12px; }
.hh-process__lead { text-align: center; margin: 0 auto 30px; max-width: 640px; }
.hh-process .accordion__item { border: 1px solid var(--border); }
.hh-process .accordion__body h3 { font-size: 24px; color: var(--navy); margin: 24px 0 10px; }
.hh-process .accordion__body h3:first-child { margin-top: 4px; }
.hh-process .accordion__body h4 { font-size: 17px; margin: 18px 0 6px; }

/* CTA band --------------------------------------------------------------- */
.hh-cta { padding: 50px 40px; background: var(--navy); color: #fff; }
.hh-cta__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; max-width: var(--container); margin: 0 auto; }
.hh-cta h2 { font-size: 32px; color: #fff; margin: 0 0 8px; }
.hh-cta p { max-width: 640px; margin: 0; color: #e6e6e6; }
.hh-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.hh-cta__btns .btn--outline { min-height: 59px; padding: 0 24px; color: #fff; border-color: #fff; }
.hh-cta__btns .btn--outline:hover { background: #fff; color: var(--navy); }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1200px) {
  .hh-hero__grid { grid-template-columns: minmax(0, 1fr) 460px; gap: 40px; }
  .page-home .hh-hero h1 { font-size: 44px; }
  .hh-tiles__grid { grid-template-columns: repeat(2, 1fr); }
  .hh-why__logos { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
  /* Header is a white bar here, so the hero starts under it */
  .page-home .hh-hero { padding: 32px 16px 40px; }
  .page-home .hh-hero::before { background: rgba(12,17,32,.8); }
  .hh-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .hh-hero__copy { padding-top: 0; }
  .hh-hero__eyebrow { font-size: 13px; margin-bottom: 10px; }
  .page-home .hh-hero h1 { font-size: 32px; margin-bottom: 14px; }
  .hh-hero__sub { font-size: 16px; margin-bottom: 18px; }
  .hh-hero__ctas { gap: 10px; margin-bottom: 18px; }
  .hh-hero__ctas .btn { flex: 1 1 100%; }
  .hh-hero__proof { gap: 6px; }
  .hh-hero__proof li { font-size: 14px; }
  .hh-trust { padding: 20px 16px; }
  .hh-trust__inner { gap: 12px 20px; }
  .hh-trust__logos { gap: 12px 24px; }
  .hh-trust__logos img { height: 46px; max-width: 120px; }
  .hh-why__points { grid-template-columns: 1fr; }
  .hh-cta__inner { flex-direction: column; align-items: stretch; text-align: center; }
  .hh-cta__btns { justify-content: center; }
}
@media (max-width: 767px) {
  .hh-hero__form .form-card { padding: 24px 16px 16px; }
  .hh-tiles, .hh-why, .hh-process { padding: 50px 16px; }
  .hh-tiles__grid { grid-template-columns: 1fr; gap: 14px; }
  .hh-tile { height: 240px; }
  .hh-tile h3 { font-size: 20px; }
  .hh-rebate__grid { grid-template-columns: 1fr; }
  .hh-rebate__card { padding: 20px; }
  .hh-rebate__ctas .btn, .hh-cta__btns .btn { flex: 1 1 100%; min-width: 0; }
  .hh-why__logos { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 14px; }
  .hh-why__logos a { height: 64px; }
  .hh-why__logos img { max-height: 64px; }
  .hh-point { padding: 22px; }
  .hh-cta { padding: 40px 16px; }
  .hh-cta h2 { font-size: 26px; }
}
