/* WDHC Gym Partner / Host Kit — clean modern one-pager */

.kit-page {
  background: #050505;
  color: #ececec;
  font-family: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  min-height: 100vh;
}

.kit-wrap {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 40px 22px 80px;
}

.kit-hero {
  text-align: left;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kit-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cd7f32;
  margin: 0 0 12px;
}

.kit-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}

.kit-lead {
  color: #d4d4d4;
  max-width: 42rem;
  margin: 0 0 18px;
  font-size: 1.15rem;
  line-height: 1.65;
  font-weight: 400;
}

.kit-phone {
  margin: 0;
  font-size: 1.1rem;
  color: #c8c8c8;
}

.kit-phone a {
  color: #f0d78c;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.kit-phone a:hover {
  color: #fff;
  text-decoration: underline;
}

.kit-phone--inline {
  margin-top: 14px;
}

.kit-section {
  margin-bottom: 18px;
  padding: 24px 22px 26px;
  border-radius: 12px;
  background: #0e0e11;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.kit-section--alt {
  background: #100f0c;
  background-image: linear-gradient(
    165deg,
    rgba(212, 175, 55, 0.05) 0%,
    transparent 48%
  );
}

.kit-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #d4af37;
  margin: 0 0 14px;
}

.kit-section ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #d6d6d6;
  font-size: 1.08rem;
  line-height: 1.65;
}

.kit-section li {
  margin-bottom: 10px;
}

.kit-section li:last-child {
  margin-bottom: 0;
}

.kit-section p {
  color: #d6d6d6;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.kit-section a {
  color: #f0d78c;
  font-weight: 600;
  text-decoration: none;
}

.kit-section a:hover {
  text-decoration: underline;
}

/* Bottom CTAs: two equal readable buttons */
.kit-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: stretch;
  margin-top: 32px;
}

.kit-btn {
  flex: 1 1 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 22px;
  border-radius: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.kit-btn--primary {
  background: linear-gradient(135deg, #d4af37 0%, #cd7f32 100%);
  color: #0a0a0a;
  border: none;
}

.kit-btn--primary:hover {
  transform: translateY(-1px);
  color: #000;
}

/* High-contrast secondary (was unreadable gray-on-black) */
.kit-btn--secondary {
  background: #1a1a1f;
  color: #f5f5f5;
  border: 2px solid #d4af37;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.15);
}

.kit-btn--secondary:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #fff;
  border-color: #f0d78c;
}

.kit-page footer {
  padding: 32px 20px 48px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kit-page .footer-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 12px;
}

.kit-page .footer-copy {
  color: #888;
  font-size: 0.95rem;
  margin: 0 0 10px;
}

.kit-page .footer-links {
  margin: 0;
}

.kit-page .footer-links a {
  color: #c8c8c8;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.95rem;
}

.kit-page .footer-links a:hover {
  color: #d4af37;
}

@media print {
  nav,
  .mobile-submit-bar,
  .kit-cta {
    display: none !important;
  }
  .kit-section {
    break-inside: avoid;
    background: #fff !important;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  body,
  .kit-page {
    background: #fff;
    color: #111;
  }
  .kit-section h2,
  .kit-section a,
  .kit-phone a {
    color: #8a6914 !important;
  }
  .kit-section ul,
  .kit-section p,
  .kit-lead {
    color: #222 !important;
  }
}

@media (max-width: 520px) {
  .kit-btn {
    flex: 1 1 100%;
  }
}
