.page-trade-hub body { background: var(--bg); }
.trade-hub-hero {
  background: linear-gradient(135deg, var(--forest) 0%, #0d2b1e 100%);
  padding: 80px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.trade-hub-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.trade-hub-hero-content { position: relative; max-width: 720px; margin: 0 auto; }
.trade-hub-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 20px;
  line-height: 1.15;
}
.trade-hub-hero p { color: rgba(245,240,232,0.7); font-size: 1.1rem; max-width: 560px; margin: 0 auto 32px; }
.trade-hub-stats { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.trade-hub-stat { text-align: center; }
.trade-hub-stat-number {
  font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 700; color: var(--copper);
}
.trade-hub-stat-label { font-size: 0.8rem; color: rgba(245,240,232,0.65); margin-top: 4px; }
.trade-hub-breadcrumb {
  max-width: 1100px; margin: 0 auto; padding: 20px 20px 0;
  font-size: 0.85rem; color: rgba(245,240,232,0.6);
}
.trade-hub-breadcrumb a { color: rgba(245,240,232,0.7); text-decoration: none; }
.trade-hub-breadcrumb a:hover { text-decoration: underline; }

.orte-content { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }
.state-group { margin-bottom: 48px; }
.state-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(30,60,40,0.15);
}
.state-name {
  font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 600; color: var(--forest);
}
.state-count {
  font-size: 0.75rem; color: rgba(30,60,40,0.4);
  background: rgba(30,60,40,0.06); padding: 2px 10px; border-radius: 12px;
}
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.city-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; background: white; border: 1px solid rgba(30,60,40,0.12);
  border-radius: 8px; text-decoration: none; transition: all 0.15s ease;
  color: var(--text);
}
.city-card:hover { border-color: var(--copper); box-shadow: 0 2px 12px rgba(201,152,70,0.15); transform: translateY(-1px); }
.city-card-info { display: flex; flex-direction: column; gap: 2px; }
.city-name-display { font-weight: 500; font-size: 0.95rem; }
.city-meta { font-size: 0.75rem; color: rgba(30,60,40,0.45); }
.city-status { font-size: 0.7rem; padding: 3px 10px; border-radius: 12px; font-weight: 500; }
.city-status.available { background: rgba(28,100,50,0.1); color: var(--forest); }
.city-status.rented { background: rgba(150,110,30,0.1); color: #8a6a20; }

.orte-cta-section {
  background: var(--forest); padding: 48px 32px; border-radius: 16px;
  text-align: center; color: var(--cream); margin-top: 60px;
}
.orte-cta-section h2 { font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 600; margin: 0 0 12px; }
.orte-cta-section p { color: rgba(245,240,232,0.7); margin: 0 0 28px; }
.btn-primary {
  display: inline-block; padding: 14px 32px; background: var(--copper); color: white;
  font-weight: 600; border-radius: 8px; text-decoration: none; transition: all 0.15s ease;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover { background: #b88530; transform: translateY(-1px); }

.orte-filters { max-width: 1100px; margin: 0 auto; padding: 32px 20px 0; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.orte-filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.orte-tab {
  padding: 8px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 500;
  text-decoration: none; color: var(--text); background: rgba(30,60,40,0.06);
  border: 1px solid transparent; transition: all 0.15s ease;
  font-family: 'DM Sans', sans-serif; cursor: pointer;
}
.orte-tab:hover { border-color: var(--copper); }
.orte-tab.active { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.orte-search { margin-left: auto; position: relative; }
.orte-search input {
  padding: 8px 16px 8px 36px; border-radius: 20px; border: 1px solid rgba(30,60,40,0.15);
  font-size: 0.85rem; width: 220px; font-family: 'DM Sans', sans-serif;
  outline: none; transition: border-color 0.15s; color: #1a1a1a;
  background: white;
}
.orte-search input::placeholder { color: rgba(30,60,40,0.4); }
.orte-search input:focus { border-color: var(--copper); }
.orte-result-count { font-size: 0.8rem; color: rgba(30,60,40,0.5); padding: 8px 20px 0; max-width: 1100px; margin: 0 auto; }
