@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

* { box-sizing: border-box; }
body { margin: 0; background: #f7f8fa; font-family: 'Inter', -apple-system, sans-serif; color: #26282e; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(230,169,60,0.5); } 70% { box-shadow: 0 0 0 10px rgba(230,169,60,0); } }
@keyframes pe-flash { 0%,100% { box-shadow: 0 6px 24px rgba(224,150,60,0.55); } 50% { box-shadow: 0 6px 34px rgba(230,180,60,0.9); } }
@keyframes pe-glow { 0%,100% { box-shadow: 0 0 6px 2px rgba(230,169,60,0.6); } 50% { box-shadow: 0 0 16px 6px rgba(230,169,60,0.95); } }
@keyframes pe-text-glow { 0%,100% { text-shadow: 0 0 6px rgba(230,169,60,0.5); } 50% { text-shadow: 0 0 14px rgba(230,169,60,0.95); } }

.pe-bottom-pad { max-width: 100%; }

/* HEADER */
.pe-header { position: sticky; top: 0; z-index: 50; background: #1c2333; color: #fff; padding: 10px 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); height: 56px; }
.pe-logo img { height: 32px; display: block; }
.pe-status { display: flex; align-items: center; gap: 8px; background: #2b3450; padding: 6px 12px; border-radius: 999px; font-size: 15px; font-weight: 600; justify-self: center; }
.pe-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; display: inline-block; animation: pulse 2s infinite; }
.pe-status-inner { display: inline-flex; align-items: center; gap: 12px; }
.pe-suburb-tag { display: inline-flex; align-items: center; gap: 4px; color: #f4a61a; }
.pe-time-tag { display: inline-flex; align-items: center; gap: 4px; }
.pe-header-phone { display: flex; align-items: center; gap: 10px; background: #2b3450; padding: 6px 14px 6px 6px; border-radius: 999px; font-weight: 800; font-size: 16px; text-decoration: none; white-space: nowrap; color: #fff; justify-self: end; }
.pe-header-phone:hover { background: #384168; }
.pe-header-icon { width: 34px; height: 34px; border-radius: 50%; background: #f4a61a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; animation: pe-glow 2s infinite; }

/* HERO */
.pe-hero { position: relative; background: #1c2333; color: #fff; padding: 56px 24px 64px; text-align: center; overflow: hidden; }
.pe-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.pe-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,35,51,0.82) 0%, rgba(33,40,58,0.88) 100%); z-index: 1; }
.pe-hero-content { position: relative; z-index: 2; max-width: 960px; margin: 0 auto; }
.pe-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(230,169,60,0.15); border: 1px solid rgba(230,169,60,0.4); color: #f4a61a; padding: 6px 14px; border-radius: 999px; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 20px; }
.pe-hero h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 900; line-height: 1.1; margin: 0 0 18px; }
.pe-hero h1 .accent { color: #f4a61a; }
.pe-hero-sub { font-size: 21px; line-height: 1.6; color: #e8e9ee; margin: 0 auto 32px; max-width: 640px; }
.pe-hero-cta { position: relative; display: inline-flex; align-items: center; gap: 12px; background: #f4a61a; color: #1c2333; padding: 20px 40px 20px 60px; border-radius: 12px; font-weight: 900; font-size: 25px; text-decoration: none; white-space: nowrap; padding-left: 80px; padding-right: 20px; animation: pe-flash 1.8s infinite; }
.pe-hero-cta:hover { background: #d1893f; color: #fff; }
.pe-hero-cta-photo { position: absolute; left: -14px; top: 50%; transform: translateY(-50%); width: 76px; height: 76px; border-radius: 50%; border: 3px solid #1c2333; box-shadow: 0 4px 12px rgba(0,0,0,0.35); }
.pe-hero-note { font-size: 15px; color: #cfd2da; margin: 20px 0 0; }
.pe-trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 40px; padding-top: 32px; border-top: 1px solid #454e6a; }
.pe-trust-item { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; }
.pe-trust-item .stars { color: #f4a61a; display: flex; gap: 2px; }

/* TRUST ICONS STRIP */
.pe-icons-strip { background: #f2f3f6; padding: 48px 24px; }
.pe-icons-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px 16px; text-align: center; }
.pe-icons-marquee { display: none; }
.pe-icon-box { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; background: #f4a61a; }
.pe-icon-box svg { width: 44px; height: 44px; }
.pe-icon-label { font-weight: 800; font-size: 16px; color: #1c2333; line-height: 1.3; white-space: pre-line; }

/* SECTION 1 */
.pe-section-white { padding: 64px 24px; background: #fff; }
.pe-section-narrow { max-width: 960px; margin: 0 auto; }
.pe-h2 { font-size: 34px; font-weight: 900; margin: 0 0 20px; color: #1c2333; line-height: 1.25; text-align: center; }
.pe-body-text { font-size: 18px; line-height: 1.7; color: #4a4d55; margin: 0 0 28px; text-align: center; }
.pe-body-text a { color: #d1893f; font-weight: 700; text-decoration: none; }
.pe-body-text a:hover { text-decoration: underline; }
.pe-subhead { font-weight: 800; font-size: 32px; color: #1c2333; margin-bottom: 16px; text-align: center; }
.pe-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.pe-check-item { display: flex; align-items: flex-start; gap: 10px; font-size: 17px; color: #3d4048; line-height: 1.5; }
.pe-check-dot { width: 22px; height: 22px; border-radius: 50%; background: #4caf6f; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }

/* CALL-OUTS */
.pe-section-tint { padding: 64px 24px; background: #f7f8fa; }
.pe-h2-center { font-size: 34px; font-weight: 900; text-align: center; margin: 0 0 8px; color: #1c2333; }
.pe-lead { text-align: center; color: #66696f; margin: 0 0 40px; font-size: 18px; }
.pe-callouts { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.pe-callout-card { background: #fff; border-radius: 14px; text-align: center; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.pe-callout-imgwrap { position: relative; }
.pe-callout-imgwrap img { width: 100%; height: 170px; object-fit: cover; display: block; }
.pe-callout-badge { position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%); width: 44px; height: 44px; border-radius: 10px; background: #f4a61a; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.pe-callout-body { padding: 30px 20px 22px; }
.pe-callout-title { font-weight: 700; font-size: 18px; color: #1c2333; }
.pe-callout-desc { font-size: 16px; color: #66696f; margin-top: 6px; line-height: 1.5; }

.pe-cta-row { text-align: center; margin-top: 36px; }
.pe-cta-btn { display: inline-flex; align-items: center; gap: 12px; background: #f4a61a; color: #1c2333; padding: 16px 36px; border-radius: 12px; font-weight: 800; font-size: 20px; text-decoration: none; box-shadow: 0 4px 14px rgba(230,169,60,0.4); }
.pe-cta-btn:hover { background: #d1893f; }

/* TRUST SECTION */
.pe-section-dark { padding: 64px 24px; background: #1c2333; color: #fff; }
.pe-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 44px; }
.pe-stat-num { font-size: 34px; font-weight: 900; color: #f4a61a; text-align: center; }
.pe-stat-label { font-size: 16px; font-weight: 600; margin-top: 6px; color: #e8e9ee; text-align: center; }
.pe-servicing-label { font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #b7bac2; margin-bottom: 14px; text-align: center; }

/* WHY CHOOSE US */
.pe-section-narrow-800 { max-width: 800px; margin: 0 auto; }
.pe-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.pe-why-item { display: flex; align-items: flex-start; gap: 10px; background: #f2f3f6; border-radius: 10px; padding: 14px 16px; font-size: 17px; color: #3d4048; line-height: 1.5; }
.pe-why-item svg { flex-shrink: 0; margin-top: 2px; }

/* MAP SECTION */
.pe-map-wrap { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.12); border: 1px solid #e6e7ea; }
.pe-map-wrap iframe { border: 0; display: block; }
.pe-map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); pointer-events: none; }
.pe-van { position: absolute; transition: left 3s ease-in-out, top 3s ease-in-out; pointer-events: none; }
.pe-van img { width: 56px; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35)); }
.pe-van-label { position: absolute; left: 10px; top: 335px; padding: 8px 14px; border-radius: 999px; font-size: 15px; font-weight: 700; color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.15); background-color: #e48639; }
.pe-ausgrid-badge { position: absolute; top: 12px; right: 12px; background: #fff; padding: 10px 18px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 6px; }
.pe-ausgrid-badge img { height: 36px; display: block; }
.pe-local-review { max-width: 600px; margin: 36px auto 0; background: #fff; border: 1px solid #e6e7ea; border-radius: 14px; padding: 24px 28px; text-align: left; display: flex; gap: 16px; align-items: flex-start; }
.pe-local-review-photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.pe-local-review .stars { color: #f4a61a; font-size: 22px; flex-shrink: 0; line-height: 1; }
.pe-local-review p { font-size: 17px; line-height: 1.6; color: #3d4048; margin: 0 0 8px; font-style: italic; }
.pe-local-review .name { font-size: 15px; font-weight: 700; color: #1c2333; }

/* REVIEWS */
.pe-reviews-head { max-width: 1000px; margin: 0 auto; position: relative; }
.pe-reviews-stars-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; margin-bottom: 36px; }
.pe-reviews-stars-row .stars { color: #f4a61a; font-size: 22px; }
.pe-reviews-stars-row .sub { font-size: 17px; color: #66696f; font-weight: 600; }
.pe-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; position: relative; }
.pe-review-arrow { display: none; }
@media (max-width: 640px) {
  .pe-review-arrow { display: flex; position: absolute; top: 70%; transform: translateY(-50%); z-index: 40; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.06); align-items: center; justify-content: center; border: none; cursor: pointer; }
  .pe-review-arrow.prev { left: 6px; }
  .pe-review-arrow.next { right: 6px; }
  .pe-review-arrow svg { stroke: #9a9da3; }
}
.pe-review-card { border: 1px solid #e6e7ea; border-radius: 14px; padding: 22px; background: #fff; }
.pe-review-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pe-review-avatar { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; flex-shrink: 0; }
.pe-review-name { font-weight: 700; font-size: 16px; color: #1c2333; }
.pe-review-stars { color: #f4a61a; font-size: 15px; }
.pe-review-text { font-size: 15px; line-height: 1.55; color: #3d4048; margin: 0 0 14px; }
.pe-review-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #66696f; font-weight: 600; }

/* BRANDS */
.pe-brands-section { padding: 56px 24px; background: #fff; border-top: 1px solid #e6e7ea; }
.pe-brands-title { font-size: 27px; font-weight: 900; letter-spacing: 0.04em; color: #1c2333; margin: 0 0 36px; text-align: center; }
.pe-brands-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 56px; }
.pe-brand-name { font-size: 29px; font-weight: 800; font-family: 'Arial Black', Inter, sans-serif; letter-spacing: -0.01em; }

/* FORM */
.pe-section-narrow-560 { max-width: 560px; margin: 0 auto; text-align: center; }
.pe-form-h2 { font-size: 31px; font-weight: 900; margin: 0 0 8px; color: #1c2333; }
.pe-form-lead { color: #66696f; margin: 0 0 28px; font-size: 17px; }
.pe-form-cta { display: inline-flex; align-items: center; gap: 10px; background: #f4a61a; color: #1c2333; padding: 16px 32px; border-radius: 10px; font-weight: 800; font-size: 20px; text-decoration: none; margin-bottom: 28px; }
.pe-form-cta:hover { background: #d1893f; color: #fff; }
.pe-divider { display: flex; align-items: center; gap: 12px; margin: 8px 0 28px; }
.pe-divider-line { flex: 1; height: 1px; background: #e6e7ea; }
.pe-divider-text { font-size: 15px; color: #66696f; font-weight: 600; }
.pe-response-note { font-size: 14px; color: #4caf6f; font-weight: 700; margin: -18px 0 20px; }
.pe-form { display: flex; flex-direction: column; gap: 14px; text-align: left; }
.pe-form input, .pe-form textarea { padding: 14px 16px; border-radius: 8px; border: 1px solid #d8d9dd; font-size: 17px; font-family: inherit; }
.pe-form textarea { resize: vertical; }
.pe-form button { background: #1c2333; color: #fff; border: none; padding: 16px; border-radius: 8px; font-weight: 800; font-size: 18px; cursor: pointer; margin-top: 4px; }
.pe-form button:hover { background: #2b3450; }
.pe-form-success { background: #edf7f0; border: 1px solid #b9e0c4; border-radius: 12px; padding: 28px; text-align: center; display: none; }
.pe-form-success .title { font-size: 20px; font-weight: 800; color: #2c6b3f; }
.pe-form-success .sub { font-size: 16px; color: #3d7d4d; margin-top: 6px; }

/* FINAL CTA */
.pe-final-cta { padding: 56px 24px; background: #f4a61a; color: #fff; text-align: center; }
.pe-final-cta-inner { max-width: 700px; margin: 0 auto; }
.pe-final-badge { display: inline-flex; align-items: center; gap: 8px; background: rgb(255 50 50 / 99%); border: 1px solid rgba(0,0,0,0.25); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px; }
.pe-final-cta h2 { font-size: 30px; font-weight: 900; margin: 0 0 12px; line-height: 1.25; color: #000; }
.pe-final-cta p { font-size: 18px; margin: 0 0 24px; color: #000; }
.pe-final-cta-btn { position: relative; display: inline-flex; align-items: center; gap: 12px; background: #1c2333; color: #fff; padding: 18px 40px 18px 56px; border-radius: 12px; font-weight: 900; font-size: 22px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.3); margin-top: 22px; padding-left: 80px; padding-right: 20px; }
.pe-final-cta-btn:hover { background: #2b3450; }
.pe-final-cta-photo { position: absolute; left: -14px; top: 50%; transform: translateY(-50%); width: 76px; height: 76px; border-radius: 50%; border: 3px solid #f4a61a; box-shadow: 0 4px 12px rgba(0,0,0,0.35); }

/* FOOTER */
.pe-footer { background: #171c28; color: #b7bac2; padding: 32px 24px; text-align: center; font-size: 15px; }
.pe-footer-logo { font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.pe-footer-logo img { height: 28px; display: block; filter: brightness(0) invert(1); }
.pe-footer-copy { margin-top: 6px; }
.pe-accept { margin-top: 18px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pe-accept-label { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #8b8e96; }
.pe-accept img { height: 32px; display: block; }

/* STICKY MOBILE CTA */
.pe-sticky-cta { display: none; position: fixed; bottom: 14px; left: 5%; right: 5%; z-index: 60; }
.pe-sticky-cta a { display: flex; flex-direction: column; align-items: center; gap: 2px; width: 100%; box-sizing: border-box; background: #1c2333; border: 3px solid #f4a61a; border-radius: 999px; padding: 14px 16px; text-decoration: none; animation: pe-flash 1.8s infinite; }
.pe-sticky-cta .row { display: flex; align-items: center; gap: 12px; }
.pe-sticky-cta .phone { color: #fff; font-weight: 900; font-size: 28px; }
.pe-sticky-cta .sub { color: #f4a61a; font-weight: 700; font-size: 14px; animation: pe-text-glow 1.8s infinite; }

@media (max-width: 900px) {
  .pe-icons-grid { display: none !important; }
  .pe-icons-strip { padding: 32px 0; overflow: hidden; }
  .pe-icons-marquee { display: block; overflow: hidden; }
}

@media (max-width: 640px) {
  .pe-header { grid-template-columns: 1fr !important; justify-items: center !important; height: auto; padding: 10px 16px; }
  .pe-header-phone { display: none !important; }
  .pe-hero-cta { white-space: nowrap; font-size: 16px !important; padding: 16px 18px !important; padding-left: 66px !important; gap: 6px !important; }
  .pe-hero-cta-photo, .pe-final-cta-photo { width: 60px !important; height: 60px !important; }
  .pe-final-cta-btn { padding-left: 60px !important; padding-right: 16px !important; font-size: 17px !important; white-space: nowrap; }
  p, li { font-size: 18px !important; }
  .pe-status { font-size: 14px; }
  .pe-review-text { font-size: 15px !important; }
  .pe-callouts { grid-template-columns: 1fr !important; }
  .pe-marquee-track { display: flex; flex-wrap: nowrap; width: max-content; gap: 32px; animation: pe-marquee 10s linear infinite alternate; padding: 0 20px; align-items: center; }
  .pe-marquee-item { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; text-align: left; white-space: nowrap; }
  .pe-marquee-item .pe-icon-box { width: 44px; height: 44px; margin: 0; }
  .pe-marquee-item .pe-icon-box svg { width: 26px; height: 26px; }
  .pe-marquee-item .pe-icon-label { font-size: 15px; white-space: nowrap; }
  .pe-icons-marquee:hover .pe-marquee-track, .pe-icons-marquee:active .pe-marquee-track { animation-play-state: paused; }
  @keyframes pe-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% + 100vw - 40px)); } }
  .pe-callout-title { font-size: 24px !important; }
  .pe-reviews-stars-row { text-align: center; }
  .pe-trust-row { flex-direction: column; gap: 10px; }
  .pe-local-review { flex-direction: column; align-items: center !important; text-align: center !important; }
  .pe-sticky-cta { display: flex !important; }
  .pe-bottom-pad { padding-bottom: 76px; }
  .pe-reviews-grid { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
  .pe-reviews-grid > div { flex: 0 0 86%; scroll-snap-align: center; margin-bottom: 0; }
  .pe-reviews-grid { gap: 12px; }
  .pe-checklist { grid-template-columns: 1fr; }
  .pe-icons-grid { grid-template-columns: repeat(2, 1fr); }
}
