/* Shared styles: suburb landers + rebate guide */
.loc-page .fh { min-height: 420px; }
.loc-page .fh-h1 span { color: #fec12a; }

.loc-quick {
  background: #fff;
  padding: 56px 6% 24px;
}
.loc-quick-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.loc-quick .vc-eyebrow { margin-bottom: 12px; }
.loc-quick .vc-h2 { margin-bottom: 16px; }
.loc-quick .vc-body-text { margin: 0 auto; max-width: 680px; }

.loc-section {
  padding: 72px 6%;
  background: #f5f6f8;
}
.loc-section--white { background: #fff; }
.loc-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.loc-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.loc-section-header .vc-h2 { margin-bottom: 14px; }

.loc-suburb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loc-suburb-list li {
  background: #fff;
  border: 1px solid rgba(16, 36, 69, 0.1);
  color: #102445;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 10px;
}
.loc-section--white .loc-suburb-list li {
  background: #f5f6f8;
}

.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.loc-card {
  background: #fff;
  border: 1px solid rgba(16, 36, 69, 0.08);
  border-radius: 16px;
  padding: 24px 22px;
}
.loc-section--white .loc-card { background: #f5f6f8; }
.loc-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #102445;
}
.loc-card p {
  margin: 0;
  color: #596475;
  font-size: 15px;
  line-height: 1.55;
}
.loc-card a {
  display: inline-block;
  margin-top: 14px;
  color: #102445;
  font-weight: 700;
  text-decoration: none;
}
.loc-card a:hover { color: #0a1629; text-decoration: underline; }

.loc-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.loc-related a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #102445;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.loc-related a:hover { background: #1a3560; }

.loc-note {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #596475;
}
.loc-note a { color: #102445; font-weight: 600; }

/* Comparison table */
.vc-compare {
  padding: 80px 6%;
  background: #fff;
}
.vc-compare-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.vc-compare-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}
.vc-compare-header .vc-h2 { margin-bottom: 14px; }
.vc-compare-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16, 36, 69, 0.1);
  border-radius: 14px;
  background: #fff;
}
.vc-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 15px;
}
.vc-compare-table th,
.vc-compare-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 36, 69, 0.08);
  color: #596475;
  vertical-align: top;
}
.vc-compare-table th {
  background: #102445;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.vc-compare-table tbody tr:last-child td { border-bottom: 0; }
.vc-compare-table tbody tr:nth-child(even) td { background: #f7f8fa; }
.vc-compare-table td:first-child {
  color: #102445;
  font-weight: 700;
}
.vc-compare-footnote {
  margin: 16px 0 0;
  font-size: 13px;
  color: #596475;
  line-height: 1.5;
}

/* Rebate guide */
.rebate-page .fh { min-height: 420px; }
.rebate-toc {
  background: #fff;
  padding: 48px 6% 8px;
}
.rebate-toc-inner {
  max-width: 820px;
  margin: 0 auto;
}
.rebate-toc h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  color: #102445;
}
.rebate-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #596475;
  line-height: 1.8;
}
.rebate-toc a {
  color: #102445;
  font-weight: 600;
  text-decoration: none;
}
.rebate-toc a:hover { text-decoration: underline; }

.rebate-block {
  padding: 56px 6%;
  background: #f5f6f8;
}
.rebate-block:nth-of-type(even) { background: #fff; }
.rebate-block-inner {
  max-width: 820px;
  margin: 0 auto;
}
.rebate-block h2 {
  margin: 0 0 14px;
  color: #102445;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}
.rebate-block p,
.rebate-block li {
  color: #596475;
  font-size: 17px;
  line-height: 1.65;
}
.rebate-block ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}
.rebate-callout {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid #fec12a;
  background: rgba(254, 193, 42, 0.12);
  border-radius: 0 12px 12px 0;
  color: #102445;
  font-size: 15px;
  line-height: 1.55;
}
.rebate-updated {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #596475;
}

@media (max-width: 900px) {
  .loc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .loc-section, .vc-compare, .rebate-block { padding: 56px 5%; }
}
