/* ═══════════════════════════════════════════════════════════ */
/* ABOUT & FAQ PAGE STYLES                                     */
/* ═══════════════════════════════════════════════════════════ */

/* ─── About Hero (centered, typographic) ────────────────── */
.pcd-hero {
  background: var(--dark-bg);
  padding: calc(var(--nav-offset) + var(--section-y-sm)) 0 var(--section-y);
  position: relative;
  overflow: hidden;
}
.pcd-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcd-hero-headline {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--text-strong);
  letter-spacing: -0.028em;
  margin: 0 0 28px;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.2s forwards;
}
.pcd-hero-lead {
  font-size: 1.1rem;
  color: var(--text-strong);
  line-height: 1.65;
  max-width: 58ch;
  margin: 0 0 44px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.35s forwards;
}
.pcd-hero-media {
  width: 100%;
  max-width: 720px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.65s forwards;
}
.pcd-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.pcd-hero-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.pcd-hero-socials {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.pcd-link {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}
.pcd-link:hover {
  color: var(--gold-hover);
}

/* ─── The Network — PCD Group ───────────────────────────── */
.network-section {
  background: var(--mid-bg);
  padding: var(--section-y) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--card-border);
}
.network-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.network-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.network-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.network-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.network-socials {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.pcd-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--text-strong);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.pcd-social:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--on-gold);
  transform: translateY(-2px);
}
.network-content {
  max-width: 58ch;
}
.network-content .section-headline {
  margin-bottom: 24px;
}
.network-lead {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.7;
  margin-bottom: 28px;
}
.network-mission {
  background: var(--gold-light);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  margin-bottom: 28px;
}
.network-mission-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}
.network-mission p {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.6;
  font-weight: 500;
}
.network-body {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.7;
}

/* ─── Founder Section ───────────────────────────────────── */
.pcd-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.founder-section {
  background: var(--card-bg);
  position: relative;
  overflow: hidden;
}
.founder-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.founder-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card-border);
  border: 1px solid var(--card-border);
  aspect-ratio: 3 / 4;
  width: 100%;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.founder-lead {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.65;
  margin-bottom: 32px;
}
.founder-career {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.founder-career li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--card-border);
}
.founder-career li:first-child {
  border-top: 1px solid var(--card-border);
}
.founder-career-role {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  min-width: 160px;
  flex-shrink: 0;
}
.founder-career-co {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.5;
}
.founder-closing {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.65;
  font-weight: 500;
}
.founder-cta {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ─── CTA Section (shared by about & faq) ───────────────── */
.about-cta-section {
  background: var(--dark-bg);
  border-top: 1px solid var(--card-border);
  padding: var(--section-y-sm) 0;
}
.about-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.about-cta-inner .section-headline {
  margin-bottom: 16px;
}
.about-cta-headline {
  text-align: center;
}
.about-cta-sub {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.6;
  margin-bottom: 32px;
}
.about-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--on-gold);
}
.about-cta-btn:hover {
  background: var(--gold-hover);
  box-shadow: 0 6px 16px rgba(224, 146, 0, 0.25);
  transform: translateY(-2px);
}
.about-cta-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.about-cta-btn svg { transition: transform 0.2s; }
.about-cta-btn:hover svg { transform: translateX(3px); }
.about-cta-btn-alt {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--on-teal);
}
.about-cta-btn-alt:hover {
  background: var(--teal-hover);
  border-color: var(--teal-hover);
  color: var(--on-teal);
  box-shadow: 0 6px 16px rgba(63, 143, 151, 0.25);
  transform: translateY(-2px);
}
.about-cta-btn-alt:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ─── FAQ Hero ──────────────────────────────────────────── */
.faq-hero {
  background: var(--dark-bg);
  padding: calc(var(--nav-offset) + var(--section-y-sm)) 0 var(--section-y-sm);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.faq-hero-inner {
  position: relative;
  z-index: 1;
}
.faq-hero-headline {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--text-strong);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.2s forwards;
}
.faq-hero-sub {
  font-size: 1rem;
  color: var(--text-strong);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.35s forwards;
}

/* ─── FAQ Page List ─────────────────────────────────────── */
.faq-page-section {
  background: var(--card-bg);
  padding: var(--section-y-sm) 0;
}
.faq-page-inner {
  max-width: 760px;
  margin: 0 auto;
}
.faq-page-item {
  border-bottom: 1px solid var(--card-border);
}
.faq-page-item:first-child {
  border-top: 1px solid var(--card-border);
}
.faq-page-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-strong);
  text-align: left;
  line-height: 1.4;
  transition: color 0.2s;
}
.faq-page-question:hover {
  color: var(--gold);
}
.faq-page-question:active {
  opacity: 0.75;
}
.faq-page-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), color 0.2s;
}
.faq-page-item.open .faq-page-chevron {
  transform: rotate(180deg);
  color: var(--gold);
}
.faq-page-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.16,1,0.3,1);
  overflow: hidden;
}
.faq-page-answer > * {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.4s cubic-bezier(0.16,1,0.3,1);
}
.faq-page-item.open .faq-page-answer {
  grid-template-rows: 1fr;
}
.faq-page-item.open .faq-page-answer > * {
  padding-bottom: 24px;
}
.faq-page-answer p {
  font-size: 1rem;
  color: var(--text-strong);
  line-height: 1.7;
  max-width: 640px;
}

/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 1024px) {
  .network-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .network-media {
    max-width: 560px;
    margin: 0 auto;
  }
  .network-content {
    max-width: none;
  }
  .founder-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .founder-photo {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pcd-hero {
    padding: calc(var(--nav-offset) + var(--section-y-sm)) 0 var(--section-y-sm);
  }
  .faq-hero {
    padding: calc(var(--nav-offset) + var(--section-y-sm)) 0 var(--section-y-sm);
  }
  .founder-career-role {
    min-width: 120px;
  }
}
@media (max-width: 500px) {
  .founder-career li {
    flex-direction: column;
    gap: 4px;
  }
  .founder-career-role {
    min-width: auto;
  }
  .about-cta-buttons {
    flex-direction: column;
  }
}
