/* Basketouch partners — dark/orange theme (distinct from the light corporate theme in site.css) */
:root {
  --pt-bg: #0b0e1a;
  --pt-bg-alt: #12172a;
  --pt-bg-light: #f6f5f2;
  --pt-text: #ffffff;
  --pt-text-muted: #b7bdd0;
  --pt-text-dark: #14171f;
  --pt-text-dark-muted: #4b5163;
  --pt-accent: #ff6a3d;
  --pt-accent-strong: #ff5722;
  --pt-border: rgba(255, 255, 255, 0.12);
  --pt-border-dark: rgba(20, 23, 31, 0.12);
  --pt-font-display: "Oswald", "Inter", system-ui, -apple-system, sans-serif;
  --pt-font-body: "Inter", system-ui, -apple-system, sans-serif;
  --pt-container: 1120px;
  --pt-radius: 14px;
}

.pt-body {
  margin: 0;
  background: var(--pt-bg-light);
  color: var(--pt-text-dark);
  font-family: var(--pt-font-body);
  line-height: 1.5;
}

.pt-container {
  max-width: var(--pt-container);
  margin: 0 auto;
  padding: 0 24px;
}

.pt-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 28px 0;
}

.pt-header .pt-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px;
}

.pt-brand img {
  height: 28px;
  width: auto;
  display: block;
}

.pt-club-badge img {
  height: 56px;
  width: auto;
  display: block;
}

.pt-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  background: var(--pt-bg);
  color: var(--pt-text);
  overflow: hidden;
}

.pt-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.pt-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 26, 0.35) 0%, rgba(11, 14, 26, 0.95) 90%);
}

.pt-hero-inner {
  position: relative;
  padding: 140px 0 72px;
}

.pt-eyebrow {
  font-family: var(--pt-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pt-accent);
  margin: 0 0 16px;
}

.pt-h1 {
  font-family: var(--pt-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.04;
  margin: 0 0 20px;
}

.pt-h1 .pt-accent-text {
  color: var(--pt-accent);
}

.pt-lead {
  font-size: 18px;
  color: var(--pt-text-muted);
  max-width: 640px;
  margin: 0 0 12px;
}

.pt-tech-provided {
  font-size: 15px;
  color: var(--pt-text-muted);
  margin: 0 0 20px;
}

.pt-lead-strong {
  font-size: 19px;
  color: var(--pt-text);
  max-width: 640px;
  margin: 0 0 28px;
}

.pt-cta-scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pt-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pt-cta-scroll::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--pt-accent);
}

.pt-section {
  padding: 96px 0;
}

.pt-section-light {
  background: var(--pt-bg-light);
  color: var(--pt-text-dark);
}

.pt-section-dark {
  background: var(--pt-bg);
  color: var(--pt-text);
}

/* Two dark sections back to back (e.g. Ecosystem → Implementation) share
   the exact same background, so without a seam they read as one long
   unbroken block. A hairline breaks that up without changing the palette. */
.pt-section-dark + .pt-section-dark {
  border-top: 1px solid var(--pt-border);
}

.pt-section-dark .pt-eyebrow,
.pt-section-light .pt-eyebrow {
  color: var(--pt-accent-strong);
}

.pt-section-dark .pt-eyebrow {
  color: var(--pt-accent);
}

.pt-h2 {
  font-family: var(--pt-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 820px;
}

.pt-body-text {
  font-size: 17px;
  max-width: 680px;
  margin: 0 0 16px;
}

.pt-section-dark .pt-body-text {
  color: var(--pt-text-muted);
}

.pt-section-light .pt-body-text {
  color: var(--pt-text-dark-muted);
}

.pt-quote {
  border-left: 3px solid var(--pt-accent);
  padding-left: 24px;
  margin: 40px 0 0;
  font-size: 22px;
  font-weight: 600;
  max-width: 720px;
}

.pt-opportunity-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

.pt-opportunity-media {
  min-width: 0;
}

.pt-opportunity-media:empty {
  display: none;
}

.pt-opportunity-grid:has(.pt-opportunity-media:empty) {
  grid-template-columns: 1fr;
}

.pt-social-proof {
  margin: 0;
}

.pt-social-proof img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--pt-radius);
}

@media (max-width: 860px) {
  .pt-opportunity-grid {
    grid-template-columns: 1fr;
  }

  .pt-opportunity-media {
    order: -1;
  }

  .pt-social-proof img {
    aspect-ratio: 16 / 10;
  }
}

.pt-product {
  padding-top: 64px;
  border-top: 1px solid var(--pt-border);
}

.pt-product:first-of-type {
  border-top: none;
  padding-top: 0;
}

.pt-product-name {
  font-family: var(--pt-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 4px 0 12px;
}

.pt-product-link {
  display: inline-block;
  font-size: 13px;
  color: var(--pt-text-muted);
  text-decoration: none;
  margin: 0 0 16px;
}

.pt-product-link:hover {
  text-decoration: underline;
}

.pt-designed-for {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-text-muted);
}

.pt-designed-for::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--pt-border);
}

.pt-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.pt-card {
  background: var(--pt-bg-alt);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius);
  overflow: hidden;
}

.pt-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pt-card p {
  margin: 0;
  padding: 16px;
  font-size: 15px;
  color: var(--pt-text);
}

.pt-steps {
  display: grid;
  gap: 28px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pt-step-number {
  font-family: var(--pt-font-display);
  font-size: 15px;
  color: var(--pt-accent);
  margin: 0 0 8px;
}

.pt-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  max-width: 960px;
  columns: 2;
  column-gap: 48px;
}

.pt-list li {
  padding: 18px 0;
  border-top: 1px solid var(--pt-border-dark);
  font-size: 17px;
  break-inside: avoid;
}

.pt-section-dark .pt-list li {
  border-top-color: var(--pt-border);
}

.pt-list-single {
  columns: 1;
}

/* When a list is immediately followed by a new eyebrow (two stacked
   sub-blocks sharing one section, e.g. content plan + benefits), the
   list's own bottom padding isn't enough separation on its own. */
.pt-list + .pt-eyebrow {
  margin-top: 56px;
}

.pt-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .pt-benefits-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.pt-note {
  margin-top: 32px;
  font-size: 14px;
  font-style: italic;
  color: var(--pt-text-dark-muted);
  max-width: 680px;
}

.pt-note + .pt-note {
  margin-top: 12px;
}

.pt-section-dark .pt-note {
  color: var(--pt-text-muted);
}

.pt-footer {
  background: var(--pt-bg);
  color: var(--pt-text-muted);
  padding: 32px 0;
  font-size: 14px;
}

.pt-footer .pt-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.pt-footer a {
  color: var(--pt-text);
  text-decoration: none;
}

.pt-contact {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.pt-contact a {
  color: inherit;
  font-weight: 600;
}

.pt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pt-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: var(--pt-radius);
  font-size: 15px;
}

.pt-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--pt-text-dark);
  text-decoration: none;
  font-weight: 700;
  padding: 13px 24px;
  border: 1px solid var(--pt-border-dark);
  border-radius: var(--pt-radius);
  font-size: 15px;
}

.pt-section-dark .pt-btn-outline {
  color: var(--pt-text);
  border-color: var(--pt-border);
}

@media (max-width: 640px) {
  .pt-hero {
    min-height: 560px;
  }

  .pt-hero-inner {
    padding: 120px 0 48px;
  }

  .pt-section {
    padding: 64px 0;
  }

  .pt-list {
    columns: 1;
  }
}
