.insight-page {
  color: #143147;
  background: #ffffff;
}

.insight-page main {
  overflow: hidden;
}

.insight-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: clamp(520px, 72vh, 650px);
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(10, 35, 52, .94) 0%, rgba(10, 35, 52, .83) 43%, rgba(10, 35, 52, .24) 72%, rgba(10, 35, 52, .08) 100%),
    url("/blog/img/huntley-map.png") center 48% / cover no-repeat;
}

.insight-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 35, 52, .08), rgba(10, 35, 52, .38));
  pointer-events: none;
}

.insight-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  color: #ffffff;
}

.insight-kicker,
.section-label {
  color: #159d82;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insight-hero h1 {
  max-width: 760px;
  margin: 16px 0 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: 0;
}

.insight-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.insight-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.insight-primary-cta {
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 6px;
  background: #58ddbf;
  color: #0d2e42;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .54);
  font-size: 17px;
  font-weight: 850;
  text-decoration: none;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.insight-primary-cta::after {
  content: "\2192";
  margin-left: 12px;
  font-size: 21px;
  line-height: 1;
  transition: transform .18s ease;
}

.insight-primary-cta:hover {
  background: #79ead1;
  color: #08283b;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .65);
  transform: translateY(-2px);
}

.insight-primary-cta:hover::after {
  transform: translateX(4px);
}

.insight-primary-cta:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.insight-secondary-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .62);
}

.insight-secondary-link:hover {
  color: #72dbc7;
  border-color: #72dbc7;
}

.insight-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  margin-top: 38px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.insight-scope span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

.insight-scope strong {
  color: #ffffff;
  font-size: 22px;
}

.insight-band {
  padding: 84px 0;
  background: #ffffff;
}

.insight-band-muted {
  background: #f2f6f7;
}

.insight-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.insight-narrow {
  width: min(880px, calc(100% - 40px));
}

.insight-band h2,
.insight-cta h2 {
  margin: 12px 0 22px;
  color: #143147;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.insight-band h3 {
  margin: 8px 0 12px;
  color: #143147;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
}

.insight-band p {
  color: #596f7d;
  font-size: 17px;
  line-height: 1.75;
}

.insight-lead {
  max-width: 820px;
  margin: 0;
  font-size: 21px !important;
}

.signal-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  margin-top: 54px;
  padding-top: 32px;
  border-top: 1px solid #d5e0e4;
}

.signal-number {
  color: #159d82;
  font-size: 13px;
  font-weight: 850;
}

.insight-split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: 64px;
}

.insight-split-reverse {
  grid-template-columns: minmax(440px, 1.06fr) minmax(0, .94fr);
}

.insight-copy p {
  margin: 0 0 18px;
}

.insight-checklist {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbd9dd;
}

.insight-checklist li {
  padding: 16px 0;
  color: #596f7d;
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid #cbd9dd;
}

.insight-checklist strong {
  color: #143147;
}

.insight-figure {
  margin: 0;
}

.insight-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #cbd9dd;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(22, 49, 68, .12);
}

.insight-figure figcaption {
  margin-top: 12px;
  color: #778b96;
  font-size: 12px;
  line-height: 1.55;
}

.geography-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid #d5e0e4;
  border-bottom: 1px solid #d5e0e4;
}

.geography-item {
  padding: 30px 34px;
  border-right: 1px solid #d5e0e4;
}

.geography-item:first-child {
  padding-left: 0;
}

.geography-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.geography-item > span {
  color: #159d82;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.geography-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.insight-example {
  border-top: 1px solid #e0e8eb;
}

.insight-state-head {
  margin-bottom: 34px;
}

.insight-state-head p {
  max-width: 780px;
}

.insight-state-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.insight-state-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 112px;
  padding: 20px;
  color: #143147;
  text-decoration: none;
  border: 1px solid #cbd9dd;
  border-radius: 6px;
  background: #ffffff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.insight-state-grid a:hover {
  transform: translateY(-2px);
  border-color: #159d82;
  box-shadow: 0 12px 22px rgba(22, 49, 68, .08);
}

.insight-state-grid strong {
  grid-row: 1 / 3;
  margin-right: 14px;
  color: #159d82;
  font-size: 24px;
}

.insight-state-grid span {
  font-size: 13px;
  font-weight: 750;
}

.insight-state-grid em {
  color: #718591;
  font-size: 12px;
  font-style: normal;
}

.limitation-list {
  margin-top: 38px;
  border-top: 1px solid #d5e0e4;
}

.limitation-list > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #d5e0e4;
}

.limitation-list strong {
  color: #143147;
  font-size: 15px;
}

.limitation-list p {
  margin: 0;
  font-size: 15px;
}

.method-link {
  margin: 30px 0 0;
}

.method-link a,
.insight-faq a {
  color: #0f766e;
  font-weight: 800;
}

.insight-faq {
  padding-top: 0;
}

.insight-faq details {
  border-top: 1px solid #d5e0e4;
}

.insight-faq details:last-child {
  border-bottom: 1px solid #d5e0e4;
}

.insight-faq summary {
  position: relative;
  padding: 22px 46px 22px 0;
  color: #143147;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.insight-faq summary::-webkit-details-marker {
  display: none;
}

.insight-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: #159d82;
  font-size: 27px;
  font-weight: 600;
}

.insight-faq details[open] summary::after {
  content: "-";
}

.insight-faq details p {
  margin: -6px 0 24px;
  padding-right: 54px;
}

.insight-cta {
  position: relative;
  padding: 66px 0;
  color: #ffffff;
  border-top: 5px solid #1abb9b;
  background: linear-gradient(110deg, #102d42 0%, #143b4f 68%, #165545 100%);
}

.insight-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: min(290px, 24vw);
  height: 100%;
  border-right: 1px solid rgba(88, 221, 191, .16);
  border-left: 1px solid rgba(88, 221, 191, .08);
  transform: skewX(-17deg);
  pointer-events: none;
}

.insight-cta .insight-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.insight-cta h2 {
  max-width: 730px;
  margin-bottom: 12px;
  color: #ffffff;
}

.insight-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.65;
}

.insight-cta .button {
  flex: 0 0 auto;
  min-height: 62px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 980px) {
  .insight-split,
  .insight-split-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .insight-split-reverse .insight-figure {
    order: 2;
  }

  .insight-state-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insight-cta .insight-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .insight-hero {
    align-items: flex-end;
    height: 690px;
    min-height: 690px;
    background-position: 61% 78%;
    background-size: auto 122%;
    background-image:
      linear-gradient(180deg, rgba(10, 35, 52, .18) 0%, rgba(10, 35, 52, .78) 45%, rgba(10, 35, 52, .97) 100%),
      url("/blog/img/huntley-map.png");
  }

  .insight-hero-inner {
    padding-bottom: 44px;
  }

  .insight-hero h1 {
    max-width: 560px;
    font-size: clamp(42px, 13vw, 62px);
  }

  .insight-hero p {
    font-size: 17px;
  }

  .insight-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .insight-primary-cta {
    width: 100%;
    max-width: 340px;
  }

  .insight-scope {
    gap: 12px 20px;
    margin-top: 30px;
  }

  .insight-band {
    padding: 64px 0;
  }

  .signal-columns,
  .geography-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signal-columns {
    gap: 30px;
  }

  .geography-item,
  .geography-item:first-child,
  .geography-item:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #d5e0e4;
  }

  .geography-item:last-child {
    border-bottom: 0;
  }

  .limitation-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .insight-container,
  .insight-narrow,
  .insight-hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .insight-hero {
    height: 720px;
    min-height: 720px;
  }

  .insight-hero h1 {
    font-size: 43px;
  }

  .insight-scope span {
    width: 100%;
  }

  .insight-state-grid {
    grid-template-columns: 1fr;
  }

  .insight-faq summary {
    font-size: 16px;
  }

  .insight-faq details p {
    padding-right: 0;
  }
}

/* Rental yield guide */
.yield-insight-page .insight-hero {
  background:
    linear-gradient(90deg, rgba(8, 34, 48, .97) 0%, rgba(8, 34, 48, .9) 46%, rgba(8, 34, 48, .38) 76%, rgba(8, 34, 48, .14) 100%),
    url("/blog/img/top-yield-houses-ranking-2026q1.png") center 38% / cover no-repeat;
}

.yield-formula {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
  gap: 34px;
  margin-top: 46px;
  padding: 34px;
  border: 1px solid #cbdcdf;
  border-radius: 6px;
  background: #f4f8f8;
}

.yield-formula-expression {
  align-self: center;
  color: #143147;
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 850;
  line-height: 1.22;
}

.yield-formula-expression span {
  display: block;
  margin-top: 10px;
  color: #0f766e;
  font-size: 15px;
  font-weight: 800;
}

.yield-example {
  padding: 24px;
  border-left: 4px solid #1abb9b;
  background: #ffffff;
}

.yield-example strong,
.yield-example span {
  display: block;
}

.yield-example strong {
  margin-bottom: 12px;
  color: #143147;
  font-size: 18px;
}

.yield-example span {
  color: #596f7d;
  font-size: 15px;
  line-height: 1.7;
}

.yield-example b {
  color: #0f766e;
}

.yield-movement-grid,
.yield-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.yield-movement-grid > div,
.yield-risk-grid > div {
  padding: 24px;
  border: 1px solid #d5e0e4;
  border-radius: 6px;
  background: #ffffff;
}

.yield-movement-grid strong,
.yield-risk-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #143147;
  font-size: 17px;
}

.yield-movement-grid span {
  color: #159d82;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.yield-movement-grid p,
.yield-risk-grid p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.62;
}

.yield-source-note {
  margin-top: 28px;
  padding: 24px 26px;
  border-left: 4px solid #1abb9b;
  background: #eaf3f2;
  color: #405c69;
  font-size: 16px;
  line-height: 1.7;
}

.yield-strategy-band {
  color: #ffffff;
  background: #143147;
}

.yield-strategy-band h2,
.yield-strategy-band h3 {
  color: #ffffff;
}

.yield-strategy-band p {
  color: rgba(255, 255, 255, .76);
}

.yield-strategy-band .signal-columns {
  border-color: rgba(255, 255, 255, .16);
}

.yield-strategy-band .signal-number {
  color: #58ddbf;
}

@media (max-width: 720px) {
  .yield-insight-page .insight-hero {
    background-image:
      linear-gradient(180deg, rgba(8, 34, 48, .42) 0%, rgba(8, 34, 48, .82) 42%, rgba(8, 34, 48, .98) 100%),
      url("/blog/img/top-yield-houses-ranking-2026q1.png");
    background-position: 22% center;
    background-size: auto 122%;
  }

  .yield-formula,
  .yield-movement-grid,
  .yield-risk-grid {
    grid-template-columns: 1fr;
  }

  .yield-formula {
    padding: 24px;
  }
}

/* Building approvals guide */
.approvals-insight-page .insight-hero {
  background:
    linear-gradient(90deg, rgba(8, 34, 48, .97) 0%, rgba(8, 34, 48, .91) 47%, rgba(8, 34, 48, .42) 76%, rgba(8, 34, 48, .16) 100%),
    url("/blog/img/da-hotspots-heatmap.png") center 44% / cover no-repeat;
}

.approval-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid #cbdcdf;
  border-radius: 6px;
  background: #cbdcdf;
}

.approval-flow > div {
  position: relative;
  min-height: 210px;
  padding: 30px;
  background: #f4f8f8;
}

.approval-flow span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #159d82;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.approval-flow strong {
  display: block;
  color: #143147;
  font-size: 20px;
}

.approval-flow p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.approval-note,
.approval-warning {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid #1abb9b;
  background: #eaf3f2;
  color: #405c69;
  font-size: 16px;
  line-height: 1.7;
}

.approval-table-wrap {
  margin-top: 42px;
  overflow-x: auto;
  border: 1px solid #d5e0e4;
  border-radius: 6px;
  background: #ffffff;
}

.approval-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.approval-table th,
.approval-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #e1e9eb;
  text-align: right;
  white-space: nowrap;
}

.approval-table th:first-child,
.approval-table td:first-child {
  text-align: left;
}

.approval-table th {
  background: #143147;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.approval-table td {
  color: #4d6674;
  font-size: 15px;
}

.approval-table tbody tr:nth-child(even) {
  background: #f5f8f8;
}

.approval-table tfoot td {
  border: 0;
  background: #e3f2ef;
  color: #143147;
  font-weight: 850;
}

.approval-source {
  margin: 14px 0 0;
  color: #788d98 !important;
  font-size: 13px !important;
}

.approval-leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.approval-leader-grid > div,
.approval-risk-grid > div {
  padding: 25px;
  border: 1px solid #d5e0e4;
  border-radius: 6px;
  background: #ffffff;
}

.approval-leader-grid span {
  color: #159d82;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.approval-leader-grid strong,
.approval-risk-grid strong {
  display: block;
  margin-top: 8px;
  color: #143147;
  font-size: 18px;
}

.approval-leader-grid p,
.approval-risk-grid p {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 1.62;
}

.approvals-risk-band {
  background: #143147;
}

.approvals-risk-band h2,
.approvals-risk-band h3 {
  color: #ffffff;
}

.approvals-risk-band p {
  color: rgba(255, 255, 255, .76);
}

.approvals-risk-band .section-label,
.approvals-risk-band .signal-number {
  color: #58ddbf;
}

.approvals-risk-band .signal-columns {
  border-color: rgba(255, 255, 255, .16);
}

.approval-layer-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.approval-layer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  border: 1px solid #cbdcdf;
  border-radius: 6px;
  background: #ffffff;
  color: #143147;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.approval-layer-links a:hover {
  border-color: #159d82;
  transform: translateX(3px);
}

.approval-layer-links span {
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
}

.approval-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

@media (max-width: 720px) {
  .approvals-insight-page .insight-hero {
    background-image:
      linear-gradient(180deg, rgba(8, 34, 48, .45) 0%, rgba(8, 34, 48, .84) 42%, rgba(8, 34, 48, .98) 100%),
      url("/blog/img/da-hotspots-heatmap.png");
    background-position: 56% center;
  }

  .approval-flow,
  .approval-leader-grid,
  .approval-risk-grid {
    grid-template-columns: 1fr;
  }

  .approval-flow > div {
    min-height: 0;
  }
}
