:root {
  --phase2-navy: #10253f;
  --phase2-navy-2: #183756;
  --phase2-gold: #f2b94b;
  --phase2-gold-2: #ffd77d;
  --phase2-teal: #0d6b62;
  --phase2-ink: #172333;
  --phase2-muted: #5a6674;
  --phase2-line: #dce3ea;
  --phase2-soft: #f3f6f8;
  --phase2-white: #ffffff;
  --phase2-shadow: 0 18px 50px rgba(16, 37, 63, .12);
}

html.phase2 { scroll-behavior: smooth; }
html.phase2, html.phase2 body { max-width: 100%; overflow-x: clip; }
html.phase2 body { color: var(--phase2-ink); }

.phase2 .btn,
.phase2 button.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.1rem;
  border-radius: 9px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.phase2 .btn-primary { box-shadow: 0 9px 24px rgba(242, 185, 75, .28); }
.phase2 .btn-route {
  color: var(--phase2-navy);
  background: var(--phase2-white);
  border: 1px solid #b8c5d2;
}
.phase2 .btn-route:hover { border-color: var(--phase2-navy); background: #f8fafc; }

.phase2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: .72rem;
  margin: 1.15rem 0;
}
.phase2-actions > * { flex: 0 1 auto; }
.hero .phase2-actions .btn-route { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.56); }
.hero .phase2-actions .btn-secondary { color: #fff; border-color: rgba(255,255,255,.65); }
.phase2-utility {
  max-width: 760px;
  margin-top: -.15rem;
  color: inherit;
  font-size: 1.04rem;
  font-weight: 650;
}

.phase2-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.1rem 0 0;
}
.phase2-facts span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  padding: .55rem .74rem;
  color: var(--phase2-navy);
  background: #fff;
  border: 1px solid var(--phase2-line);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(16, 37, 63, .05);
  font-size: .92rem;
  font-weight: 670;
}
.page-hero .phase2-facts span { background: rgba(255,255,255,.95); }

.phase2-card-stage {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #eef3f6 0%, #fff 62%);
}
.phase2-card-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--phase2-gold), #ffe3a7, var(--phase2-navy));
}
.phase2-property-grid { gap: 1.2rem; }
.phase2-property-grid .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e2ea;
  border-radius: 12px;
  box-shadow: var(--phase2-shadow);
}
.phase2-property-grid .card-img {
  min-height: 230px;
  display: block;
  background-size: cover;
  background-position: center;
}
.phase2-property-grid .card-body { display: flex; flex: 1; flex-direction: column; }
.phase2-card-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem .7rem;
  margin: .85rem 0 1rem;
  padding: 0;
  list-style: none;
  color: var(--phase2-muted);
  font-size: .9rem;
}
.phase2-card-facts li { position: relative; padding-left: 1rem; }
.phase2-card-facts li::before { content: "✓"; position: absolute; left: 0; color: #2e7d57; font-weight: 900; }
.phase2-property-grid .phase2-card-cta { width: 100%; margin-top: auto; }
.phase2-property-grid .card-body > .text-link,
.phase2-property-grid .card-body > .btn-small { display: none; }

.phase2-region-stage { padding-top: 2.6rem; }
.phase2-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.phase2-region-grid a {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .6rem;
  padding: 1rem;
  color: #fff;
  background: var(--phase2-navy);
  border: 1px solid var(--phase2-navy);
  border-radius: 10px;
  text-decoration: none;
}
.phase2-region-grid a:hover { transform: translateY(-2px); background: var(--phase2-navy-2); }
.phase2-region-grid span { color: var(--phase2-gold-2); font-size: .9rem; }

.phase2-overview-intro {
  margin: 1.4rem 0 2rem;
  padding: 1.3rem;
  background: linear-gradient(145deg, #eef3f6, #fff 48%);
  border: 1px solid var(--phase2-line);
  border-radius: 14px;
}
.phase2-section-label { margin: 2.2rem 0 1rem; }
.phase2-section-label h2 { margin-bottom: .45rem; }

.phase2-route-spotlight {
  max-width: 820px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto auto;
  align-items: center;
  gap: .8rem 1.1rem;
  margin: 1.1rem 0;
  padding: 1rem 1.1rem;
  color: var(--phase2-navy);
  background: #fff;
  border: 1px solid var(--phase2-line);
  border-left: 5px solid var(--phase2-gold);
  border-radius: 10px;
  box-shadow: var(--phase2-shadow);
}
.phase2-route-spotlight b { font-size: 1.35rem; white-space: nowrap; }
.phase2-route-spotlight small { grid-column: 1 / -1; color: var(--phase2-muted); font-size: .8rem; }
.page-hero .phase2-actions { margin-top: 1rem; }

.phase2-subtargets { padding-top: 2.5rem; }
.phase2-route-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.phase2-route-list li {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .55rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--phase2-line);
  border-radius: 9px;
}
.phase2-route-list span { color: var(--phase2-muted); font-size: .9rem; }
.phase2-intent .container { max-width: 880px; }
.phase2-intent p { font-size: 1rem; line-height: 1.72; }

.phase2-detail-quick {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 0;
  overflow: hidden;
  margin: 1.4rem 0 2rem;
  background: var(--phase2-navy);
  border-radius: 14px;
  box-shadow: var(--phase2-shadow);
}
.phase2-detail-image { min-height: 470px; background: #dfe7ec; }
.phase2-detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phase2-detail-panel { padding: 1.6rem; color: #fff; }
.phase2-detail-panel .eyebrow { color: var(--phase2-gold-2); }
.phase2-detail-panel h2 { color: #fff; margin: .35rem 0 .7rem; }
.phase2-detail-panel .phase2-utility { color: #fff; }
.phase2-context { padding-bottom: .75rem; color: #edf4fb; border-bottom: 1px solid rgba(255,255,255,.16); }
.phase2-detail-facts { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
.phase2-detail-facts span { padding: .46rem .62rem; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 7px; font-size: .88rem; }
.phase2-detail-panel .phase2-actions { display: grid; grid-template-columns: 1fr; }
.phase2-detail-panel .phase2-actions .btn-secondary { display: none; }
.phase2-detail-panel .btn-portal-secondary {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.42);
}
.phase2-detail-panel .btn-portal-secondary:hover { background: rgba(255,255,255,.16); }
.phase2-detail-panel .phase2-actions .btn-route { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.36); }
.phase2-disclaimer { color: inherit; opacity: .78; font-size: .82rem; line-height: 1.45; }
.fa-solid, .fa-brands { font-style: normal; }
.fa-bars::before { content: "☰"; }
.fa-calendar-check::before { content: "✓"; }
.fa-phone::before { content: "☎"; }
.fa-star::before { content: "★"; }
.fa-receipt::before { content: "▤"; }
.fa-key::before { content: "◆"; }
.fa-helmet-safety::before { content: "●"; }
.fa-suitcase-rolling::before { content: "◆"; }
.fa-bed::before { content: "▰"; }
.fa-kitchen-set::before { content: "⌂"; }
.fa-van-shuttle::before { content: "▰"; }
.fa-shirt::before { content: "◇"; }
.fa-users::before { content: "●"; }
.fa-location-dot::before { content: "⌖"; }
.fa-spa::before { content: "✦"; }
.fa-whatsapp::before { content: "WA"; font-size: .72em; font-weight: 900; }
.fa-facebook::before { content: "f"; font-weight: 900; }
.fa-linkedin::before { content: "in"; font-weight: 900; }
.fa-x-twitter::before { content: "X"; font-weight: 900; }

@media (max-width: 980px) {
  .phase2-region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .phase2-route-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phase2-detail-quick { grid-template-columns: 1fr; }
  .phase2-detail-image { min-height: 410px; }
}

@media (max-width: 768px) {
  .phase2-actions { display: grid; grid-template-columns: 1fr; }
  .phase2-actions > * { width: 100%; }
  .phase2-facts { gap: .42rem; }
  .phase2-facts span { min-height: 39px; padding: .48rem .58rem; font-size: .84rem; }
  .phase2-property-grid { grid-template-columns: 1fr; }
  .phase2-property-grid .card-img { min-height: 235px; }
  .phase2-region-grid { grid-template-columns: 1fr 1fr; }
  .phase2-region-grid a { min-height: 96px; }
  .phase2-route-spotlight { grid-template-columns: 1fr 1fr; }
  .phase2-route-spotlight > span { grid-column: 1 / -1; }
  .phase2-route-list { grid-template-columns: 1fr 1fr; }
  .phase2-detail-image { min-height: 330px; }
  .phase2-detail-panel { padding: 1.2rem; }
}

@media (max-width: 520px) {
  .phase2-card-facts { grid-template-columns: 1fr; }
  .phase2-region-grid,
  .phase2-route-list { grid-template-columns: 1fr; }
  .phase2-route-spotlight { grid-template-columns: 1fr 1fr; padding: .85rem; }
  .phase2-route-spotlight b { font-size: 1.15rem; }
  .phase2-overview-intro { margin-inline: -.25rem; padding: 1rem; }
  .phase2-detail-image { min-height: 245px; }
  .phase2-detail-panel { grid-row: 1; }
  .phase2-detail-image { grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html.phase2 { scroll-behavior: auto; }
  .phase2-region-grid a { transition: none; }
}
