/* ==========================================================================
   Player Development Intelligence — Site chrome (Phase 3)
   Scoped to body.pdi-home for header, typography, footer and inner-page harmony
   ========================================================================== */

body.pdi-home {
  --brand-primary: #1893FC;
  --brand-navy: #011942;
  --brand-mid-blue: #0068C8;
  --brand-white: #FFFFFF;
  --background-soft: #F6F9FC;
  --background-blue-soft: #EEF7FF;
  --text-primary: #011942;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --border-light: #DCE6F0;
  --border-blue: #B9DFFF;
  --shadow-navy: rgba(1, 25, 66, 0.10);
  --shadow-card: 0 14px 40px rgba(1, 25, 66, 0.08);
  --radius-card: 16px;
  --radius-pill: 999px;
  --container: 1200px;
  --header-h: 76px;

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-secondary);
  background: var(--brand-white);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.pdi-home h1,
body.pdi-home h2,
body.pdi-home h3,
body.pdi-home h4,
body.pdi-home h5,
body.pdi-home .h1,
body.pdi-home .h2,
body.pdi-home .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Dark surfaces: keep headings/copy light for contrast.
   Must beat body.pdi-home h2 { color: navy } (higher specificity). */
body.pdi-home .hero-premium h1,
body.pdi-home .hero-premium h2,
body.pdi-home .hero-premium h3,
body.pdi-home .hero-premium h4,
body.pdi-home .hero-premium .section-title,
body.pdi-home .hero-premium .hero-title,
body.pdi-home .hero-premium .heading,
body.pdi-home .hero-premium .trust-band-title,
body.pdi-home .cta-panel h1,
body.pdi-home .cta-panel h2,
body.pdi-home .cta-panel h3,
body.pdi-home .pdi-final-cta h1,
body.pdi-home .pdi-final-cta h2,
body.pdi-home .pdi-final-cta h3,
body.pdi-home .pdi-section--navy h2,
body.pdi-home .pdi-section--navy h3,
body.pdi-home .pdi-section--navy .pdi-title,
body.pdi-home .pdi-model__layer--coaches h3,
body.pdi-home .pdi-model__layer--bridge h3,
body.pdi-home .pdi-model__bridge-title {
  color: #ffffff;
}

body.pdi-home .hero-premium .hero-title .accent,
body.pdi-home .hero-premium .accent,
body.pdi-home .hero-premium .hero-chain-title {
  color: #1893FC;
}

body.pdi-home .hero-premium .hero-secondary {
  color: rgba(255, 255, 255, 0.92);
}

body.pdi-home .hero-premium .section-copy,
body.pdi-home .hero-premium .hero-subtitle,
body.pdi-home .hero-premium .trust-band-text,
body.pdi-home .cta-panel p {
  color: rgba(255, 255, 255, 0.88);
}

body.pdi-home .hero-premium .hero-support,
body.pdi-home .hero-premium .hero-note {
  color: rgba(255, 255, 255, 0.74);
}

body.pdi-home .hero-premium .section-kicker {
  color: #1893FC;
}

/* ---- Skip link ---- */
.pdi-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--brand-navy);
  color: var(--brand-white);
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  font-weight: 600;
}

.pdi-skip:focus {
  left: 0;
  outline: 3px solid var(--brand-primary);
  outline-offset: 2px;
}

/* ---- Layout ---- */
.pdi-container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

.pdi-section {
  padding-block: 96px;
  scroll-margin-top: calc(var(--header-h) + 12px);
}

#visibility-gap,
#visibility-model,
#how-it-works,
#system,
#behaviour,
#ecosystem,
#coaching,
#product,
#proof,
#conversation,
#main-content {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.pdi-section--soft {
  background: var(--background-soft);
}

.pdi-section--blue-soft {
  background: var(--background-blue-soft);
}

.pdi-section--navy {
  background: var(--brand-navy);
  color: rgba(255, 255, 255, 0.88);
}

.pdi-section--navy h2,
.pdi-section--navy h3,
.pdi-section--navy .pdi-kicker {
  color: var(--brand-white);
}

.pdi-section--navy .pdi-lead {
  color: rgba(255, 255, 255, 0.78);
}

.pdi-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-mid-blue);
  margin-bottom: 14px;
}

.pdi-title {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 18ch;
}

.pdi-title--wide {
  max-width: 22ch;
}

.pdi-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 62ch;
  margin: 0;
}

.pdi-center {
  text-align: center;
}

.pdi-center .pdi-title,
.pdi-center .pdi-lead {
  margin-inline: auto;
}

.pdi-center .pdi-title {
  max-width: 22ch;
}

/* ---- Buttons ---- */
.pdi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.2;
}

.pdi-btn:focus-visible {
  outline: 3px solid var(--brand-primary);
  outline-offset: 3px;
}

.pdi-btn--primary {
  background: var(--brand-primary);
  color: var(--brand-white) !important;
}

.pdi-btn--primary:hover {
  background: var(--brand-mid-blue);
  color: var(--brand-white) !important;
}

.pdi-btn--secondary {
  background: transparent;
  color: var(--brand-mid-blue) !important;
  border-color: var(--brand-mid-blue);
}

.pdi-btn--secondary:hover {
  background: var(--background-blue-soft);
  color: var(--brand-navy) !important;
}

.pdi-btn--ghost-light {
  background: transparent;
  color: var(--brand-white) !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.pdi-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand-white);
}

.pdi-btn--on-dark {
  background: var(--brand-primary);
  color: var(--brand-white) !important;
}

.pdi-btn--on-dark:hover {
  background: #3aa4fd;
}

.pdi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdi-actions--center {
  justify-content: center;
  margin-top: 36px;
}

/* ---- Cards ---- */
.pdi-card {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 28px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pdi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(1, 25, 66, 0.12);
  border-color: var(--border-blue);
}

.pdi-card h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.pdi-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
}

.pdi-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--background-blue-soft);
  color: var(--brand-mid-blue);
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 0.85rem;
}

.pdi-card__list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.pdi-card__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--text-secondary);
  font-size: 0.98rem;
}

.pdi-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-primary);
}

/* ---- Header ---- */
body.pdi-home .site-navbar,
body.pdi-home header.site-navbar {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 2000;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

body.pdi-home .site-navbar.is-scrolled {
  box-shadow: 0 8px 24px var(--shadow-navy);
  background: rgba(255, 255, 255, 0.98);
}

body.pdi-home .nav-shell {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

body.pdi-home .nav-frame {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  backdrop-filter: none;
  padding: 0;
}

body.pdi-home .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 16px;
}

body.pdi-home .nav-logo img,
body.pdi-home .site-logo img {
  max-width: 168px;
  width: auto;
  height: auto;
}

body.pdi-home .site-navigation {
  text-align: right;
}

body.pdi-home .site-menu.main-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.pdi-home .site-menu.main-menu > li > a.nav-link {
  color: var(--brand-navy) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 10px 10px !important;
  border-radius: 8px;
  position: relative;
  white-space: nowrap;
}

body.pdi-home .site-menu.main-menu > li > a.nav-link:hover,
body.pdi-home .site-menu.main-menu > li.active > a.nav-link {
  color: var(--brand-mid-blue) !important;
  background: var(--background-blue-soft);
}

body.pdi-home .site-menu.main-menu > li.active > a.nav-link:after {
  display: none;
}

body.pdi-home .site-menu.main-menu > li > a.nav-cta {
  background: var(--brand-primary) !important;
  color: var(--brand-white) !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  margin-left: 8px;
  text-transform: none;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

body.pdi-home .site-menu.main-menu > li > a.nav-cta:hover {
  background: var(--brand-mid-blue) !important;
  color: var(--brand-white) !important;
}

body.pdi-home .site-menu-toggle {
  color: var(--brand-navy) !important;
}

body.pdi-home .site-menu-toggle .icon-menu {
  color: var(--brand-navy) !important;
}

body.pdi-home .site-mobile-menu {
  background: var(--brand-white);
}

body.pdi-home .site-mobile-menu .site-nav-wrap > li > a {
  color: var(--brand-navy);
}

/* ---- Hero ---- */
.pdi-hero {
  position: relative;
  padding: 72px 0 80px;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(24, 147, 252, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(0, 104, 200, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 55%, #F6F9FC 100%);
  overflow: hidden;
}

.pdi-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.pdi-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(24, 147, 252, 0.08);
  border: 1px solid var(--border-blue);
  color: var(--brand-mid-blue);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.pdi-hero__title {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin: 0 0 20px;
  color: var(--brand-navy);
  max-width: 14ch;
}

.pdi-hero__title span {
  color: var(--brand-primary);
}

.pdi-hero__support {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 42ch;
  margin: 0 0 28px;
}

.pdi-hero__note {
  margin-top: 20px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.pdi-hero__visual {
  position: relative;
}

.pdi-hero__frame {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(1, 25, 66, 0.12);
  overflow: hidden;
  position: relative;
}

.pdi-hero__frame::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(24, 147, 252, 0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pdi-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.pdi-hero__caption {
  padding: 14px 18px 16px;
  border-top: 1px solid var(--border-light);
  font-size: 0.88rem;
  color: var(--text-muted);
  background: var(--background-soft);
  position: relative;
  z-index: 1;
}

/* Decorative mock if used */
.pdi-mock {
  padding: 20px;
  background: linear-gradient(160deg, #011942 0%, #0068C8 100%);
  color: #fff;
}

.pdi-mock__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 0.8rem;
  opacity: 0.9;
}

.pdi-mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  display: inline-block;
  margin-right: 8px;
}

.pdi-mock__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}

.pdi-mock__metric {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
}

.pdi-mock__metric span {
  display: block;
  font-size: 0.72rem;
  opacity: 0.75;
  margin-bottom: 4px;
}

.pdi-mock__metric strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.pdi-mock__chart {
  height: 72px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.04) 100%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 18px,
      rgba(255,255,255,0.06) 18px,
      rgba(255,255,255,0.06) 19px
    );
  position: relative;
  overflow: hidden;
}

.pdi-mock__chart svg {
  position: absolute;
  inset: 12px 10px 10px;
  width: calc(100% - 20px);
  height: calc(100% - 22px);
}

/* ---- Problem comparison ---- */
.pdi-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.pdi-compare__col {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card);
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.pdi-compare__col h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
}

.pdi-compare__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-mid-blue);
  margin-bottom: 10px;
}

.pdi-compare__col--parents .pdi-compare__label {
  color: var(--text-muted);
}

.pdi-compare__items {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.pdi-compare__items li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--border-light);
  color: var(--text-secondary);
}

.pdi-compare__mark {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--background-blue-soft);
  color: var(--brand-mid-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.pdi-compare__note {
  margin-top: 28px;
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--background-blue-soft);
  border: 1px solid var(--border-blue);
  color: var(--text-primary);
  font-size: 1rem;
  max-width: 70ch;
}

/* ---- Visibility Model ---- */
.pdi-model {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  position: relative;
}

.pdi-model__layer {
  border-radius: var(--radius-card);
  padding: 24px 28px;
  border: 1px solid var(--border-light);
  background: var(--brand-white);
  box-shadow: var(--shadow-card);
  position: relative;
}

.pdi-model__layer h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
  color: var(--brand-white);
}

.pdi-model__layer--coaches {
  background: linear-gradient(135deg, #011942 0%, #0a2f63 100%);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.88);
}

.pdi-model__layer--parents {
  background: linear-gradient(135deg, #EEF7FF 0%, #FFFFFF 100%);
  border-color: var(--border-blue);
}

.pdi-model__layer--parents h3 {
  color: var(--brand-navy);
}

.pdi-model__layer--gap {
  background: #F8FAFC;
  border-style: dashed;
  border-color: #94A3B8;
}

.pdi-model__layer--gap h3 {
  color: var(--brand-navy);
}

.pdi-model__layer--bridge {
  /* Deeper navy → brand blue so white brand title stays crisp (not navy-on-cyan). */
  background: linear-gradient(145deg, #011942 0%, #0a3a7a 42%, #0068C8 78%, #1893FC 100%);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 48px rgba(1, 25, 66, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pdi-model__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.pdi-model__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
}

.pdi-model__layer--parents .pdi-model__tag,
.pdi-model__layer--gap .pdi-model__tag {
  background: var(--background-blue-soft);
  color: var(--brand-mid-blue);
}

.pdi-model__layer--gap .pdi-model__tag {
  background: #E2E8F0;
  color: #334155;
}

.pdi-model__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 12px;
}

.pdi-model__chip {
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pdi-model__layer--parents .pdi-model__chip,
.pdi-model__layer--gap .pdi-model__chip {
  background: var(--brand-white);
  border-color: var(--border-light);
  color: var(--text-secondary);
}

.pdi-model__statement {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 70ch;
}

.pdi-model__layer--coaches .pdi-model__statement,
.pdi-model__layer--bridge .pdi-model__statement {
  color: rgba(255, 255, 255, 0.86);
}

.pdi-model__connector {
  display: flex;
  justify-content: center;
  color: var(--brand-primary);
  height: 20px;
}

.pdi-model__connector svg {
  width: 24px;
  height: 24px;
}

.pdi-model__bridge-title {
  font-size: 1.45rem !important;
  margin-bottom: 4px !important;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 2px rgba(1, 25, 66, 0.25);
}

.pdi-model__layer--bridge .pdi-model__tag {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.pdi-model__layer--bridge .pdi-model__chip {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.pdi-model__bridge-final {
  margin-top: 14px;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--brand-white);
}

/* ---- Framework grid ---- */
.pdi-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.pdi-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.pdi-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
  align-items: center;
}

/* ---- System ---- */
.pdi-system-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 22px;
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.pdi-system-item__num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-navy);
  color: var(--brand-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.pdi-system-item h3 {
  font-size: 1.15rem;
  margin: 0 0 6px;
}

.pdi-system-item p {
  margin: 0;
  color: var(--text-secondary);
}

.pdi-system-stack {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.pdi-system-aside {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: var(--radius-card);
  background: var(--background-blue-soft);
  border: 1px solid var(--border-blue);
}

.pdi-system-aside h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.pdi-system-aside p {
  margin: 0;
  color: var(--text-secondary);
}

.pdi-system-aside a {
  color: var(--brand-mid-blue);
  font-weight: 600;
}

/* ---- Behaviour ---- */
.pdi-quote-panel {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--shadow-card);
}

.pdi-quote-panel blockquote {
  position: relative;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  color: var(--brand-navy);
  font-weight: 650;
  letter-spacing: -0.02em;
}

/* Suppress legacy theme decorative quote glyph (overlaps copy) */
.pdi-quote-panel blockquote:before,
.pdi-quote-panel blockquote:after {
  content: none;
  display: none;
}

.pdi-quote-panel blockquote span {
  display: block;
  color: var(--brand-primary);
  margin-top: 10px;
}

.pdi-quote-panel p {
  margin: 0;
  color: var(--text-secondary);
}

.pdi-progress-visual {
  background: var(--brand-navy);
  border-radius: 20px;
  padding: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.pdi-progress-visual h3 {
  color: var(--brand-white);
  font-size: 1.1rem;
  margin: 0 0 18px;
}

.pdi-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
}

.pdi-progress-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pdi-progress-bar {
  width: 48%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.pdi-progress-bar > i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1893FC, #7cc7ff);
}

.pdi-progress-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Ecosystem ---- */
.pdi-audience h3 {
  font-size: 1.15rem;
  margin: 0 0 10px;
}

/* ---- Coaching ---- */
.pdi-principles {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.pdi-principle {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.pdi-principle strong {
  display: block;
  color: var(--brand-white);
  margin-bottom: 2px;
}

.pdi-principle span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.pdi-principle__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 2px;
}

/* ---- Product preview ---- */
.pdi-product-showcase {
  display: grid;
  gap: 24px;
  margin-top: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pdi-product-feature,
.pdi-product-thumb {
  margin: 0;
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.pdi-product-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #F1F5F9;
  border-bottom: 1px solid var(--border-light);
}

.pdi-product-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CBD5E1;
}

.pdi-product-media {
  background:
    linear-gradient(180deg, #EEF5FC 0%, #F8FAFC 100%);
  padding: 16px;
}

.pdi-product-feature .pdi-product-media {
  padding: 20px;
}

.pdi-product-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  background: var(--brand-white);
  box-shadow: 0 8px 24px rgba(1, 25, 66, 0.06);
}

.pdi-product-thumb .pdi-product-media {
  padding: 14px;
}

.pdi-product-feature figcaption,
.pdi-product-thumb figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 22px 20px;
  border-top: 1px solid var(--border-light);
  background: var(--brand-white);
}

.pdi-product-feature figcaption strong,
.pdi-product-thumb figcaption strong {
  color: var(--brand-navy);
  font-size: 1.05rem;
  font-weight: 700;
}

.pdi-product-feature figcaption span,
.pdi-product-thumb figcaption span {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pdi-product-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Legacy class aliases if referenced elsewhere */
.pdi-product-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.pdi-product-card {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

/* ---- Proof ---- */
.pdi-faces {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin: 36px 0 48px;
}

.pdi-face {
  text-align: center;
}

.pdi-face img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-light);
  margin-bottom: 8px;
}

.pdi-face strong {
  display: block;
  font-size: 0.85rem;
  color: var(--brand-navy);
  font-weight: 600;
}

.pdi-face span {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.pdi-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pdi-testimonial {
  background: var(--brand-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-card);
  padding: 24px;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
}

.pdi-testimonial img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.pdi-testimonial h3 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.pdi-testimonial p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ---- Final CTA ---- */
.pdi-final-cta {
  text-align: center;
  padding: 56px 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #011942 0%, #0068C8 100%);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(1, 25, 66, 0.2);
}

body.pdi-home .pdi-final-cta h2,
.pdi-final-cta h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 0 14px;
  max-width: 18ch;
  margin-inline: auto;
}

body.pdi-home .pdi-final-cta p,
.pdi-final-cta p {
  max-width: 52ch;
  margin: 0 auto 28px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
}

.pdi-final-cta .pdi-actions {
  justify-content: center;
}

/* ---- Footer ---- */
body.pdi-home .pdi-footer,
body.pdi-home footer.footer-section.pdi-footer {
  background: var(--brand-navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 64px 0 28px;
}

.pdi-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.pdi-footer__brand img {
  max-width: 160px;
  height: auto;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
}

.pdi-footer__brand p {
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 34ch;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
}

.pdi-footer__legal-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.pdi-footer h3 {
  color: var(--brand-white) !important;
  font-size: 0.95rem !important;
  margin: 0 0 14px !important;
  font-weight: 650;
}

.pdi-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdi-footer li {
  margin-bottom: 8px;
  font-size: 0.92rem;
}

.pdi-footer a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none;
}

.pdi-footer a:hover {
  color: var(--brand-white) !important;
}

.pdi-footer__bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

.pdi-footer__powered {
  margin: 10px 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.42);
}

/* ---- Motion ---- */
@media (prefers-reduced-motion: no-preference) {
  .pdi-rise {
    animation: pdiRise 0.7s ease both;
  }

  @keyframes pdiRise {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdi-card:hover,
  .pdi-btn,
  body.pdi-home .site-navbar {
    transition: none;
  }

  .pdi-card:hover {
    transform: none;
  }

  .pdi-rise {
    animation: none;
  }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .pdi-hero__grid,
  .pdi-grid-2 {
    grid-template-columns: 1fr;
  }

  .pdi-product-thumbs {
    grid-template-columns: 1fr;
  }

  .pdi-product-feature .pdi-product-media,
  .pdi-product-thumb .pdi-product-media {
    padding: 12px;
  }

  .pdi-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .pdi-faces {
    grid-template-columns: repeat(3, 1fr);
  }

  .pdi-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pdi-hero__title {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  body.pdi-home .site-menu.main-menu {
    display: none !important;
  }

  .pdi-section {
    padding-block: 72px;
  }
}

@media (max-width: 767.98px) {
  .pdi-section {
    padding-block: 56px;
  }

  .pdi-hero {
    padding: 40px 0 56px;
  }

  .pdi-compare,
  .pdi-grid-3,
  .pdi-grid-4,
  .pdi-testimonials {
    grid-template-columns: 1fr;
  }

  .pdi-faces {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdi-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pdi-final-cta {
    padding: 40px 22px;
  }

  .pdi-actions {
    flex-direction: column;
  }

  .pdi-actions .pdi-btn {
    width: 100%;
  }

  .pdi-quote-panel {
    padding: 24px;
  }

  .pdi-model__layer {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .pdi-container,
  body.pdi-home .nav-shell {
    padding-inline: 16px;
  }

  .pdi-face img {
    width: 64px;
    height: 64px;
  }

  .pdi-testimonial {
    grid-template-columns: 1fr;
  }
}

/* ---- Inner pages: sticky header + hero-premium harmony ---- */
body.pdi-home .hero-premium {
  padding: 72px 0 88px;
}

body.pdi-home .hero-premium > .page-wide > .row {
  align-items: flex-start !important;
}

body.pdi-home .page-wide {
  max-width: var(--container);
}

body.pdi-home .section-kicker {
  color: var(--brand-mid-blue);
  font-family: inherit;
}

body.pdi-home .section-title,
body.pdi-home .trusted-heading {
  font-family: inherit;
  letter-spacing: -0.02em;
}

body.pdi-home .btn-premium-primary {
  background: var(--brand-primary);
  color: var(--brand-white) !important;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 48px;
  padding: 12px 22px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.pdi-home .btn-premium-primary:hover {
  background: var(--brand-mid-blue);
  color: var(--brand-white) !important;
}

body.pdi-home .btn-premium-secondary {
  background: transparent;
  color: var(--brand-mid-blue) !important;
  border: 1px solid var(--brand-mid-blue);
  border-radius: 10px;
  min-height: 48px;
  padding: 12px 22px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.pdi-home .hero-premium .btn-premium-secondary {
  color: var(--brand-white) !important;
  border-color: rgba(255, 255, 255, 0.55);
}

body.pdi-home .hero-premium .btn-premium-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand-white);
  color: var(--brand-white) !important;
}

body.pdi-home .cta-panel {
  border-radius: 24px;
  background: linear-gradient(135deg, #011942 0%, #0068C8 100%);
  color: rgba(255, 255, 255, 0.88);
}

body.pdi-home .cta-panel .section-kicker {
  color: #7cc7ff;
}

body.pdi-home .cta-panel h1,
body.pdi-home .cta-panel h2,
body.pdi-home .cta-panel h3 {
  color: #ffffff;
}

body.pdi-home .cta-panel p {
  color: rgba(255, 255, 255, 0.88);
}

body.pdi-home .cta-panel .btn-premium-primary {
  background: #1893FC;
  box-shadow: 0 10px 28px rgba(24, 147, 252, 0.35);
}

body.pdi-home .pillar-card,
body.pdi-home .solution-card,
body.pdi-home .outcome-card,
body.pdi-home .glass-panel,
body.pdi-home .homepage-proof-card {
  border-radius: var(--radius-card);
  border-color: var(--border-light);
  box-shadow: var(--shadow-card);
}

/* Callout panes: high-contrast brand blues (not legacy orange/green) */
body.pdi-home .message-alert-warning {
  background: var(--background-blue-soft);
  border: 1px solid var(--border-blue);
  color: var(--brand-navy);
}

body.pdi-home .message-alert-success {
  background: var(--background-soft);
  border: 1px solid var(--border-light);
  color: var(--brand-navy);
}

body.pdi-home .premium-section {
  padding-block: 96px;
}

@media (max-width: 991.98px) {
  body.pdi-home .hero-premium {
    padding: 56px 0 72px;
  }

  body.pdi-home .premium-section {
    padding-block: 72px;
  }
}

@media (max-width: 767.98px) {
  body.pdi-home .premium-section {
    padding-block: 56px;
  }
}
