/* ==============================================
   Partners Page
   ============================================== */

/* Lead-in paragraph under the intro split */
.partner-lead {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-top: 24px;
}

/* ==============================================
   Benefit List (Why Partner)
   ============================================== */
.partner-benefits {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.partner-benefits li {
  list-style: none;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  padding-left: 22px;
  margin-bottom: 14px;
  position: relative;
}

.partner-benefits li::marker {
  content: "";
}

.partner-benefits li:last-child {
  margin-bottom: 0;
}

.partner-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--mustangs-red);
  border-radius: 50%;
}

.partner-benefits li strong {
  color: #0a1a40;
  font-weight: 600;
}

/* ==============================================
   Feature Panel (replaces empty .as-photo art)
   ============================================== */
.partner-feature {
  background: linear-gradient(135deg, #001a5e, #003DA5);
  border-radius: 6px;
  padding: 38px 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
}

.partner-feature-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--mustangs-red);
  margin-bottom: 14px;
}

.partner-feature-title {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.partner-feature-text {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

/* ==============================================
   Partnership Tiers Table
   ============================================== */
.tier-table-wrap {
  overflow-x: auto;
}

.tier-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dde3f0;
  border-radius: 6px;
  overflow: hidden;
}

.tier-table thead th {
  background: var(--mustangs-navy);
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  padding: 16px 20px;
}

.tier-table tbody td {
  padding: 20px;
  border-top: 1px solid #dde3f0;
  vertical-align: top;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.tier-table .tier-name {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a1a40;
  white-space: nowrap;
}

.tier-table .tier-name em {
  display: block;
  font-style: normal;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--mustangs-red);
  margin-top: 4px;
}

.tier-table .tier-price {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--mustangs-blue);
  white-space: nowrap;
}

/* Founding Title Partner — flagship row */
.tier-table tr.tier-founding td {
  background: #f6f8fd;
}

.tier-table tr.tier-founding td:first-child {
  box-shadow: inset 4px 0 0 var(--mustangs-red);
}

/* ==============================================
   Closing CTA Band
   ============================================== */
.partner-cta {
  background: var(--mustangs-light);
  border-radius: 6px;
  padding: 44px 40px;
  margin-top: 48px;
}

.partner-cta .partner-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a1a40;
  margin-bottom: 18px;
}

.partner-cta p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 14px;
}

.partner-cta p:last-child {
  margin-bottom: 0;
}

.partner-cta a {
  color: var(--mustangs-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.partner-cta a:hover {
  color: var(--mustangs-red);
}

/* ==============================================
   Partners Page — Responsive
   ============================================== */
@media (max-width: 767px) {
  .partner-feature {
    padding: 30px 24px;
    min-height: 0;
  }

  .partner-cta {
    padding: 32px 24px;
  }
}
