/* BoundaryCheck.io landing — Real Estate Brain. Navy / white / gold. Harris only. */
:root{
  --navy:#17285A;
  --navy2:#0e1b40;
  --gold:#C9A227;
  --gold-l:#E6C75A;
  --ink:#17285A;
  --mut:#3d4a6b;
}
*{box-sizing:border-box;-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0}
body{
  background:#fff;
  color:var(--ink);
  font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:min(72vh,620px);
  background:#fff;
}
.hero-photo{
  background:#1a2238 url('/hero-house.jpg') center/cover no-repeat;
  min-height:280px;
}
.hero-panel{
  position:relative;
  padding:36px 40px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fff;
}
.badge{
  align-self:flex-end;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1.5px solid var(--gold);
  color:var(--navy);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.6px;
  padding:7px 12px;
  margin-bottom:22px;
}
.badge .star{color:var(--gold);font-size:13px;line-height:1}
.wordmark{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,5vw,52px);
  font-weight:700;
  letter-spacing:.2px;
  margin:0 0 10px;
  color:var(--navy);
  line-height:1.05;
}
.wordmark .dot{color:var(--gold)}
.tagline{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(16px,2.2vw,22px);
  color:var(--navy);
  margin:0 0 14px;
}
.goldline{width:72px;height:2px;background:var(--gold);margin:0 0 12px}
.expand{
  font-size:14px;
  font-weight:600;
  letter-spacing:.2px;
  color:var(--navy);
  margin:0 0 22px;
}
.deedwrap{position:relative;width:min(100%,280px);margin-left:auto}
.deed{
  background:#f7f4ea;
  border:1px solid #d8d0b8;
  box-shadow:0 10px 28px rgba(23,40,90,.12);
  padding:16px 16px 22px;
  transform:rotate(-2deg);
}
.deed-rule{height:3px;background:var(--navy);margin-bottom:10px}
.deed-kicker{font-size:8px;letter-spacing:.8px;font-weight:700;color:#5c5340;margin-bottom:6px}
.deed-title{font-family:Georgia,serif;font-size:15px;font-weight:700;color:var(--navy);letter-spacing:.4px}
.deed-sub{font-size:11px;color:#5c5340;margin-bottom:10px}
.deed-lines i{display:block;height:5px;background:#e4ddc8;margin:5px 0;border-radius:2px}
.deed-lines i:nth-child(2){width:86%}
.deed-lines i:nth-child(3){width:72%}
.deed-lines i:nth-child(4){width:90%}
.deed-lines i:nth-child(5){width:64%}
.lock{position:absolute;right:-8px;bottom:-18px;filter:drop-shadow(0 8px 10px rgba(90,67,8,.28))}
.products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  max-width:980px;
  margin:0 auto;
  padding:42px 22px 48px;
}
.pcard{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  text-decoration:none;
  color:var(--navy);
  background:#fff;
  border:1.5px solid var(--navy);
  border-radius:14px;
  padding:28px 18px 24px;
  min-height:176px;
}
.pcard:hover{box-shadow:0 8px 22px rgba(23,40,90,.10)}
.pcard .ico{height:48px;display:flex;align-items:center;margin-bottom:12px}
.pcard h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  font-weight:700;
  margin:0 0 8px;
}
.pcard p{margin:0;font-size:15px;color:var(--mut)}
.foot{
  background:var(--navy);
  color:#fff;
  text-align:center;
  padding:22px 18px 26px;
  font-size:14px;
}
.foot p{margin:0 0 6px}
.foot .asof{opacity:.82;font-size:12.5px;margin-top:8px}
@media(max-width:860px){
  .hero{grid-template-columns:1fr}
  .hero-photo{min-height:220px}
  .hero-panel{padding:28px 22px 32px}
  .badge{align-self:flex-start}
  .deedwrap{margin:8px auto 12px 0}
  .products{grid-template-columns:1fr;padding:28px 18px 36px}
}
