/* HOA profile pages — plugin scoped */

.lvr-hoa-profile {
  padding: 2rem 1rem 3rem;
  background: #f8fafc;
}

.lvr-hoa-profile__wrap {
  max-width: 880px;
  margin: 0 auto;
}

.lvr-hoa-profile__hero {
  background: linear-gradient(135deg, #00335a 0%, #004274 100%);
  color: #fff;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 51, 90, 0.2);
}

.lvr-hoa-profile__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.lvr-hoa-profile__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.2;
  color: #fff;
}

.lvr-hoa-profile__sub {
  margin: 0;
  font-size: 1.05rem;
  opacity: 0.92;
}

.lvr-hoa-profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.lvr-hoa-profile__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.lvr-hoa-profile__card h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: #00335a;
}

.lvr-hoa-profile__dl {
  margin: 0;
}

.lvr-hoa-profile__dl > div {
  margin-bottom: 0.75rem;
}

.lvr-hoa-profile__dl dt {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.lvr-hoa-profile__dl dd {
  margin: 0;
  font-size: 1rem;
  color: #1e293b;
}

.lvr-hoa-profile__contact-empty {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.lvr-hoa-profile__actions {
  margin-bottom: 1.5rem;
}

.lvr-hoa-profile__btn {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  background: #00335a;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.lvr-hoa-profile__btn:hover {
  background: #005a9e;
}

.lvr-hoa-profile__btn--secondary {
  background: #fff;
  color: #00335a !important;
  border: 2px solid #00335a;
  margin-right: 0.5rem;
}

.lvr-hoa-profile__btn--secondary:hover {
  background: #e8f0f7;
}

.lvr-hoa-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.lvr-hoa-profile__disclaimer {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}

.lvr-hoa-lookup__profile-btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.55rem 1rem;
  background: #00335a;
  color: #fff !important;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.lvr-hoa-lookup__profile-btn:hover {
  background: #005a9e;
}

@media (max-width: 700px) {
  .lvr-hoa-profile__grid {
    grid-template-columns: 1fr;
  }
}
