:root {
  --hpp-green: #1f7a3a;
  --hpp-green-2: #49a010;
  --hpp-green-dark: #0f3f26;
  --hpp-red: #c7352c;
  --hpp-red-dark: #9f241e;
  --hpp-grey: #f5f7f4;
  --hpp-soft: #eef7eb;
  --hpp-border: #dde5dc;
  --hpp-text: #1f2923;
  --hpp-muted: #6d7a70;
  --hpp-white: #ffffff;
  --hpp-dark: #101b15;
}

* { box-sizing: border-box; }
body { color: var(--hpp-text); font-family: Arial, Helvetica, sans-serif; background: #fff; }
a { text-decoration: none; }
img { max-width: 100%; }

/* Header / Navigation */
.hpp-navbar { padding: 18px 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--hpp-border); backdrop-filter: blur(10px); }
.hpp-brand { display:flex; align-items:center; gap:.75rem; color:var(--hpp-green-dark); line-height:1; }
.hpp-brand:hover { color:var(--hpp-green); }
.hpp-brand-mark { width:42px; height:42px; border-radius:14px; background:linear-gradient(135deg,var(--hpp-green),var(--hpp-green-2)); color:white; display:grid; place-items:center; font-weight:800; }
.hpp-brand strong { display:block; font-size:1.2rem; }
.hpp-brand small { display:block; color:var(--hpp-muted); font-size:.74rem; text-transform:uppercase; letter-spacing:.07em; margin-top:.16rem; }
.nav-link { color:var(--hpp-text); font-weight:700; font-size:.94rem; padding:.85rem .65rem!important; }
.nav-link.active, .nav-link:hover { color:var(--hpp-green); }

/* Reusable typography */
.hpp-section { padding: 104px 0; }
.hpp-section-sm { padding: 64px 0; }
.hpp-section-lg { padding: 118px 0; }
.hpp-bg-soft { background: var(--hpp-grey); }
.hpp-eyebrow { color: var(--hpp-red); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .78rem; margin-bottom: .85rem; }
.hpp-display { font-size: clamp(2.45rem, 4.8vw, 5rem); line-height: 1.02; font-weight: 900; letter-spacing: -.055em; color: #111814; }
.hpp-section-title { font-size: clamp(2rem, 3.7vw, 3.6rem); line-height: 1.06; font-weight: 900; letter-spacing: -.045em; color: #111814; margin-bottom: 1rem; }
.hpp-section-title::after { content:""; display:block; width:56px; height:4px; background:var(--hpp-red); border-radius:999px; margin-top:18px; }
.text-center .hpp-section-title::after { margin-left:auto; margin-right:auto; }
.hpp-subtitle { color: var(--hpp-muted); font-size: 1.1rem; line-height: 1.75; }
.hpp-lead { color: var(--hpp-green-dark); font-size: 1.2rem; font-weight: 800; margin-bottom: 1rem; }
.hpp-text { color: var(--hpp-muted); line-height: 1.78; }
.hpp-btn { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; padding:.92rem 1.3rem; border-radius:999px; font-weight:800; transition:.25s ease; }
.hpp-btn-primary { background:var(--hpp-red); color:#fff; box-shadow:0 12px 24px rgba(199,53,44,.18); }
.hpp-btn-primary:hover { background:var(--hpp-red-dark); color:#fff; transform:translateY(-1px); }
.hpp-btn-outline { border:1px solid var(--hpp-border); color:var(--hpp-green-dark); background:#fff; }
.hpp-btn-outline:hover { border-color:var(--hpp-green); color:var(--hpp-green); transform:translateY(-1px); }

/* Hero */
.hpp-hero { position:relative; overflow:hidden; background: radial-gradient(circle at 10% 10%, rgba(73,160,16,.12), transparent 32%), linear-gradient(135deg,#fff 0%,#f8fbf6 54%,#edf7ea 100%); }
.hpp-hero:before { content:""; position:absolute; inset:auto -90px -210px auto; width:560px; height:560px; background:rgba(31,122,58,.09); border-radius:50%; }
.hpp-section-hero { padding: 110px 0 96px; }
.hpp-hero-badge { display:inline-flex; align-items:center; gap:.5rem; padding:.55rem .8rem; border:1px solid var(--hpp-border); border-radius:999px; background:#fff; color:var(--hpp-green-dark); font-weight:800; font-size:.86rem; box-shadow: 0 10px 26px rgba(16,27,21,.05); }
.hpp-hero-badge i { color: var(--hpp-red); font-size: 1.05rem; }
.hpp-hero-visual { position:relative; border-radius:36px; padding:14px; background:#fff; border:1px solid var(--hpp-border); box-shadow:0 34px 86px rgba(16,27,21,.16); }
.hpp-hero-main-img { display:block; width:100%; height:510px; object-fit:cover; border-radius:28px 28px 12px 12px; }
.hpp-hero-value-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; padding:16px; background:#fff; border-radius:0 0 28px 28px; }
.hpp-hero-value-card { min-height:132px; background:#fff; border:1px solid var(--hpp-border); border-radius:22px; padding:18px 16px; transition:.32s ease; }
.hpp-hero-value-card i { color:var(--hpp-red); font-size:1.5rem; display:block; margin-bottom:12px; }
.hpp-hero-value-card strong { display:block; color:#111814; font-weight:900; line-height:1.15; font-size:1rem; }
.hpp-hero-value-card span { display:block; margin-top:8px; color:var(--hpp-muted); font-size:.84rem; line-height:1.35; }
.hpp-hero-value-card:hover { background:var(--hpp-green-dark); border-color:var(--hpp-green-dark); transform:translateY(-6px); box-shadow:0 18px 42px rgba(15,63,38,.18); }
.hpp-hero-value-card:hover i, .hpp-hero-value-card:hover strong, .hpp-hero-value-card:hover span { color:#fff; }

/* Location separator */
.hpp-location-band { position:relative; overflow:hidden; color:#fff; padding:70px 0; background: linear-gradient(135deg, rgba(15,63,38,.88), rgba(16,27,21,.78)), url('../images/projected-road.jpg') center/cover no-repeat; }
.hpp-location-band h2 { font-size:clamp(1.8rem,3vw,3rem); font-weight:900; letter-spacing:-.04em; margin:0; }
.hpp-location-points { display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; }
.hpp-location-points span { border:1px solid rgba(255,255,255,.22); border-radius:20px; padding:18px; background:rgba(255,255,255,.08); backdrop-filter: blur(6px); color:rgba(255,255,255,.82); }
.hpp-location-points strong { display:block; color:#fff; font-size:1.7rem; line-height:1; margin-bottom:6px; }

/* Compact icon strip */
.hpp-icon-strip { background:#fff; border-bottom:1px solid var(--hpp-border); padding:28px 0; }
.hpp-icon-strip-item { display:flex; align-items:center; gap:12px; color:var(--hpp-green-dark); font-weight:900; }
.hpp-icon-strip-item i { width:40px; height:40px; border-radius:14px; display:grid; place-items:center; background:#f4f6f4; color:var(--hpp-red); font-size:1.2rem; flex:0 0 40px; }

/* Split intro */
.hpp-split-intro { position:relative; }
.hpp-image-frame { background:#fff; border:1px solid var(--hpp-border); border-radius:32px; padding:14px; box-shadow:0 26px 64px rgba(16,27,21,.1); }
.hpp-image-frame img { width:100%; display:block; border-radius:24px; object-fit:cover; }
.hpp-cut-frame { border-radius: 36px; position:relative; }
.hpp-cut-frame img { min-height: 460px; }
.hpp-check-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:16px 18px; }
.hpp-check-grid span { display:flex; align-items:center; gap:10px; color:var(--hpp-green-dark); font-weight:800; }
.hpp-check-grid i { color:var(--hpp-green); }

/* Numbered features */
.hpp-infra-section { position:relative; overflow:hidden; }
.hpp-infra-section:before { content:""; position:absolute; inset:120px 0 auto 0; height:260px; opacity:.055; background: radial-gradient(circle, #111 1px, transparent 1px); background-size:12px 12px; }
.hpp-number-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; position:relative; z-index:1; }
.hpp-number-feature { background:#fff; border-radius:20px; padding:34px 30px; min-height:310px; position:relative; border:1px solid #edf0ec; transition:.32s ease; overflow:hidden; }
.hpp-number-feature:hover { transform:translateY(-7px); box-shadow:0 24px 60px rgba(16,27,21,.1); }
.hpp-number-feature .hpp-number { position:absolute; right:24px; top:18px; font-size:3rem; font-weight:900; color:#e8ece8; line-height:1; }
.hpp-icon { width:54px; height:54px; border-radius:18px; background:#f4f6f4; color:var(--hpp-red); display:grid; place-items:center; font-size:1.55rem; margin-bottom:1.2rem; }
.hpp-number-feature h3 { font-size:1.35rem; font-weight:900; color:#111814; margin-bottom:.8rem; }
.hpp-number-feature p { color:var(--hpp-muted); line-height:1.75; margin:0; }

/* Ownership as process list */
.hpp-process-list { display:flex; flex-direction:column; gap:22px; position:relative; }
.hpp-process-list:before { content:""; position:absolute; left:31px; top:44px; bottom:44px; width:2px; background:#e3e9e2; }
.hpp-process-item { display:flex; gap:22px; align-items:flex-start; background:#fff; border:1px solid var(--hpp-border); border-radius:24px; padding:26px; position:relative; box-shadow:0 16px 40px rgba(16,27,21,.05); }
.hpp-process-icon { width:64px; height:64px; flex:0 0 64px; border-radius:50%; display:grid; place-items:center; background:var(--hpp-green-dark); color:#fff; font-size:1.5rem; position:relative; z-index:1; box-shadow:0 12px 30px rgba(15,63,38,.22); }
.hpp-process-item h3 { font-size:1.28rem; font-weight:900; margin-bottom:.4rem; color:#111814; }
.hpp-process-item p { color:var(--hpp-muted); margin:0; line-height:1.7; }

/* Comparison */
.hpp-comparison-section { background:#fff; }
.hpp-compare-box { border-radius:30px; padding:40px; min-height:100%; }
.hpp-compare-box h3 { font-weight:900; margin-bottom:24px; }
.hpp-compare-box ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:16px; }
.hpp-compare-box li { position:relative; padding-left:32px; line-height:1.65; }
.hpp-compare-box li:before { content:""; position:absolute; left:0; top:.5rem; width:18px; height:18px; border-radius:50%; }
.hpp-compare-muted { background:#f5f7f4; border:1px solid var(--hpp-border); }
.hpp-compare-muted h3 { color:#606b63; }
.hpp-compare-muted li { color:#6d7a70; }
.hpp-compare-muted li:before { background:#cfd8cf; }
.hpp-compare-strong { background:linear-gradient(135deg,var(--hpp-green-dark),#183f21); color:#fff; box-shadow:0 26px 70px rgba(15,63,38,.16); }
.hpp-compare-strong li { color:rgba(255,255,255,.86); }
.hpp-compare-strong li:before { background:var(--hpp-red); box-shadow:0 0 0 5px rgba(199,53,44,.15); }

/* Master */
.hpp-master-section { position:relative; overflow:hidden; }
.hpp-master-section:before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background:rgba(31,122,58,.08); right:-160px; top:60px; }
.hpp-map-frame img { max-height:640px; object-fit:contain; background:#fff; }

/* Investment band */
.hpp-investment-band { background:linear-gradient(135deg,#101b15,#0f3f26); color:#fff; position:relative; overflow:hidden; }
.hpp-investment-band:after { content:""; position:absolute; right:-120px; bottom:-180px; width:520px; height:520px; border-radius:50%; background:rgba(255,255,255,.06); }
.hpp-investment-band h2 { font-size:clamp(2rem,3.8vw,3.7rem); font-weight:900; letter-spacing:-.05em; line-height:1.06; margin-bottom:1rem; }
.hpp-investment-band p { color:rgba(255,255,255,.78); line-height:1.8; }
.hpp-benefit-list { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:28px; padding:30px; display:flex; flex-direction:column; gap:18px; }
.hpp-benefit-list span { display:flex; gap:12px; align-items:center; color:#fff; font-weight:800; }
.hpp-benefit-list i { color:#fff; background:var(--hpp-red); width:28px; height:28px; border-radius:50%; display:grid; place-items:center; }

/* Industries - no cards, line chips */
.hpp-industries-list { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.hpp-industry-line { display:flex; align-items:center; gap:12px; padding:18px 0; border-bottom:1px solid var(--hpp-border); color:#111814; font-weight:900; }
.hpp-industry-line i { color:var(--hpp-red); font-size:1.35rem; }

/* Plot section */
.hpp-image-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; }
.hpp-image-grid img { width:100%; height:250px; object-fit:cover; border-radius:28px; box-shadow:0 18px 50px rgba(16,27,21,.08); }
.hpp-image-grid img:first-child { grid-row:span 2; height:518px; }
.hpp-mini-card { background:#fff; border:1px solid var(--hpp-border); border-radius:22px; padding:24px; height:100%; }
.hpp-mini-card strong { display:block; color:var(--hpp-green-dark); font-size:1.4rem; }
.hpp-mini-card span { color:var(--hpp-muted); }


.hpp-plot-content { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start; }
.hpp-plot-block { background:#fff; border:1px solid var(--hpp-border); border-radius:24px; padding:24px; height:100%; box-shadow:0 16px 42px rgba(16,27,21,.04); }
.hpp-plot-block h3 { font-size:1.08rem; font-weight:900; color:#111814; margin:0 0 18px; letter-spacing:-.02em; }
.hpp-plot-industries { display:grid; grid-template-columns:1fr; gap:11px; }
.hpp-plot-industries span { display:flex; align-items:flex-start; gap:9px; color:#111814; font-weight:800; font-size:.95rem; line-height:1.35; padding-bottom:11px; border-bottom:1px solid #edf1ed; }
.hpp-plot-industries span:last-child { border-bottom:0; padding-bottom:0; }
.hpp-plot-industries i { color:var(--hpp-green); font-size:1.05rem; line-height:1.35; flex:0 0 auto; }
.hpp-plot-categories { background:linear-gradient(135deg,#fff,#fffaf4); border-color:#ead7bc; }
.hpp-plot-category-card { background:#fff; border:1px solid var(--hpp-border); border-left:4px solid var(--hpp-green); border-radius:18px; padding:16px 18px; margin-bottom:13px; box-shadow:0 12px 30px rgba(16,27,21,.04); }
.hpp-plot-category-card:last-child { margin-bottom:0; }
.hpp-plot-category-card strong { display:block; color:#111814; font-size:1.02rem; font-weight:900; margin-bottom:5px; }
.hpp-plot-category-card p { margin:0; color:var(--hpp-muted); line-height:1.55; font-size:.94rem; }
.hpp-plot-actions { display:flex; align-items:center; gap:14px; }

/* CTA and footer */
.hpp-cta { background:linear-gradient(135deg,var(--hpp-green-dark),#173f20); color:#fff; border-radius:32px; padding:52px; overflow:hidden; position:relative; }
.hpp-cta p { color:rgba(255,255,255,.76); }
.hpp-footer { background:var(--hpp-dark); color:#fff; padding:64px 0 24px; }
.hpp-footer p, .hpp-footer a { color:rgba(255,255,255,.7); }
.hpp-footer a { display:block; margin:.45rem 0; }
.hpp-footer a:hover { color:#fff; }
.hpp-footer h5, .hpp-footer h6 { color:#fff; font-weight:800; }
.hpp-footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:40px; padding-top:20px; color:rgba(255,255,255,.55); font-size:.9rem; }

@media(max-width:991px){
  .hpp-navbar{padding:12px 0}
  .hpp-section{padding:72px 0}
  .hpp-section-hero{padding:72px 0 64px}
  .hpp-display{font-size:clamp(2.35rem,12vw,4rem)}
  .hpp-hero-main-img{height:360px}
  .hpp-hero-value-grid{grid-template-columns:1fr}
  .hpp-location-points{grid-template-columns:1fr}
  .hpp-number-grid{grid-template-columns:1fr}
  .hpp-check-grid{grid-template-columns:1fr}
  .hpp-industries-list{grid-template-columns:repeat(2,1fr)}
  .hpp-image-grid{grid-template-columns:1fr}
  .hpp-image-grid img,.hpp-image-grid img:first-child{height:280px;grid-row:auto}
  .hpp-plot-content{grid-template-columns:1fr}
  .hpp-cut-frame img{min-height:320px}
  .hpp-cta{padding:34px}
}
@media(max-width:576px){
  .hpp-hero-main-img{height:300px}
  .hpp-hero-value-card{min-height:auto}
  .hpp-location-band{padding:52px 0}
  .hpp-icon-strip-item{align-items:flex-start;font-size:.9rem}
  .hpp-industries-list{grid-template-columns:1fr}
  .hpp-plot-block{padding:20px}
  .hpp-compare-box{padding:28px}
}

/* ================= Polished About Page ================= */
.hpp-about-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 92px;
  background:
    radial-gradient(circle at 18% 0%, rgba(199,53,44,.08), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(31,122,58,.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6faf4 100%);
  border-bottom: 1px solid var(--hpp-border);
}
.hpp-about-hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--hpp-red), var(--hpp-green), var(--hpp-green-dark));
  opacity: .95;
}
.hpp-about-hero h1 {
  max-width: 920px;
  margin: 0 auto 22px;
  color: #111814;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hpp-about-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--hpp-muted);
  font-size: 1.13rem;
  line-height: 1.8;
}

.hpp-about-promoter .hpp-section-title { margin-bottom: 1.25rem; }
.hpp-promoter-image img {
  height: 500px;
  object-fit: cover;
  object-position: top center;
}

.hpp-about-proof-strip {
  background: var(--hpp-green-dark);
  color: #fff;
  padding: 0;
}
.hpp-about-proof-strip .row > div { border-right: 1px solid rgba(255,255,255,.14); }
.hpp-about-proof-strip .row > div:last-child { border-right: 0; }
.hpp-about-proof-strip div div {
  padding: 34px 24px;
  min-height: 134px;
}
.hpp-about-proof-strip strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: #fff;
}
.hpp-about-proof-strip span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.hpp-about-large-text {
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
  line-height: 1.36;
  letter-spacing: -.035em;
  color: #111814;
  font-weight: 800;
  margin: 0;
}
.hpp-about-line-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hpp-about-line-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hpp-green-dark);
  font-weight: 800;
}
.hpp-about-line-list i { color: var(--hpp-red); font-size: 1.2rem; }

.hpp-leadership-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: stretch;
}
.hpp-leadership-photo {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--hpp-border);
  box-shadow: 0 28px 70px rgba(16,27,21,.12);
  background: #fff;
  min-height: 570px;
}
.hpp-leadership-photo img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: top center;
}
.hpp-leadership-names {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hpp-leader-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 0 24px 24px;
  border-left: 4px solid #e7ece6;
  transition: .28s ease;
}
.hpp-leader-row:hover {
  border-left-color: var(--hpp-red);
  transform: translateX(4px);
}
.hpp-leader-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #f4f6f4;
  color: var(--hpp-green-dark);
  font-weight: 900;
  font-size: 1.2rem;
}
.hpp-leader-row h3 {
  color: #111814;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 3px;
}
.hpp-leader-row strong {
  display: block;
  color: var(--hpp-red);
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.hpp-leader-row p {
  color: var(--hpp-muted);
  line-height: 1.65;
  margin: 0;
}

.hpp-about-recognition {
  background:
    linear-gradient(90deg, #fff 0%, #fff 50%, #f5f7f4 50%, #f5f7f4 100%);
}
.hpp-award-showcase {
  border-radius: 34px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--hpp-border);
  box-shadow: 0 28px 70px rgba(16,27,21,.13);
}
.hpp-award-showcase img {
  width: 100%;
  border-radius: 24px;
  display: block;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
}
.hpp-recognition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hpp-recognition-list span {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hpp-border);
  color: #111814;
  font-weight: 900;
}
.hpp-recognition-list i {
  color: var(--hpp-red);
  font-size: 1.25rem;
}

.hpp-about-purpose-dark {
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.09), transparent 30%),
    linear-gradient(135deg, #101b15, #0f3f26);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hpp-about-purpose-dark h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 900;
  margin: 0;
}
.hpp-about-purpose-dark p {
  color: rgba(255,255,255,.76);
  line-height: 1.82;
  font-size: 1.08rem;
}

.hpp-vmv-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--hpp-border);
}
.hpp-vmv-row:first-child { padding-top: 0; }
.hpp-vmv-row span {
  color: var(--hpp-red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.hpp-vmv-row p {
  font-size: 1.25rem;
  line-height: 1.55;
  color: #111814;
  font-weight: 800;
  margin: 0;
  letter-spacing: -.025em;
}
.hpp-values-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.hpp-values-line strong {
  color: var(--hpp-green-dark);
  margin-right: 4px;
}
.hpp-values-line em {
  font-style: normal;
  border: 1px solid var(--hpp-border);
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--hpp-muted);
  font-weight: 800;
}

@media(max-width:991px){
  .hpp-about-hero { padding: 86px 0 72px; }
  .hpp-promoter-image img { height: 360px; }
  .hpp-about-proof-strip .row > div:nth-child(2) { border-right: 0; }
  .hpp-about-proof-strip .row > div { border-bottom: 1px solid rgba(255,255,255,.14); }
  .hpp-about-proof-strip .row > div:nth-child(3),
  .hpp-about-proof-strip .row > div:nth-child(4) { border-bottom: 0; }
  .hpp-leadership-layout { grid-template-columns: 1fr; }
  .hpp-leadership-photo, .hpp-leadership-photo img { min-height: auto; }
  .hpp-about-recognition { background: #fff; }
  .hpp-recognition-list { grid-template-columns: 1fr; }
  .hpp-vmv-row { grid-template-columns: 1fr; gap: 8px; }
}
@media(max-width:576px){
  .hpp-about-hero h1 { font-size: 2.3rem; }
  .hpp-about-proof-strip div div { padding: 26px 16px; }
  .hpp-leader-row { padding-left: 16px; gap: 14px; }
  .hpp-leader-mark { width: 46px; height: 46px; flex-basis: 46px; border-radius: 15px; }
  .hpp-about-large-text { font-size: 1.35rem; }
}
/* HPP v8 page system */
.hpp-brand-logo{width:48px;height:48px;object-fit:contain;border-radius:50%;background:#fff;margin-right:10px}.hpp-navbar .nav-link{font-weight:800;font-size:.86rem;white-space:nowrap}.hpp-navbar .nav-link.active{color:var(--hpp-green)!important}.hpp-page-hero{padding:105px 0 80px;background:linear-gradient(135deg,#f7fbf5 0%,#fff 55%,#eef6ea 100%);position:relative;overflow:hidden}.hpp-page-hero:after{content:"";position:absolute;right:-90px;top:-90px;width:300px;height:300px;background:rgba(106,168,37,.13);border-radius:50%}.hpp-page-hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:.98;font-weight:950;letter-spacing:-.065em;color:#102219;max-width:950px}.hpp-page-hero p{max-width:780px;font-size:1.18rem;line-height:1.75;color:var(--hpp-muted)}.hpp-home-hero{padding-top:90px}.hpp-hero-img,.hpp-rounded-img{width:100%;border-radius:32px;box-shadow:0 24px 70px rgba(16,34,25,.16);object-fit:cover}.hpp-hero-img{height:520px}.hpp-rounded-img{max-height:620px}.hpp-section{padding:92px 0}.hpp-soft{background:#f5f8f2}.hpp-section-head{max-width:780px;margin-bottom:36px}.hpp-section-head span,.hpp-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:950;color:var(--hpp-green);margin-bottom:12px}.hpp-section-head h2,.hpp-section h2{font-size:clamp(2rem,3.8vw,3.6rem);line-height:1.05;font-weight:950;letter-spacing:-.05em;color:#102219}.hpp-section-head p,.hpp-lead{font-size:1.12rem;line-height:1.75;color:var(--hpp-muted)}.hpp-page-card{height:100%;background:#fff;border:1px solid var(--hpp-border);border-radius:26px;padding:28px;box-shadow:0 18px 45px rgba(16,34,25,.06)}.hpp-page-card i{width:54px;height:54px;border-radius:18px;background:rgba(106,168,37,.12);display:grid;place-items:center;color:var(--hpp-green);font-size:1.5rem;margin-bottom:22px}.hpp-page-card h3{font-size:1.18rem;font-weight:900;color:#102219}.hpp-page-card p{color:var(--hpp-muted);line-height:1.65;margin:0}.hpp-gateway-card{display:block;height:100%;background:#fff;border:1px solid var(--hpp-border);border-radius:30px;padding:34px;text-decoration:none;color:#102219;box-shadow:0 18px 55px rgba(16,34,25,.07);transition:.25s}.hpp-gateway-card:hover{transform:translateY(-6px);border-color:rgba(106,168,37,.45)}.hpp-gateway-card span{color:var(--hpp-red);font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem}.hpp-gateway-card h3{font-size:1.55rem;font-weight:950;letter-spacing:-.04em;margin:14px 0}.hpp-gateway-card p{color:var(--hpp-muted);line-height:1.7}.hpp-gateway-card i{font-size:1.5rem;color:var(--hpp-green)}.hpp-dark-panel{background:#102219;color:#fff}.hpp-dark-panel h2{color:#fff}.hpp-dark-panel span{color:#b7e07f;text-transform:uppercase;font-weight:950;letter-spacing:.14em}.hpp-mini-stats{display:flex;flex-wrap:wrap;gap:18px}.hpp-mini-stats strong{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:18px 22px;font-size:1.6rem;color:#fff}.hpp-mini-stats strong small{display:block;font-size:.8rem;font-weight:700;color:rgba(255,255,255,.7)}.hpp-mini-stats-light strong{background:#fff;color:#102219;border:1px solid var(--hpp-border)}.hpp-mini-stats-light strong small{color:var(--hpp-muted)}.hpp-btn-light{background:#fff;color:#102219;border:0}.hpp-tile-link{display:flex;flex-direction:column;gap:8px;padding:26px;border:1px solid var(--hpp-border);border-radius:24px;text-decoration:none;color:#102219;background:#fff;height:100%}.hpp-tile-link i{color:var(--hpp-green);font-size:1.7rem}.hpp-tile-link b{font-size:1.1rem}.hpp-tile-link small{color:var(--hpp-muted)}.hpp-cta{padding:80px 0;background:linear-gradient(135deg,#6aa825,#1f7a3a);color:#fff;text-align:center}.hpp-cta h2{font-size:clamp(2rem,4vw,3.7rem);font-weight:950;letter-spacing:-.055em}.hpp-cta p{max-width:680px;margin:12px auto 24px;color:rgba(255,255,255,.82);font-size:1.08rem}.hpp-feature-large{height:100%;background:#fff;border-radius:28px;padding:36px;border:1px solid var(--hpp-border)}.hpp-feature-large span{color:var(--hpp-red);font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.hpp-feature-large h3{font-weight:950;font-size:1.8rem;letter-spacing:-.04em;margin:12px 0}.hpp-feature-large p{color:var(--hpp-muted);line-height:1.75}.hpp-profile-card{text-align:center;background:#fff;border:1px solid var(--hpp-border);border-radius:28px;padding:30px;height:100%}.hpp-profile-mark{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#f5f8f2;color:var(--hpp-green);font-size:1.8rem;font-weight:950;margin:0 auto 18px}.hpp-profile-card h3{font-size:1.1rem;font-weight:950}.hpp-profile-card p{color:var(--hpp-muted);margin:0}.hpp-industry-list{display:flex;flex-wrap:wrap;gap:12px}.hpp-industry-list span{background:#fff;border:1px solid var(--hpp-border);border-radius:999px;padding:12px 16px;font-weight:850;color:#102219}.hpp-industry-big span{font-size:1.05rem;padding:16px 20px}.hpp-note{background:#fff7ef;border:1px solid #f3d6bd;border-radius:28px;padding:32px}.hpp-note h3{font-weight:950;color:#102219}.hpp-note p{line-height:1.75;color:#6d5140;margin:0}.hpp-table-wrap{background:#fff;border:1px solid var(--hpp-border);border-radius:26px;padding:12px;box-shadow:0 18px 50px rgba(16,34,25,.06)}.hpp-table{margin:0}.hpp-table th{background:#f5f8f2;color:#102219;font-weight:950}.hpp-form-card{background:#fff;border:1px solid var(--hpp-border);border-radius:30px;padding:32px;box-shadow:0 18px 55px rgba(16,34,25,.08)}.hpp-form-card .form-control{border-radius:16px;min-height:54px;border-color:var(--hpp-border);font-weight:700}.hpp-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hpp-check-grid p{margin:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:16px 18px;color:rgba(255,255,255,.85)}.hpp-check-grid-light p{background:#fff;color:#102219;border-color:var(--hpp-border)}.hpp-gallery-card{background:#fff;border:1px solid var(--hpp-border);border-radius:26px;overflow:hidden;height:100%;box-shadow:0 18px 45px rgba(16,34,25,.06)}.hpp-gallery-card img{width:100%;height:250px;object-fit:cover}.hpp-gallery-card h3{font-size:1.1rem;font-weight:950;padding:20px;margin:0}.hpp-contact-list p{display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid var(--hpp-border);padding:14px 0;color:#102219;font-weight:750}.hpp-contact-list i{color:var(--hpp-green)}@media(max-width:991px){.hpp-section{padding:68px 0}.hpp-hero-img{height:360px}.hpp-check-grid{grid-template-columns:1fr}.hpp-brand-logo{width:40px;height:40px}.hpp-navbar .nav-link{font-size:.95rem}}


.hpp-plot-top {
  margin-bottom: 34px;
}

.hpp-plot-types-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.hpp-plot-type-card {
  background: #fff;
  border: 1px solid var(--hpp-border);
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 16px 45px rgba(16, 27, 21, .06);
}

.hpp-plot-type-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(106, 168, 37, .12);
  color: var(--hpp-green);
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.hpp-plot-type-card h3 {
  font-size: 1.15rem;
  font-weight: 950;
  color: #111814;
  margin: 0 0 10px;
  letter-spacing: -.025em;
}

.hpp-plot-type-card p {
  margin: 0;
  color: var(--hpp-muted);
  line-height: 1.65;
  font-size: .96rem;
}

.hpp-industry-panel {
  margin-top: 34px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 0 0;
  box-shadow: none;
}

.hpp-industry-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}

.hpp-industry-panel-head h3 {
  font-size: 1.45rem;
  font-weight: 950;
  color: #111814;
  letter-spacing: -.035em;
  margin: 0 0 8px;
}

.hpp-industry-panel-head p {
  max-width: 760px;
  color: var(--hpp-muted);
  line-height: 1.7;
  margin: 0;
}

.hpp-industry-grid-12 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 14px;
}

.hpp-industry-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 4px 0;
  font-weight: 850;
  color: #111814;
  line-height: 1.35;
}

.hpp-industry-item i {
  color: var(--hpp-green);
  font-size: 1.05rem;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .hpp-plot-types-row {
    grid-template-columns: 1fr;
  }

  .hpp-industry-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpp-industry-grid-12 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .hpp-industry-grid-12 {
    grid-template-columns: 1fr;
  }

  .hpp-industry-panel {
    padding-top: 4px;
  }
}


/* HPP v13 refinements: navbar logo removal, footer breathing space, final CTA alignment */
.hpp-brand-text-only { gap: 0; }
.hpp-brand-text-only strong { font-size: 1.28rem; letter-spacing: -.02em; }
.hpp-brand-text-only small { font-size: .72rem; letter-spacing: .08em; }

.hpp-footer { padding: 82px 0 0; }
.hpp-footer-main { padding-bottom: 46px; }
.hpp-footer-logo { width: 164px; height: auto; display: block; margin-bottom: 22px; border-radius: 50%; background: #fff; padding: 8px; }
.hpp-footer p { line-height: 1.78; margin-bottom: 0; }
.hpp-footer-contact p { margin-bottom: 10px; }
.hpp-footer h6 { margin-bottom: 18px; }
.hpp-footer a { margin: 0 0 12px; line-height: 1.45; }
.hpp-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); }
.hpp-footer-bottom strong { color: #fff; font-weight: 800; }

.hpp-discussion-cta { padding: 52px !important; text-align: left !important; border-radius: 32px; }
.hpp-discussion-cta p { max-width: 680px !important; margin: 0 !important; }
.hpp-discussion-cta h2 { color: #fff; margin-bottom: 14px; }
.hpp-discussion-cta .hpp-eyebrow { color: rgba(255,255,255,.64) !important; }
.hpp-discussion-cta-action { display: flex; justify-content: flex-end; align-items: center; }

@media (max-width: 991px) {
  .hpp-footer { padding-top: 64px; }
  .hpp-footer-logo { width: 138px; }
  .hpp-footer-bottom { flex-direction: column; align-items: flex-start; }
  .hpp-discussion-cta { padding: 34px !important; }
  .hpp-discussion-cta-action { justify-content: flex-start; }
}


/* HPP v15 real corrections: home flow, footer logo, global inner page header */
.hpp-ownership-section {
  background: #ffffff !important;
  border-top: 1px solid rgba(16, 27, 21, .06);
  border-bottom: 1px solid rgba(16, 27, 21, .06);
}

.hpp-industry-panel-head {
  align-items: flex-start !important;
}

.hpp-industry-panel-head > a.hpp-btn {
  display: none !important;
}

.hpp-footer-logo {
  width: min(100%, 310px) !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 0 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.hpp-footer-brand-col p {
  max-width: 360px;
}

.hpp-page-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 92px 0 78px !important;
  background:
    linear-gradient(90deg, rgba(16,34,25,.94) 0%, rgba(16,34,25,.86) 46%, rgba(16,34,25,.58) 100%),
    linear-gradient(135deg, #f7fbf5 0%, #eef6ea 100%) !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.hpp-page-hero:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--hpp-red), var(--hpp-orange), var(--hpp-green));
  z-index: 1;
}

.hpp-page-hero:after {
  content: "" !important;
  position: absolute !important;
  right: -110px !important;
  top: 0 !important;
  width: 42% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(199,53,44,.82), rgba(106,168,37,.48)),
    url('../images/site-road.jpg') center/cover no-repeat !important;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  opacity: .72;
  z-index: 0;
}

.hpp-page-hero .container {
  position: relative;
  z-index: 2;
}

.hpp-page-hero .hpp-eyebrow,
.hpp-page-hero span.hpp-eyebrow {
  color: rgba(255,255,255,.72) !important;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 18px !important;
}

.hpp-page-hero h1 {
  color: #fff !important;
  max-width: 820px !important;
  font-size: clamp(2.25rem, 4.7vw, 4.65rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 16px 45px rgba(0,0,0,.20);
}

.hpp-page-hero p {
  color: rgba(255,255,255,.78) !important;
  max-width: 720px !important;
  font-size: 1.12rem !important;
  line-height: 1.78 !important;
  margin-top: 18px !important;
}

@media (max-width: 991px) {
  .hpp-page-hero {
    padding: 76px 0 64px !important;
  }
  .hpp-page-hero:after {
    width: 78% !important;
    opacity: .22;
    right: -38% !important;
  }
  .hpp-footer-logo {
    width: min(100%, 280px) !important;
  }
}

@media (max-width: 575px) {
  .hpp-page-hero {
    padding: 64px 0 54px !important;
  }
  .hpp-page-hero:after {
    display: none !important;
  }
}


/* HPP v16: visitor-facing inner pages and aligned CTA above footer */
.hpp-final-cta {
  padding: 64px 0 !important;
  text-align: left !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #102219 0%, #1f7a3a 62%, #6aa825 100%) !important;
}
.hpp-final-cta .container {
  position: relative;
}
.hpp-final-cta h2 {
  color: #fff !important;
  margin: 0;
  max-width: 820px;
}
.hpp-final-cta p {
  margin: 14px 0 0 !important;
  max-width: 760px !important;
  color: rgba(255,255,255,.78) !important;
}
.hpp-final-cta-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hpp-final-cta .hpp-btn {
  white-space: nowrap;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.hpp-page-hero {
  background:
    linear-gradient(90deg, rgba(16,34,25,.96) 0%, rgba(16,34,25,.88) 52%, rgba(16,34,25,.70) 100%),
    url('../images/projected-road.jpg') center/cover no-repeat !important;
}
.hpp-page-hero:after {
  background: linear-gradient(135deg, rgba(199,53,44,.70), rgba(240,128,11,.40), rgba(106,168,37,.45)) !important;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%) !important;
}
.hpp-page-hero h1, .hpp-page-hero p {
  max-width: 760px !important;
}
@media (max-width: 991px) {
  .hpp-final-cta { padding: 48px 0 !important; }
  .hpp-final-cta-action { justify-content: flex-start; }
  .hpp-final-cta .hpp-btn { white-space: normal; }
}

/* HPP v17: simplified navigation and redesigned The Park page */
.hpp-btn-outline-dark {
  background: transparent;
  color: #102219;
  border: 1px solid rgba(16,34,25,.22);
}
.hpp-btn-outline-dark:hover {
  background: #102219;
  color: #fff;
  border-color: #102219;
}
.hpp-park-assurance {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.hpp-park-assurance span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  color: #102219;
}
.hpp-park-assurance i,
.hpp-park-list i,
.hpp-park-open-list i {
  color: var(--hpp-green);
}
.hpp-park-feature {
  height: 100%;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(16,34,25,.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(16,34,25,.055);
}
.hpp-park-feature i {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(106,168,37,.12);
  color: var(--hpp-green);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
}
.hpp-park-feature h3 {
  font-size: 1.15rem;
  font-weight: 950;
  color: #102219;
  margin: 0 0 9px;
}
.hpp-park-feature p {
  margin: 0;
  color: var(--hpp-muted);
  line-height: 1.7;
}
.hpp-park-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.hpp-park-list p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #102219;
  font-weight: 800;
}
.hpp-map-preview {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(16,34,25,.14);
  text-decoration: none;
  background: #fff;
}
.hpp-map-preview img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  transition: transform .35s ease;
}
.hpp-map-preview span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  color: #102219;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.hpp-map-preview:hover img { transform: scale(1.03); }
.hpp-park-facilities p {
  color: rgba(255,255,255,.75);
  line-height: 1.75;
  margin-top: 18px;
}
.hpp-park-facility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hpp-park-facility-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.hpp-park-facility-list i {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(255,255,255,.10);
  display: grid;
  place-items: center;
  color: #b7e07f;
  font-size: 1.2rem;
}
.hpp-park-facility-list strong {
  color: #fff;
  font-weight: 950;
}
.hpp-park-facility-list span {
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.hpp-park-open-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}
.hpp-park-open-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(16,34,25,.10);
  color: #102219;
  font-weight: 850;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .hpp-park-facility-list,
  .hpp-park-open-list { grid-template-columns: 1fr; }
  .hpp-park-feature { padding: 22px; }
}
@media (max-width: 575px) {
  .hpp-park-feature { display: block; }
  .hpp-park-feature i { margin-bottom: 18px; }
  .hpp-map-preview span { left: 16px; bottom: 16px; right: 16px; justify-content: center; }
}

/* HPP19 typography and spacing refinement
   Calmer card typography: sentence case, lighter weights, less visual shouting. */
.hpp-page-card h3,
.hpp-feature-large h3,
.hpp-gateway-card h3,
.hpp-tile-link b,
.hpp-plot-type-card h3,
.hpp-gallery-card h3,
.hpp-profile-card h3,
.hpp-number-feature h3,
.hpp-process-item h3,
.hpp-compare-box h3,
.hpp-plot-block h3,
.hpp-plot-category-card strong,
.hpp-mini-card strong {
  text-transform: none !important;
  letter-spacing: -.01em !important;
  font-weight: 550 !important;
}

.hpp-page-card h3,
.hpp-gallery-card h3,
.hpp-profile-card h3,
.hpp-tile-link b {
  font-size: 1.06rem !important;
  line-height: 1.35 !important;
}

.hpp-feature-large h3,
.hpp-gateway-card h3 {
  font-weight: 560 !important;
  line-height: 1.18 !important;
}

.hpp-page-card p,
.hpp-feature-large p,
.hpp-gateway-card p,
.hpp-tile-link small,
.hpp-plot-type-card p,
.hpp-plot-category-card p {
  line-height: 1.7 !important;
}

.hpp-page-card,
.hpp-feature-large,
.hpp-gateway-card,
.hpp-tile-link,
.hpp-profile-card,
.hpp-gallery-card,
.hpp-plot-type-card {
  box-shadow: 0 14px 36px rgba(16,34,25,.045) !important;
}

.hpp-page-card {
  padding: 30px !important;
}

.hpp-page-card i {
  margin-bottom: 18px !important;
}

/* Accent labels should support hierarchy, not dominate it. */
.hpp-section-head span,
.hpp-eyebrow,
.hpp-gateway-card span,
.hpp-feature-large span,
.hpp-dark-panel span {
  text-transform: none !important;
  letter-spacing: .035em !important;
  font-weight: 600 !important;
}

.hpp-section-head h2,
.hpp-section h2,
.hpp-section-title,
.hpp-page-hero h1,
.hpp-cta h2 {
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.hpp-page-hero p,
.hpp-section-head p,
.hpp-lead {
  font-weight: 400 !important;
}

/* Features page visual rhythm */
.hpp-section {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.hpp-section .row.g-4,
.hpp-section .row.g-5 {
  row-gap: 28px !important;
}

.hpp-check-grid p {
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

@media (max-width: 991px) {
  .hpp-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .hpp-page-card {
    padding: 24px !important;
  }
}

/* HPP20 Features & Facilities visual polish */
.hpp-section-head-center {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.hpp-park-feature-intro p {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: justify;
  text-align-last: center;
  line-height: 1.82 !important;
}
.hpp-park-systems .row {
  margin-top: 42px;
}
.hpp-park-feature {
  gap: 20px !important;
  padding: 30px !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 38px rgba(16,34,25,.05) !important;
}
.hpp-feature-icon-img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}
.hpp-park-feature > i {
  display: none !important;
}
.hpp-park-feature h3 {
  font-size: 1.08rem !important;
  font-weight: 560 !important;
  letter-spacing: -.012em !important;
  text-transform: none !important;
  margin-bottom: 10px !important;
}
.hpp-park-feature p {
  line-height: 1.72 !important;
  font-size: .96rem;
}
.hpp-park-facility-list div {
  grid-template-columns: 52px 1fr !important;
  gap: 6px 16px !important;
  padding: 22px !important;
}
.hpp-facility-icon-img {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
}
.hpp-park-facility-list > div > i {
  display: none !important;
}
.hpp-park-facility-list strong {
  font-weight: 560 !important;
  letter-spacing: -.01em !important;
  align-self: end;
}
.hpp-park-facility-list span {
  line-height: 1.62 !important;
}
@media (max-width: 575px) {
  .hpp-park-feature-intro p {
    text-align: left;
    text-align-last: auto;
  }
  .hpp-feature-icon-img {
    margin-bottom: 18px;
  }
}

/* HPP22 Promoters page storytelling */
.hpp-promoters-hero p {
  max-width: 900px;
}
.hpp-section-head-left {
  text-align: left;
  max-width: 540px;
}
.hpp-promoter-legacy .hpp-lead,
.hpp-collaborative-section .hpp-lead {
  text-align: justify;
}
.hpp-promoter-grid {
  margin-top: 18px;
}
.hpp-promoter-card {
  background: var(--hpp-white);
  border: 1px solid rgba(20, 55, 35, .09);
  border-radius: 26px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 44px rgba(18, 38, 28, .06);
}
.hpp-promoter-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.hpp-promoter-card div {
  padding: 22px 22px 24px;
}
.hpp-promoter-card h3 {
  font-size: 1.08rem;
  font-weight: 560;
  letter-spacing: -.015em;
  margin-bottom: 4px;
  color: var(--hpp-dark);
}
.hpp-promoter-card p {
  margin: 0;
  color: var(--hpp-muted);
  font-size: .95rem;
}
.hpp-promoter-sticky {
  top: 110px;
}
.hpp-story-block {
  border-left: 4px solid var(--hpp-red);
  padding-left: 34px;
}
.hpp-story-block p {
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--hpp-text);
  text-align: justify;
}
.hpp-story-block p:last-child {
  margin-bottom: 0;
}
.hpp-ownership-section .hpp-section-head p {
  text-align: justify;
  text-align-last: center;
  line-height: 1.82;
}
.hpp-ownership-card {
  height: 100%;
  background: var(--hpp-white);
  border-radius: 24px;
  padding: 30px;
  border: 1px solid rgba(20, 55, 35, .08);
  box-shadow: 0 16px 38px rgba(18, 38, 28, .055);
}
.hpp-ownership-card i {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(31, 122, 58, .10);
  color: var(--hpp-green-dark);
  font-size: 1.45rem;
  margin-bottom: 22px;
}
.hpp-ownership-card h3 {
  font-size: 1.12rem;
  font-weight: 560;
  letter-spacing: -.012em;
  margin-bottom: 10px;
}
.hpp-ownership-card p {
  line-height: 1.68;
  margin: 0;
}
.hpp-note-box {
  background: #fff;
  border-left: 4px solid var(--hpp-red);
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 14px 34px rgba(18, 38, 28, .05);
}
.hpp-note-box p {
  margin: 0;
  line-height: 1.75;
  text-align: justify;
}
.hpp-collab-panel {
  background: linear-gradient(135deg, var(--hpp-green-dark), #183d29);
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(12, 36, 24, .18);
}
.hpp-collab-panel div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.hpp-collab-panel div:last-child {
  border-bottom: 0;
}
.hpp-collab-panel i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.2rem;
}
.hpp-collab-panel span {
  font-size: 1.02rem;
  line-height: 1.5;
}
.hpp-connect-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20, 55, 35, .08);
  border-radius: 24px;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 16px 38px rgba(18, 38, 28, .05);
  transition: transform .22s ease, box-shadow .22s ease;
}
.hpp-connect-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(18, 38, 28, .09);
}
.hpp-connect-card i {
  font-size: 1.65rem;
  color: var(--hpp-green-dark);
  margin-bottom: 18px;
  display: inline-block;
}
.hpp-connect-card h3 {
  font-size: 1.14rem;
  font-weight: 560;
  letter-spacing: -.012em;
  margin-bottom: 10px;
}
.hpp-connect-card p {
  line-height: 1.66;
  margin-bottom: 18px;
  color: var(--hpp-muted);
}
.hpp-connect-card span {
  color: var(--hpp-red);
  font-weight: 560;
}
.hpp-commitment-list {
  display: grid;
  gap: 18px;
}
.hpp-commitment-list div {
  display: grid;
  grid-template-columns: minmax(180px, 230px) 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 55, 35, .10);
}
.hpp-commitment-list div:last-child {
  border-bottom: 0;
}
.hpp-commitment-list strong {
  font-weight: 560;
  color: var(--hpp-dark);
}
.hpp-commitment-list span {
  color: var(--hpp-muted);
  line-height: 1.65;
}
@media (max-width: 991px) {
  .hpp-section-head-left {
    max-width: 100%;
  }
  .hpp-story-block {
    padding-left: 24px;
  }
  .hpp-commitment-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .hpp-promoter-card img {
    aspect-ratio: 1 / 1.05;
  }
  .hpp-story-block p,
  .hpp-note-box p,
  .hpp-promoter-legacy .hpp-lead,
  .hpp-collaborative-section .hpp-lead {
    text-align: left;
  }
  .hpp-ownership-section .hpp-section-head p {
    text-align: left;
    text-align-last: auto;
  }
  .hpp-collab-panel {
    padding: 26px;
  }
}

/* HPP23 Promoters page refinement */
.hpp-promoters-story {
  background: #fff;
}
.hpp-promoters-story-head {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.hpp-promoters-story-head p {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-align-last: left;
  line-height: 1.86 !important;
  margin-bottom: 16px;
}
.hpp-promoters-story-grid {
  margin-top: 8px;
}
.hpp-promoters-story .hpp-promoter-card {
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(18, 38, 28, .065);
}
.hpp-promoters-story .hpp-promoter-card img {
  aspect-ratio: 4 / 4.8;
}
.hpp-card-icon-img,
.hpp-connect-icon-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin-bottom: 22px;
}
.hpp-ownership-card i,
.hpp-connect-card > i {
  display: none !important;
}
.hpp-collab-panel img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.hpp-opportunity-section {
  background: #fff;
}
.hpp-opportunity-wrap {
  background: linear-gradient(135deg, #f4f8ef 0%, #ffffff 54%, #eef6ea 100%);
  border: 1px solid rgba(20, 55, 35, .08);
  border-radius: 34px;
  padding: 58px;
  box-shadow: 0 22px 60px rgba(18, 38, 28, .055);
}
.hpp-opportunity-wrap .hpp-section-head {
  margin-bottom: 38px;
}
.hpp-opportunity-wrap .hpp-section-head p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.78;
}
.hpp-opportunity-card {
  border: 0;
  border-radius: 28px;
  padding: 34px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(18, 38, 28, .07);
  position: relative;
  overflow: hidden;
}
.hpp-opportunity-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--hpp-green), var(--hpp-red));
}
.hpp-opportunity-card h3 {
  font-size: 1.18rem;
  font-weight: 560;
}
.hpp-opportunity-card p {
  min-height: 84px;
}
.hpp-opportunity-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hpp-promoter-motive.hpp-soft,
.hpp-collaborative-section.hpp-soft {
  background: #f5f8f2;
}
@media (max-width: 991px) {
  .hpp-opportunity-wrap {
    padding: 40px 28px;
    border-radius: 28px;
  }
  .hpp-opportunity-card p {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .hpp-promoters-story-head p {
    text-align: left;
    text-align-last: auto;
  }
  .hpp-card-icon-img,
  .hpp-connect-icon-img {
    width: 50px;
    height: 50px;
  }
  .hpp-opportunity-wrap {
    padding: 34px 20px;
  }
}

/* hpp24: Promoters story hierarchy */
.hpp-promoters-story-head .hpp-story-subtitle {
  max-width: 760px !important;
  margin: 10px auto 28px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-size: 1.08rem;
  line-height: 1.65 !important;
  color: var(--hpp-green-dark);
  font-weight: 500;
}

/* HPP25 Plot Plans page refinement */
.hpp-plot-plan-intro .hpp-text {
  color: var(--hpp-muted);
  line-height: 1.78;
}
.hpp-plot-summary-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.hpp-plot-summary-chips span {
  background: #fff;
  border: 1px solid var(--hpp-border);
  border-radius: 20px;
  padding: 16px 14px;
  box-shadow: 0 12px 30px rgba(16,34,25,.045);
}
.hpp-plot-summary-chips strong {
  display: block;
  font-size: 1.28rem;
  line-height: 1.1;
  font-weight: 600;
  color: #102219;
}
.hpp-plot-summary-chips small {
  display: block;
  margin-top: 6px;
  color: var(--hpp-muted);
  line-height: 1.35;
}
.hpp-master-plan-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--hpp-border);
  box-shadow: 0 24px 70px rgba(16,34,25,.14);
  background: #fff;
  min-height: 440px;
}
.hpp-master-plan-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  max-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform .28s ease;
}
.hpp-master-plan-card:hover img { transform: scale(1.025); }
.hpp-master-plan-card span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,34,25,.88);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.hpp-plot-category-panel {
  height: 100%;
  background: #fff;
  border: 1px solid var(--hpp-border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 42px rgba(16,34,25,.055);
}
.hpp-plot-category-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(106,168,37,.12);
  color: var(--hpp-green);
  font-size: 1.55rem;
  margin-bottom: 20px;
}
.hpp-plot-category-panel h3 {
  font-size: 1.16rem;
  font-weight: 560;
  margin: 0 0 10px;
  color: #102219;
}
.hpp-plot-category-panel p {
  color: var(--hpp-muted);
  line-height: 1.72;
  margin-bottom: 20px;
}
.hpp-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.hpp-category-meta span {
  border: 1px solid #e5ecdf;
  background: #f8fbf5;
  color: #28412f;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: .82rem;
  font-weight: 500;
}
.hpp-plot-table-head { margin-bottom: 30px; }
.hpp-plot-note-small { padding: 22px; }
.hpp-plot-note-small p { font-size: .95rem; }
.hpp-comprehensive-table {
  max-height: 720px;
  overflow: auto;
}
.hpp-comprehensive-table table {
  min-width: 1120px;
}
.hpp-comprehensive-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.hpp-comprehensive-table tfoot th {
  background: #102219;
  color: #fff;
  font-weight: 500;
}
.hpp-table td, .hpp-table th {
  vertical-align: middle;
  font-size: .93rem;
}
.hpp-landuse-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .78rem;
  font-weight: 500;
  background: #eef6ea;
  color: #1f5c2b;
  white-space: nowrap;
}
.hpp-landuse-commercial { background: #fff4e6; color: #8b4c00; }
.hpp-landuse-institutional { background: #eef4ff; color: #244f93; }
.hpp-landuse-industrial { background: #eef6ea; color: #1f5c2b; }
.hpp-landuse-facility { background: #f3f3f3; color: #555; }
.hpp-plot-help-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.hpp-plot-help-list span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #102219;
  font-weight: 500;
}
.hpp-plot-help-list i { color: var(--hpp-green); }
.hpp-plot-interest-section .hpp-form-card select.form-control {
  appearance: auto;
}
@media (max-width: 991px) {
  .hpp-plot-summary-chips { grid-template-columns: 1fr; }
  .hpp-master-plan-card, .hpp-master-plan-card img { min-height: 320px; }
}
@media (max-width: 575px) {
  .hpp-master-plan-card, .hpp-master-plan-card img { min-height: 240px; border-radius: 24px; }
  .hpp-master-plan-card span { left: 14px; right: 14px; bottom: 14px; justify-content: center; }
  .hpp-plot-category-panel { padding: 24px; }
  .hpp-comprehensive-table { max-height: 560px; }
}

/* HPP27 Govt Support page */
.hpp-govt-hero p { max-width: 920px; }
.hpp-govt-intro .hpp-section-head p { text-align: justify; text-align-last: center; }
.hpp-govt-highlights { margin-top: 34px; }
.hpp-govt-highlight {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20,55,35,.09);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 16px 42px rgba(18,38,28,.055);
}
.hpp-govt-highlight i {
  width: 52px; height: 52px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(106,168,37,.12); color: var(--hpp-green);
  font-size: 1.55rem; margin-bottom: 18px;
}
.hpp-govt-highlight h3,
.hpp-policy-card h3 {
  font-weight: 560 !important;
  text-transform: none !important;
  letter-spacing: -.012em;
}
.hpp-govt-highlight p,
.hpp-policy-card p { line-height: 1.72; }
.hpp-policy-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 36px;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 20px 50px rgba(18,38,28,.06);
}
.hpp-policy-band h2 { margin-top: 10px; margin-bottom: 14px; }
.hpp-policy-band p { text-align: justify; line-height: 1.78; }
.hpp-policy-points { display: grid; gap: 18px; }
.hpp-policy-points div {
  background: rgba(106,168,37,.10);
  border: 1px solid rgba(106,168,37,.20);
  border-radius: 22px;
  padding: 24px;
}
.hpp-policy-points strong { display:block; color: var(--hpp-green-dark); font-size: 1.45rem; margin-bottom: 6px; }
.hpp-policy-points span { color: var(--hpp-muted); line-height: 1.6; }
.hpp-policy-grid { margin-top: 34px; }
.hpp-policy-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20,55,35,.09);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 38px rgba(18,38,28,.045);
}
.hpp-policy-list-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px;
  border: 1px solid rgba(20,55,35,.08);
  box-shadow: 0 18px 46px rgba(18,38,28,.05);
}
.hpp-clean-list { margin: 0; padding-left: 0; list-style: none; display: grid; gap: 16px; }
.hpp-clean-list li { position: relative; padding-left: 28px; line-height: 1.75; color: var(--hpp-text); }
.hpp-clean-list li:before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 10px; border-radius: 50%; background: var(--hpp-green); }
.hpp-policy-accordion { display: grid; gap: 14px; margin-top: 34px; }
.hpp-policy-accordion details {
  background: #fff;
  border: 1px solid rgba(20,55,35,.09);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(18,38,28,.045);
  overflow: hidden;
}
.hpp-policy-accordion summary {
  cursor: pointer;
  padding: 22px 26px;
  font-weight: 560;
  color: var(--hpp-green-dark);
  list-style: none;
}
.hpp-policy-accordion summary::-webkit-details-marker { display: none; }
.hpp-policy-accordion summary:after { content: "+"; float: right; font-size: 1.2rem; color: var(--hpp-green); }
.hpp-policy-accordion details[open] summary:after { content: "−"; }
.hpp-policy-accordion details > div { padding: 0 26px 24px; }
.hpp-policy-accordion p { margin: 0; line-height: 1.78; text-align: justify; }
.hpp-policy-industries { justify-content: center; }
.hpp-policy-connect {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 38px;
  align-items: center;
  background: linear-gradient(135deg, rgba(31,122,58,.08), rgba(106,168,37,.08));
  border-radius: 30px;
  padding: 44px;
}
.hpp-policy-connect p { text-align: justify; line-height: 1.78; }
.hpp-policy-connect-links { display: grid; gap: 14px; }
.hpp-policy-connect-links a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #fff;
  border: 1px solid rgba(20,55,35,.09);
  border-radius: 18px;
  padding: 18px 20px;
  color: var(--hpp-green-dark);
  text-decoration: none;
  font-weight: 540;
  box-shadow: 0 12px 28px rgba(18,38,28,.045);
}
.hpp-policy-connect-links a:hover { color: var(--hpp-red); transform: translateY(-1px); }
.hpp-policy-note p { text-align: justify; }
@media (max-width: 991px) {
  .hpp-policy-band,
  .hpp-policy-connect { grid-template-columns: 1fr; padding: 30px; }
}
@media (max-width: 575px) {
  .hpp-policy-band,
  .hpp-policy-list-card,
  .hpp-policy-connect { padding: 24px; border-radius: 22px; }
  .hpp-policy-accordion summary { padding: 18px 20px; }
  .hpp-policy-accordion details > div { padding: 0 20px 20px; }
  .hpp-govt-intro .hpp-section-head p { text-align: left; text-align-last: auto; }
}

/* HPP29 Govt Support refinement */
.hpp-policy-intent-band p + p { margin-top: 12px; }
.hpp-cost-tile {
  height: 100%;
  background: rgba(106,168,37,.10);
  border: 1px solid rgba(106,168,37,.20);
  border-radius: 22px;
  padding: 24px;
}
.hpp-cost-tile strong {
  display: block;
  color: var(--hpp-green-dark);
  font-size: 1.45rem;
  margin-bottom: 8px;
  font-weight: 560;
}
.hpp-cost-tile span { color: var(--hpp-muted); line-height: 1.65; }
.hpp-reference-strip {
  margin-top: 26px;
  border-top: 1px solid rgba(20,55,35,.10);
  padding-top: 18px;
  display: grid;
  gap: 10px;
}
.hpp-reference-strip-wide {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.hpp-reference-label {
  display: block;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--hpp-muted);
  font-weight: 560;
}
.hpp-policy-ref {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: var(--hpp-green-dark);
  text-decoration: none;
  line-height: 1.35;
  font-weight: 520;
}
.hpp-policy-ref .bi-file-earmark-text { color: var(--hpp-green); font-size: 1.05rem; }
.hpp-policy-ref .bi-box-arrow-up-right { margin-left: auto; color: var(--hpp-red); font-size: .92rem; }
.hpp-policy-ref:hover { color: var(--hpp-red); }
.hpp-sector-policy-grid { margin-top: 34px; }
.hpp-sector-policy-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20,55,35,.09);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 38px rgba(18,38,28,.045);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hpp-sector-policy-card > i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(106,168,37,.12);
  color: var(--hpp-green);
  font-size: 1.5rem;
}
.hpp-sector-policy-card h3 {
  margin: 4px 0 0;
  color: var(--hpp-green-dark);
  font-size: 1.08rem;
  font-weight: 560;
  letter-spacing: -.012em;
}
.hpp-sector-policy-card p {
  margin: 0 0 6px;
  line-height: 1.72;
  color: var(--hpp-muted);
  text-align: justify;
}
.hpp-sector-policy-card .hpp-policy-ref {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(20,55,35,.09);
  font-size: .94rem;
}
@media (max-width: 575px) {
  .hpp-policy-ref { align-items: flex-start; }
  .hpp-policy-ref .bi-box-arrow-up-right { margin-top: 3px; }
}

/* HPP31 Govt Support concrete card layout */
.hpp-benefit-card p { margin-bottom: 10px; }
.hpp-benefit-card p:last-child { margin-bottom: 0; }
.hpp-benefit-card strong { color: var(--hpp-green-dark); font-weight: 560; }
.hpp-policy-detail-card { padding: 30px; }
.hpp-policy-benefits {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}
.hpp-policy-benefits span {
  position: relative;
  padding-left: 24px;
  color: var(--hpp-text);
  line-height: 1.62;
  font-size: .96rem;
}
.hpp-policy-benefits span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hpp-green);
  position: absolute;
  left: 0;
  top: .62em;
}
.hpp-policy-library {
  background: #fff;
  border-radius: 30px;
  padding: 42px;
  border: 1px solid rgba(20,55,35,.08);
  box-shadow: 0 18px 46px rgba(18,38,28,.05);
}
.hpp-policy-library-list {
  max-width: 920px;
  margin: 28px auto 0;
  display: grid;
  gap: 12px;
}
.hpp-policy-library-list .hpp-policy-ref {
  padding: 14px 0;
  border-bottom: 1px solid rgba(20,55,35,.09);
}
.hpp-policy-library-list .hpp-policy-ref:last-child { border-bottom: 0; }
@media (max-width: 575px) {
  .hpp-policy-library { padding: 24px; border-radius: 22px; }
  .hpp-policy-detail-card { padding: 24px; }
}

/* HPP34 Govt Support card lists */
.hpp-card-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.hpp-card-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.68;
  color: var(--hpp-text);
}
.hpp-card-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .12em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(106,168,37,.14);
  color: var(--hpp-green-dark);
  font-size: .78rem;
  font-weight: 800;
}
.hpp-card-list strong {
  color: var(--hpp-green-dark);
  font-weight: 560;
}

/* HPP36 Location page refinements */
.text-justify { text-align: justify; }
.hpp-benefit-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 15px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(20,55,35,.08);
  color: var(--hpp-text);
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(18,38,28,.04);
}
.hpp-benefit-chip i {
  color: var(--hpp-green);
  font-size: 1.05rem;
  flex: 0 0 auto;
}


/* Masonry gallery */
.hpp-gallery-masonry-section .hpp-section-head{max-width:860px}.hpp-masonry-grid{margin-top:34px}.hpp-masonry-sizer,.hpp-masonry-item{width:calc((100% - 36px)/3)}.hpp-masonry-item{margin-bottom:18px}.hpp-masonry-link{display:block;background:#fff;border:1px solid var(--hpp-border);border-radius:18px;overflow:hidden;box-shadow:0 16px 42px rgba(15,63,38,.08)}.hpp-masonry-link img{width:100%;height:auto;display:block;object-fit:contain}.hpp-empty-state{background:#fff;border:1px solid var(--hpp-border);border-radius:20px;padding:44px}.hpp-empty-state h3{font-weight:500}
@media (max-width:991px){.hpp-masonry-sizer,.hpp-masonry-item{width:calc((100% - 18px)/2)}}
@media (max-width:575px){.hpp-masonry-sizer,.hpp-masonry-item{width:100%}}


/* HPP38 Progressive lead popup */
.hpp-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 2050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hpp-lead-modal.is-open { display: flex; }
.hpp-lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 16, .58);
  backdrop-filter: blur(6px);
}
.hpp-lead-modal__dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 34px 90px rgba(0,0,0,.22);
  transform: translateY(10px);
  opacity: 0;
  animation: hppModalIn .24s ease forwards;
}
@keyframes hppModalIn {
  to { transform: translateY(0); opacity: 1; }
}
.hpp-lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(15,63,38,.08);
  color: var(--hpp-green-dark);
  display: grid;
  place-items: center;
}
.hpp-lead-step { display: none; }
.hpp-lead-step.is-active {
  display: block;
  animation: hppStepIn .22s ease both;
}
@keyframes hppStepIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.hpp-modal-eyebrow {
  display: inline-flex;
  color: var(--hpp-green);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.hpp-lead-modal h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
  font-weight: 560;
  margin-bottom: 10px;
  color: var(--hpp-green-dark);
}
.hpp-lead-modal p {
  color: var(--hpp-muted);
  line-height: 1.7;
}
.hpp-intent-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.hpp-intent-card {
  text-align: left;
  border: 1px solid rgba(20,55,35,.10);
  background: linear-gradient(135deg, #ffffff, #f7faf5);
  border-radius: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 16px;
  row-gap: 4px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hpp-intent-card:hover {
  transform: translateY(-2px);
  border-color: rgba(31,122,58,.28);
  box-shadow: 0 18px 42px rgba(15,63,38,.09);
}
.hpp-intent-icon {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(106,168,37,.14);
  color: var(--hpp-green-dark);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.hpp-intent-card strong {
  font-size: 1.05rem;
  font-weight: 560;
  color: var(--hpp-green-dark);
}
.hpp-intent-card small {
  color: var(--hpp-muted);
  line-height: 1.55;
}
.hpp-lead-back {
  border: 0;
  background: transparent;
  color: var(--hpp-green-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-bottom: 18px;
  font-weight: 500;
}
.hpp-lead-form label {
  font-size: .86rem;
  font-weight: 500;
  color: var(--hpp-green-dark);
  margin-bottom: 7px;
}
.hpp-lead-form label span,
.hpp-lead-form small {
  color: var(--hpp-muted);
  font-weight: 400;
}
.hpp-lead-form .form-control {
  min-height: 48px;
  border-radius: 14px;
}
.hpp-plot-field small {
  display: block;
  margin-top: 7px;
  line-height: 1.5;
}
.hpp-plot-field,
.hpp-business-field,
.hpp-message-field { display: none; }
.hpp-lead-form.show-plot .hpp-plot-field,
.hpp-lead-form.show-plot .hpp-business-field,
.hpp-lead-form.show-plot .hpp-message-field,
.hpp-lead-form.show-callback .hpp-message-field { display: block; }
.hpp-lead-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}
.hpp-lead-form-footer span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--hpp-muted);
  font-size: .9rem;
  line-height: 1.45;
}
.hpp-lead-message {
  display: none;
  margin-top: 16px;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: .93rem;
}
.hpp-lead-message.is-error {
  display: block;
  background: rgba(227,0,15,.08);
  color: #8f151d;
}
.hpp-lead-message.is-ok {
  display: block;
  background: rgba(106,168,37,.14);
  color: var(--hpp-green-dark);
}
.hpp-success-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(106,168,37,.16);
  color: var(--hpp-green-dark);
  display: grid;
  place-items: center;
  font-size: 2rem;
}
.hpp-lead-step--success { text-align: center; padding: 18px 0; }
body.hpp-modal-lock { overflow: hidden; }
@media (max-width: 575px) {
  .hpp-lead-modal {
    align-items: flex-end;
    padding: 0;
  }
  .hpp-lead-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 26px 26px 0 0;
    padding: 28px 20px 22px;
  }
  .hpp-lead-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .hpp-lead-form-footer .hpp-btn {
    width: 100%;
    justify-content: center;
  }
}

.hpp-plot-interest-btn {
  border: 0;
  border-radius: 999px;
  background: rgba(31,122,58,.10);
  color: var(--hpp-green-dark);
  padding: 7px 12px;
  font-size: .84rem;
  font-weight: 500;
  white-space: nowrap;
}
.hpp-plot-interest-btn:hover {
  background: rgba(31,122,58,.18);
}

/* ================= HPP39 Brand Design System Uplift =================
   Visual-only pass: typography, spacing, cards, diagonal brand geometry.
   Content and page structure intentionally unchanged. */
:root {
  --hpp-green: #6ba826;
  --hpp-green-dark: #3c972b;
  --hpp-green-mid: #559f28;
  --hpp-green-light: #6aa825;
  --hpp-red: #e3010f;
  --hpp-red-dark: #c9000d;
  --hpp-ink: #142019;
  --hpp-text: #24312a;
  --hpp-muted: #667268;
  --hpp-soft: #f6f8f1;
  --hpp-soft-2: #f1f6ec;
  --hpp-border: #e1e8dc;
  --hpp-dark: #111821;
  --hpp-shadow-soft: 0 18px 48px rgba(20, 32, 25, .07);
  --hpp-shadow-hover: 0 24px 60px rgba(20, 32, 25, .105);
  --hpp-radius: 22px;
  --hpp-radius-lg: 30px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
  color: var(--hpp-text);
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

h1, h2, h3, h4, h5, h6,
.hpp-display,
.hpp-section-title,
.hpp-lead,
.nav-link,
.hpp-btn {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

h1, .hpp-display { font-weight: 600 !important; letter-spacing: -.035em !important; color: var(--hpp-ink) !important; }
h2, .hpp-section-title { font-weight: 600 !important; letter-spacing: -.032em !important; color: var(--hpp-ink) !important; }
h3, h4, h5, h6 { font-weight: 560 !important; letter-spacing: -.018em; color: var(--hpp-ink); }
p, li, .hpp-text, .hpp-subtitle { line-height: 1.78; }
strong, b { font-weight: 600; }

.hpp-emphasis,
.hpp-red-text { color: var(--hpp-red) !important; }

/* consistent section rhythm */
.hpp-section { padding: 96px 0; }
.hpp-section-sm { padding: 66px 0; }
.hpp-section-lg { padding: 112px 0; }
.hpp-soft, .hpp-bg-soft { background: var(--hpp-soft) !important; }
.hpp-section:not(.hpp-soft):not(.hpp-bg-soft):not(.hpp-dark-panel) { background-color: #fff; }

/* brand eyebrow - soft, diagonal-inspired */
.hpp-eyebrow,
.hpp-modal-eyebrow,
[class*="eyebrow"] {
  color: var(--hpp-red) !important;
  font-weight: 600 !important;
  letter-spacing: .105em !important;
  text-transform: uppercase;
}
.hpp-eyebrow::before,
.hpp-modal-eyebrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: linear-gradient(135deg, var(--hpp-red) 0 48%, transparent 49% 100%);
  transform: translateY(1px);
}

/* unified inner hero / page header with brochure triangle language */
.hpp-inner-hero,
.hpp-page-hero,
.hpp-about-hero,
.hpp-contact-hero,
.hpp-promoters-hero,
.hpp-park-hero,
.hpp-plots-hero,
.hpp-govt-hero,
.hpp-location-hero,
.hpp-gallery-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(106,168,37,.09), rgba(255,255,255,.86) 46%, rgba(246,248,241,.96)),
    #f7f9f3 !important;
  border-bottom: 1px solid var(--hpp-border);
}
.hpp-inner-hero::before,
.hpp-page-hero::before,
.hpp-about-hero::before,
.hpp-contact-hero::before,
.hpp-promoters-hero::before,
.hpp-park-hero::before,
.hpp-plots-hero::before,
.hpp-govt-hero::before,
.hpp-location-hero::before,
.hpp-gallery-hero::before {
  content: "";
  position: absolute;
  right: -72px;
  top: 0;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(60,151,43,.15) 0 33%, rgba(106,168,37,.13) 33% 66%, rgba(85,159,40,.12) 66% 100%);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  opacity: .86;
  pointer-events: none;
}
.hpp-inner-hero::after,
.hpp-page-hero::after,
.hpp-about-hero::after,
.hpp-contact-hero::after,
.hpp-promoters-hero::after,
.hpp-park-hero::after,
.hpp-plots-hero::after,
.hpp-govt-hero::after,
.hpp-location-hero::after,
.hpp-gallery-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 7px;
  background: linear-gradient(90deg, var(--hpp-red), var(--hpp-green), var(--hpp-green-dark));
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

/* content should remain above hero accents */
.hpp-inner-hero > *, .hpp-page-hero > *, .hpp-about-hero > *, .hpp-contact-hero > *,
.hpp-promoters-hero > *, .hpp-park-hero > *, .hpp-plots-hero > *, .hpp-govt-hero > *,
.hpp-location-hero > *, .hpp-gallery-hero > * { position: relative; z-index: 2; }

/* normalized cards */
.hpp-card,
.hpp-icon-card,
.hpp-stat-card,
.hpp-mini-card,
.hpp-form-card,
.hpp-number-feature,
.hpp-process-item,
.hpp-plot-block,
.hpp-plot-category-card,
.hpp-policy-card,
.hpp-benefit-card,
.hpp-location-card,
.hpp-opportunity-card,
.hpp-related-card,
.hpp-promoter-card,
.hpp-gallery-item,
.hpp-contact-card,
.hpp-intent-card {
  border: 1px solid var(--hpp-border) !important;
  border-radius: var(--hpp-radius) !important;
  background: #fff !important;
  box-shadow: var(--hpp-shadow-soft) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
  position: relative;
  overflow: hidden;
}

.hpp-card::after,
.hpp-icon-card::after,
.hpp-stat-card::after,
.hpp-mini-card::after,
.hpp-number-feature::after,
.hpp-process-item::after,
.hpp-plot-block::after,
.hpp-plot-category-card::after,
.hpp-policy-card::after,
.hpp-benefit-card::after,
.hpp-location-card::after,
.hpp-opportunity-card::after,
.hpp-related-card::after,
.hpp-promoter-card::after,
.hpp-contact-card::after,
.hpp-intent-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, rgba(106,168,37,.18), rgba(85,159,40,.06));
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: .55;
  pointer-events: none;
  transition: opacity .28s ease;
}

.hpp-card:hover,
.hpp-icon-card:hover,
.hpp-stat-card:hover,
.hpp-mini-card:hover,
.hpp-number-feature:hover,
.hpp-process-item:hover,
.hpp-plot-block:hover,
.hpp-plot-category-card:hover,
.hpp-policy-card:hover,
.hpp-benefit-card:hover,
.hpp-location-card:hover,
.hpp-opportunity-card:hover,
.hpp-related-card:hover,
.hpp-promoter-card:hover,
.hpp-contact-card:hover,
.hpp-intent-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--hpp-shadow-hover) !important;
  border-color: rgba(106,168,37,.32) !important;
}
.hpp-card:hover::after,
.hpp-icon-card:hover::after,
.hpp-stat-card:hover::after,
.hpp-mini-card:hover::after,
.hpp-number-feature:hover::after,
.hpp-process-item:hover::after,
.hpp-plot-block:hover::after,
.hpp-plot-category-card:hover::after,
.hpp-policy-card:hover::after,
.hpp-benefit-card:hover::after,
.hpp-location-card:hover::after,
.hpp-opportunity-card:hover::after,
.hpp-related-card:hover::after,
.hpp-promoter-card:hover::after,
.hpp-contact-card:hover::after,
.hpp-intent-card:hover::after { opacity: .92; }

/* icon system */
.hpp-icon,
.hpp-icon-box,
.hpp-intent-icon,
.hpp-policy-icon,
.hpp-benefit-icon,
.hpp-feature-icon,
.hpp-contact-list i,
.hpp-icon-strip-item i {
  background: rgba(106,168,37,.13) !important;
  color: var(--hpp-green-dark) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  transition: background .28s ease, color .28s ease, transform .28s ease;
}
.hpp-card:hover .hpp-icon,
.hpp-icon-card:hover .hpp-icon,
.hpp-number-feature:hover .hpp-icon,
.hpp-policy-card:hover .hpp-policy-icon,
.hpp-benefit-card:hover .hpp-benefit-icon,
.hpp-intent-card:hover .hpp-intent-icon {
  background: rgba(227,1,15,.09) !important;
  color: var(--hpp-red) !important;
  transform: translateY(-1px);
}

/* soft buttons */
.hpp-btn { border-radius: 999px; font-weight: 560 !important; letter-spacing: 0; }
.hpp-btn-primary {
  background: var(--hpp-red) !important;
  border-color: var(--hpp-red) !important;
  box-shadow: 0 14px 30px rgba(227,1,15,.16) !important;
}
.hpp-btn-primary:hover { background: var(--hpp-red-dark) !important; transform: translateY(-2px); }
.hpp-btn-outline:hover { border-color: var(--hpp-green) !important; color: var(--hpp-green-dark) !important; background: rgba(106,168,37,.055) !important; }

/* CTA / footer: stronger Quarter-like contrast with HPP geometry */
.hpp-cta,
.hpp-final-cta {
  border-radius: 0 !important;
  background: linear-gradient(135deg, var(--hpp-red), #f0381f) !important;
  box-shadow: 0 24px 56px rgba(227,1,15,.16);
  clip-path: polygon(0 0, 98% 0, 100% 18%, 100% 100%, 2% 100%, 0 82%);
}
.hpp-cta h2, .hpp-cta h3, .hpp-cta h4, .hpp-final-cta h2, .hpp-final-cta h3 { color: #fff !important; }
.hpp-cta .hpp-btn-primary,
.hpp-final-cta .hpp-btn-primary {
  background: #fff !important;
  color: var(--hpp-ink) !important;
  box-shadow: none !important;
}
.hpp-cta .hpp-btn-primary:hover,
.hpp-final-cta .hpp-btn-primary:hover { background: var(--hpp-soft) !important; }

.hpp-footer {
  position: relative;
  background: #111821 !important;
  padding-top: 78px !important;
}
.hpp-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--hpp-red), var(--hpp-green), var(--hpp-green-dark));
}
.hpp-footer h5, .hpp-footer h6 { font-weight: 560 !important; }
.hpp-footer a { transition: color .22s ease, transform .22s ease; }
.hpp-footer a:hover { color: #fff !important; transform: translateX(2px); }
.hpp-footer-logo { max-width: 240px !important; width: 100% !important; border-radius: 0 !important; }
.hpp-footer-bottom { display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; }

/* image frames and gallery */
.hpp-image-frame,
.hpp-map-frame,
.hpp-rounded-img {
  border-radius: var(--hpp-radius-lg) !important;
  box-shadow: var(--hpp-shadow-soft) !important;
}
.hpp-image-frame img,
.hpp-map-frame img { border-radius: calc(var(--hpp-radius-lg) - 8px) !important; }
.hpp-promoter-card img,
.hpp-gallery-item img { transition: transform .38s ease; }
.hpp-promoter-card:hover img,
.hpp-gallery-item:hover img { transform: scale(1.018); }

/* lead popup polish */
.hpp-lead-modal__dialog {
  border: 1px solid rgba(106,168,37,.16);
  box-shadow: 0 38px 92px rgba(17,24,33,.22) !important;
}
.hpp-lead-modal__dialog::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:linear-gradient(90deg,var(--hpp-red),var(--hpp-green),var(--hpp-green-dark));
}
.hpp-lead-form .form-control:focus {
  border-color: rgba(106,168,37,.6);
  box-shadow: 0 0 0 .2rem rgba(106,168,37,.10);
}

/* responsive refinement */
@media (max-width: 991px) {
  .hpp-section { padding: 72px 0; }
  .hpp-section-sm { padding: 52px 0; }
  .hpp-inner-hero::before,
  .hpp-page-hero::before,
  .hpp-about-hero::before,
  .hpp-contact-hero::before,
  .hpp-promoters-hero::before,
  .hpp-park-hero::before,
  .hpp-plots-hero::before,
  .hpp-govt-hero::before,
  .hpp-location-hero::before,
  .hpp-gallery-hero::before { opacity: .35; width: 72%; }
}
@media (max-width: 575px) {
  .hpp-section { padding: 58px 0; }
  .hpp-cta, .hpp-final-cta { clip-path: none; border-radius: 22px !important; }
}

/* HPP v40: Quarter-inspired footer bridge CTA (design-only) */
.hpp-final-cta {
  position: relative !important;
  z-index: 8 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 90px 0 -82px !important;
  clip-path: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #fff !important;
}
.hpp-final-cta > .container {
  background: var(--hpp-red) !important;
  color: #fff !important;
  padding: 42px 54px !important;
  box-shadow: 0 24px 55px rgba(17, 24, 33, .16) !important;
  border-radius: 0 !important;
}
.hpp-final-cta h2,
.hpp-final-cta h3,
.hpp-final-cta p { color: #fff !important; }
.hpp-final-cta h2,
.hpp-final-cta h3 {
  font-weight: 600 !important;
  letter-spacing: -.03em !important;
  margin-bottom: 8px !important;
}
.hpp-final-cta p {
  margin: 0 !important;
  max-width: 720px !important;
  opacity: .86 !important;
  line-height: 1.7 !important;
}
.hpp-final-cta-action {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.hpp-final-cta .hpp-btn,
.hpp-final-cta .hpp-btn-primary,
.hpp-final-cta .hpp-btn-light {
  background: #fff !important;
  color: #111821 !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 14px 28px !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}
.hpp-final-cta .hpp-btn:hover {
  background: #f6f8f1 !important;
  transform: translateY(-2px);
}

.hpp-footer-cta-wrap {
  position: relative !important;
  z-index: 8 !important;
  padding: 0 !important;
  margin: 90px 0 -82px !important;
}
.hpp-footer-cta-wrap .hpp-discussion-cta {
  background: var(--hpp-red) !important;
  color: #fff !important;
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: 0 24px 55px rgba(17, 24, 33, .16) !important;
  padding: 42px 54px !important;
}
.hpp-footer-cta-wrap .hpp-discussion-cta h2,
.hpp-footer-cta-wrap .hpp-discussion-cta p,
.hpp-footer-cta-wrap .hpp-discussion-cta .hpp-eyebrow { color: #fff !important; }
.hpp-footer-cta-wrap .hpp-discussion-cta p { opacity: .86; line-height: 1.7; }
.hpp-discussion-cta-action { display:flex; justify-content:flex-end; align-items:center; }
.hpp-footer-cta-wrap .hpp-discussion-cta .hpp-btn {
  background:#fff !important;
  color:#111821 !important;
  border:0 !important;
  border-radius:2px !important;
  padding:14px 28px !important;
  box-shadow:none !important;
}

.hpp-footer {
  background: #111821 !important;
  padding: 156px 0 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}
.hpp-footer::before { display: none !important; }
.hpp-footer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(255,255,255,.08);
}
.hpp-footer-main {
  padding-bottom: 54px !important;
}
.hpp-footer-logo {
  max-width: 250px !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin-bottom: 24px !important;
}
.hpp-footer p,
.hpp-footer a {
  color: rgba(255,255,255,.68) !important;
  font-size: .95rem !important;
  line-height: 1.78 !important;
}
.hpp-footer h6,
.hpp-footer h5 {
  color: #fff !important;
  font-weight: 600 !important;
  margin-bottom: 22px !important;
  letter-spacing: 0 !important;
}
.hpp-footer a {
  margin: 0 0 12px !important;
  text-decoration: none !important;
}
.hpp-footer a:hover {
  color: #fff !important;
  transform: translateX(2px);
}
.hpp-footer-bottom {
  background: rgba(255,255,255,.045) !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 24px calc(50vw - 50%) !important;
  color: rgba(255,255,255,.58) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}
.hpp-footer-bottom strong { color: #fff !important; font-weight: 600 !important; }

@media (max-width: 991px) {
  .hpp-final-cta,
  .hpp-footer-cta-wrap { margin: 64px 0 -68px !important; }
  .hpp-final-cta > .container,
  .hpp-footer-cta-wrap .hpp-discussion-cta { padding: 34px 28px !important; }
  .hpp-final-cta-action,
  .hpp-discussion-cta-action { justify-content: flex-start !important; }
  .hpp-footer { padding-top: 128px !important; }
}
@media (max-width: 575px) {
  .hpp-final-cta,
  .hpp-footer-cta-wrap { margin: 52px 12px -62px !important; }
  .hpp-final-cta > .container,
  .hpp-footer-cta-wrap .hpp-discussion-cta { padding: 30px 22px !important; }
  .hpp-footer { padding-top: 118px !important; }
  .hpp-footer-bottom { flex-direction: column !important; align-items: flex-start !important; }
}

/* ================= HPP41 Refinement Pass =================
   Design-only corrections from v40: contrast, paragraph alignment, centered icons,
   unified card icon rhythm and footer CTA split background. */

/* 1. Location band contrast */
.hpp-location-band h2,
.hpp-location-band .hpp-section-title,
.hpp-location-band .hpp-eyebrow,
.hpp-location-band p {
  color: #ffffff !important;
}
.hpp-location-band .hpp-eyebrow { opacity: .78; }

/* 2. Global paragraph readability: justified text with final line left.
   Centered sections intentionally remain centered. */
p,
.hpp-text,
.hpp-lead,
.hpp-subtitle,
.hpp-card p,
.hpp-icon-card p,
.hpp-process-item p,
.hpp-plot-type-card p,
.hpp-policy-card p,
.hpp-benefit-card p,
.hpp-location-card p,
.hpp-promoter-card p,
.hpp-related-card p,
.hpp-opportunity-card p {
  text-align: justify;
  text-align-last: left;
}
.text-center p,
.text-center .hpp-text,
.text-center .hpp-lead,
.text-center .hpp-subtitle,
.hpp-hero p,
.hpp-modal p,
.hpp-intent-card p,
.hpp-footer p,
.hpp-footer-bottom,
.hpp-cta p,
.hpp-final-cta p,
.hpp-discussion-cta p,
.hpp-industry-panel-head p,
.hpp-gallery-intro p {
  text-align: inherit;
  text-align-last: auto;
}

/* 3. Home: Why This Park process cards - vertically centered icons and better balance */
.hpp-process-item {
  align-items: center !important;
  min-height: 156px;
}
.hpp-process-icon {
  align-self: center !important;
  margin-top: 0 !important;
}
.hpp-process-item > div:last-child {
  flex: 1 1 auto;
}

/* 4. Home: Plots & Availability cards - centered icon/card treatment */
.hpp-plot-type-card {
  text-align: center !important;
  padding: 34px 30px !important;
}
.hpp-plot-type-icon {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 22px !important;
}
.hpp-plot-type-card h3 {
  text-align: center !important;
}
.hpp-plot-type-card p {
  text-align: center !important;
  text-align-last: center !important;
}

/* 5. Unified centered icon rhythm for service-like cards across home and inside pages */
.hpp-number-feature,
.hpp-icon-card,
.hpp-benefit-card,
.hpp-policy-card,
.hpp-location-card,
.hpp-related-card,
.hpp-opportunity-card,
.hpp-contact-card,
.hpp-intent-card {
  text-align: center;
}
.hpp-number-feature .hpp-icon,
.hpp-icon-card .hpp-icon,
.hpp-benefit-icon,
.hpp-policy-icon,
.hpp-card-icon-img,
.hpp-connect-icon-img,
.hpp-feature-icon-img,
.hpp-facility-icon-img,
.hpp-location-card .hpp-icon,
.hpp-related-card .hpp-icon,
.hpp-opportunity-card .hpp-icon,
.hpp-contact-card .hpp-icon,
.hpp-intent-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-number-feature p,
.hpp-icon-card p,
.hpp-benefit-card p,
.hpp-policy-card p,
.hpp-location-card p,
.hpp-related-card p,
.hpp-opportunity-card p,
.hpp-contact-card p,
.hpp-intent-card p {
  text-align: center;
  text-align-last: center;
}
.hpp-policy-card .hpp-card-list,
.hpp-benefit-card .hpp-card-list,
.hpp-policy-card ul,
.hpp-benefit-card ul {
  text-align: left;
}
.hpp-policy-card .hpp-card-list li,
.hpp-benefit-card .hpp-card-list li,
.hpp-policy-card li,
.hpp-benefit-card li {
  text-align: left;
  text-align-last: left;
}

/* 6. Footer CTA: simple rectangular panel with 50/50 split background behind it */
.hpp-cta,
.hpp-final-cta,
.hpp-discussion-cta {
  clip-path: none !important;
  border-radius: 0 !important;
}
.hpp-footer-cta-wrap {
  margin: 86px 0 0 !important;
  padding: 0 !important;
  background: linear-gradient(to bottom, transparent 0 50%, var(--hpp-dark) 50% 100%) !important;
  position: relative !important;
  z-index: 8 !important;
}
.hpp-footer-cta-wrap .container {
  position: relative;
  z-index: 2;
}
.hpp-footer-cta-wrap .hpp-discussion-cta {
  margin: 0 !important;
}
.hpp-footer {
  padding-top: 78px !important;
}

/* Final CTA sections on inner pages should keep the same clean rectangular language. */
.hpp-final-cta {
  margin: 86px auto 0 !important;
  background: linear-gradient(to bottom, transparent 0 50%, var(--hpp-dark) 50% 100%) !important;
  box-shadow: none !important;
}
.hpp-final-cta > .container {
  background: var(--hpp-red) !important;
  color: #fff !important;
  padding: 42px 54px !important;
  box-shadow: 0 24px 55px rgba(17,24,33,.16) !important;
}
.hpp-final-cta h2,
.hpp-final-cta p,
.hpp-final-cta .hpp-eyebrow { color: #fff !important; }

@media (max-width: 991px) {
  .hpp-process-item { align-items: flex-start !important; min-height: auto; }
  .hpp-process-icon { align-self: flex-start !important; }
  .hpp-footer-cta-wrap,
  .hpp-final-cta { margin-top: 64px !important; }
  .hpp-final-cta > .container,
  .hpp-footer-cta-wrap .hpp-discussion-cta { padding: 34px 28px !important; }
  .hpp-footer { padding-top: 68px !important; }
}
@media (max-width: 575px) {
  .hpp-footer-cta-wrap,
  .hpp-final-cta { margin: 52px 0 0 !important; }
  .hpp-final-cta > .container,
  .hpp-footer-cta-wrap .hpp-discussion-cta { padding: 30px 22px !important; }
  .hpp-footer { padding-top: 58px !important; }
}

/* ================= HPP42 Refinement Pass =================
   Home plot cards hover + footer logo/text refinement. */

/* Home: Plots & Availability card hover with soft brand green background */
.hpp-plot-type-card {
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease, color .28s ease !important;
  overflow: hidden;
}
.hpp-plot-type-card:hover {
  background: linear-gradient(135deg, var(--hpp-green), var(--hpp-green-dark)) !important;
  border-color: rgba(106,168,37,.55) !important;
  box-shadow: 0 24px 58px rgba(60,151,43,.18) !important;
  transform: translateY(-5px);
}
.hpp-plot-type-card:hover .hpp-plot-type-icon {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}
.hpp-plot-type-card:hover h3,
.hpp-plot-type-card:hover p {
  color: #fff !important;
}
.hpp-plot-type-card:hover p {
  opacity: .88;
}

/* Footer: logo should use full column width, with proportional height */
.hpp-footer-brand-col .hpp-footer-logo,
.hpp-footer-logo {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.hpp-footer-brand-col p {
  text-align: justify !important;
  text-align-last: left !important;
}

/* ================= HPP43: Promoters inner page design-system prototype =================
   Design-only uplift. No content/text changes. This page becomes the visual reference
   for rolling the inner-page system across remaining pages. */

/* Promoters hero: stronger inner page header using HPP brand geometry */
.hpp-promoters-hero {
  min-height: 430px !important;
  display: flex !important;
  align-items: center !important;
  padding: 116px 0 104px !important;
  background:
    linear-gradient(135deg, rgba(106,168,37,.12) 0%, rgba(255,255,255,.92) 45%, rgba(246,248,241,.98) 100%),
    radial-gradient(circle at 18% 22%, rgba(227,1,15,.055), transparent 31%) !important;
  border-bottom: 1px solid rgba(106,168,37,.18) !important;
}
.hpp-promoters-hero::before {
  right: -8% !important;
  top: -18% !important;
  width: 56% !important;
  height: 136% !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(60,151,43,.18) 0 33%, rgba(106,168,37,.14) 33% 66%, rgba(85,159,40,.11) 66% 100%) !important;
  clip-path: polygon(35% 0, 100% 0, 72% 100%, 0 100%) !important;
  opacity: .82 !important;
}
.hpp-promoters-hero::after {
  left: 0 !important;
  bottom: 0 !important;
  width: 230px !important;
  height: 8px !important;
  background: linear-gradient(90deg, var(--hpp-red), var(--hpp-green), var(--hpp-green-dark)) !important;
  clip-path: none !important;
}
.hpp-promoters-hero .container {
  max-width: 1040px !important;
  text-align: center !important;
}
.hpp-promoters-hero .hpp-eyebrow {
  color: var(--hpp-red) !important;
  background: rgba(227,1,15,.07) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  letter-spacing: .12em !important;
  margin-bottom: 18px !important;
}
.hpp-promoters-hero h1 {
  max-width: 920px !important;
  margin: 0 auto 20px !important;
  color: #111821 !important;
  font-weight: 600 !important;
  letter-spacing: -.045em !important;
  line-height: 1.04 !important;
  font-size: clamp(2.45rem, 4.8vw, 4.9rem) !important;
}
.hpp-promoters-hero p {
  max-width: 820px !important;
  margin: 0 auto !important;
  color: #5f6d62 !important;
  font-size: 1.12rem !important;
  line-height: 1.82 !important;
  text-align: center !important;
  text-align-last: center !important;
}

/* Section rhythm for the prototype page */
.hpp-promoters-story,
.hpp-ownership-section,
.hpp-promoter-commitment {
  background: #fff !important;
}
.hpp-promoter-motive.hpp-soft,
.hpp-collaborative-section.hpp-soft,
.hpp-connected-pages.hpp-opportunity-section {
  background: #f6f8f1 !important;
}

/* Promoters story: premium editorial block with generous breathing space */
.hpp-promoters-story {
  padding-top: 112px !important;
  padding-bottom: 106px !important;
}
.hpp-promoters-story-head {
  max-width: 1030px !important;
  margin-bottom: 56px !important;
}
.hpp-promoters-story-head > span,
.hpp-promoters-story-head .hpp-eyebrow {
  color: var(--hpp-red) !important;
  background: rgba(227,1,15,.065) !important;
  border-radius: 999px !important;
  padding: 7px 13px !important;
  letter-spacing: .12em !important;
}
.hpp-promoters-story-head h2 {
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-promoters-story-head .hpp-story-subtitle {
  color: var(--hpp-green-dark) !important;
  font-weight: 500 !important;
}
.hpp-promoters-story-head p:not(.hpp-story-subtitle) {
  max-width: 940px !important;
  font-size: 1.05rem !important;
  line-height: 1.92 !important;
}

/* Leadership cards: agent-card style adapted for HPP */
.hpp-promoters-story-grid {
  margin-top: 18px !important;
}
.hpp-promoters-story .hpp-promoter-card {
  padding: 0 !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(17,24,33,.075) !important;
  border: 1px solid rgba(106,168,37,.16) !important;
}
.hpp-promoters-story .hpp-promoter-card::after {
  opacity: .28 !important;
}
.hpp-promoters-story .hpp-promoter-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 26px 62px rgba(17,24,33,.10) !important;
}
.hpp-promoters-story .hpp-promoter-card img {
  width: 100% !important;
  height: 315px !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: top center !important;
  border-radius: 4px 4px 0 0 !important;
  display: block !important;
}
.hpp-promoters-story .hpp-promoter-card div {
  padding: 22px 16px 24px !important;
  text-align: center !important;
}
.hpp-promoters-story .hpp-promoter-card h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #111821 !important;
  margin-bottom: 6px !important;
  letter-spacing: -.01em !important;
}
.hpp-promoters-story .hpp-promoter-card p {
  color: var(--hpp-red) !important;
  font-weight: 500 !important;
  margin: 0 !important;
  text-align: center !important;
  text-align-last: center !important;
}

/* Story/motive body blocks: consistent typography and subtle accent */
.hpp-story-block,
.hpp-note-box {
  border-radius: 4px !important;
  background: #fff !important;
  border: 1px solid rgba(106,168,37,.18) !important;
  box-shadow: 0 18px 44px rgba(17,24,33,.055) !important;
}
.hpp-story-block {
  padding: 36px 40px 36px 42px !important;
  border-left: 4px solid var(--hpp-green) !important;
}
.hpp-story-block p,
.hpp-note-box p,
.hpp-collaborative-section p {
  line-height: 1.88 !important;
}
.hpp-promoter-sticky {
  top: 110px !important;
}

/* Ownership cards: same card rhythm as services/cards reference */
.hpp-ownership-card,
.hpp-connect-card,
.hpp-opportunity-card {
  text-align: center !important;
  padding: 38px 30px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(106,168,37,.16) !important;
  box-shadow: 0 18px 45px rgba(17,24,33,.065) !important;
  background: #fff !important;
}
.hpp-ownership-card:hover,
.hpp-connect-card:hover,
.hpp-opportunity-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 26px 62px rgba(17,24,33,.10) !important;
  border-color: rgba(106,168,37,.34) !important;
}
.hpp-ownership-card .hpp-card-icon-img,
.hpp-connect-card .hpp-connect-icon-img {
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 24px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  background: rgba(106,168,37,.13) !important;
}
.hpp-ownership-card h3,
.hpp-connect-card h3,
.hpp-opportunity-card h3 {
  font-weight: 600 !important;
  color: #111821 !important;
  letter-spacing: -.02em !important;
}
.hpp-ownership-card p,
.hpp-connect-card p,
.hpp-opportunity-card p {
  text-align: center !important;
  text-align-last: center !important;
  line-height: 1.72 !important;
}

/* Opportunity area: stronger but clean bridge section */
.hpp-opportunity-wrap {
  background: #fff !important;
  border-radius: 4px !important;
  padding: 62px 58px !important;
  box-shadow: 0 20px 52px rgba(17,24,33,.06) !important;
}
.hpp-opportunity-wrap .hpp-section-head h2 {
  font-weight: 600 !important;
}
.hpp-opportunity-card span {
  color: var(--hpp-red) !important;
  font-weight: 600 !important;
}

/* Commitment list: more deliberate spacing, no heavy boxes */
.hpp-promoter-commitment {
  padding-bottom: 104px !important;
}
.hpp-commitment-list {
  background: #fff !important;
  border: 1px solid rgba(106,168,37,.16) !important;
  border-radius: 4px !important;
  padding: 18px 34px !important;
  box-shadow: 0 18px 45px rgba(17,24,33,.055) !important;
}
.hpp-commitment-list div {
  align-items: start !important;
}
.hpp-commitment-list strong {
  color: #111821 !important;
  font-weight: 600 !important;
}
.hpp-commitment-list span {
  line-height: 1.78 !important;
}

@media (max-width: 991px) {
  .hpp-promoters-hero { min-height: 360px !important; padding: 86px 0 78px !important; }
  .hpp-promoters-hero::before { width: 78% !important; opacity: .35 !important; }
  .hpp-story-block { padding: 30px 28px !important; }
  .hpp-promoters-story .hpp-promoter-card img { height: 330px !important; }
  .hpp-opportunity-wrap { padding: 42px 28px !important; }
}
@media (max-width: 575px) {
  .hpp-promoters-hero .container { text-align: left !important; }
  .hpp-promoters-hero p { text-align: left !important; text-align-last: left !important; }
  .hpp-promoters-hero h1 { margin-left: 0 !important; }
  .hpp-promoters-story-head p:not(.hpp-story-subtitle) { text-align: left !important; text-align-last: left !important; }
  .hpp-promoters-story .hpp-promoter-card img { height: 300px !important; }
  .hpp-commitment-list { padding: 14px 24px !important; }
}

/* ================= HPP44: Inner page design system prototype refinement =================
   Design-only uplift for Promoters page plus correction of HPP logo-aligned
   bottom-right diagonal card motif. No content rewrites. */

/* Correct the brand triangle direction: HPP logo cut belongs at bottom-right, not top-right. */
.hpp-card::after,
.hpp-icon-card::after,
.hpp-stat-card::after,
.hpp-mini-card::after,
.hpp-number-feature::after,
.hpp-process-item::after,
.hpp-plot-block::after,
.hpp-plot-category-card::after,
.hpp-policy-card::after,
.hpp-benefit-card::after,
.hpp-location-card::after,
.hpp-opportunity-card::after,
.hpp-related-card::after,
.hpp-promoter-card::after,
.hpp-contact-card::after,
.hpp-intent-card::after,
.hpp-ownership-card::after,
.hpp-connect-card::after {
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  width: 86px !important;
  height: 86px !important;
  background: linear-gradient(135deg, rgba(60,151,43,.04), rgba(106,168,37,.18)) !important;
  clip-path: polygon(100% 0, 100% 100%, 0 100%) !important;
  opacity: .46 !important;
}
.hpp-card:hover::after,
.hpp-icon-card:hover::after,
.hpp-stat-card:hover::after,
.hpp-mini-card:hover::after,
.hpp-number-feature:hover::after,
.hpp-process-item:hover::after,
.hpp-plot-block:hover::after,
.hpp-plot-category-card:hover::after,
.hpp-policy-card:hover::after,
.hpp-benefit-card:hover::after,
.hpp-location-card:hover::after,
.hpp-opportunity-card:hover::after,
.hpp-related-card:hover::after,
.hpp-promoter-card:hover::after,
.hpp-contact-card:hover::after,
.hpp-intent-card:hover::after,
.hpp-ownership-card:hover::after,
.hpp-connect-card:hover::after {
  opacity: .84 !important;
}

/* Stronger inner-page hero: closer to the reference theme's composed header feel. */
.hpp-promoters-hero {
  min-height: 460px !important;
  padding: 120px 0 112px !important;
  background:
    linear-gradient(90deg, rgba(246,248,241,.98) 0%, rgba(246,248,241,.94) 48%, rgba(106,168,37,.12) 100%),
    radial-gradient(circle at 80% 24%, rgba(227,1,15,.055), transparent 26%),
    #f6f8f1 !important;
}
.hpp-promoters-hero::before {
  right: -18% !important;
  top: -20% !important;
  width: 62% !important;
  height: 145% !important;
  background:
    linear-gradient(135deg, rgba(60,151,43,.13) 0 33%, rgba(106,168,37,.16) 33% 66%, rgba(85,159,40,.10) 66% 100%) !important;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%) !important;
  opacity: .9 !important;
}
.hpp-promoters-hero::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1120px, calc(100% - 48px)) !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(106,168,37,.55), rgba(227,1,15,.42), transparent) !important;
}
.hpp-promoters-hero .container {
  max-width: 980px !important;
  text-align: left !important;
}
.hpp-promoters-hero .hpp-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 18px !important;
}
.hpp-promoters-hero h1 {
  max-width: 790px !important;
  margin: 0 0 22px !important;
  font-size: clamp(2.65rem, 5vw, 5.15rem) !important;
}
.hpp-promoters-hero p {
  max-width: 760px !important;
  margin: 0 !important;
  text-align: justify !important;
  text-align-last: left !important;
  color: #465448 !important;
}

/* Promoters story becomes a strong image + copy composition, inspired by the reference About sections. */
.hpp-inner-feature-section {
  padding-top: 116px !important;
  padding-bottom: 112px !important;
}
.hpp-promoter-collage {
  position: relative;
  min-height: 640px;
  padding: 0 28px 48px 0;
}
.hpp-promoter-collage::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 34px;
  width: 54px;
  height: 430px;
  background: var(--hpp-red);
  opacity: .88;
  z-index: 0;
}
.hpp-promoter-collage::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 12px;
  width: 118px;
  height: 118px;
  background-image: radial-gradient(rgba(227,1,15,.32) 1px, transparent 1px);
  background-size: 9px 9px;
  z-index: 0;
}
.hpp-promoter-collage figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(106,168,37,.18);
  box-shadow: 0 22px 56px rgba(17,24,33,.10);
  position: absolute;
  z-index: 1;
}
.hpp-promoter-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .34s ease;
}
.hpp-promoter-collage figure:hover img { transform: scale(1.025); }
.hpp-promoter-collage figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(15,27,21,.88));
  color: #fff;
}
.hpp-promoter-collage figcaption strong,
.hpp-promoter-collage figcaption span {
  display: block;
  color: #fff;
  line-height: 1.25;
}
.hpp-promoter-collage figcaption strong { font-size: .95rem; font-weight: 600; }
.hpp-promoter-collage figcaption span { font-size: .78rem; opacity: .82; margin-top: 3px; }
.hpp-collage-main {
  width: 72%;
  height: 420px;
  left: 24px;
  top: 64px;
}
.hpp-collage-card-one {
  width: 44%;
  height: 245px;
  right: 0;
  top: 0;
  z-index: 2 !important;
}
.hpp-collage-card-two {
  width: 44%;
  height: 245px;
  left: 0;
  bottom: 0;
  z-index: 3 !important;
}
.hpp-collage-card-three {
  width: 48%;
  height: 280px;
  right: 8px;
  bottom: 36px;
  z-index: 4 !important;
}

.hpp-promoters-story-copy {
  max-width: none !important;
  margin-bottom: 0 !important;
  padding-left: 18px;
}
.hpp-promoters-story-copy > span {
  display: inline-flex !important;
  color: var(--hpp-red) !important;
  background: rgba(227,1,15,.07) !important;
  border-radius: 999px !important;
  padding: 7px 13px !important;
  letter-spacing: .12em !important;
}
.hpp-promoters-story-copy h2 {
  max-width: 680px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: clamp(2.05rem, 3.2vw, 3.55rem) !important;
  line-height: 1.12 !important;
}
.hpp-promoters-story-copy p:not(.hpp-story-subtitle) {
  max-width: 760px !important;
  font-size: 1.02rem !important;
  line-height: 1.86 !important;
  text-align: justify !important;
  text-align-last: left !important;
}
.hpp-promoters-story-copy .hpp-story-subtitle {
  text-align: left !important;
  text-align-last: left !important;
}

/* Make cross-link / opportunity cards match the calmer centered card system from the reference. */
.hpp-opportunity-wrap {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(106,168,37,.14) !important;
  padding: 64px 58px !important;
}
.hpp-opportunity-card::before {
  display: none !important;
}
.hpp-opportunity-card {
  min-height: 100% !important;
  border-radius: 0 !important;
  padding: 42px 32px !important;
}
.hpp-opportunity-card .hpp-connect-icon-img,
.hpp-connect-card .hpp-connect-icon-img,
.hpp-ownership-card .hpp-card-icon-img {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 991px) {
  .hpp-promoters-hero .container { text-align: left !important; }
  .hpp-promoter-collage { min-height: auto; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hpp-promoter-collage::before, .hpp-promoter-collage::after { display: none; }
  .hpp-promoter-collage figure { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; height: 300px; }
  .hpp-collage-main { grid-column: 1 / -1; height: 360px !important; }
  .hpp-promoters-story-copy { padding-left: 0; margin-top: 18px; }
}
@media (max-width: 575px) {
  .hpp-promoter-collage { grid-template-columns: 1fr; }
  .hpp-promoter-collage figure, .hpp-collage-main { height: 310px !important; }
}

/* ================= HPP45: Promoters page refinement =================
   Design-only update. Content unchanged. Removes overlapping leadership images,
   removes unsuitable triangle hero motif, strengthens inner hero contrast,
   and gives navbar brand a clearer green identity. */

/* Navbar identity: keep nav clean, but make project name visibly brand-green. */
.hpp-navbar {
  background: rgba(255,255,255,.985) !important;
  box-shadow: 0 8px 26px rgba(17,24,33,.045) !important;
}
.hpp-brand-text-only strong {
  color: #6ba826 !important;
  font-weight: 600 !important;
}
.hpp-brand-text-only small {
  color: #26312b !important;
  font-weight: 500 !important;
}
.hpp-navbar .nav-link.active,
.hpp-navbar .nav-link:hover {
  color: #6ba826 !important;
}
.hpp-navbar .nav-link.active::after {
  background: #e3010f !important;
}

/* Stronger, cleaner inner hero for the Promoters prototype. No triangle background. */
.hpp-promoters-hero {
  min-height: 430px !important;
  padding: 112px 0 104px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(106,168,37,.25), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(227,1,15,.10), transparent 24%),
    linear-gradient(135deg, #0f3f26 0%, #14241b 62%, #0f3f26 100%) !important;
  border-bottom: 0 !important;
  overflow: hidden !important;
}
.hpp-promoters-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  right: auto !important;
  top: auto !important;
  border-radius: 0 !important;
  background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
  opacity: .22 !important;
  clip-path: none !important;
  pointer-events: none !important;
}
.hpp-promoters-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 5px !important;
  background: linear-gradient(90deg, #6ba826 0 38%, #e3010f 38% 55%, #559f28 55% 100%) !important;
}
.hpp-promoters-hero .container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1040px !important;
  text-align: left !important;
}
.hpp-promoters-hero .hpp-eyebrow {
  color: #ffffff !important;
  background: rgba(227,1,15,.92) !important;
  border-radius: 999px !important;
}
.hpp-promoters-hero h1 {
  color: #ffffff !important;
  text-shadow: 0 14px 34px rgba(0,0,0,.22) !important;
  max-width: 850px !important;
}
.hpp-promoters-hero p {
  color: rgba(255,255,255,.82) !important;
  max-width: 790px !important;
  text-align: justify !important;
  text-align-last: left !important;
}

/* Leadership image area: no overlaps, no stacked-hover composition. */
.hpp-promoter-collage {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: relative !important;
}
.hpp-promoter-collage::before,
.hpp-promoter-collage::after {
  display: none !important;
}
.hpp-promoter-collage figure,
.hpp-collage-main,
.hpp-collage-card-one,
.hpp-collage-card-two,
.hpp-collage-card-three {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  z-index: 1 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 18px 45px rgba(17,24,33,.085) !important;
  border: 1px solid rgba(106,168,37,.16) !important;
  background: #fff !important;
}
.hpp-promoter-collage img {
  height: 310px !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
}
.hpp-promoter-collage figure:hover img {
  transform: scale(1.018) !important;
}
.hpp-promoter-collage figcaption {
  position: static !important;
  padding: 18px 16px 20px !important;
  background: #fff !important;
  color: #111821 !important;
  text-align: center !important;
}
.hpp-promoter-collage figcaption strong,
.hpp-promoter-collage figcaption span {
  color: inherit !important;
}
.hpp-promoter-collage figcaption strong {
  font-size: .96rem !important;
  font-weight: 600 !important;
}
.hpp-promoter-collage figcaption span {
  color: #e3010f !important;
  opacity: 1 !important;
  font-size: .82rem !important;
  font-weight: 500 !important;
}

/* Improve story composition against the clean image grid. */
.hpp-promoters-story-copy {
  padding-left: 28px !important;
}
.hpp-promoters-story-copy h2 {
  color: #111821 !important;
}
.hpp-promoters-story-copy .hpp-story-subtitle {
  color: #6ba826 !important;
}

@media (max-width: 991px) {
  .hpp-promoters-hero { min-height: 360px !important; padding: 86px 0 78px !important; }
  .hpp-promoter-collage { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .hpp-promoter-collage img { height: 300px !important; }
  .hpp-promoters-story-copy { padding-left: 0 !important; margin-top: 22px !important; }
}
@media (max-width: 575px) {
  .hpp-promoter-collage { grid-template-columns: 1fr !important; }
  .hpp-promoter-collage img { height: 320px !important; }
}

/* ================= HPP46: Apply approved inner-page design system site-wide =================
   Design-only update from v45. Content and page structure untouched.
   Uses the stronger Promoters hero direction across all inside pages, removes dull/triangular
   page headers, normalizes card accents to the HIPP bottom-right cut, and improves card rhythm. */

/* Stronger shared inner-page hero for all internal pages */
.hpp-page-hero,
.hpp-inner-hero,
.hpp-about-hero,
.hpp-contact-hero,
.hpp-promoters-hero,
.hpp-park-hero,
.hpp-plots-hero,
.hpp-govt-hero,
.hpp-location-hero,
.hpp-gallery-hero {
  min-height: 430px !important;
  padding: 112px 0 104px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(106,168,37,.24), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(227,1,15,.10), transparent 24%),
    linear-gradient(135deg, #0f3f26 0%, #14241b 62%, #0f3f26 100%) !important;
  border-bottom: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
.hpp-page-hero::before,
.hpp-inner-hero::before,
.hpp-about-hero::before,
.hpp-contact-hero::before,
.hpp-promoters-hero::before,
.hpp-park-hero::before,
.hpp-plots-hero::before,
.hpp-govt-hero::before,
.hpp-location-hero::before,
.hpp-gallery-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  right: auto !important;
  top: auto !important;
  border-radius: 0 !important;
  background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
  opacity: .20 !important;
  clip-path: none !important;
  pointer-events: none !important;
}
.hpp-page-hero::after,
.hpp-inner-hero::after,
.hpp-about-hero::after,
.hpp-contact-hero::after,
.hpp-promoters-hero::after,
.hpp-park-hero::after,
.hpp-plots-hero::after,
.hpp-govt-hero::after,
.hpp-location-hero::after,
.hpp-gallery-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 5px !important;
  background: linear-gradient(90deg, #6ba826 0 38%, #e3010f 38% 55%, #559f28 55% 100%) !important;
  clip-path: none !important;
}
.hpp-page-hero .container,
.hpp-inner-hero .container,
.hpp-about-hero .container,
.hpp-contact-hero .container,
.hpp-promoters-hero .container,
.hpp-park-hero .container,
.hpp-plots-hero .container,
.hpp-govt-hero .container,
.hpp-location-hero .container,
.hpp-gallery-hero .container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1040px !important;
  text-align: left !important;
}
.hpp-page-hero .hpp-eyebrow,
.hpp-inner-hero .hpp-eyebrow,
.hpp-about-hero .hpp-eyebrow,
.hpp-contact-hero .hpp-eyebrow,
.hpp-promoters-hero .hpp-eyebrow,
.hpp-park-hero .hpp-eyebrow,
.hpp-plots-hero .hpp-eyebrow,
.hpp-govt-hero .hpp-eyebrow,
.hpp-location-hero .hpp-eyebrow,
.hpp-gallery-hero .hpp-eyebrow,
.hpp-page-hero span:first-child,
.hpp-inner-hero span:first-child {
  color: #ffffff !important;
  background: rgba(227,1,15,.92) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  letter-spacing: .105em !important;
  line-height: 1 !important;
  margin-bottom: 18px !important;
}
.hpp-page-hero h1,
.hpp-inner-hero h1,
.hpp-about-hero h1,
.hpp-contact-hero h1,
.hpp-promoters-hero h1,
.hpp-park-hero h1,
.hpp-plots-hero h1,
.hpp-govt-hero h1,
.hpp-location-hero h1,
.hpp-gallery-hero h1,
.hpp-inner-title {
  color: #ffffff !important;
  text-shadow: 0 14px 34px rgba(0,0,0,.22) !important;
  max-width: 910px !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}
.hpp-page-hero p,
.hpp-inner-hero p,
.hpp-about-hero p,
.hpp-contact-hero p,
.hpp-promoters-hero p,
.hpp-park-hero p,
.hpp-plots-hero p,
.hpp-govt-hero p,
.hpp-location-hero p,
.hpp-gallery-hero p,
.hpp-inner-subtitle {
  color: rgba(255,255,255,.84) !important;
  max-width: 790px !important;
  font-size: 1.13rem !important;
  line-height: 1.82 !important;
  text-align: justify !important;
  text-align-last: left !important;
}

/* Logo-like cut accent should sit at the bottom-right, not top-right. */
.hpp-card::after,
.hpp-icon-card::after,
.hpp-stat-card::after,
.hpp-mini-card::after,
.hpp-number-feature::after,
.hpp-process-item::after,
.hpp-plot-block::after,
.hpp-plot-category-card::after,
.hpp-policy-card::after,
.hpp-benefit-card::after,
.hpp-location-card::after,
.hpp-opportunity-card::after,
.hpp-related-card::after,
.hpp-promoter-card::after,
.hpp-page-card::after,
.hpp-gateway-card::after,
.hpp-feature-large::after,
.hpp-ownership-card::after,
.hpp-connect-card::after,
.hpp-plot-type-card::after,
.hpp-contact-card::after,
.hpp-intent-card::after,
.hpp-sector-policy-card::after,
.hpp-policy-detail-card::after,
.hpp-govt-highlight::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  width: 76px !important;
  height: 76px !important;
  background: linear-gradient(135deg, rgba(106,168,37,.16), rgba(85,159,40,.05)) !important;
  clip-path: polygon(100% 0, 100% 100%, 0 100%) !important;
  opacity: .52 !important;
  pointer-events: none !important;
  transition: opacity .28s ease !important;
}
.hpp-card:hover::after,
.hpp-icon-card:hover::after,
.hpp-stat-card:hover::after,
.hpp-mini-card:hover::after,
.hpp-number-feature:hover::after,
.hpp-process-item:hover::after,
.hpp-plot-block:hover::after,
.hpp-plot-category-card:hover::after,
.hpp-policy-card:hover::after,
.hpp-benefit-card:hover::after,
.hpp-location-card:hover::after,
.hpp-opportunity-card:hover::after,
.hpp-related-card:hover::after,
.hpp-promoter-card:hover::after,
.hpp-page-card:hover::after,
.hpp-gateway-card:hover::after,
.hpp-feature-large:hover::after,
.hpp-ownership-card:hover::after,
.hpp-connect-card:hover::after,
.hpp-plot-type-card:hover::after,
.hpp-contact-card:hover::after,
.hpp-intent-card:hover::after,
.hpp-sector-policy-card:hover::after,
.hpp-policy-detail-card:hover::after,
.hpp-govt-highlight:hover::after {
  opacity: .9 !important;
}

/* Reference-theme inspired centered card rhythm used consistently across home and inside pages. */
.hpp-page-card,
.hpp-gateway-card,
.hpp-feature-large,
.hpp-ownership-card,
.hpp-connect-card,
.hpp-opportunity-card,
.hpp-plot-type-card,
.hpp-benefit-card,
.hpp-policy-card,
.hpp-sector-policy-card,
.hpp-policy-detail-card,
.hpp-govt-highlight,
.hpp-location-card,
.hpp-related-card,
.hpp-contact-card,
.hpp-intent-card {
  padding: 36px 30px !important;
}
.hpp-page-card i,
.hpp-gateway-card i,
.hpp-feature-large i,
.hpp-ownership-card i,
.hpp-connect-card i,
.hpp-opportunity-card i,
.hpp-plot-type-card i,
.hpp-benefit-card i,
.hpp-policy-card i,
.hpp-location-card i,
.hpp-contact-card i,
.hpp-intent-icon,
.hpp-card-icon-img,
.hpp-connect-icon-img,
.hpp-plot-type-card img,
.hpp-page-card img:not(.hpp-no-center-icon) {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-page-card h3,
.hpp-gateway-card h3,
.hpp-feature-large h3,
.hpp-ownership-card h3,
.hpp-connect-card h3,
.hpp-opportunity-card h3,
.hpp-plot-type-card h3,
.hpp-benefit-card h3,
.hpp-policy-card h3,
.hpp-sector-policy-card h3,
.hpp-policy-detail-card h3,
.hpp-govt-highlight h3,
.hpp-location-card h3,
.hpp-related-card h3,
.hpp-contact-card h3,
.hpp-intent-card strong {
  font-weight: 600 !important;
}

/* Give inside page sections better breathing without touching content. */
main .hpp-section,
body > .hpp-section {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.hpp-section-head-center,
.hpp-section-head.text-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-section-head p:not(.text-center),
.hpp-lead:not(.text-center),
.hpp-page-card p,
.hpp-feature-large p,
.hpp-ownership-card p,
.hpp-connect-card p,
.hpp-opportunity-card p,
.hpp-gateway-card p,
.hpp-location-card p,
.hpp-benefit-card p,
.hpp-policy-card p,
.hpp-sector-policy-card p,
.hpp-policy-detail-card p {
  text-align: justify !important;
  text-align-last: left !important;
}

/* Preserve CTA/footer bridge from v40 but remove any older diagonal CTA leftovers. */
.hpp-final-cta,
.hpp-final-cta > .container {
  clip-path: none !important;
}
.hpp-final-cta {
  margin: 92px 0 -84px !important;
}
.hpp-footer {
  padding-top: 156px !important;
}

@media (max-width: 991px) {
  .hpp-page-hero,
  .hpp-inner-hero,
  .hpp-about-hero,
  .hpp-contact-hero,
  .hpp-promoters-hero,
  .hpp-park-hero,
  .hpp-plots-hero,
  .hpp-govt-hero,
  .hpp-location-hero,
  .hpp-gallery-hero {
    min-height: 360px !important;
    padding: 86px 0 78px !important;
  }
  main .hpp-section,
  body > .hpp-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (max-width: 575px) {
  .hpp-page-hero,
  .hpp-inner-hero,
  .hpp-about-hero,
  .hpp-contact-hero,
  .hpp-promoters-hero,
  .hpp-park-hero,
  .hpp-plots-hero,
  .hpp-govt-hero,
  .hpp-location-hero,
  .hpp-gallery-hero {
    min-height: 320px !important;
    padding: 70px 0 62px !important;
  }
  .hpp-page-hero h1,
  .hpp-inner-hero h1,
  .hpp-about-hero h1,
  .hpp-contact-hero h1,
  .hpp-promoters-hero h1,
  .hpp-park-hero h1,
  .hpp-plots-hero h1,
  .hpp-govt-hero h1,
  .hpp-location-hero h1,
  .hpp-gallery-hero h1 {
    font-size: 2.35rem !important;
  }
}


/* === HPP v47 inside-page polish: hero, master-plan modal and visitor-facing consistency === */
.hpp-page-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 96px 0 92px;
  background: linear-gradient(135deg, #eef7ea 0%, #ffffff 58%, #f7faf4 100%);
}
.hpp-page-hero .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.hpp-page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.3rem, 4vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-align: left;
}
.hpp-page-hero p {
  max-width: 780px;
  text-align: left !important;
  text-align-last: left !important;
  margin-left: 0;
  margin-right: 0;
}
.hpp-page-hero .hpp-eyebrow {
  text-align: left;
}
.hpp-master-plan-card {
  border: 0;
  padding: 0;
  width: 100%;
  text-align: inherit;
  cursor: pointer;
  font-family: inherit;
}
.hpp-master-plan-trigger:focus-visible {
  outline: 3px solid rgba(227, 1, 15, .38);
  outline-offset: 4px;
}
.hpp-master-plan-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hpp-master-plan-modal.is-open { display: flex; }
.hpp-master-plan-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 14, .78);
  backdrop-filter: blur(3px);
}
.hpp-master-plan-modal-dialog {
  position: relative;
  width: min(1180px, 96vw);
  max-height: 92vh;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  transform: translateY(10px);
  opacity: 0;
  animation: hppModalIn .22s ease forwards;
}
@keyframes hppModalIn {
  to { transform: translateY(0); opacity: 1; }
}
.hpp-master-plan-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #e3010f;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 3;
  box-shadow: 0 12px 28px rgba(227,1,15,.25);
}
.hpp-master-plan-modal-head {
  padding: 18px 72px 16px 24px;
  border-bottom: 1px solid var(--hpp-border);
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hpp-master-plan-modal-head span {
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--hpp-green);
}
.hpp-master-plan-modal-head strong {
  font-size: 1.05rem;
  color: #102219;
}
.hpp-master-plan-modal-body {
  max-height: calc(92vh - 72px);
  overflow: auto;
  background: #f6f8f1;
  padding: 18px;
}
.hpp-master-plan-modal-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #fff;
}
body.hpp-modal-open { overflow: hidden; }
@media (max-width: 767px) {
  .hpp-page-hero {
    min-height: 340px;
    padding: 72px 0 64px;
  }
  .hpp-page-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .hpp-master-plan-modal { padding: 10px; }
  .hpp-master-plan-modal-dialog { width: 100%; max-height: 94vh; border-radius: 16px; }
  .hpp-master-plan-modal-body { max-height: calc(94vh - 72px); padding: 10px; }
}

/* === HPP v49 plot plan update: site plan visual, simplified plot list, focused interest CTA === */
.hpp-master-plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hpp-master-plan-actions .hpp-btn {
  gap: 8px;
}
.hpp-plot-plan-intro .hpp-master-plan-card {
  background: #ffffff;
  padding: 14px;
  border: 1px solid rgba(106,168,37,.25);
  box-shadow: 0 24px 70px rgba(16,34,25,.12);
}
.hpp-plot-plan-intro .hpp-master-plan-card img {
  object-fit: contain;
  background: #fff;
  min-height: 440px;
  max-height: 680px;
  border-radius: 22px;
}
.hpp-plot-plan-intro .hpp-master-plan-card span {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: 20px;
  background: rgba(16,34,25,.88);
  white-space: nowrap;
}
.hpp-comprehensive-table table {
  min-width: 760px;
}
.hpp-plot-interest-btn {
  background: var(--hpp-green);
  color: #ffffff;
  padding: 9px 15px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(31,122,58,.14);
}
.hpp-plot-interest-btn:hover {
  background: var(--hpp-green-dark);
  color: #ffffff;
  transform: translateY(-1px);
}
.hpp-master-plan-modal-dialog {
  width: min(1240px, 96vw);
}
.hpp-master-plan-modal-body {
  background: #ffffff;
}
.hpp-master-plan-modal-body img {
  max-width: none;
  width: min(1180px, 100%);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hpp-plot-plan-intro .hpp-master-plan-card img { min-height: 320px; }
  .hpp-master-plan-actions .hpp-btn { width: 100%; justify-content: center; }
}
@media (max-width: 575px) {
  .hpp-plot-plan-intro .hpp-master-plan-card { padding: 8px; border-radius: 20px; }
  .hpp-plot-plan-intro .hpp-master-plan-card img { min-height: 240px; border-radius: 16px; }
  .hpp-plot-plan-intro .hpp-master-plan-card span {
    left: 14px;
    right: 14px;
    transform: none;
    white-space: normal;
  }
  .hpp-comprehensive-table table { min-width: 680px; }
}

/* HPP50 Contact page refinement - popup-led enquiry design */
.hpp-contact-intro-section {
  padding-top: 86px;
}
.hpp-contact-left-panel,
.hpp-contact-visual-panel,
.hpp-address-card,
.hpp-map-preview-card {
  border: 1px solid var(--hpp-border);
  border-radius: var(--hpp-radius);
  background: #fff;
  box-shadow: var(--hpp-shadow-soft);
}
.hpp-contact-left-panel {
  padding: 40px;
}
.hpp-contact-left-panel h2 {
  max-width: 460px;
}
.hpp-contact-detail-stack {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}
.hpp-contact-info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(106,168,37,.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(106,168,37,.055), rgba(255,255,255,.95));
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.hpp-contact-info-card:hover {
  transform: translateY(-3px);
  border-color: rgba(106,168,37,.42);
  background: linear-gradient(135deg, rgba(106,168,37,.11), rgba(255,255,255,.98));
}
.hpp-contact-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(106,168,37,.13);
  color: var(--hpp-green);
  font-size: 1.35rem;
  flex: 0 0 auto;
}
.hpp-contact-info-card h3,
.hpp-address-card h3 {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 600;
}
.hpp-contact-info-card p,
.hpp-address-card p {
  margin: 0;
  color: var(--hpp-ink);
  font-weight: 520;
  line-height: 1.62;
  text-align: left;
  text-align-last: left;
}
.hpp-contact-info-card small {
  display: block;
  margin-top: 3px;
  color: var(--hpp-muted);
  line-height: 1.5;
}
.hpp-contact-visual-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
}
.hpp-contact-visual-media {
  min-height: 100%;
  background: var(--hpp-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hpp-contact-visual-media img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(16,34,25,.08);
}
.hpp-contact-visual-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hpp-contact-visual-content h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  line-height: 1.08;
  margin-bottom: 12px;
}
.hpp-contact-visual-content p {
  color: var(--hpp-muted);
  text-align: justify;
  text-align-last: left;
}
.hpp-contact-action-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.hpp-contact-action-card {
  border: 1px solid var(--hpp-border);
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 14px;
  row-gap: 2px;
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.hpp-contact-action-card:hover {
  transform: translateY(-3px);
  border-color: rgba(106,168,37,.45);
  box-shadow: 0 16px 36px rgba(16,34,25,.08);
  background: linear-gradient(135deg, rgba(106,168,37,.10), #fff 64%);
}
.hpp-contact-action-card span {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(106,168,37,.13);
  color: var(--hpp-green);
  font-size: 1.25rem;
}
.hpp-contact-action-card strong {
  color: var(--hpp-ink);
  font-size: 1rem;
}
.hpp-contact-action-card small {
  color: var(--hpp-muted);
  line-height: 1.5;
}
.hpp-contact-address-section {
  padding-top: 78px;
  padding-bottom: 78px;
}
.hpp-address-card {
  padding: 34px;
}
.hpp-address-card .hpp-contact-info-icon {
  margin-bottom: 18px;
}
.hpp-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  color: var(--hpp-green);
  text-decoration: none;
  font-weight: 600;
}
.hpp-text-link:hover {
  color: var(--hpp-red);
}
.hpp-contact-map-section {
  padding-top: 90px;
}
.hpp-map-preview-card {
  padding: 18px;
}
.hpp-map-preview-card img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  max-height: 520px;
}
@media (max-width: 991px) {
  .hpp-contact-left-panel,
  .hpp-contact-visual-content,
  .hpp-address-card { padding: 28px; }
  .hpp-contact-visual-panel { grid-template-columns: 1fr; }
  .hpp-contact-visual-media { min-height: auto; }
  .hpp-contact-action-card { grid-template-columns: 48px 1fr; }
}
@media (max-width: 575px) {
  .hpp-contact-info-card { flex-direction: column; }
  .hpp-contact-action-card { grid-template-columns: 1fr; }
  .hpp-contact-action-card span { grid-row: auto; }
}

/* HPP51 Contact page - two information panels + enquiry CTA cards */
.hpp-contact-info-section {
  padding-top: 86px;
}
.hpp-contact-primary-card,
.hpp-contact-cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hpp-border);
  border-radius: var(--hpp-radius);
  background: #fff;
  box-shadow: var(--hpp-shadow-soft);
}
.hpp-contact-primary-card {
  padding: 42px;
}
.hpp-contact-primary-card::after,
.hpp-contact-cta-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, transparent 0 49%, rgba(106,168,37,.14) 50% 100%);
  pointer-events: none;
}
.hpp-contact-connect-card {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9f1 100%);
}
.hpp-contact-primary-icon,
.hpp-contact-cta-icon {
  display: grid;
  place-items: center;
  color: var(--hpp-green);
  background: rgba(106,168,37,.13);
}
.hpp-contact-primary-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  font-size: 1.55rem;
  margin-bottom: 18px;
}
.hpp-contact-primary-card h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.08;
  margin-bottom: 24px;
}
.hpp-contact-address-block {
  padding: 20px 0;
  border-top: 1px solid var(--hpp-border);
}
.hpp-contact-address-block h3,
.hpp-contact-connect-item strong,
.hpp-contact-cta-card h3 {
  color: var(--hpp-ink);
  font-weight: 600;
}
.hpp-contact-address-block h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.hpp-contact-address-block p,
.hpp-contact-connect-item p,
.hpp-contact-cta-card p {
  color: var(--hpp-muted);
  line-height: 1.68;
  text-align: left;
  text-align-last: left;
}
.hpp-contact-address-block p,
.hpp-contact-connect-item p {
  margin-bottom: 0;
}
.hpp-contact-connect-list {
  display: grid;
  gap: 16px;
}
.hpp-contact-connect-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 17px 18px;
  border: 1px solid rgba(106,168,37,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
}
.hpp-contact-connect-item i {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(106,168,37,.13);
  color: var(--hpp-green);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.hpp-contact-help-section .hpp-section-head {
  margin-bottom: 42px;
}
.hpp-contact-cta-card {
  padding: 38px 30px;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.hpp-contact-cta-card:hover {
  transform: translateY(-6px);
  border-color: rgba(106,168,37,.45);
  box-shadow: 0 24px 55px rgba(16,34,25,.10);
  background: linear-gradient(135deg, rgba(106,168,37,.10), #fff 65%);
}
.hpp-contact-cta-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  font-size: 1.55rem;
  margin: 0 auto 22px;
}
.hpp-contact-cta-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.hpp-contact-cta-card p {
  text-align: center;
  text-align-last: center;
  margin-bottom: 24px;
}
.hpp-contact-cta-card .hpp-btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .hpp-contact-primary-card { padding: 30px; }
}
@media (max-width: 575px) {
  .hpp-contact-connect-item { flex-direction: column; }
}

/* HPP52 Contact page refinement */
.hpp-contact-address-card .hpp-contact-connect-list {
  gap: 18px;
}
.hpp-contact-address-item {
  min-height: 164px;
  align-items: center;
}
.hpp-contact-address-lines span {
  display: block;
}
.hpp-contact-explore-section {
  padding-top: 78px;
  padding-bottom: 92px;
}
.hpp-contact-explore-card {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 34px 24px;
  border: 1px solid var(--hpp-border);
  border-radius: var(--hpp-radius);
  background: #fff;
  color: var(--hpp-ink);
  text-decoration: none;
  box-shadow: var(--hpp-shadow-soft);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.hpp-contact-explore-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, transparent 0 49%, rgba(106,168,37,.14) 50% 100%);
  pointer-events: none;
}
.hpp-contact-explore-card:hover {
  transform: translateY(-5px);
  border-color: rgba(106,168,37,.45);
  box-shadow: 0 24px 55px rgba(16,34,25,.10);
  background: linear-gradient(135deg, rgba(106,168,37,.10), #fff 65%);
  color: var(--hpp-ink);
}
.hpp-contact-explore-card span {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(106,168,37,.13);
  color: var(--hpp-green);
  font-size: 1.55rem;
  margin-bottom: 4px;
}
.hpp-contact-explore-card strong {
  font-weight: 600;
  font-size: 1.18rem;
}
.hpp-contact-explore-card small {
  color: var(--hpp-muted);
  line-height: 1.55;
}
@media (max-width: 991px) {
  .hpp-contact-address-item { min-height: auto; }
}

/* ================= HPP55: Promoters page component correction =================
   Scope: Promoters page only. Applies the agreed one-page rules before rolling
   the design system to other pages.
   - Hero title refined for two-line balance.
   - Section spacing normalized on Promoters page.
   - Section eyebrows follow the home-page eyebrow treatment.
   - Ownership cards reuse the Home > Plots & Availability card system.
   - Our Commitment reuses the Home > Why This Park process-list pattern.
   - Explore Opportunity uses action cards with buttons, no corner triangle.
*/

/* Promoters page section rhythm */
.hpp-promoters-story,
.hpp-promoter-motive,
.hpp-ownership-section,
.hpp-collaborative-section,
.hpp-opportunity-section,
.hpp-promoter-commitment {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

/* Keep all non-hero Promoters section eyebrows same as home page sections */
.hpp-promoters-story .hpp-eyebrow,
.hpp-promoter-motive .hpp-eyebrow,
.hpp-ownership-section .hpp-eyebrow,
.hpp-collaborative-section .hpp-eyebrow,
.hpp-opportunity-section .hpp-eyebrow,
.hpp-promoter-commitment .hpp-eyebrow {
  display: inline-block !important;
  color: var(--hpp-red) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  font-size: .78rem !important;
  margin-bottom: .85rem !important;
}

/* Hero title: do not repeat the next section title; keep strong two-line potential */
.hpp-promoters-hero h1 {
  max-width: 760px !important;
  line-height: 1.05 !important;
}

/* Story copy: undo older pill-eyebrow styling now that the real hpp-eyebrow is used */
.hpp-promoters-story-copy > .hpp-eyebrow {
  color: var(--hpp-red) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Ownership section: same visual language as Home > Plots & Availability cards */
.hpp-promoter-ownership-card {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 100% !important;
}
.hpp-promoter-ownership-card .hpp-plot-type-icon {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}
.hpp-promoter-ownership-card h3,
.hpp-promoter-ownership-card p {
  text-align: center !important;
  text-align-last: center !important;
}

/* Promoters support lists: use consistent Bootstrap icon rhythm instead of mixed image icons */
.hpp-promoter-info-list div {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.hpp-promoter-info-list i {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  border-radius: 18px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(106,168,37,.12) !important;
  color: var(--hpp-green) !important;
  font-size: 1.45rem !important;
}

/* Our Commitment: align with Home > Why This Park process-list system */
.hpp-promoter-commitment-copy .hpp-lead,
.hpp-promoter-commitment-copy .hpp-text {
  max-width: 520px !important;
  text-align: justify !important;
  text-align-last: left !important;
}
.hpp-promoter-commitment-list .hpp-process-item {
  min-height: 0 !important;
  align-items: flex-start !important;
}
.hpp-promoter-commitment-list .hpp-process-icon {
  align-self: flex-start !important;
}

/* Explore Opportunity: these are action cards with buttons. No bottom-corner triangle. */
.hpp-action-nav-card,
.hpp-opportunity-card-clean {
  position: relative !important;
  height: 100% !important;
  background: #fff !important;
  border: 1px solid var(--hpp-border) !important;
  border-radius: 24px !important;
  padding: 38px 30px !important;
  text-align: center !important;
  box-shadow: 0 16px 45px rgba(16, 27, 21, .06) !important;
  transition: border-color .28s ease, background .28s ease, transform .28s ease, box-shadow .28s ease !important;
  overflow: hidden !important;
}
.hpp-action-nav-card::after,
.hpp-opportunity-card-clean::after,
.hpp-action-nav-card:hover::after,
.hpp-opportunity-card-clean:hover::after {
  display: none !important;
  content: none !important;
}
.hpp-action-nav-card:hover,
.hpp-opportunity-card-clean:hover {
  background: rgba(106,168,37,.08) !important;
  border-color: rgba(106,168,37,.55) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 50px rgba(16, 27, 21, .08) !important;
}
.hpp-action-nav-card .hpp-plot-type-icon {
  margin: 0 auto 22px !important;
}
.hpp-action-nav-card h3 {
  font-size: 1.18rem !important;
  font-weight: 600 !important;
  color: #111814 !important;
  margin: 0 0 12px !important;
}
.hpp-action-nav-card p {
  color: var(--hpp-muted) !important;
  line-height: 1.68 !important;
  margin: 0 0 24px !important;
  text-align: center !important;
  text-align-last: center !important;
}
.hpp-action-nav-card .hpp-btn {
  margin-top: auto !important;
}

/* Keep the Explore Opportunity wrapper simple; cards carry the design */
.hpp-opportunity-wrap {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .hpp-promoters-story,
  .hpp-promoter-motive,
  .hpp-ownership-section,
  .hpp-collaborative-section,
  .hpp-opportunity-section,
  .hpp-promoter-commitment {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
}

/* V56 Promoters refinements: Explore Opportunity buttons use logo red on card hover. */
.hpp-action-nav-card:hover .hpp-btn,
.hpp-opportunity-card-clean:hover .hpp-btn {
  background: #e3000f !important;
  border-color: #e3000f !important;
  color: #ffffff !important;
}
.hpp-action-nav-card:hover .hpp-btn i,
.hpp-opportunity-card-clean:hover .hpp-btn i {
  color: #ffffff !important;
}

/* ================= HPP60 - Features & Facilities rebuild ================= */
.hpp-section-white { background: #fff !important; }
.hpp-park-hero h1 { max-width: 900px; }

/* Keep this page aligned with Home/Promoters card system */
.hpp-feature-info-card {
  height: 100%;
  text-align: center !important;
  padding: 34px 30px !important;
  background: #fff !important;
  border: 1px solid var(--hpp-border) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 45px rgba(16, 27, 21, .06) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
}
.hpp-feature-info-card::after { display: none !important; }
.hpp-feature-info-card .hpp-plot-type-icon {
  margin: 0 auto 22px !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 18px !important;
  background: rgba(106, 168, 37, .12) !important;
  color: var(--hpp-green) !important;
  display: grid !important;
  place-items: center !important;
  font-size: 1.55rem !important;
  transition: background .28s ease, color .28s ease, transform .28s ease !important;
}
.hpp-feature-info-card h3 {
  text-align: center !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #111814 !important;
  margin: 0 0 10px !important;
  letter-spacing: -.025em !important;
}
.hpp-feature-info-card p {
  text-align: center !important;
  text-align-last: center !important;
  color: var(--hpp-muted) !important;
  line-height: 1.65 !important;
  font-size: .96rem !important;
  margin: 0 !important;
}
.hpp-feature-info-card:hover {
  transform: translateY(-4px) !important;
  background: #f6fbf2 !important;
  border-color: rgba(106, 168, 37, .42) !important;
  box-shadow: 0 20px 52px rgba(16, 27, 21, .09) !important;
}
.hpp-feature-info-card:hover .hpp-plot-type-icon {
  background: rgba(106,168,37,.18) !important;
  color: var(--hpp-green-dark) !important;
  transform: translateY(-1px) !important;
}

.hpp-feature-process-list .hpp-process-item::after { display:none !important; }
.hpp-feature-process-list .hpp-process-item {
  background:#fff !important;
  border:1px solid var(--hpp-border) !important;
  box-shadow:0 16px 40px rgba(16,27,21,.05) !important;
}
.hpp-feature-process-list .hpp-process-item:hover {
  background:#f6fbf2 !important;
  border-color:rgba(106,168,37,.42) !important;
}
.hpp-feature-process-list .hpp-process-icon {
  background: rgba(106,168,37,.12) !important;
  color: var(--hpp-green) !important;
}
.hpp-feature-process-list .hpp-process-item:hover .hpp-process-icon {
  background: rgba(106,168,37,.18) !important;
  color: var(--hpp-green-dark) !important;
}

.hpp-assurance-clean {
  display:grid;
  gap:12px;
  margin-top:22px;
}
.hpp-assurance-clean span {
  display:flex;
  align-items:center;
  gap:10px;
  background:#f6f8f1;
  border:1px solid rgba(106,168,37,.18);
  border-radius:18px;
  padding:12px 14px;
  color:#102219;
  font-weight:600;
}
.hpp-assurance-clean i { color:var(--hpp-green); }

/* Final navigation cards on Features page: no corner triangle, border/green hover only */
.hpp-feature-nav-card {
  display:block;
  height:100%;
  text-align:center;
  text-decoration:none;
  color:#111814;
  background:#fff;
  border:1px solid var(--hpp-border);
  border-radius:24px;
  padding:34px 30px;
  box-shadow:0 16px 45px rgba(16,27,21,.06);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.hpp-feature-nav-card::after { display:none !important; }
.hpp-feature-nav-card .hpp-plot-type-icon {
  margin:0 auto 22px !important;
}
.hpp-feature-nav-card h3 {
  font-size:1.15rem;
  font-weight:600;
  margin:0 0 10px;
  color:#111814;
}
.hpp-feature-nav-card p {
  color:var(--hpp-muted);
  text-align:center !important;
  text-align-last:center !important;
  line-height:1.65;
  margin:0 0 18px;
}
.hpp-feature-nav-card span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--hpp-green-dark);
  font-weight:600;
}
.hpp-feature-nav-card:hover {
  transform:translateY(-4px);
  background:#f6fbf2;
  border-color:rgba(106,168,37,.42);
  box-shadow:0 20px 52px rgba(16,27,21,.09);
  color:#111814;
}
.hpp-feature-nav-card:hover span { color:var(--hpp-red); }

.hpp-planning-support .hpp-section-head,
.hpp-park-core .hpp-section-head,
.hpp-park-final .hpp-section-head { margin-left:auto; margin-right:auto; }

@media(max-width:991px){
  .hpp-feature-info-card,
  .hpp-feature-nav-card { padding:30px 24px !important; }
}

/* ================= HPP61 Features & Facilities component mapping =================
   This page now reuses approved Home/Promoters card families instead of page-specific cards.
   - Park Features / Planning & Support: Home Plots & Availability card family (.hpp-plot-type-card)
   - Industrial Suitability: Home Why This Park process family (.hpp-process-list/.hpp-process-item)
   - Explore Further: Promoters Explore Opportunity action-card family (.hpp-action-nav-card)
   - Development Confidence: global two-button rule, primary red + secondary outline.
*/
.hpp-park-core .hpp-plot-type-card,
.hpp-planning-support .hpp-plot-type-card {
  min-height: 100%;
}
.hpp-park-core .hpp-plot-type-icon,
.hpp-planning-support .hpp-plot-type-icon,
.hpp-park-final .hpp-plot-type-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-park-core .hpp-plot-type-card,
.hpp-planning-support .hpp-plot-type-card,
.hpp-park-final .hpp-action-nav-card {
  text-align: center !important;
}
.hpp-park-core .hpp-plot-type-card p,
.hpp-planning-support .hpp-plot-type-card p,
.hpp-park-final .hpp-action-nav-card p {
  text-align: center !important;
  text-align-last: center !important;
}
.hpp-industrial-suitability .hpp-process-list,
.hpp-industrial-suitability .hpp-process-item,
.hpp-industrial-suitability .hpp-process-icon {
  /* intentionally inherits the approved Why This Park / Promoters commitment component */
}
.hpp-park-final .hpp-action-nav-card::after,
.hpp-park-final .hpp-opportunity-card-clean::after,
.hpp-park-final .hpp-action-nav-card:hover::after,
.hpp-park-final .hpp-opportunity-card-clean:hover::after {
  display: none !important;
  content: none !important;
}
.hpp-park-progress .hpp-btn-primary + .hpp-btn-outline-dark {
  margin-left: 0;
}

/* ================= HPP62 Plot Plans page component mapping =================
   Plot page now follows the agreed component system:
   - Land-use Categories uses Promoters Ownership-Led Thinking card family.
   - Plot Enquiry / Plot Information duplicate block removed; plot interest lives in table and footer CTA.
   - Footer CTA uses Promoters footer CTA alignment with right-side vertically centered button.
   - Last content section before CTA is the white Plot Information table section.
*/
.hpp-plot-landuse-section .hpp-section-head { margin-left:auto; margin-right:auto; }
.hpp-plot-landuse-section .hpp-landuse-card {
  text-align:center !important;
  min-height:100%;
}
.hpp-plot-landuse-section .hpp-plot-type-icon {
  margin-left:auto !important;
  margin-right:auto !important;
}
.hpp-plot-landuse-section .hpp-landuse-card p {
  text-align:center !important;
  text-align-last:center !important;
}
.hpp-landuse-card-meta {
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border-radius:999px;
  background:#f6f8f1;
  border:1px solid rgba(106,168,37,.20);
  color:#102219;
  font-size:.82rem;
  font-weight:700;
}
.hpp-plot-landuse-section .hpp-landuse-card:hover .hpp-landuse-card-meta {
  background:#fff;
  border-color:rgba(106,168,37,.42);
}
.hpp-plot-detail-section { background:#fff !important; }
.hpp-plot-detail-section + .hpp-final-cta { margin-top:0 !important; }
.hpp-plot-detail-section .hpp-table-wrap { margin-top:28px; }
.hpp-plot-interest-btn {
  white-space:nowrap;
  border:1px solid rgba(106,168,37,.35) !important;
  background:#fff !important;
  color:#102219 !important;
  font-weight:700 !important;
  border-radius:999px !important;
  padding:9px 15px !important;
  transition:all .25s ease !important;
}
.hpp-plot-interest-btn:hover {
  background:var(--hpp-red) !important;
  color:#fff !important;
  border-color:var(--hpp-red) !important;
  transform:translateY(-2px);
}
@media(max-width:991px){
  .hpp-final-cta .hpp-final-cta-action { justify-content:flex-start !important; }
}

/* HPP67: Gallery + Contact refinements */
.hpp-gallery-masonry-section .hpp-section-head > .hpp-eyebrow {
  color: var(--hpp-red);
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.hpp-contact-primary-card::after,
.hpp-contact-cta-card::after { display:none !important; }
.hpp-contact-primary-card .hpp-eyebrow { margin-bottom: 10px; }
.hpp-contact-connect-item {
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.hpp-contact-connect-item:hover {
  transform: translateY(-4px);
  border-color: rgba(106,168,37,.42);
  box-shadow: 0 18px 42px rgba(16,27,21,.08);
  background: linear-gradient(135deg, rgba(106,168,37,.10), #fff 70%);
}
.hpp-contact-connect-item i {
  order: 2;
  margin-left: auto;
}
.hpp-contact-connect-item > div { flex: 1 1 auto; }
.hpp-contact-help-section .hpp-feature-nav-card {
  padding: 36px 28px;
}
.hpp-contact-help-section .hpp-feature-nav-card h3 {
  font-size: 1.22rem;
}
.hpp-contact-help-section .hpp-feature-nav-card p {
  margin-bottom: 24px;
}
.hpp-contact-help-section .hpp-feature-nav-card .hpp-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* ================= HPP68 Contact page component alignment =================
   - All contact section eyebrows use the same .hpp-eyebrow component.
   - How Can We Help uses the same card family as Location > Explore Further.
   - Explore More uses the same card family as Location > Distance Highlights.
   - Visit/Call internal rows keep icons on the right and use the softer ownership-card hover language.
*/
.hpp-contact-info-section,
.hpp-contact-help-section,
.hpp-contact-map-section,
.hpp-contact-explore-section {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.hpp-contact-primary-card .hpp-eyebrow,
.hpp-contact-help-section .hpp-eyebrow,
.hpp-contact-map-section .hpp-eyebrow,
.hpp-contact-explore-section .hpp-eyebrow {
  color: var(--hpp-red) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  letter-spacing: .14em !important;
}
.hpp-contact-primary-card::after,
.hpp-contact-cta-card::after,
.hpp-contact-explore-card::after,
.hpp-contact-help-section .hpp-action-nav-card::after,
.hpp-contact-help-section .hpp-opportunity-card-clean::after,
.hpp-contact-help-section .hpp-action-nav-card:hover::after,
.hpp-contact-help-section .hpp-opportunity-card-clean:hover::after {
  display: none !important;
  content: none !important;
}
.hpp-contact-connect-item {
  background: #fff !important;
  border: 1px solid var(--hpp-border) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease !important;
}
.hpp-contact-connect-item:hover {
  transform: translateY(-4px) !important;
  background: #f6fbf2 !important;
  border-color: rgba(106,168,37,.42) !important;
  box-shadow: 0 18px 42px rgba(16,27,21,.07) !important;
}
.hpp-contact-connect-item i {
  order: 2 !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  background: rgba(106,168,37,.12) !important;
  color: var(--hpp-green) !important;
}
.hpp-contact-connect-item:hover i {
  background: rgba(106,168,37,.18) !important;
  color: var(--hpp-green-dark) !important;
}
.hpp-contact-help-section .hpp-action-nav-card,
.hpp-contact-help-section .hpp-opportunity-card-clean {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}
.hpp-contact-help-section .hpp-action-nav-card .hpp-btn,
.hpp-contact-help-section .hpp-opportunity-card-clean .hpp-btn {
  align-self: center !important;
  justify-content: center !important;
}
.hpp-contact-explore-distance-card {
  display: block !important;
  text-decoration: none !important;
  color: #111814 !important;
  text-align: center !important;
}
.hpp-contact-explore-distance-card .hpp-plot-type-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hpp-contact-explore-distance-card h3,
.hpp-contact-explore-distance-card p {
  text-align: center !important;
  text-align-last: center !important;
}
.hpp-contact-explore-distance-card:hover {
  color: #111814 !important;
}
@media(max-width:991px){
  .hpp-contact-info-section,
  .hpp-contact-help-section,
  .hpp-contact-map-section,
  .hpp-contact-explore-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
