.owner-hero {
  padding: 62px 0 42px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #073b78 0%, #075a9f 58%, #0878b9 100%);
}

.owner-hero .eyebrow { color: #f6c54a; }
.owner-hero h1 { margin: 10px 0 14px; color: #fff; }
.owner-hero p { max-width: 760px; margin: 0 auto; color: #e9f4fb; font-size: 1.08rem; }

.owner-search-section { padding: 42px 0 64px; background: #f4f8fb; }

.search-panel {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto 28px;
  padding: 28px;
  border: 1px solid #d7e5ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 59, 120, .10);
}

.search-panel h2 { margin-bottom: 7px; text-align: center; }
.search-panel > p { margin: 0 0 22px; color: #5e6e7e; text-align: center; }

.search-fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; }
.search-field label { display: block; margin-bottom: 7px; color: #173d68; font-weight: 700; }
.search-field input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #aebfce;
  border-radius: 8px;
  color: #17263a;
  background: #fff;
  font: inherit;
}
.search-field input:focus { outline: 3px solid rgba(8, 120, 185, .18); border-color: #0878b9; }

.clear-search {
  min-height: 50px;
  padding: 11px 18px;
  border: 1px solid #b9c9d6;
  border-radius: 8px;
  color: #074b86;
  background: #eef6fb;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.clear-search:hover { background: #dceefa; }

.results-card {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7e5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 59, 120, .07);
}
.results-heading { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 22px; border-bottom: 1px solid #d7e5ef; }
.results-heading h2 { margin: 0; font-size: 1.35rem; }
.result-count { margin: 0; color: #5e6e7e; font-weight: 600; }
.table-scroll { overflow-x: auto; }
#myTable { width: 100%; border-collapse: collapse; font-size: .98rem; }
#myTable th { padding: 15px 18px; color: #fff; background: #074b86; text-align: left; }
#myTable td { padding: 14px 18px; border-bottom: 1px solid #e1eaf1; color: #24384d; }
#myTable tbody tr:nth-child(even) { background: #f7fafc; }
#myTable tbody tr:hover { background: #eaf5fb; }
#myTable th:nth-child(1) { width: 58%; }
#myTable th:nth-child(2) { width: 21%; }
#myTable th:nth-child(3) { width: 21%; }
.no-results { display: none; margin: 0; padding: 34px 20px; color: #5e6e7e; text-align: center; }
.search-note { max-width: 900px; margin: 22px auto 0; color: #5e6e7e; text-align: center; font-size: .92rem; }

@media (max-width: 780px) {
  .owner-hero { padding: 44px 0 34px; }
  .owner-search-section { padding-top: 28px; }
  .search-panel { padding: 22px 18px; }
  .search-fields { grid-template-columns: 1fr; }
  .clear-search { width: 100%; }
  .results-heading { display: block; }
  .result-count { margin-top: 5px; }
  #myTable { min-width: 690px; }
}
