/* ===========================================================================
 * Backline revenue / website-landlord surfaces
 * =========================================================================== */
.bk-landlord {
  border-top: 1px solid #dbe7e4;
  border-bottom: 1px solid #dbe7e4;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.09), transparent 38%),
    #f7fbfa;
}

.bk-landlord__grid,
.bk-landlord__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
}

.bk-landlord__panel,
.bk-landlord__visual,
.bk-landlord__metric,
.bk-landlord__product,
.bk-claim-box,
.bk-sponsor-strip {
  border: 1px solid #dbe7e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px -32px rgba(15, 23, 42, 0.28);
}

.bk-landlord__panel {
  padding: 1.35rem;
}

.bk-landlord__visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  color: #fff;
  background: #07110f;
}

.bk-landlord__visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.bk-landlord__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 15, 0.08), rgba(7, 17, 15, 0.82)),
    linear-gradient(90deg, rgba(7, 17, 15, 0.62), transparent 64%);
}

.bk-landlord__visual--map {
  background: #eef6f4;
}

.bk-landlord__visual--map::after {
  display: none;
}

.bk-landlord__visual--map img {
  object-fit: contain;
  padding: 1rem;
  filter: none;
  background: #eef6f4;
}

.bk-landlord__photo-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 17, 15, 0.68);
  backdrop-filter: blur(14px);
  padding: 1rem;
}

.bk-landlord__photo-card span {
  display: block;
  color: #9fe8df;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.bk-landlord__photo-card strong {
  display: block;
  margin-top: 0.25rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.bk-landlord__proof-row {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.bk-landlord__proof-row span {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.65rem;
  color: #d8e2de;
  font-size: 0.78rem;
  line-height: 1.2;
}

.bk-landlord__proof-row b {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}

.bk-landlord__eyebrow,
.bk-claim-box__eyebrow,
.bk-sponsor-strip__eyebrow {
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bk-landlord h2,
.bk-landlord h3,
.bk-claim-box h3,
.bk-sponsor-strip h3 {
  margin: 0.45rem 0 0;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.bk-landlord h2 {
  font-size: clamp(1.85rem, 3.35vw, 2.7rem);
}

.bk-landlord h3,
.bk-claim-box h3,
.bk-sponsor-strip h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.bk-landlord p,
.bk-claim-box p,
.bk-sponsor-strip p {
  color: #475569;
  line-height: 1.6;
}

.bk-landlord__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.bk-landlord__metric {
  padding: 1rem;
}

.bk-landlord__metric b {
  display: block;
  color: #0f766e;
  font-size: 1.55rem;
  line-height: 1;
}

.bk-landlord__metric span {
  display: block;
  margin-top: 0.45rem;
  color: #475569;
  font-size: 0.84rem;
  line-height: 1.35;
}

.bk-landlord__list {
  display: grid;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.bk-landlord__list li {
  display: flex;
  gap: 0.55rem;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
}

.bk-landlord__list i {
  color: #0f766e;
  margin-top: 0.18rem;
}

.bk-landlord__products {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.bk-landlord__product {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem;
  color: inherit;
  text-decoration: none;
  transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.bk-landlord__product:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.45);
  background: #f7fbfa;
}

.bk-landlord__product i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e7f5f3;
  color: #0f766e;
}

.bk-landlord__product strong,
.bk-landlord__product small {
  display: block;
}

.bk-landlord__product strong {
  color: #0f172a;
  font-size: 0.9rem;
}

.bk-landlord__product small {
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.3;
}

.bk-landlord__actions,
.bk-claim-box__actions,
.bk-sponsor-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.bk-money-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 40px;
  border-radius: 8px;
  padding: 0.66rem 0.9rem;
  border: 1px solid #0f766e;
  background: #0f766e;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.bk-money-btn--ghost {
  background: #fff;
  color: #0f766e;
}

.bk-money-btn--gold {
  border-color: #d8a94a;
  background: #d8a94a;
  color: #10201c;
}

.bk-claim-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid #d8a94a;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  color: #6f4b05;
  background: #fff8e5;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.bk-claim-box,
.bk-sponsor-strip {
  margin-top: 1rem;
  padding: 1rem;
}

.bk-sponsor-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.bk-inventory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.bk-inventory__card {
  border: 1px solid #dbe7e4;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.bk-inventory__card strong {
  display: block;
  color: #0f172a;
  font-size: 1rem;
}

.bk-inventory__card span {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .bk-landlord__grid,
  .bk-landlord__layout,
  .bk-sponsor-strip,
  .bk-inventory {
    grid-template-columns: 1fr;
  }

  .bk-landlord__visual,
  .bk-landlord__visual img {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .bk-landlord__metrics {
    grid-template-columns: 1fr;
  }

  .bk-landlord__proof-row {
    grid-template-columns: 1fr;
  }

  .bk-landlord__photo-card {
    bottom: 14.25rem;
  }

  .bk-landlord__visual,
  .bk-landlord__visual img {
    min-height: 520px;
  }
}
