/*
 Theme Name:   PSP Theme
 Theme URI:    https://parsonssports.net/
 Description:  Parsons Sports Performance — Custom Theme
 Author:       PSP Development
 Template:     hello-elementor
 Version:      2.0.0
*/

/* ============================================================
   FONTS
   ============================================================ */

/* Poppins */
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Thin.woff2') format('woff2'),
         url('assets/fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Path to D1 live-page conversion */
.psp-live-page--path-group {
  overflow: hidden;
  background: #fff;
}

.psp-live-page--path-group .psp-live-hero {
  border-bottom: 0;
}

.psp-live-page--path-group .psp-live-hero::before {
  background: rgba(0, 0, 0, .34);
}

.psp-path-intro.psp-partner-intro-split,
.psp-path-intro .psp-partner-intro-split__image {
  min-height: 500px;
}

.psp-path-intro .psp-partner-intro-split__image {
  background-position: center center;
}

.psp-path-intro--evaluation .psp-partner-intro-split__image,
.psp-path-intro--method .psp-partner-intro-split__image {
  background-position: top center;
}

.psp-path-intro--recruiting .psp-partner-intro-split__image {
  background-position: bottom center;
}

.psp-path-intro .psp-partner-intro-split__inner {
  width: 100%;
  max-width: none;
}

.psp-path-image-rows {
  padding: 80px 0;
  background: #fff;
}

.psp-path-image-rows .psp-live-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.psp-path-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}

.psp-path-image-row--image-left .psp-path-image-row__media {
  order: -1;
}

.psp-path-image-row__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #000;
  text-align: right;
}

.psp-path-image-row--image-left .psp-path-image-row__copy {
  align-items: flex-start;
  text-align: left;
}

.psp-path-image-row h2 {
  width: 100%;
  margin: 0 0 20px;
  color: #c1262d;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.psp-path-image-row__text {
  width: 90%;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-path-image-row__text p {
  margin: 0;
}

.psp-path-image-row__media {
  margin: 0;
}

.psp-path-image-row__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.psp-path-method-summary {
  background: #fff;
  padding-bottom: 120px;
}

.psp-path-method-summary__head,
.psp-path-step-bands__head {
  padding: 0 20px 50px;
  text-align: center;
}

.psp-path-step-bands--numbered .psp-path-step-bands__head {
  padding-top: 80px;
}

.psp-path-method-summary__head h2,
.psp-path-step-bands__head h2 {
  margin: 0 0 10px;
  color: #000;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.psp-path-method-summary__head p,
.psp-path-step-bands__head p {
  margin: 0;
  color: #c1262d;
  font-family: var(--psp-font-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.psp-path-method-summary__bands,
.psp-path-step-bands {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.psp-path-step-bands {
  padding-bottom: 120px;
  background: #fff;
}

.psp-path-step-bands--numbered {
  padding-bottom: 0;
}

.psp-path-method-band,
.psp-path-step-band {
  padding: 30px;
  background: #c1262d;
  color: #fff;
}

.psp-path-step-bands--numbered .psp-path-step-band {
  padding: 60px 20px;
}

.psp-path-method-band .psp-live-container,
.psp-path-step-band__inner {
  display: grid;
  grid-template-columns: 15% minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.psp-path-step-bands--numbered .psp-path-step-band__inner {
  grid-template-columns: 20% minmax(0, 1fr);
  gap: 50px;
}

.psp-path-method-band h3,
.psp-path-step-band__label h3 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.psp-path-method-band p,
.psp-path-step-band__copy h4 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.psp-path-step-band__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.psp-path-step-band__number {
  display: block;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 120px;
  font-weight: 500;
  line-height: .82;
}

.psp-path-step-bands--numbered .psp-path-step-band__label h3 {
  width: 100%;
  font-size: 60px;
  text-align: center;
  text-transform: none;
}

.psp-path-step-band__text {
  width: 90%;
  margin-top: 30px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-path-step-band__text p {
  margin: 0 0 1em;
}

.psp-path-step-band__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .psp-path-intro.psp-partner-intro-split,
  .psp-path-image-row,
  .psp-path-method-band .psp-live-container,
  .psp-path-step-band__inner,
  .psp-path-step-bands--numbered .psp-path-step-band__inner {
    grid-template-columns: 1fr;
  }

  .psp-path-intro .psp-partner-intro-split__image {
    min-height: 450px;
  }

  .psp-path-image-row--image-left .psp-path-image-row__media,
  .psp-path-image-row__media {
    order: 0;
  }

  .psp-path-image-row__copy,
  .psp-path-image-row--image-left .psp-path-image-row__copy {
    align-items: flex-start;
    text-align: left;
  }

  .psp-path-image-row__text,
  .psp-path-step-band__text {
    width: 100%;
  }

  .psp-path-method-band h3,
  .psp-path-step-band__label h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .psp-live-page--path-group,
  .psp-live-page--path-group * {
    box-sizing: border-box;
    min-width: 0;
  }

  .psp-live-page--path-group .psp-live-hero {
    border-bottom: 5px solid #c1262d;
  }

  .psp-live-page--path-group .psp-live-hero h1 {
    width: calc(100% - 40px);
    max-width: calc(100vw - 40px);
    font-size: 40px;
    line-height: 1.05;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .psp-path-intro .psp-partner-intro-split__copy,
  .psp-path-image-row,
  .psp-path-image-row__copy,
  .psp-path-method-band .psp-live-container,
  .psp-path-step-band__inner,
  .psp-path-step-bands--numbered .psp-path-step-band__inner {
    width: 100%;
    max-width: 100%;
  }

  .psp-path-intro .psp-partner-intro-split__inner,
  .psp-path-image-row__text,
  .psp-path-step-band__text {
    width: min(350px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }

  .psp-path-intro .psp-partner-intro-split__image {
    min-height: 200px;
  }

  .psp-path-intro .psp-partner-intro-split__copy {
    padding: 20px 20px 50px;
  }

  .psp-path-intro .psp-partner-intro-split h2 {
    font-size: 20px;
    line-height: 1.2;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .psp-path-image-rows {
    padding: 50px 0;
  }

  .psp-path-image-rows .psp-live-container {
    gap: 50px;
  }

  .psp-path-image-row h2,
  .psp-path-method-summary__head h2,
  .psp-path-step-bands__head h2 {
    width: min(350px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .psp-path-image-row__copy,
  .psp-path-image-row--image-left .psp-path-image-row__copy {
    align-items: center;
  }

  .psp-path-image-row__text {
    text-align: left;
  }

  .psp-path-image-row__text,
  .psp-path-step-band__text,
  .psp-path-intro .psp-partner-intro-split p {
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .psp-path-method-summary {
    padding-bottom: 50px;
  }

  .psp-path-method-summary__head,
  .psp-path-step-bands__head {
    width: min(350px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    padding-bottom: 50px;
  }

  .psp-path-step-bands--numbered .psp-path-step-bands__head {
    padding-top: 50px;
  }

  .psp-path-method-summary__head p,
  .psp-path-step-bands__head p {
    font-size: 16px;
    line-height: 1.3;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .psp-path-step-bands {
    padding-bottom: 50px;
  }

  .psp-path-step-bands--numbered {
    padding-bottom: 0;
  }

  .psp-path-method-band,
  .psp-path-step-band,
  .psp-path-step-bands--numbered .psp-path-step-band {
    padding: 30px 20px;
  }

  .psp-path-method-band .psp-live-container,
  .psp-path-step-band__inner,
  .psp-path-step-bands--numbered .psp-path-step-band__inner {
    gap: 30px;
  }

  .psp-path-method-band h3,
  .psp-path-step-band__label h3 {
    font-size: 25px;
  }

  .psp-path-step-band__number {
    font-size: 90px;
  }

  .psp-path-step-bands--numbered .psp-path-step-band__label {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .psp-path-step-bands--numbered .psp-path-step-band__label h3 {
    width: auto;
    font-size: 25px;
    text-align: left;
  }

  .psp-path-method-band p,
  .psp-path-step-band__copy h4 {
    font-size: 16px;
  }

  .psp-path-step-band__text {
    font-size: 16px;
  }
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-ThinItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-ExtraLight.woff2') format('woff2'),
         url('assets/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Light.woff2') format('woff2'),
         url('assets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-LightItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Regular.woff2') format('woff2'),
         url('assets/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Italic.woff2') format('woff2'),
         url('assets/fonts/Poppins-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Medium.woff2') format('woff2'),
         url('assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-MediumItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
         url('assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-BoldItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-ExtraBold.woff2') format('woff2'),
         url('assets/fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-Black.woff2') format('woff2'),
         url('assets/fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Poppins-BlackItalic.woff2') format('woff2'),
         url('assets/fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Cheddar Gothic Rough */
@font-face {
    font-family: 'cheddar-gothic-rough';
    src: url('assets/fonts/CheddarGothic-RoughRegular.woff2') format('woff2'),
         url('assets/fonts/CheddarGothic-RoughRegular.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cheddar-gothic-rough';
    src: url('assets/fonts/CheddarGothic-RoughRegularItalic.woff2') format('woff2'),
         url('assets/fonts/CheddarGothic-RoughRegularItalic.woff') format('woff');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ============================================================
   GLOBAL VARIABLES
   ============================================================ */
:root {
    --psp-red: #C1262D;
    --psp-black: #000000;
    --psp-white: #FFFFFF;
    --psp-charcoal: #1A1A1A;
    --psp-gray: #707070;
    --psp-light-gray: #F2F2F2;
    --psp-silver: #DCDCDC;
    --psp-font-display: "cheddar-gothic-rough", sans-serif;
    --psp-font-heading: "cheddar-gothic-rough", sans-serif;
    --psp-font-body: "poppins", sans-serif;
    --psp-font-accent: "poppins", sans-serif;
    --psp-container-max: 1240px;
    
}

/* ============================================================
   GLOBAL RESET & TYPOGRAPHY
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--psp-font-body);
    margin: 0;
    padding: 0;
    color: var(--psp-black);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

/* Second selector overrides a max-width rule in the parent theme stylesheet */
.site-main,
body:not([class*=elementor-page-]) .site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--psp-font-heading);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
}

h1 {
    font-size: 115px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 35px;
}

p {
    font-family: var(--psp-font-body);
    line-height: 1.5;
}

@media (max-width: 1024px) {
    h1 { font-size: 77px; }
    h2 { font-size: 45px; }
    h3 { font-size: 28px; }
}

@media (max-width: 767px) {
    h1 { font-size: 45px; }
    h2 { font-size: 45px; }
    h3 { font-size: 28px; }
    body { font-size: 14px; }
}

a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Display font - "broken" cheddar-gothic-rough style */
.psp-display-font,
.psp-hero__title,
.psp-banner__title,
.psp-display-title {
    font-family: var(--psp-font-display);
    font-weight: 500;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
}

.psp-display-font { font-size: clamp(60px, 8vw, 115px); }
.psp-display-title { font-size: clamp(30px, 4vw, 50px); margin-bottom: 20px; }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.container {
    max-width: var(--psp-container-max);
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}
.container-wide {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

/* Image utility */
.psp-img--rounded {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.psp-img--rounded-shadow {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Intro paragraph utility */
.psp-intro-text {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

/* Button modifiers */
.psp-button--black {
    background: var(--psp-black);
}
.psp-button--black:hover {
    background: var(--psp-charcoal);
}
.psp-button--mt {
    margin-top: 15px;
}
.psp-button--mt-lg {
    margin-top: 20px;
}
.psp-button--full-width {
    width: 100%;
}

/* Card title accent */
.psp-card__title--red {
    color: var(--psp-red);
}

.psp-red-text { color: var(--psp-red) !important; }
.psp-white-text { color: var(--psp-white) !important; }
.psp-black-text { color: var(--psp-black) !important; }
.text-center { text-align: center; }

/* ============================================================
   BUTTONS
   ============================================================ */
.psp-button {
    background-color: var(--psp-red);
    color: var(--psp-white);
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-family: var(--psp-font-body);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}


.psp-button:hover {
    background-color: var(--psp-black);
    color: var(--psp-white);
}

.psp-button.white-outline {
    background-color: transparent;
    border: 2px solid var(--psp-white);
    color: var(--psp-white);
}

.psp-button.white-outline:hover {
    background-color: var(--psp-white);
    color: var(--psp-black);
}

.psp-button.red-outline {
    background-color: transparent;
    border: 2px solid var(--psp-red);
    color: var(--psp-red);
}

.psp-button.red-outline:hover {
    background-color: var(--psp-red);
    color: var(--psp-white);
}

.psp-button.black-fill {
    background-color: var(--psp-black);
    color: var(--psp-white);
    border: none;
    padding: 15px 60px 10px;
}
.psp-button.black-fill:hover {
    background-color: var(--psp-charcoal);
    color: var(--psp-white);
}

/* ============================================================
   MAIN HEADER
   ============================================================ */
.psp-main-header {
    background: var(--psp-white);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: none;
    font-family: var(--psp-font-heading);
    width: 100%;
}

.header-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 69.734px;
    padding: 10px 0;
}

.header-logo {
    flex: 0 0 auto;
    max-width: 112px;
}
.header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navigation */
.header-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}
.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}
.header-menu li {
    position: relative;
}
.header-menu a {
    color: var(--psp-black);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 38.375px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
    text-align: center;
    font-family: var(--psp-font-body);
}

.header-menu a:hover {
    color: var(--psp-red);
}

.menu-span,
span.psp-nav__label {
    display: block !important;
    white-space: normal !important;
    line-height: 1.1;
    width: 50px;
    text-align: center;
}
.menu-span-1,
span.psp-nav__label--wide {
    display: block !important;
    white-space: normal !important;
    line-height: 1.1;
    width: 90px;
    text-align: center;
}

/* Submenu */
.header-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--psp-black);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    min-width: 250px;
    padding: 10px 0;
    z-index: 1000;
    gap: 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0s 2s;
}
/* Invisible bridge covers the gap between menu item and dropdown */
.header-menu ul.sub-menu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}
.header-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.2s, visibility 0s 0s;
}
.header-menu ul.sub-menu li {
    width: 100%;
}
.header-menu ul.sub-menu a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: var(--psp-white) !important;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--psp-font-body);
}
.header-menu ul.sub-menu a:hover {
    background: transparent;
    color: var(--psp-gray) !important;
}

/* Dropdown indicator */
.menu-item-has-children > a::after {
    content: '+';
    margin-left: 10px;
    font-size: 1.1em;
    font-weight: 900;
}

/* Header Actions */
.header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-link {
    color: var(--psp-red);
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    transition: color 0.3s;
    font-family: var(--psp-font-body);
}
.login-link:hover {
    color: var(--psp-red);
}

/* CTA Button with Hover Text Swap */
.cta-badge {
    padding: 13px 30px 11px;
    background: var(--psp-red);
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--psp-white);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--psp-font-body);
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1;
    min-width: 165px;
}

.cta-badge:hover {
    background: var(--psp-black);
    color: var(--psp-white);
}

.cta-badge .hover-show { display: none; }
.cta-badge:hover .hover-hid { display: none; }
.cta-badge:hover .hover-show { display: inline; }

/* Mobile toggle */
.mobile-nav-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 19px;
}
.mobile-nav-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--psp-red);
    border-radius: 3px;
    transition: 0.3s;
}

.mobile-nav-button.active span:nth-child(1) {
    transform: rotate(41deg) translate(6px, 5px);
}
.mobile-nav-button.active span:nth-child(2) {
    opacity: 0;
}
.mobile-nav-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
}

/* ============================================================
   VIDEO BACKGROUND
   ============================================================ */
.psp-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.psp-video-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.psp-video-bg__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    transition: background 0.3s;
}

/* ============================================================
   SHAPE DIVIDERS
   ============================================================ */
.psp-shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3;
}
.psp-shape-divider--top { top: -1px; }
.psp-shape-divider--bottom { bottom: -1px; }

.psp-shape-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 200px; /* Dramatic height */
}
.psp-shape-divider .shape-fill {
    fill: var(--psp-white);
}
.psp-shape-divider--dark .shape-fill {
    fill: var(--psp-black);
}

/* ============================================================
   HOMEPAGE: HERO
   ============================================================ */
.psp-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    color: var(--psp-white);
    padding: 0 0 50px 0;
    border-bottom: 20px solid var(--psp-black);
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.psp-home-live-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    z-index: 1;
}

.psp-home-live-hero .container-wide {
    position: relative;
    z-index: 2;
}

.psp-home-live-hero {
    align-items: flex-start;
    padding: 0 20px 50px;
}

.psp-home-live-hero > .container-wide {
    max-width: 1240px;
    padding: 0 !important;
}

.psp-home-live-hero .psp-hero__content {
    max-width: 868px;
}

.psp-home-live-hero .psp-hero__title {
    font-size: 115px;
    letter-spacing: normal;
    line-height: 115px;
}

.psp-home-live-hero .psp-hero__description {
    width: 70%;
    max-width: none;
    margin-bottom: 20px;
    line-height: 24px;
}

.psp-home-live-hero .psp-button {
    background-color: var(--psp-red);
    border: 0;
    color: var(--psp-white);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    letter-spacing: normal;
    line-height: 15px;
    padding: 15px 40px 10px;
}

.psp-home-live-hero .psp-button.white-outline {
    background-color: var(--psp-red);
    border: 0;
    color: var(--psp-white);
}

.psp-home-live-hero .psp-hero__actions {
    gap: 30px;
}
.psp-hero > .container-wide {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}
.psp-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding-top: 120px;
    background-image: url('../../../wp-content/uploads/2025/11/header-vector-1.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.psp-hero__title {
    font-family: var(--psp-font-display);
    font-size: clamp(60px, 8vw, 115px);
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--psp-white);
    letter-spacing: -1px;
}
.psp-hero__subtitle {
    font-family: var(--psp-font-display);
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: var(--psp-white);
    max-width: 80%;
}

@media (max-width: 1024px) {
    .psp-hero__subtitle { font-size: 30px; }
}
@media (max-width: 767px) {
    .psp-hero__subtitle { font-size: 30px; }
}

.psp-hero__description {
    font-size: clamp(14px, 1.2vw, 16px);
    margin-bottom: 35px;
    line-height: 1.7;
    max-width: 600px;
    opacity: 0.9;
}
.psp-hero__actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* ============================================================
   HOMEPAGE: ABOUT
   ============================================================ */
.psp-about {
    padding: 45px 20px 90px;
    position: relative;
    text-align: center;
    background: var(--psp-red);
    border-top: 2px solid var(--psp-white);
    color: var(--psp-white);
    width: 100%;
    margin-top: 0; 
    margin-bottom: 0; 
    z-index: 2;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 90px), 
        50% 100%, 
        0 calc(100% - 90px)
    );
}
.psp-about__container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0;
}
.psp-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--psp-red) 50%, rgba(0, 0, 0, .5) 50%);
    z-index: 1;
    opacity: 1;
}
.psp-about > * {
    position: relative;
    z-index: 3;
}
.psp-about .section-title {
    color: var(--psp-white);
    font-family: var(--psp-font-display);
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.about-content p {
    color: var(--psp-white);
    font-size: 16px;
    max-width: 40%;
    margin: 0 auto 20px;
    line-height: 1.5;
}


/* ============================================================
   HOMEPAGE: STATS / BY THE NUMBERS
   ============================================================ */
.psp-stats-section {
    padding: 50px 20px;
    background: var(--psp-white);
}
.stats-layout {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    align-items: center;
    max-width: 1240px;
}
.stats-image img {
    display: block;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}
.stats-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    position: relative;
}
.psp-stat-block {
    background: transparent;
    color: var(--psp-black);
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border-left: 0;
}
.psp-stat-block h4 {
    background: var(--psp-red);
    color: var(--psp-white) !important;
    font-family: var(--psp-font-body);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 12px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.psp-stat-block__label {
    font-family: var(--psp-font-body);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: var(--psp-red);
    margin-bottom: 12px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .psp-stat-block__label { font-size: 20px; }
}

.psp-stat-block ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0;
}
.psp-stat-block li {
    color: var(--psp-black);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}
.psp-stat-block li strong {
    color: var(--psp-black);
    font-weight: 700;
}
.stats-disclaimer {
    font-size: 13px;
    color: var(--psp-black);
    font-style: normal;
    margin: 0 auto 25px;
    max-width: 80%;
    text-align: center;
    grid-column: 1 / -1;
}
.stats-cta-label {
    font-family: var(--psp-font-body);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0;
    color: var(--psp-red);
    margin: 0 0 10px;
    text-align: center;
}
.stats-content > .psp-button--mt-lg {
    grid-column: 1 / -1;
    text-align: center;
}

/* ============================================================
   HOMEPAGE: COMPREHENSIVE TRAINING
   ============================================================ */
.psp-comprehensive {
    padding: 0 20px;
    background: var(--psp-white);
}
.psp-comprehensive.psp-section-alt {
    background: var(--psp-white);
    padding: 0 20px;
}
.comprehensive-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    max-width: 1240px;
}
.comprehensive-content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.comprehensive-content .section-label {
    color: var(--psp-gray) !important;
    font-family: var(--psp-font-body);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0;
    margin: 0 0 12px;
    font-weight: 600;
}
.comprehensive-content h2 {
    color: var(--psp-red);
    font-family: var(--psp-font-heading);
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.1;
}
.comprehensive-content p {
    font-family: var(--psp-font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--psp-black);
    line-height: 1.7;
    margin: 0;
    max-width: 86%;
}
.comprehensive-image img {
    display: block;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}

/* ============================================================
   HOMEPAGE: REVIEWS & RESULTS
   ============================================================ */
.psp-reviews {
    padding: 80px 0;
    background: var(--psp-black);
    color: var(--psp-white);
}
.psp-reviews .section-title {
    color: var(--psp-white);
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.psp-review-card {
    background: var(--psp-red);
    border-radius: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.psp-review-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.psp-review-card__header h3 {
    font-size: 18px;
    margin: 0;
    color: var(--psp-white);
}
.psp-review-card__header .school {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
}
.psp-review-card__header .year {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.review-testimonial {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
    flex: 1;
}
.review-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.review-stat {
    font-size: 13px;
    color: var(--psp-white);
    font-family: var(--psp-font-heading);
}
.review-stat b {
    color: var(--psp-white);
}
.review-stat .gain {
    font-weight: 700;
    color: #FFD700;
}

/* ============================================================
   HOMEPAGE: SERVICES GRID
   ============================================================ */
.psp-services {
    padding: 80px 20px;
    background: #f3f3f3;
}
.psp-services__header {
    background-color: var(--psp-red);
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 20px;
    text-align: center;
}
.psp-services .section-title {
    color: var(--psp-white);
    margin: 0;
    font-size: 60px;
    font-family: var(--psp-font-heading);
    font-weight: 400;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-bottom: 0;
}
.psp-service-card {
    text-align: center;
    padding: 0 10px;
}
.psp-service-card img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 25px;
}
.psp-service-card h3 {
    font-family: var(--psp-font-heading);
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--psp-red);
    line-height: 1.1;
}
.psp-service-card p {
    font-family: var(--psp-font-body);
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
}

/* ============================================================
   HOMEPAGE: SOFTWARE ACCESS
   ============================================================ */
.psp-software {
    padding: 80px 20px;
    background-color: var(--psp-white);
    color: var(--psp-black);
}
.psp-software .psp-grid--2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    max-width: 1240px;
    padding: 0;
}
.software-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.psp-software h3 {
    font-family: var(--psp-font-heading);
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--psp-red);
    max-width: 40%;
}
.psp-software p {
    font-family: var(--psp-font-body);
    font-size: 16px;
    margin-bottom: 35px;
    color: var(--psp-black);
    max-width: 50%;
    opacity: 1;
}
.software-image {
    align-items: center;
    display: flex;
    justify-content: center;
}
.psp-software img {
    display: block;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.psp-software .psp-button.white-outline {
    background-color: var(--psp-black);
    border: 0;
    color: var(--psp-white);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    min-width: 230px;
    padding: 15px 60px 10px;
}
.psp-software .psp-button.white-outline:hover {
    background-color: var(--psp-black);
    color: var(--psp-white);
}

/* ============================================================
   PSP METHOD PAGE
   ============================================================ */
.psp-banner {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--psp-white);
    border-bottom: 20px solid var(--psp-black);
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.psp-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0;
    width: 100%;
}
.psp-banner__title {
    font-family: var(--psp-font-display);
    font-size: clamp(48px, 7vw, 100px);
    font-weight: 500;
    margin: 0;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    line-height: 1;
}

.psp-intro {
    padding: 80px 20px 150px;
    position: relative;
    text-align: center;
}
.psp-intro .container { max-width: 900px; margin: 0 auto; }
.intro-headline { font-size: 28px; margin-bottom: 20px; }
.intro-text p { font-size: 17px; margin-bottom: 30px; }

.psp-process-summary {
    padding: 80px 20px;
    text-align: center;
}
.process-title { font-size: 48px; margin-bottom: 10px; }
.process-steps {
    font-size: 22px;
    font-weight: 700;
    color: var(--psp-gray);
    font-family: var(--psp-font-heading);
    letter-spacing: 2px;
}

/* Steps */
.psp-step { padding: 80px 20px; }
.psp-red-bg {
    background-color: var(--psp-red);
    color: var(--psp-white);
}
.psp-dark-bg {
    background-color: var(--psp-charcoal);
    color: var(--psp-white);
}
.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: var(--psp-container-max);
    margin: 0 auto;
    gap: 60px;
    width: 100%;
}
.step-number-box { flex: 0 0 250px; }
.step-num {
    font-family: var(--psp-font-heading);
    font-size: 160px;
    line-height: 0.8;
    display: block;
    opacity: 0.25;
    font-weight: 900;
}
.step-name {
    font-size: 60px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.step-content { flex: 1; }
.step-detail-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.step-detail-text {
    font-size: 17px;
    line-height: 1.7;
}

/* ============================================================
   FOOTER
   ============================================================ */
.psp-site-footer {
    font-family: var(--psp-font-body);
}

.psp-footer-container {
    max-width: 1240px;
    margin: 0 auto;
}

.psp-site-footer p {
    margin: 0;
}

.psp-site-footer a {
    text-decoration: none;
}

.psp-site-footer a:hover {
    color: inherit;
}

.psp-footer-meeting {
    background: var(--psp-red);
    margin-top: 70px;
    padding: 50px 20px 42px;
    text-align: center;
}

.psp-footer-meeting__title {
    color: var(--psp-white);
    font-family: var(--psp-font-heading);
    font-size: 54px;
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.psp-footer-meeting__button {
    background: var(--psp-black);
    border-radius: 24px;
    color: var(--psp-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--psp-font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    min-width: 228px;
    min-height: 43px;
    padding: 16px 50px 12px;
    text-transform: uppercase;
}

.psp-site-footer .psp-footer-meeting__button,
.psp-site-footer .psp-footer-meeting__button:visited,
.psp-site-footer .psp-footer-meeting__button:hover,
.psp-site-footer .psp-footer-meeting__button:focus,
.psp-site-footer .psp-footer-meeting__button:focus-visible,
.psp-site-footer .psp-footer-meeting__button:active {
    background: var(--psp-black);
    color: var(--psp-white) !important;
    -webkit-text-fill-color: var(--psp-white);
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.footer-cta {
    background: var(--psp-white);
    padding: 56px 20px 60px;
    text-align: center;
}
.cta-title {
    color: var(--psp-red);
    font-family: var(--psp-font-heading);
    font-size: 46px;
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.psp-footer-form {
    margin: 0 auto;
    max-width: 1240px;
}

.psp-footer-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: left;
}

.psp-footer-form__left,
.psp-footer-form__right {
    display: flex;
    flex-direction: column;
}

.psp-footer-form input[type="text"],
.psp-footer-form input[type="email"],
.psp-footer-form input[type="tel"],
.psp-footer-form textarea {
    background: var(--psp-white);
    border: 1px solid #3d4650;
    border-radius: 24px;
    color: var(--psp-black);
    display: block;
    font-family: var(--psp-font-body);
    font-size: 16px;
    height: 47px;
    line-height: 22.4px;
    margin: 0 0 9px;
    padding: 6px 16px;
    width: 100%;
}

.psp-footer-form textarea {
    border-radius: 24px;
    height: 104px;
    margin-bottom: 13px;
    min-height: 104px;
    resize: vertical;
}

.psp-footer-form input::placeholder,
.psp-footer-form textarea::placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.psp-footer-form__consent {
    align-items: flex-start;
    color: var(--psp-black);
    display: flex;
    font-family: var(--psp-font-body);
    font-size: 16px;
    font-weight: 400;
    gap: 5px;
    line-height: 24px;
    margin: 3px 0 18px;
}

.psp-footer-form__consent input {
    flex: 0 0 13px;
    height: 13px;
    margin: 4px 0 0;
    width: 13px;
}

.psp-footer-submit {
    align-items: center;
    align-self: flex-start;
    background: var(--psp-black);
    border: none;
    border-radius: 20px;
    color: var(--psp-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--psp-font-body);
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    min-width: 195px;
    padding: 10px 70px;
    text-transform: uppercase;
}

.footer-directory {
    background: var(--psp-black);
    color: var(--psp-white);
    padding: 40px 20px 20px;
}

.footer-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-height: 227.5px;
}

.footer-directory__column {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-heading {
    color: var(--psp-red);
    font-family: var(--psp-font-body);
    font-size: 25px;
    font-weight: 600;
    line-height: 37.5px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer-sitemap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-sitemap a,
.footer-directory__contact a {
    color: var(--psp-white);
    font-family: var(--psp-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.footer-directory__contact {
    gap: 20px;
}

.footer-directory__contact .footer-heading {
    margin-bottom: 7px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 365px;
}

.hours-row {
    border: 0;
    color: var(--psp-white);
    display: grid;
    font-size: 16px;
    grid-template-columns: 175px 1fr;
    line-height: 24px;
    padding: 0;
}

.hours-row span:first-child {
    font-weight: 400;
    text-align: right;
}

.hours-row span:last-child {
    text-align: left;
    padding-left: 35px;
}

.footer-brand-strip {
    background: #dcdcdc;
    color: var(--psp-black);
    padding: 40px 20px;
}

.footer-brand-strip__inner {
    display: flex;
    align-items: center;
    min-height: 87.468px;
}

.social-icons {
    display: flex;
    gap: 8px;
    width: 242px;
}

.social-icons a {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: var(--psp-black);
    display: inline-flex;
    font-size: 26px;
    height: 26px;
    justify-content: center;
    line-height: 1;
    transition: color 0.3s;
    width: 26px;
}
.social-icons a:hover {
    background: transparent;
    color: var(--psp-red);
}

.footer-brand-logo {
    display: block;
    margin-left: 67.9375px;
    width: 196.625px;
}

.footer-logo {
    display: block;
    height: auto;
    margin: 0;
    max-width: none;
    width: 196.625px;
}

.psp-site-footer .footer-about {
    color: var(--psp-black);
    font-family: var(--psp-font-body);
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 68px;
    max-width: 665.5px;
}

.footer-bottom {
    background: var(--psp-black);
    color: var(--psp-white);
    padding: 15px 20px;
}
.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 24px;
}

.copyright,
.agency-link {
    color: var(--psp-white);
    font-family: var(--psp-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
.footer-bottom a {
    color: var(--psp-white);
    text-decoration: none;
}
.footer-bottom a:hover {
    color: var(--psp-red);
}

/* ============================================================
   INNER PAGE TEMPLATE
   ============================================================ */
.psp-page {
    overflow-x: hidden;
    width: 100%;
}
.psp-page-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--psp-black);
    color: var(--psp-white);
    text-align: center;
    padding: 120px 0 80px;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 20px solid var(--psp-black);
    overflow: hidden;
}
.psp-page-hero .psp-hero__title {
    font-family: var(--psp-font-display);
    font-size: clamp(40px, 6vw, 80px);
    margin: 0;
}
.psp-page-hero .psp-hero__subtitle {
    font-size: clamp(14px, 1.5vw, 18px);
    margin-top: 15px;
    opacity: 0.85;
}
.psp-page-content {
    padding: 80px 0;
    width: 100%;
}
.psp-page-content h2 {
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: 20px;
    color: var(--psp-black);
}
.psp-page-content h3 {
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 15px;
    color: var(--psp-black);
}
.psp-page-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
.psp-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.psp-page-content ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.psp-page-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: var(--psp-red);
    border-radius: 50%;
}
.psp-section-alt {
    background: var(--psp-light-gray);
    padding: 80px 0;
    width: 100%;
}
.psp-section-dark {
    background: var(--psp-black);
    color: var(--psp-white);
    padding: 80px 0;
    width: 100%;
}
.psp-section-dark h2,
.psp-section-dark h3 { color: var(--psp-white); }
.psp-section-dark p { color: rgba(255,255,255,0.85); }
.psp-section-red {
    background: var(--psp-red);
    color: var(--psp-white);
    padding: 80px 0;
    width: 100%;
}
.psp-section-red h2,
.psp-section-red h3 { color: var(--psp-white); }
.psp-section-red p { color: rgba(255,255,255,0.9); }
.psp-section-red--intro { padding-bottom: 100px; }

/* CTA Banner (reusable) */
.psp-cta-banner {
    background: var(--psp-red);
    padding: 60px 0;
    text-align: center;
    width: 100%;
}
.psp-cta-banner h2 {
    font-family: var(--psp-font-display);
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 500;
    color: var(--psp-white);
    margin-bottom: 20px;
}
.psp-cta-banner p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 30px;
}
.psp-cta-banner .button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Two-column layout */
.psp-grid--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.psp-grid--2col-reverse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.psp-grid--2col-reverse > *:first-child { order: 2; }
.psp-grid--2col-reverse > *:last-child { order: 1; }
.psp-grid--2col-center { align-items: center; }

/* Card grid */
.psp-grid--cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.psp-card {
    background: var(--psp-white);
    border-radius: 0;
    padding: 30px;
    border-top: 4px solid var(--psp-red);
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}
.psp-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.psp-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* Coach profile */
.psp-coach {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
}
.psp-coach__photo {
    width: 100%;
    border-radius: 0;
    border-top: 4px solid var(--psp-red);
}
.psp-coach__info h3 {
    font-size: 28px;
    margin-bottom: 5px;
}
.psp-coach__role {
    font-size: 14px;
    color: var(--psp-red);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.psp-coach__motto {
    font-family: var(--psp-font-display);
    font-size: 24px;
    color: var(--psp-red);
    margin-bottom: 20px;
}
.psp-coach__section-heading {
    margin-top: 25px;
    border-bottom: 2px solid var(--psp-red);
    display: inline-block;
    padding-bottom: 5px;
}
.psp-coach__list {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.psp-coach__list li {
    margin-bottom: 10px;
}
.psp-coach__meta {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Contact page form */
.psp-contact-form-wrapper {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.psp-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.psp-form-group {
    flex: 1;
    margin-bottom: 15px;
}
.psp-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: var(--psp-font-body);
    font-size: 14px;
}
.psp-form-input:focus {
    outline: none;
    border-color: var(--psp-red);
}

/* Map wrapper */
.psp-map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Contact info */
.psp-contact-info p {
    margin-bottom: 10px;
}
.psp-contact-info a {
    text-decoration: none;
}

/* Hours table */
.psp-hours-table {
    width: 100%;
    border-collapse: collapse;
}
.psp-hours-table tr {
    border-bottom: 1px solid #eee;
}
.psp-hours-table td {
    padding: 8px 0;
}
.psp-hours-table td:last-child {
    text-align: right;
}

/* HubSpot form wrapper */
.psp-hubspot-form {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
}

/* CTA banner variants */
.psp-cta-banner--black {
    background: var(--psp-black);
}
.psp-cta-banner--black h2 {
    color: white;
}
.psp-cta-banner--black p {
    color: white;
    opacity: 0.8;
    margin-bottom: 40px;
}

/* Stats number cards */
.psp-stat-number {
    font-size: 48px;
    color: var(--psp-red);
    margin-bottom: 5px;
}

/* ============================================================
   GLOBAL SECTION COMPONENTS (Promoted from homepage)
   ============================================================ */
.section-title {
    font-family: var(--psp-font-display);
    font-size: clamp(40px, 6vw, 70px);
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1;
}

.stats-layout {
    padding: 0;
    align-items: center;
}

.psp-stat-block { 
    margin-bottom: 20px; 
    background: transparent;
    color: var(--psp-black);
    padding: 0;
    border-radius: 0;
    border-left: 0;
}
.psp-stat-block h4 { 
    background: var(--psp-red);
    color: var(--psp-white) !important;
    font-family: var(--psp-font-body);
    font-size: 25px; 
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 12px; 
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.psp-stat-block li { 
    color: var(--psp-black);
    font-size: 16px; 
    margin-bottom: 0; 
    border-bottom: 0; 
    padding-bottom: 0; 
}
.psp-stat-block li strong {
    color: var(--psp-black);
}

.psp-comprehensive .comprehensive-image img { 
    border-radius: 0; 
}

.psp-athlete-results {
    background: var(--psp-red);
    color: var(--psp-white);
    padding: 50px 20px;
}
.psp-athlete-results .section-title {
    color: var(--psp-white) !important;
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
}
.psp-home-results-grid {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 40px;
    max-width: 1240px;
}
.psp-home-result {
    color: var(--psp-white);
    text-align: center;
}
.psp-home-result h3 {
    color: var(--psp-white);
    font-family: var(--psp-font-display);
    font-size: 34px;
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.psp-home-result h3 span {
    font: inherit;
}
.psp-home-result p {
    color: var(--psp-white);
    font-size: 16px;
    line-height: 1.45;
    margin: 0 auto 16px;
    max-width: 540px;
}
.psp-home-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.psp-home-result li {
    color: var(--psp-white);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.psp-home-result strong {
    color: var(--psp-white);
    font-weight: 800;
}
.psp-athlete-results .psp-button {
    background: var(--psp-black);
    border: 0;
    color: var(--psp-white);
    min-width: 280px;
    padding: 15px 60px 10px;
}
.psp-athlete-results .psp-button:hover {
    background: var(--psp-black);
    color: var(--psp-white);
}

/* Dual blocks (Blog/Consult) */
.psp-dual-blocks {
    background: #fff;
    padding: 0 20px;
}
.dual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 1240px;
    padding: 80px 0;
    width: 100%;
}
.dual-block {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 280px;
    padding: 80px 50px;
    text-align: center;
}
.blog-block,
.consult-block {
    background-color: transparent;
    background-image: url('/wp-content/uploads/2025/11/7th-and-8th-on-homepage.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-title {
    color: #000;
    font-family: var(--psp-font-display);
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 20px;
    text-transform: none;
    width: 100%;
}
.dual-button-wrap {
    line-height: 0;
}
.psp-dual-blocks .psp-button {
    background: #000;
    border: 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    min-height: 40px;
    padding: 15px 60px 10px;
    text-transform: uppercase;
}
.psp-dual-blocks .psp-button:hover,
.psp-dual-blocks .psp-button:focus {
    background: #000;
    border: 0;
    color: #fff;
}

/* ============================================================
   ATHLETE GRID & CARD (shortcode output)
   ============================================================ */
.psp-athlete-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
.psp-athlete-grid__empty {
    color: white;
    grid-column: 1 / -1;
    text-align: center;
}
.psp-athlete-card {
    background: #1a1a1a;
    color: white;
    padding: 25px;
    border-radius: 8px;
    border-top: 4px solid var(--psp-red);
    text-align: center;
    font-family: var(--psp-font-body);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.psp-athlete-card__header {
    margin-bottom: 15px;
}
.psp-athlete-card__name {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--psp-white);
    font-family: var(--psp-font-display);
}
.psp-athlete-card__school {
    font-size: 0.9em;
    color: #aaa;
    margin-bottom: 0;
}
.psp-athlete-card__quote {
    font-style: italic;
    font-size: 0.95em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #eee;
    padding: 0 10px;
}
.psp-athlete-card__stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #000;
    padding: 15px;
    border-radius: 4px;
}
.psp-athlete-card__stats-list li {
    font-size: 0.85em;
    margin-bottom: 8px;
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
}
.psp-athlete-card__stats-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.psp-stat-diff {
    color: var(--psp-red);
    font-weight: bold;
}
.psp-athlete-card__stats {
    display: flex;
    justify-content: space-around;
    background: #000;
    padding: 10px;
    border-radius: 4px;
}
.psp-athlete-card__stat small {
    display: block;
    color: var(--psp-red);
    font-size: 0.75em;
    text-transform: uppercase;
}
.psp-athlete-card__divider {
    border-left: 1px solid #333;
}

/* ============================================================
   CONTACT PAGE — Form BEM
   ============================================================ */
.psp-display-title {
    font-family: var(--psp-font-display);
    font-size: clamp(30px, 4vw, 50px);
    margin-bottom: 20px;
}
.psp-display-title--sm {
    font-family: var(--psp-font-display);
    font-size: clamp(24px, 3vw, 40px);
    margin-bottom: 20px;
}
.psp-contact-lead {
    margin-bottom: 30px;
    font-size: 1.1em;
}
.psp-form-card {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.psp-form__row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.psp-form__group {
    flex: 1;
    margin-bottom: 15px;
}
.psp-form__row .psp-form__group {
    margin-bottom: 0;
}
.psp-form__input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: var(--psp-font-body);
    font-size: 14px;
}
.psp-form__input:focus {
    outline: none;
    border-color: var(--psp-red);
}
.psp-button--submit {
    width: 100%;
    border: none;
    cursor: pointer;
    background: var(--psp-red);
    color: var(--psp-white);
    font-weight: 800;
    padding: 15px;
}
.psp-form__status {
    margin-top: 15px;
    text-align: center;
    display: none;
}
.psp-form__status--success { color: #28a745; }
.psp-form__status--error { color: var(--psp-red); }
.psp-grid--2col-wide {
    gap: 60px;
}
.psp-map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.psp-contact-info {
    margin-bottom: 40px;
}
.psp-contact-info p {
    margin-bottom: 10px;
}
.psp-link--red {
    color: var(--psp-red);
    text-decoration: none;
    font-weight: bold;
}
.psp-link--phone {
    font-size: 1.2em;
}
.psp-link--email {
    color: var(--psp-black);
    text-decoration: underline;
}
.psp-hours-table__closed td:last-child {
    color: #999;
}

/* ============================================================
   COACH PROFILE
   ============================================================ */
.psp-coach__name {
    color: var(--psp-red);
    margin-bottom: 5px;
}
.psp-coach__section-heading {
    margin-top: 25px;
    border-bottom: 2px solid var(--psp-red);
    display: inline-block;
    padding-bottom: 5px;
}
.psp-coach__list {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.psp-coach__list li {
    margin-bottom: 10px;
}
.psp-coach__meta {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ============================================================
   PSP METHOD — Steps
   ============================================================ */
.psp-process-summary {
    padding: 60px 0;
    text-align: center;
}
.psp-process-summary__title {
    font-size: clamp(28px, 4vw, 48px);
    margin-bottom: 15px;
}
.psp-process-summary__steps {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #666;
}
.psp-step {
    padding: 80px 0;
}
.psp-step--light {
    background: #fff;
    color: #000;
}
.psp-step__row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.psp-step__number-box {
    flex: 0 0 180px;
}
.psp-step__number-box--right {
    text-align: right;
}
.psp-step__num {
    font-family: var(--psp-font-display);
    font-size: 140px;
    line-height: 1;
    opacity: 0.3;
}
.psp-step__num--light {
    color: #eee;
    opacity: 1;
}
.psp-step__name {
    font-family: var(--psp-font-display);
    font-size: 48px;
    margin-top: -10px;
}
.psp-step__content {
    flex: 1;
}
.psp-step__title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.psp-step--light .psp-step__title {
    color: var(--psp-black);
}
.psp-step--light .psp-step__content p {
    color: #444;
}
.psp-step__content p + p {
    margin-top: 15px;
}
.psp-step__cta {
    margin-top: 25px;
}

/* ============================================================
   SHAPE DIVIDER — Bottom Tilt
   ============================================================ */
.psp-shape-divider--bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.psp-shape-divider--bottom svg {
    display: block;
    width: 100%;
    height: 60px;
}
.psp-shape-divider--bottom .shape-fill {
    fill: #fff;
}

/* ============================================================
   PARTNER LOGO
   ============================================================ */
.psp-partner-logo {
    margin-bottom: 40px;
}
.psp-partner-logo img {
    max-width: 250px;
}

/* ============================================================
   INTRO TEXT VARIANTS
   ============================================================ */
.psp-intro-text--lg {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto 50px;
    font-weight: 500;
}

/* ============================================================
   SERVICE CARD (page-services-baseball)
   ============================================================ */
.psp-service-card .psp-button {
    margin-top: 10px;
}

/* ============================================================
   BUTTON VARIANTS
   ============================================================ */
.psp-button--black {
    background: var(--psp-black);
    color: var(--psp-white);
}

/* ============================================================
   CONSULTATION POPUP
   ============================================================ */
.psp-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.psp-popup-overlay.is-active {
    display: flex;
    opacity: 1;
}
.psp-popup-content {
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.psp-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}
.psp-popup-title {
    font-family: var(--psp-font-heading);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #002b49;
    text-align: left;
}
.psp-native-form .form-group { margin-bottom: 20px; }
.form-disclaimer {
    font-size: 12px;
    color: #002b49;
    line-height: 1.4;
    margin-bottom: 25px;
}

.psp-form__status--footer {
    color: var(--psp-black);
    font-size: 14px;
    margin-top: 12px;
}

/* ============================================================
   CARD IMAGE (section-card-grid)
   ============================================================ */
.psp-card__image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ============================================================
   UTILITY — Spacing / Layout helpers
   ============================================================ */
.psp-mt-20 { margin-top: 20px; }
.psp-mb-40 { margin-bottom: 40px; }
.psp-mt-80 { margin-top: 80px; }
.psp-mt-30 { margin-top: 30px; }
.psp-mb-20 { margin-bottom: 20px; }
.psp-text-left { text-align: left; }
.psp-m-0 { margin: 0; }

/* Constrained card grids */
.psp-grid--narrow { max-width: 1000px; margin-left: auto; margin-right: auto; }
.psp-grid--narrow-sm { max-width: 800px; margin: 30px auto 0; }

/* Responsive video embed (16:9) */
.psp-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.psp-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ============================================================
   FORMS (Native) — consolidated
   ============================================================ */
.psp-form-container {
    max-width: 800px;
    margin: 0 auto;
}
.psp-native-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.psp-native-form label .required {
    color: var(--psp-red);
    margin-left: 3px;
}
.psp-native-form input[type="text"],
.psp-native-form input[type="email"],
.psp-native-form input[type="tel"],
.psp-native-form select,
.psp-native-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--psp-font-body);
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
}
.psp-native-form input:focus,
.psp-native-form select:focus,
.psp-native-form textarea:focus {
    outline: none;
    border-color: var(--psp-red);
}
.psp-native-form textarea {
    resize: vertical;
    min-height: 100px;
}
.psp-footer-native-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.psp-footer-native-form .form-row .form-group {
    flex: 1;
}
.psp-footer-native-form input {
    border-radius: 50px;
    border: none;
    background: #fff;
}

/* ============================================================
   RESPONSIVE — DESKTOP (1440px+)
   ============================================================ */
@media (min-width: 1441px) {
    .container { max-width: 1400px; }
    .psp-hero__content { max-width: 60%; }
}

/* ============================================================
   RESPONSIVE — LAPTOP (1025px–1440px)
   ============================================================ */
@media (max-width: 1440px) and (min-width: 1025px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================================ */
@media (max-width: 1024px) {
    /* Header */
    .header-menu { display: none; }
    .mobile-nav-button { display: flex; }
    .psp-main-header { padding: 0; }
    .header-inner {
        align-items: flex-start;
        justify-content: center;
        min-height: 87.719px;
        padding: 10px 0 0;
        position: relative;
    }
    .header-logo { max-width: 130px; }
    .header-actions {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        gap: 0;
    }
    .header-actions .cta-badge,
    .header-actions .login-link {
        display: none;
    }

    /* Hero */
    .psp-hero__content { max-width: 90%; }

    /* Grids — stack to single column */
    .stats-layout,
    .comprehensive-layout,
    .reviews-grid { grid-template-columns: 1fr; }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .psp-home-results-grid {
        grid-template-columns: 1fr;
    }
    .about-content p,
    .psp-software h3,
    .psp-software p {
        max-width: 100%;
    }
    .comprehensive-content {
        align-items: center;
        text-align: center;
    }
    .comprehensive-content p {
        max-width: 100%;
    }
    .psp-grid--2col,
    .psp-grid--2col-reverse { grid-template-columns: 1fr; }
    .psp-grid--2col-reverse > *:first-child { order: 1; }
    .psp-grid--2col-reverse > *:last-child { order: 2; }
    .psp-software .psp-grid--2col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Coach — smaller photo column */
    .psp-coach { grid-template-columns: 200px 1fr; }

    /* Container padding */
    .container, .container-narrow, .psp-hero > .container-wide { padding: 0 30px; }

    /* Popup — slightly smaller padding */
    .psp-popup-content { padding: 30px; }
    .psp-popup-title { font-size: 24px; }

    /* Spacing utility reduction */
    .psp-mt-80 { margin-top: 50px; }
}

/* ============================================================
   RESPONSIVE — TABLET PORTRAIT (≤768px)
   Common tablet-portrait breakpoint (≈767px)
   ============================================================ */
@media (max-width: 768px) {
    /* Header */
    .psp-main-header { padding: 0; }
    .header-inner {
        min-height: 87.719px;
        padding: 10px 0 0;
    }
    .header-logo { max-width: 130px; }

    /* Hero */
    .psp-hero__content { max-width: 100%; }
    .psp-hero__actions { flex-direction: column; }
    .psp-hero {
        min-height: 80vh;
        padding: 0 20px 80px;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .psp-about .section-title { font-size: 36px; }

    /* PSP Method steps */
    .flex-row { flex-direction: column; text-align: center; gap: 30px; }
    .step-number-box,
    .psp-step__number-box { flex: none; text-align: center; }
    .step-num, .psp-step__num { font-size: 100px; }
    .step-name, .psp-step__name { font-size: 40px; margin-top: -15px; }
    .psp-step__row { flex-direction: column; text-align: center; gap: 30px; }
    .psp-step__number-box--right { text-align: center; }
    .psp-step { padding: 50px 0; }

    /* Forms */
    .psp-form__row { flex-direction: column; }
    .psp-form-row { flex-direction: column; }
    .psp-form-card { padding: 25px; }
    .psp-footer-native-form .form-row { flex-direction: column; }
    .psp-footer-form .form-row { flex-direction: column; }

    /* Coach */
    .psp-coach__meta { grid-template-columns: 1fr; }
    .psp-coach { grid-template-columns: 1fr; text-align: center; }

    /* Grids */
    .services-grid { grid-template-columns: 1fr; }
    .psp-service-card img { height: 250px; }
    .psp-grid--cards { grid-template-columns: 1fr; }
    .psp-reviews .section-title { font-size: 30px; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .bottom-flex { flex-direction: column; text-align: center; gap: 8px; }
    .psp-footer-meeting { margin-top: 50px; padding: 40px 0; }
    .psp-footer-meeting__title { font-size: 26px; }

    /* Homepage specific */
    .psp-page .stats-layout,
    .psp-page .comprehensive-layout { grid-template-columns: 1fr; }
    .psp-page .stats-content {
        grid-template-columns: 1fr;
    }
    .psp-page .psp-home-results-grid {
        grid-template-columns: 1fr;
    }
    .psp-page .dual-grid { gap: 20px; grid-template-columns: 1fr; padding: 80px 0; }
    .psp-page .dual-block {
        align-items: flex-start;
        min-height: 0;
        padding: 80px 50px;
    }
    .psp-page .block-title {
        font-size: 35px;
        line-height: 35px;
    }
    .psp-page .psp-dual-blocks .psp-button {
        width: 230px;
    }
    .psp-page .psp-dual-blocks .blog-block .psp-button {
        padding: 15px 30px 12px;
    }
    .psp-page .psp-stat-block h4,
    .psp-page .stats-cta-label {
        font-size: 20px;
        line-height: 1.2;
    }
    .psp-page .psp-athlete-results .section-title,
    .psp-page .psp-services .section-title {
        font-size: 35px;
    }
    .psp-page .psp-home-result h3,
    .psp-page .psp-service-card h3 {
        font-size: 28px;
    }
    .psp-page .psp-software .software-image {
        order: 1;
    }
    .psp-page .psp-software .software-content {
        order: 2;
    }
    .psp-page .psp-software .psp-button.white-outline {
        width: 230px;
    }

    /* Container & sections */
    .container, .container-narrow, .psp-hero > .container-wide { padding: 0 20px; }
    .psp-page-hero { 
        padding: 80px 0 50px !important; 
        min-height: 60vh !important; 
        width: 100vw !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
    .psp-page-content { padding: 50px 0; }
    .psp-section-alt,
    .psp-section-dark,
    .psp-section-red { padding: 50px 0; }
    .psp-cta-banner { padding: 40px 0; }

    /* Popup */
    .psp-popup-content { padding: 25px 20px; max-width: 95%; }
    .psp-popup-title { font-size: 22px; margin-bottom: 20px; }

    /* Spacing utility reduction */
    .psp-mt-80 { margin-top: 40px; }
    .psp-mb-40 { margin-bottom: 25px; }

    /* Athlete grid */
    .psp-athlete-grid { grid-template-columns: 1fr; }

    /* Constrained grids — full width on mobile */
    .psp-grid--narrow,
    .psp-grid--narrow-sm { max-width: 100%; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤480px)
   ============================================================ */
@media (max-width: 480px) {
    /* Header */
    .psp-main-header { padding: 0; }
    .header-logo { max-width: 130px; }
    .cta-badge { padding: 13px 30px 11px; font-size: 15px; width: auto; height: auto; }
    .login-link { font-size: 16px; }

    /* Hero */
    .psp-hero {
        min-height: 70vh;
        padding: 0 15px 60px;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    /* Buttons */
    .psp-button { padding: 12px 20px; font-size: 13px; }

    /* Cards & blocks */
    .psp-stat-block { padding: 20px; }
    .psp-review-card { padding: 20px; }
    .psp-service-card { padding: 15px; }
    .psp-card { padding: 20px; }

    /* Page sections */
    .psp-page-hero { 
        padding: 70px 0 40px !important; 
        min-height: 50vh !important;
        width: 100vw !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
    .container, .container-narrow, .psp-hero > .container-wide { padding: 0 15px; }
    .footer-cta { padding: 40px 0; }
    .footer-info { padding: 40px 0; }

    /* CTA */
    .psp-cta-banner .button-group { flex-direction: column; align-items: center; }

    /* Steps */
    .psp-step__num { font-size: 80px; }
    .psp-step__name { font-size: 32px; }
    .psp-step { padding: 40px 0; }
    .step-num { font-size: 80px; }
    .step-name { font-size: 32px; }

    /* Popup */
    .psp-popup-content { padding: 20px 15px; }
    .psp-popup-title { font-size: 20px; }

    /* Footer meeting */
    .psp-footer-meeting__title { font-size: 22px; }

    /* Athlete card stats */
    .psp-athlete-card__stats { flex-direction: column; gap: 10px; }
    .psp-athlete-card__divider { border-left: none; border-top: 1px solid #333; }

    /* Intro text */
    .psp-intro-text { font-size: 16px; }
    .psp-intro-text--lg { font-size: 18px; }

    /* Spacing reduction */
    .psp-mt-80 { margin-top: 30px; }
    .psp-mt-30 { margin-top: 20px; }
}





/* PSP Before/After Metrics page (page ID 25) */
body.page-id-25 .page-header,
body.page-id-25 h1.entry-title {
  display: none !important;
}

body.page-id-25 .site-main,
body.page-id-25 .page-content,
body.page-id-25 .entry-content {
  margin: 0;
  padding: 0;
}

.psp-ba {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-family: var(--psp-font-body, "poppins", Arial, sans-serif);
  color: #000;
  background: #fff;
}

.psp-ba *,
.psp-ba *::before,
.psp-ba *::after {
  box-sizing: border-box;
}

.psp-ba a {
  color: inherit;
}

.psp-ba-hero {
  position: relative;
  min-height: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-align: left;
  background-color: #000;
  background-image: url("/wp-content/uploads/2025/11/header-video-poster.jpg");
  background-position: center;
  background-size: cover;
}

.psp-ba-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}

.psp-ba-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.26);
}

.psp-ba-hero__title {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  padding: 0;
  margin: 0 auto;
  color: #fff;
  font-family: var(--psp-font-display, Impact, sans-serif);
  font-size: clamp(44px, 4.9vw, 66px);
  font-weight: 400;
  line-height: .92;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.32);
}

.psp-ba-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48.15%) minmax(0, 51.85%);
  min-height: 500px;
  overflow: hidden;
  background: #fff;
}

.psp-ba-split::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 170px;
  background: #fff;
  clip-path: polygon(0 0, 48.15% 100%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.psp-ba-split__media {
  min-height: 500px;
  background-size: cover;
  background-position: top center;
}

.psp-ba-split__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 50px 150px;
  background: #c1262d;
  color: #fff;
}

.psp-ba-eyebrow {
  max-width: 560px;
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--psp-font-body, "poppins", Arial, sans-serif);
  font-size: clamp(24px, 2.35vw, 30px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
}

.psp-ba-copy {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.psp-ba-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 232px;
  min-height: 48px;
  margin-top: 24px;
  padding: 15px 60px 12px;
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff !important;
  font-family: var(--psp-font-body, "poppins", Arial, sans-serif);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.psp-ba-button:hover {
  background: #222;
  color: #fff !important;
}

.psp-ba-section {
  padding: 80px 20px 100px;
  background: #fff;
  color: #000;
}

.psp-ba-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.psp-ba-title {
  margin: 0 0 80px;
  color: #c1262d;
  font-family: var(--psp-font-display, Impact, sans-serif);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  line-height: .92;
  text-align: center;
  text-transform: uppercase;
}

.psp-ba-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: 60px;
  align-items: center;
}

.psp-ba-metrics h3,
.psp-ba-next h2 {
  margin: 0 0 18px;
  color: #c1262d;
  font-family: var(--psp-font-display, Impact, sans-serif);
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 500;
  line-height: .95;
  text-transform: uppercase;
}

.psp-ba-metrics h3 {
  text-align: right;
}

.psp-ba-metrics p,
.psp-ba-next p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.55;
}

.psp-ba-metrics p {
  text-align: right;
}

.psp-ba-image {
  width: 100%;
  max-width: 565px;
  height: auto;
  display: block;
}

.psp-ba-reviews {
  background: #c1262d;
  color: #fff;
}

.psp-ba-reviews .psp-ba-title {
  color: #fff;
}

.psp-ba-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.psp-ba-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-top: 5px solid #000;
  background: #fff;
  color: #000;
}

.psp-ba-card h3 {
  margin: 0 0 6px;
  color: #c1262d;
  font-family: var(--psp-font-display, Impact, sans-serif);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.psp-ba-card__school {
  margin: 0 0 18px;
  color: #333;
  font-size: 14px;
}

.psp-ba-card__quote {
  margin: 0 0 22px;
  color: #111;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.psp-ba-stats {
  list-style: none;
  margin: auto 0 0;
  padding: 16px;
  background: #f4f4f4;
}

.psp-ba-stats li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}

.psp-ba-stats li:last-child {
  border-bottom: 0;
}

.psp-ba-stats strong {
  color: #000;
}

.psp-ba-gain {
  color: #ff4a50;
  font-weight: 800;
}

.psp-ba-reviews__actions {
  text-align: center;
}

.psp-ba-next-wrap {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  background: #fff;
}

.psp-ba-next-media {
  min-height: 480px;
  background-size: cover;
  background-position: center;
}

.psp-ba-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 92px);
  background: #c1262d;
  color: #fff;
}

.psp-ba-next h2,
.psp-ba-next p {
  color: #fff;
}

@media (max-width: 980px) {
  .psp-ba-split,
  .psp-ba-metrics,
  .psp-ba-next-wrap {
    grid-template-columns: 1fr;
  }

  .psp-ba-split::after {
    display: none;
  }

  .psp-ba-split__panel {
    padding: 50px 20px;
  }

  .psp-ba-metrics h3,
  .psp-ba-metrics p {
    text-align: center;
  }

  .psp-ba-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .psp-ba-hero {
    min-height: 420px;
  }

  .psp-ba-split__panel,
  .psp-ba-next {
    padding: 40px 22px;
  }

  .psp-ba-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer responsive overrides */
@media (max-width: 1024px) {
  .psp-footer-container {
    max-width: 100%;
  }

  .psp-footer-meeting {
    margin-top: 54px;
    padding: 42px 20px 36px;
  }

  .psp-footer-meeting__title {
    font-size: 40px;
  }

  .footer-cta {
    padding: 45px 20px 50px;
  }

  .cta-title {
    font-size: 38px;
  }

  .psp-footer-form__grid,
  .footer-directory__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-directory {
    padding: 38px 20px;
  }

  .footer-directory__grid {
    min-height: 0;
  }

  .hours-list {
    max-width: 365px;
    width: 100%;
  }

  .footer-brand-strip__inner {
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    width: auto;
  }

  .footer-brand-logo,
  .psp-site-footer .footer-about {
    margin-left: 0;
  }

  .psp-site-footer .footer-about {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .psp-footer-meeting__title {
    font-size: 32px;
  }

  .psp-footer-meeting__button {
    min-width: 210px;
  }

  .cta-title {
    font-size: 34px;
  }

  .psp-footer-form__consent,
  .footer-sitemap a,
  .footer-directory__contact a,
  .hours-row,
  .psp-site-footer .footer-about,
  .copyright,
  .agency-link {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-heading {
    font-size: 23px;
    line-height: 32px;
  }

  .hours-row {
    grid-template-columns: 135px 1fr;
  }

  .hours-row span:last-child {
    padding-left: 18px;
  }

  .footer-logo,
  .footer-brand-logo {
    width: 170px;
  }

  .bottom-flex {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* Footer form exact visual match */
.psp-site-footer .footer-cta {
  background: #fff;
  padding: 60px 20px 50px;
}

.psp-site-footer .psp-footer-form {
  max-width: 1240px;
}

.psp-site-footer .cta-title {
  margin: 0 0 20px;
  color: #c1262d;
  font-family: var(--psp-font-heading);
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.psp-site-footer .psp-footer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  text-align: left;
}

.psp-site-footer .psp-footer-form__left,
.psp-site-footer .psp-footer-form__right {
  display: flex;
  flex-direction: column;
}

.psp-site-footer .psp-footer-form input[type="text"],
.psp-site-footer .psp-footer-form input[type="email"],
.psp-site-footer .psp-footer-form input[type="tel"],
.psp-site-footer .psp-footer-form textarea {
  width: 100%;
  height: 47px;
  margin: 0 0 10px;
  padding: 6px 16px;
  color: #000;
  background: #fff;
  border: 1px solid #69727d;
  border-radius: 50px;
  box-shadow: none;
  font-family: var(--psp-font-body);
  font-size: 16px;
  line-height: 22.4px;
}

.psp-site-footer .psp-footer-form textarea {
  height: 104px;
  min-height: 104px;
  margin-bottom: 7px;
  border-radius: 22px;
  resize: vertical;
}

.psp-site-footer .psp-footer-form input::placeholder,
.psp-site-footer .psp-footer-form textarea::placeholder {
  color: #6c6c6c;
  opacity: 1;
}

.psp-site-footer .psp-footer-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 3px 0 18px;
  color: #333;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.psp-site-footer .psp-footer-form__consent input[type="checkbox"] {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin: 3px 0 0;
  padding: 0;
}

.psp-site-footer .psp-footer-form__consent span {
  display: block;
}

.psp-site-footer .psp-footer-submit {
  width: 195px;
  min-width: 195px;
  height: 40px;
  min-height: 40px;
  margin: 34px 0 0;
  padding: 10px 70px;
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

@media (max-width: 1024px) {
  .psp-site-footer .footer-cta {
    padding: 45px 20px 50px;
  }

  .psp-site-footer .psp-footer-form__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Partners live-page conversion */
.psp-partner-main {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
}

.psp-live-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.psp-live-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  overflow: hidden;
  background-color: #000;
  background-position: center;
  background-size: cover;
}

.psp-live-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .34);
  z-index: 1;
}

.psp-live-hero h1 {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
  text-transform: none;
}

.psp-live-hero--video {
  background-color: #000;
}

.psp-live-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.psp-live-hero__vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.psp-live-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 15px 60px 10px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.psp-live-button:hover {
  color: #fff;
}

.psp-partner-intro-split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: #c1262d;
}

.psp-partner-intro-split::before,
.psp-partner-intro-split::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 170px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}

.psp-partner-intro-split::before {
  left: 0;
  clip-path: polygon(0 6%, 100% 100%, 0 100%);
}

.psp-partner-intro-split::after {
  right: 0;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
}

.psp-partner-intro-split__image {
  min-height: 520px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.psp-partner-intro-split__copy {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 50px 50px 150px;
  color: #fff;
  z-index: 2;
}

.psp-partner-intro-split__inner {
  width: 84%;
  max-width: 620px;
}

.psp-partner-intro-split h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.psp-partner-intro-split p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-partner-trust {
  padding: 40px 0 20px;
  text-align: center;
}

.psp-partner-trust .psp-live-container {
  padding: 0 40px;
}

.psp-partner-trust p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-live-page .psp-partner-intro-split,
.psp-live-page .psp-partner-intro-split__image {
  min-height: 550px;
}

.psp-live-page .psp-page-content {
  margin-top: 50px;
}

.psp-live-page--about .psp-live-hero {
    border-bottom: 60px solid #c1262d;
}

.psp-about-page .psp-live-hero {
  border-bottom: 60px solid var(--psp-red);
}

.psp-about-page--contact .psp-live-hero {
  border-bottom-width: 50px;
}

.psp-about-page--careers .psp-live-hero {
  border-bottom: 0;
}

.psp-about-page .psp-live-hero--image {
  background-position: center center;
  background-size: cover;
}

.psp-about-page .psp-live-hero h1 {
  text-transform: none;
}

.psp-about-page--faqs .psp-live-hero,
.psp-about-page--careers .psp-live-hero {
  background-position: center -70px;
  background-size: 100% auto;
}

.psp-about-container {
  width: min(var(--psp-container-max), calc(100% - 40px));
  margin: 0 auto;
}

.psp-about-red {
  margin: 100px 0;
  padding: 100px 20px;
  background: var(--psp-red);
  color: var(--psp-white);
}

.psp-about-red--mission {
  margin-bottom: 20px;
  padding-top: 50px;
}

.psp-about-red--culture {
  margin-top: 0;
  margin-bottom: 100px;
}

.psp-about-page--mission .psp-about-red--mission:not(.psp-about-red--culture) {
  padding-bottom: 200px;
}

.psp-about-red p,
.psp-about-red a,
.psp-about-red h2 {
  color: var(--psp-white);
}

.psp-about-lead {
  margin: 0;
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.psp-about-display {
  margin: 30px 0 20px;
  color: var(--psp-white);
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.psp-about-display--second {
  margin-top: 30px;
}

.psp-about-copy {
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-about-copy p {
  margin: 0 0 1em;
}

.psp-about-copy--wide {
  flex: 0 1 65%;
}

.psp-about-copy--narrow {
  width: 80%;
}

.psp-about-media-row {
  display: flex;
  gap: 5%;
  align-items: flex-start;
  justify-content: space-between;
}

.psp-about-video-thumb {
  position: relative;
  display: block;
  flex: 0 0 30%;
  color: var(--psp-white);
  text-decoration: none;
}

.psp-about-video-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.psp-about-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .18);
}

.psp-about-video-play::before {
  content: "";
  width: 62px;
  height: 62px;
  border: 4px solid currentColor;
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
}

.psp-about-video-play::after {
  content: "";
  position: absolute;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid currentColor;
  transform: translateX(4px);
}

.psp-coach-band {
  margin-top: 100px;
  padding: 105px 20px;
  background: var(--psp-red);
  color: var(--psp-white);
  text-align: center;
}

.psp-coach-band h2 {
  margin: 0 0 10px;
}

.psp-coach-band p {
  margin: 0;
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.psp-coach-profile {
  padding: 80px 20px 120px;
  background: var(--psp-white);
  color: var(--psp-black);
}

.psp-coach-profile + .psp-coach-band {
  margin-top: 0;
}

.psp-coach-tagline {
  margin: 0 0 18px;
  color: var(--psp-black);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.psp-coach-intro {
  width: 100%;
  margin: 0 0 60px;
  color: var(--psp-black);
  font-size: 16px;
  line-height: 1.5;
}

.psp-coach-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.psp-coach-detail-card h3 {
  margin: 0 0 10px;
  padding: 13px 20px 14px;
  background: var(--psp-red);
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.psp-coach-detail-card ul {
  margin: 0;
  padding-left: 17px;
}

.psp-coach-detail-card li {
  margin-top: 10px;
  color: var(--psp-black);
  font-size: 16px;
  line-height: 1.5;
}

.psp-coach-cta {
  display: grid;
  gap: 40px;
  margin-top: 60px;
  text-align: center;
}

.psp-coach-cta h3 {
  margin: 0;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.psp-coach-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.psp-faqs-live {
  padding: 75px;
  background: var(--psp-white);
}

.psp-faqs-live__group {
  width: min(var(--psp-container-max), 100%);
  margin: 0 auto;
}

.psp-faqs-live__group + .psp-faqs-live__group {
  margin-top: 60px;
}

.psp-faqs-live h2 {
  margin: 0;
  padding: 25px;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.psp-faqs-live details {
  margin-bottom: 13px;
  background: #e4e4e4;
}

.psp-faqs-live summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 105px;
  padding: 40px;
  background: var(--psp-red);
  color: var(--psp-white);
  cursor: pointer;
  font-family: var(--psp-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  list-style: none;
}

.psp-faqs-live summary::-webkit-details-marker {
  display: none;
}

.psp-faqs-live summary::before {
  content: "+";
  margin-right: 8px;
  color: var(--psp-white);
  font-size: 20px;
  line-height: 1;
}

.psp-faqs-live details[open] summary::before {
  content: "-";
}

.psp-faqs-live details > div {
  padding: 30px;
}

.psp-faqs-live details p {
  margin: 0;
  color: var(--psp-black);
  font-size: 16px;
  line-height: 1.5;
}

.psp-contact-live {
  padding: 80px 20px;
  background: var(--psp-white);
}

.psp-contact-live__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  width: min(var(--psp-container-max), 100%);
  margin: 0 auto;
}

.psp-contact-live__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.psp-contact-live h2 {
  margin: 0;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

.psp-contact-live__kicker,
.psp-contact-live__info h3 {
  margin: 0;
  color: var(--psp-red);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.psp-contact-live__kicker span {
  display: block;
}

.psp-contact-live__form {
  display: grid;
  gap: 10px;
}

.psp-contact-live__form input,
.psp-contact-live__form textarea {
  width: 100%;
  min-height: 40px;
  padding: 5px 14px;
  border: 1px solid #777;
  border-radius: 50px;
  color: var(--psp-black);
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.psp-contact-live__form textarea {
  min-height: 156px;
  border-radius: 15px;
  resize: vertical;
}

.psp-contact-live__form button {
  justify-self: center;
  min-width: 250px;
  min-height: 40px;
  padding: 13px 50px 10px;
  border: 0;
  border-radius: 50px;
  background: var(--psp-black);
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.psp-contact-live__map {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  background-image: url("/wp-content/uploads/2025/11/contact-map-reference.png");
  background-position: -512px -790px;
  background-repeat: no-repeat;
  background-size: 1396px 1313px;
  text-decoration: none;
}

.psp-contact-live__info {
  text-align: center;
}

.psp-contact-live__info ul {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.psp-contact-live__info a,
.psp-contact-live__info li,
.psp-contact-live__hours {
  color: var(--psp-black);
  font-family: var(--psp-font-body);
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.psp-contact-live__hours {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0 20px;
  margin: 10px auto 0;
  text-align: left;
}

.psp-contact-live__hours dt {
  text-align: right;
}

.psp-contact-live__hours dd {
  margin: 0;
}

.psp-careers-split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
  background: var(--psp-red);
}

.psp-careers-split::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  background: var(--psp-white);
  clip-path: polygon(0 6%, 50% 100%, 100% 6%, 100% 100%, 0 100%);
  pointer-events: none;
}

.psp-careers-split__image {
  min-height: 520px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.psp-careers-split__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 50px 50px 150px;
  color: var(--psp-white);
}

.psp-careers-split__copy div {
  width: 84%;
  max-width: 620px;
}

.psp-careers-split h2 {
  margin: 0 0 20px;
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.psp-careers-split p {
  margin: 0;
  color: var(--psp-white);
  font-size: 16px;
  line-height: 1.5;
}

.psp-careers-beliefs {
  padding: 80px 20px 100px;
  background: var(--psp-white);
}

.psp-careers-beliefs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.psp-careers-beliefs__row + .psp-careers-beliefs__row {
  margin-top: 80px;
}

.psp-careers-beliefs img {
  display: block;
  max-width: 100%;
  height: auto;
}

.psp-careers-beliefs__text {
  display: grid;
  justify-items: end;
  text-align: right;
}

.psp-careers-beliefs__text--left {
  justify-items: start;
  text-align: left;
}

.psp-careers-beliefs h2 {
  margin: 0 0 30px;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.psp-careers-beliefs h3 {
  margin: 0;
  color: var(--psp-red);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.psp-careers-beliefs p {
  width: 79%;
  margin: 0 0 20px auto;
  color: var(--psp-black);
}

.psp-careers-beliefs__text--left p {
  margin-right: auto;
  margin-left: 0;
}

.psp-careers-values {
  width: 40%;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.psp-careers-benefits {
  padding: 0 0 35px;
  background: var(--psp-white);
}

.psp-careers-benefits > h2 {
  margin: 0 0 20px;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.psp-careers-benefits__list {
  display: grid;
  gap: 13px;
}

.psp-careers-benefit {
  display: grid;
  grid-template-columns: .45fr 1fr 1.35fr;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: var(--psp-red);
  color: var(--psp-white);
}

.psp-careers-benefit i {
  justify-self: end;
  color: var(--psp-white);
  font-size: 81px;
}

.psp-careers-benefit h3 {
  margin: 0;
  color: var(--psp-white);
  font-family: var(--psp-font-heading);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.psp-careers-benefit p {
  width: 84%;
  margin: 0;
  color: var(--psp-white);
}

.psp-careers-process {
  padding: 70px 20px;
  background: var(--psp-white);
  color: #09233d;
}

.psp-careers-process__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.psp-careers-process__intro,
.psp-careers-process__signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 70px;
  align-items: center;
}

.psp-careers-process__intro {
  margin-bottom: 92px;
}

.psp-careers-process__copy {
  width: 100%;
  max-width: 530px;
  justify-self: end;
  text-align: center;
}

.psp-careers-process__eyebrow {
  margin: 0 0 8px;
  color: var(--psp-red);
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.psp-careers-process h2 {
  margin: 0 0 22px;
  color: var(--psp-red);
  font-family: var(--psp-font-heading);
  font-size: 62px;
  font-weight: 500;
  line-height: .95;
  text-transform: uppercase;
}

.psp-careers-process__copy > p:last-child {
  margin: 0;
  color: #09233d;
  font-size: 18px;
  line-height: 1.45;
}

.psp-careers-process__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.psp-careers-process__image--top {
  max-width: 565px;
  justify-self: start;
}

.psp-careers-process__signup {
  align-items: start;
}

.psp-careers-process__image--bottom {
  max-width: 535px;
  justify-self: end;
}

.psp-careers-job-form {
  width: 100%;
  max-width: 610px;
  justify-self: start;
  color: #09233d;
}

.psp-careers-job-form h3 {
  margin: 0 0 25px;
  color: #09233d;
  font-family: var(--psp-font-body);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.psp-careers-job-form > p {
  max-width: 410px;
  margin: 0 0 24px;
  color: #09233d;
  font-size: 18px;
  line-height: 1.35;
}

.psp-careers-job-form input[type="text"],
.psp-careers-job-form input[type="tel"],
.psp-careers-job-form input[type="email"] {
  width: 100%;
  height: 42px;
  margin: 0 0 10px;
  padding: 0 18px;
  border: 1px solid rgba(9, 35, 61, .72);
  border-radius: 22px;
  background: transparent;
  color: #09233d;
  font-family: var(--psp-font-body);
  font-size: 14px;
  line-height: 42px;
  text-transform: uppercase;
}

.psp-careers-job-form input::placeholder {
  color: rgba(9, 35, 61, .62);
  opacity: 1;
}

.psp-careers-job-form input[type="file"] {
  display: block;
  margin: 8px 0 14px;
  color: #09233d;
  font-family: var(--psp-font-body);
  font-size: 16px;
}

.psp-careers-job-form__consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 18px;
  color: #09233d;
  font-size: 16px;
  line-height: 1.4;
}

.psp-careers-job-form__consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.psp-careers-job-form button {
  min-width: 255px;
  height: 44px;
  border: 0;
  border-radius: 22px;
  background: #09233d;
  color: var(--psp-white);
  font-family: var(--psp-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .psp-contact-live__grid {
    grid-template-columns: 1fr;
  }

  .psp-contact-live__map {
    background-position: center center;
    background-size: cover;
  }

  .psp-careers-split,
  .psp-careers-beliefs__row,
  .psp-careers-beliefs__row--reverse,
  .psp-careers-benefit {
    grid-template-columns: 1fr;
  }

  .psp-careers-split__copy div,
  .psp-careers-beliefs p,
  .psp-careers-values,
  .psp-careers-benefit p {
    width: 100%;
  }

  .psp-careers-process__intro,
  .psp-careers-process__signup {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .psp-careers-process__copy,
  .psp-careers-process__image--top,
  .psp-careers-process__image--bottom,
  .psp-careers-job-form {
    justify-self: center;
  }

  .psp-careers-beliefs__text,
  .psp-careers-beliefs__text--left {
    justify-items: start;
    text-align: left;
  }

  .psp-careers-benefit i {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .psp-about-page .psp-live-hero {
    min-height: 14em;
    border-bottom-width: 40px;
    padding: 40px 20px;
  }

  .psp-about-page--contact .psp-live-hero {
    border-bottom-width: 40px;
  }

  .psp-about-page--faqs .psp-live-hero,
  .psp-about-page--careers .psp-live-hero {
    background-position: center -20px;
    background-size: cover;
  }

  .psp-about-page .psp-live-hero h1 {
    width: 100%;
    font-size: 44px;
    line-height: 1;
    text-align: center;
  }

  .psp-about-red {
    margin: 50px 0 70px;
    padding: 80px 20px;
  }

  .psp-about-page--mission .psp-about-red--mission:not(.psp-about-red--culture) {
    padding-bottom: 120px;
  }

  .psp-about-lead {
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: break-word;
  }

  .psp-about-display {
    font-size: 25px;
    line-height: 1.2;
  }

  .psp-about-media-row,
  .psp-coach-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .psp-about-copy--wide,
  .psp-about-copy--narrow,
  .psp-about-video-thumb {
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .psp-coach-band {
    margin-top: 50px;
    padding: 80px 20px;
  }

  .psp-coach-band p,
  .psp-coach-tagline,
  .psp-coach-detail-card h3 {
    font-size: 16px;
  }

  .psp-coach-profile {
    padding: 80px 20px;
  }

  .psp-coach-cta h3 {
    font-size: 30px;
  }

  .psp-faqs-live {
    padding: 50px 10px;
  }

  .psp-faqs-live h2 {
    font-size: 40px;
  }

  .psp-faqs-live summary {
    min-height: 74px;
    padding: 25px;
    font-size: 16px;
  }

  .psp-contact-live {
    padding: 60px 20px;
  }

  .psp-contact-live__grid {
    gap: 50px;
  }

  .psp-contact-live__kicker,
  .psp-contact-live__info h3 {
    font-size: 18px;
  }

  .psp-contact-live__map {
    height: 320px;
  }

  .psp-contact-live__column,
  .psp-contact-live__form input,
  .psp-contact-live__form textarea {
    min-width: 0;
  }

  .psp-contact-live__hours dt {
    text-align: left;
  }

  .psp-careers-split__image {
    min-height: 200px;
  }

  .psp-careers-split__copy {
    padding: 20px 20px 70px;
    overflow: hidden;
  }

  .psp-careers-split h2 {
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .psp-careers-split p {
    overflow-wrap: break-word;
  }

  .psp-careers-split__copy div {
    min-width: 0;
    max-width: 100%;
  }

  .psp-careers-beliefs {
    padding: 60px 20px;
  }

  .psp-careers-beliefs__row {
    gap: 50px;
  }

  .psp-careers-beliefs h2,
  .psp-careers-benefits > h2 {
    font-size: 40px;
    text-align: center;
  }

  .psp-careers-process {
    padding: 55px 20px 60px;
  }

  .psp-careers-process__intro {
    margin-bottom: 60px;
  }

  .psp-careers-process__eyebrow {
    font-size: 18px;
  }

  .psp-careers-process h2 {
    font-size: 42px;
  }

  .psp-careers-process__copy > p:last-child,
  .psp-careers-job-form > p,
  .psp-careers-job-form__consent {
    font-size: 16px;
  }

  .psp-careers-job-form h3 {
    font-size: 24px;
  }

  .psp-careers-beliefs h3,
  .psp-careers-values {
    font-size: 16px;
  }

  .psp-careers-benefit {
    gap: 30px;
    padding: 60px 20px;
    text-align: center;
  }

  .psp-careers-benefit h3 {
    font-size: 30px;
  }
}

.psp-live-about-intro {
  margin: 100px 0;
  padding: 100px 20px;
  background: #c1262d;
  color: #fff;
}

.psp-live-about-intro .container {
  width: min(1240px, 100%);
}

.psp-live-about-intro,
.psp-live-about-intro p {
  color: #fff;
}

.psp-live-about-intro .psp-grid--2col {
  align-items: flex-start;
  gap: 50px;
}

.psp-live-about-intro .section-title {
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.psp-partner-card-band {
  margin-top: 50px;
  padding: 50px 0;
  background: #c1262d;
  color: #fff;
}

.psp-partner-card-band--last {
  margin-top: 0;
  margin-bottom: 50px;
}

.psp-partner-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.psp-partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 430px;
  padding: 0 34px;
  color: #fff;
  text-align: center;
}

.psp-partner-card img {
  display: block;
  width: 50%;
  max-width: 320px;
  height: 230px;
  object-fit: contain;
}

.psp-partner-card--franklin img,
.psp-partner-card--westwood img {
  width: 65%;
}

.psp-partner-card--westwood img {
  height: 220px;
}

.psp-partner-card h3 {
  margin: 10px 0 5px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.psp-partner-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.psp-partner-main--detail {
  border-bottom: 0;
}

.psp-partner-main--detail .psp-live-hero {
  min-height: 550px;
  border-bottom: 50px solid #c1262d;
}

.psp-partner-detail {
  margin-top: 80px;
  padding: 0 0 75px;
  background: #fff;
}

.psp-partner-detail__band {
  padding: 60px 20px;
  background: #c1262d;
}

.psp-partner-detail__inner {
  display: grid;
  grid-template-columns: 352px minmax(0, 1fr);
  gap: 50px;
  align-items: stretch;
  padding: 0;
  background: transparent;
  color: #fff;
}

.psp-partner-detail-page--prime-baseball .psp-partner-detail__inner {
  min-height: 466px;
}

.psp-partner-detail-page--franklin-hs-baseball .psp-partner-detail__inner {
  min-height: 383px;
}

.psp-partner-detail-page--next9up-franklin-bulldogs .psp-partner-detail__inner {
  min-height: 167px;
}

.psp-partner-detail-page--westwood-hs-football .psp-partner-detail__inner {
  min-height: 192px;
}

.psp-partner-detail__media,
.psp-partner-detail__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.psp-partner-detail__media {
  align-items: flex-start;
  gap: 50px;
}

.psp-partner-detail__media img {
  width: 100%;
  max-width: 352px;
  height: auto;
  object-fit: contain;
}

.psp-partner-detail__logo--franklin {
  max-width: 352px;
}

.psp-partner-detail__media img.psp-partner-detail__logo--next9 {
  width: 200px;
  max-width: 200px;
  padding: 0;
  background: transparent;
}

.psp-partner-detail__media img.psp-partner-detail__logo--westwood {
  width: 192px;
  max-width: 192px;
  padding: 0;
  background: transparent;
}

.psp-partner-detail__media p {
  width: 352px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.psp-partner-detail__copy {
  align-items: flex-start;
  gap: 30px;
}

.psp-partner-detail__copy h2 {
  width: 90%;
  margin: 10px 0 5px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.psp-partner-detail__copy p {
  width: 90%;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-partner-program-cta {
  margin-bottom: 50px;
  padding: 0 20px;
  background: #c1262d;
  color: #fff;
}

.psp-partner-program-cta .psp-live-container {
  padding: 50px 0;
}

.psp-partner-program-cta h2 {
  margin: 0 0 30px;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}

.psp-partner-hubspot {
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
}

.psp-partner-corteza-form,
.psp-cta-corteza-form {
  width: min(820px, 100%);
  margin: 0 auto;
}

.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) .psp-corteza-lead-form,
.psp-cta-corteza-form .psp-corteza-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  text-align: left;
}

.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) .psp-corteza-lead-form label,
.psp-cta-corteza-form .psp-corteza-lead-form label {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 14px;
  font-weight: 600;
}

.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) .psp-corteza-lead-form span,
.psp-cta-corteza-form .psp-corteza-lead-form span {
  display: block;
  margin-bottom: 8px;
}

.psp-corteza-lead-form sup {
  color: #fff;
}

.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) input,
.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) textarea,
.psp-cta-corteza-form input,
.psp-cta-corteza-form textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  color: #102a3a;
  font: inherit;
}

.psp-partner-corteza-form:not(.psp-partner-corteza-form--hubspot) textarea,
.psp-cta-corteza-form textarea {
  min-height: 120px;
  resize: vertical;
}

.psp-corteza-lead-form__field--wide,
.psp-corteza-lead-form .psp-form__status {
  grid-column: 1 / -1;
}

.psp-corteza-lead-form__submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 220px;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.psp-corteza-lead-form__submit:hover,
.psp-corteza-lead-form__submit:focus {
  background: #101820;
}

.psp-partner-with-block {
  padding: 80px 0 100px;
  background: #fff;
}

.psp-partner-with-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 80px;
}

.psp-partner-with-row--form {
  align-items: start;
  margin-bottom: 0;
}

.psp-partner-with-copy h2 {
  max-width: 560px;
  margin: 0 0 20px;
  color: #c1262d;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.psp-partner-with-copy p {
  margin: 0 0 14px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.psp-partner-with-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.psp-partner-with-media {
  display: flex;
  justify-content: center;
}

.psp-partner-main--with-us .psp-partner-intro-split {
  grid-template-columns: 48.2% 51.8%;
  min-height: 574px;
}

.psp-partner-main--with-us .psp-partner-intro-split__image {
  min-height: 574px;
}

.psp-partner-main--with-us .psp-partner-intro-split__copy {
  padding-bottom: 136px;
}

.psp-partner-main--with-us .psp-partner-intro-split__inner {
  width: 84%;
  max-width: none;
}

.psp-partner-main--with-us .psp-partner-intro-split h2 {
  line-height: 30px;
}

.psp-partner-main--with-us .psp-partner-intro-split p {
  width: 84%;
}

.psp-partner-main--with-us .psp-partner-with-row:nth-child(1) .psp-partner-with-copy,
.psp-partner-main--with-us .psp-partner-with-row:nth-child(3) .psp-partner-with-copy {
  text-align: right;
}

.psp-partner-main--with-us .psp-partner-with-row:nth-child(1) .psp-partner-with-copy h2,
.psp-partner-main--with-us .psp-partner-with-row:nth-child(3) .psp-partner-with-copy h2 {
  width: 82%;
  margin-left: auto;
}

.psp-partner-main--with-us .psp-partner-with-row:nth-child(2) .psp-partner-with-copy h2 {
  width: 80%;
}

.psp-partner-main--with-us .psp-partner-with-row:nth-child(2) .psp-partner-with-copy p {
  width: 89%;
}

.psp-partner-main--with-us .psp-partner-with-copy p {
  margin-bottom: 4px;
}

.psp-partner-main--with-us .psp-partner-with-media--form {
  display: block;
}

.psp-partner-main--with-us .psp-partner-with-media--form img {
  margin: 0 auto;
}

.psp-partner-request-form {
  margin-top: 20px;
}

.psp-partner-request-form input[type="text"],
.psp-partner-request-form input[type="email"],
.psp-partner-request-form input[type="tel"],
.psp-partner-request-form textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  padding: 8px 16px;
  border: 1px solid #69727d;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 16px;
  line-height: 22.4px;
}

.psp-partner-request-form textarea {
  height: 159px;
  min-height: 159px;
  border-radius: 15px;
  resize: vertical;
}

.psp-partner-request-form label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.psp-partner-request-form input[type="checkbox"] {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin: 3px 0 0;
}

.psp-partner-request-form button {
  min-width: 238px;
  height: 40px;
  min-height: 40px;
  padding: 13px 100px 10px;
  border: 0;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .psp-live-hero {
    min-height: 450px;
  }

  .psp-partner-intro-split,
  .psp-partner-detail__inner,
  .psp-partner-with-row {
    grid-template-columns: 1fr;
  }

  .psp-partner-intro-split::before,
  .psp-partner-intro-split::after {
    display: none;
  }

  .psp-partner-intro-split__image {
    min-height: 450px;
  }

  .psp-partner-intro-split__copy {
    padding: 50px 20px;
  }

  .psp-partner-intro-split__inner {
    width: 100%;
    max-width: none;
  }

  .psp-partner-card-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .psp-partner-detail {
    margin-top: 0;
    padding: 50px 0;
  }

  .psp-partner-detail__media {
    align-items: center;
  }

  .psp-partner-detail__copy p,
  .psp-partner-detail__copy h2 {
    width: 100%;
  }

  .psp-partner-with-row--reverse .psp-partner-with-media {
    order: 2;
    }
}

/* ============================================================
   RESULTS PAGE - LIVE MATCH
   ============================================================ */
.psp-live-page--results .psp-live-results-intro {
  grid-template-columns: 48.1% 51.9%;
  min-height: 508px;
}

.psp-live-page--results .psp-live-results-intro::before,
.psp-live-page--results .psp-live-results-intro::after {
  height: 170px;
}

.psp-live-page--results .psp-live-results-intro .psp-partner-intro-split__image {
  min-height: 508px;
  background-position: center center;
}

.psp-live-page--results .psp-live-results-intro .psp-partner-intro-split__copy {
  min-height: 508px;
}

.psp-live-page--results .psp-live-results-intro .psp-partner-intro-split__inner {
  width: 100%;
  max-width: none;
  padding-right: 62.5px;
}

.psp-results-archive {
  padding: 80px 0;
}

.psp-results-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.psp-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 30px;
}

.psp-result-card {
  min-height: 838px;
  margin: 0;
  background: #c1262d;
  color: #fff;
}

.psp-result-card > img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.psp-result-card__body {
  min-height: 448px;
  padding: 30px 30px 70px;
  text-align: center;
}

.psp-result-card__body h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.psp-result-card__section {
  margin: 0;
}

.psp-result-card__section--after {
  margin-top: 20px;
}

.psp-result-card__section h3 {
  margin: 0 0 20px;
  padding: 10px 5px 5px;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.psp-result-card__section p {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.psp-result-card__section p:last-child {
  margin-bottom: 0;
}

.psp-result-card__section strong {
  color: #fff;
  font-weight: 400;
}

.psp-results-testimonials {
  margin-top: 20px;
  padding: 80px 0 0;
  position: relative;
}

.psp-results-testimonials h2 {
  margin: 0 0 60px;
  color: #c1262d;
  font-family: var(--psp-font-display);
  font-size: 60px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.psp-testimonial-grid {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}

.psp-testimonial-track {
  display: flex;
  gap: 10px;
  transition: transform .35s ease;
  will-change: transform;
}

.psp-testimonial-card {
  flex: 0 0 calc((100% - 30px) / 4);
  height: 577.2px;
  margin: 0;
  padding: 10px 10px 0;
}

.psp-testimonial-card h3 {
  margin: 0 0 20px;
  color: #c1262d;
  font-family: var(--psp-font-display);
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}

.psp-testimonial-media {
  position: relative;
  display: block;
  width: 100%;
  height: 502.2px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.psp-testimonial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psp-testimonial-media::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .78);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.psp-testimonial-media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 4px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid rgba(193, 38, 45, .85);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.psp-testimonial-nav {
  position: absolute;
  top: 504px;
  z-index: 3;
  width: 30px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.psp-testimonial-nav--prev {
  left: 10px;
}

.psp-testimonial-nav--next {
  right: 10px;
}

.psp-testimonial-nav--prev::before {
  content: "‹";
}

.psp-testimonial-nav--next::before {
  content: "›";
}

.psp-testimonial-bullets {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.psp-testimonial-bullets button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c9c9;
  cursor: pointer;
}

.psp-testimonial-bullets .is-active {
  background: #000;
}

.psp-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .86);
}

.psp-video-lightbox.is-active {
  display: flex;
}

.psp-video-lightbox__dialog {
  position: relative;
  width: min(90vw, 520px);
  aspect-ratio: 9 / 16;
  background: #000;
}

.psp-video-lightbox__dialog iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.psp-video-lightbox__close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .psp-live-page--results .psp-live-results-intro,
  .psp-results-grid {
    grid-template-columns: 1fr;
  }

  .psp-testimonial-card {
    flex-basis: 100%;
  }

  .psp-live-page--results .psp-live-results-intro .psp-partner-intro-split__inner {
    padding-right: 0;
  }
}

/* ============================================================
   TESTIMONIALS CHILD PAGE - LIVE MATCH
   ============================================================ */
.psp-live-child-intro {
  grid-template-columns: 48.1% 51.9%;
}

.psp-live-child-intro .psp-partner-intro-split__copy {
  background: #c1262d;
}

.psp-live-child-intro .psp-partner-intro-split__inner {
  width: 100%;
  max-width: none;
  padding-right: 62.5px;
}

.psp-live-page--testimonials .psp-live-testimonials-intro,
.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__image,
.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__copy {
  min-height: 428px;
}

@media (min-width: 1025px) {
  .psp-live-page--testimonials .psp-live-testimonials-intro {
    grid-template-columns: 48.33% 51.67%;
  }
}

.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__image {
  background-position: center center;
}

.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__copy {
  overflow: hidden;
}

.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 170px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__inner {
  position: relative;
  z-index: 2;
}

.psp-live-page--testimonials .psp-live-testimonials-intro h2,
.psp-live-page--testimonials .psp-live-testimonials-intro p {
  width: 546px;
  max-width: 100%;
}

.psp-live-testimonials-list {
  padding: 80px 0;
}

.psp-live-testimonials-list h2 {
  margin: 0 0 60px;
  color: #c1262d;
  font-family: var(--psp-font-display);
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  text-transform: none;
}

.psp-live-testimonial-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.psp-live-testimonial-card {
  margin: 0;
  background: transparent;
}

.psp-live-testimonial-card__label {
  min-height: 75px;
  padding: 30px 20px 20px;
  background: #c1262d;
  color: #fff;
  text-align: center;
}

.psp-live-testimonial-card--tall .psp-live-testimonial-card__label {
  min-height: 133.4px;
}

.psp-live-testimonial-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.psp-live-testimonial-card__label p {
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.psp-live-testimonial-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 295px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #000;
  cursor: pointer;
}

.psp-live-testimonial-card img,
.psp-live-testimonial-card__media img {
  display: block;
  width: 100%;
  height: 295px;
  object-fit: cover;
}

.psp-live-testimonial-card__media::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .78);
  transform: translate(-50%, -50%);
}

.psp-live-testimonial-card__media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: 4px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid rgba(193, 38, 45, .85);
  transform: translate(-50%, -50%);
}

/* ============================================================
   RESULT CHILD PAGES - LIVE MATCH
   ============================================================ */
.psp-live-page--commitments .psp-live-commitments-intro,
.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__image,
.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy {
  min-height: 484px;
}

@media (min-width: 1025px) {
  .psp-live-page--commitments .psp-live-commitments-intro {
    grid-template-columns: 48.33% 51.67%;
  }
}

.psp-live-page--metrics .psp-live-metrics-intro,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__image,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__copy {
  min-height: 508px;
}

.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__image,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__image {
  background-position: top center;
}

.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__copy {
  overflow: hidden;
}

.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy::after,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 170px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__inner,
.psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__inner {
  position: relative;
  z-index: 2;
}

.psp-live-page--commitments .psp-live-commitments-intro h2 {
  width: 546px;
  max-width: 100%;
}

.psp-live-page--commitments .psp-live-commitments-intro p {
  width: 458px;
  max-width: 100%;
}

.psp-live-content-band {
  padding: 80px 20px 100px;
  background: #fff;
}

.psp-live-content-band .psp-results-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.psp-live-commitments-accordion {
  min-height: 1389px;
  text-align: center;
}

.psp-live-commitments-accordion h2,
.psp-live-metrics-title h2,
.psp-live-info-copy h2,
.psp-live-reviews-inner h2 {
  margin: 0;
  font-family: var(--psp-font-display);
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-transform: none;
}

.psp-live-commitments-accordion h2 {
  color: #707070;
  font-weight: 400;
}

.psp-live-commitments-accordion > p {
  width: 79%;
  margin: 10px auto 0;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.psp-live-class-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  padding: 60px 0 50px;
}

.psp-live-class-panel {
  margin: 0;
}

.psp-live-class-panel summary::-webkit-details-marker {
  display: none;
}

.psp-live-class-row {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  height: 104px;
  margin: 0;
  padding: 30px;
  border: 1px solid #707070;
  border-radius: 0;
  background: #c1262d;
  color: #fff;
  font-family: var(--psp-font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

.psp-live-class-row:focus,
.psp-live-class-row:focus-visible {
  outline: none;
}

.psp-live-class-row__icon {
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.psp-live-class-row__icon::before {
  content: "+";
}

.psp-live-class-panel[open] .psp-live-class-row__icon::before {
  content: "-";
}

.psp-live-class-panel__content {
  display: flex;
  flex-direction: column;
}

.psp-live-commitment-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #c9c9c9;
  border-top: 0;
  background: #fff;
  color: #000000;
}

.psp-live-commitment-row span {
  min-width: 0;
  padding: 13px 14px;
  color: rgb(193, 38, 45);
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.psp-live-info-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.psp-live-info-copy {
  display: flex;
  flex-direction: column;
}

.psp-live-info-copy--right {
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

.psp-live-info-copy--left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.psp-live-info-copy h2 {
  color: #c1262d;
}

.psp-live-info-copy p {
  margin: 20px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.psp-live-info-copy--right p {
  width: 79%;
}

.psp-live-page--metrics .psp-live-info-copy--right p {
  width: 100%;
}

.psp-live-info-copy--left h2 {
  width: 80%;
}

.psp-live-info-copy--left p {
  width: 89%;
}

.psp-live-info-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}

.psp-live-info-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.psp-live-metrics-next .psp-live-info-media {
  justify-content: flex-start;
}

.psp-live-metrics-title {
  min-height: 110px;
  padding-bottom: 50px;
  text-align: center;
}

.psp-live-metrics-title h2 {
  color: #c1262d;
  font-weight: 400;
  text-transform: uppercase;
}

.psp-live-metrics-overview .psp-results-container,
.psp-live-metrics-next .psp-results-container {
  gap: 80px;
}

.psp-live-reviews-band {
  padding: 50px 20px;
  background: #c1262d;
  color: #fff;
}

.psp-live-reviews-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.psp-live-reviews-inner h2 {
  color: #fff;
  font-weight: 400;
}

.psp-live-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}

.psp-live-review-card {
  height: 145px;
  padding: 10px 10px 20px;
  color: #fff;
  text-align: center;
}

.psp-live-review-card--large {
  height: 269px;
}

.psp-live-review-card--compact {
  height: 153px;
}

.psp-live-review-card__head {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
}

.psp-live-review-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-display);
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  text-transform: none;
}

.psp-live-review-card__quote {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.psp-live-review-card--with-note .psp-live-review-card__quote {
  margin-bottom: 20px;
}

.psp-live-review-card__stats p {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.psp-live-review-card__stats p:last-child {
  margin-bottom: 0;
}

.psp-live-review-card__stats strong {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .psp-live-child-intro,
  .psp-live-testimonial-card-grid,
  .psp-live-info-row,
  .psp-live-review-grid {
    grid-template-columns: 1fr;
  }

  .psp-live-child-intro .psp-partner-intro-split__inner {
    padding-right: 0;
  }

  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy::after,
  .psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__copy::after,
  .psp-live-page--testimonials .psp-live-testimonials-intro .psp-partner-intro-split__copy::after {
    display: none;
  }

  .psp-live-commitments-accordion,
  .psp-live-review-card,
  .psp-live-review-card--large,
  .psp-live-review-card--compact {
    height: auto;
    min-height: 0;
  }

  .psp-live-info-copy--right,
  .psp-live-info-copy--left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .psp-live-info-copy--right p,
  .psp-live-info-copy--left h2,
  .psp-live-info-copy--left p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .psp-live-page--commitments .psp-live-commitments-intro,
  .psp-live-page--metrics .psp-live-metrics-intro {
    min-height: 0;
  }

  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__image,
  .psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__image {
    min-height: 200px;
  }

  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy,
  .psp-live-page--metrics .psp-live-metrics-intro .psp-partner-intro-split__copy {
    min-height: 0;
  }

  .psp-live-content-band .psp-results-container,
  .psp-live-reviews-band .psp-results-container {
    width: 100%;
  }

  .psp-live-content-band .psp-results-container {
    gap: 50px;
  }

  .psp-live-info-row {
    gap: 20px;
  }

  .psp-live-info-media {
    order: -1;
  }

  .psp-live-info-media img {
    width: 100%;
  }

  .psp-live-commitments-accordion {
    min-height: 0;
  }

  .psp-live-commitments-accordion h2,
  .psp-live-metrics-title h2,
  .psp-live-info-copy h2,
  .psp-live-reviews-inner h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .psp-live-metrics-title {
    min-height: 0;
    padding-bottom: 0;
  }

  .psp-live-commitments-accordion > p {
    width: 100%;
    margin-top: 20px;
  }

  .psp-live-class-list {
    margin-top: 20px;
    padding: 25px 0;
  }

  .psp-live-class-row {
    height: 89.5px;
    padding: 25px;
    font-size: 25px;
    line-height: 39px;
  }

  .psp-live-commitment-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psp-live-commitment-row span {
    font-size: 15px;
    line-height: 20px;
  }

  .psp-live-review-card__head {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .psp-live-review-card h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(1) {
    height: 348px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(2) {
    height: 372px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(3) {
    height: 146px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(4) {
    height: 184px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(5) {
    height: 176px;
  }

  .psp-live-page--metrics .psp-live-review-card:nth-child(6) {
    height: 158px;
  }

  .psp-live-reviews-inner .psp-live-button {
    width: 230px;
    min-height: 42px;
    padding: 15px 20px 12px;
  }

  .psp-live-container {
    width: calc(100% - 40px);
  }

  .psp-live-hero {
    min-height: 224px;
    border-bottom: 5px solid #000;
  }

  .psp-live-hero h1 {
    font-size: 52px;
  }

  .psp-partner-intro-split__image {
    min-height: 200px;
  }

  .psp-partner-intro-split__copy {
    padding: 20px 20px 50px;
  }

  .psp-partner-intro-split h2 {
    font-size: 20px;
  }

  .psp-partner-trust .psp-live-container {
    padding: 0 15px;
  }

  .psp-partner-trust p {
    font-size: 18px;
  }

  .psp-partner-card-band {
    padding: 80px 20px;
  }

  .psp-partner-card {
    min-height: 0;
    padding: 0;
  }

  .psp-partner-card img,
  .psp-partner-card--franklin img,
  .psp-partner-card--westwood img {
    width: 80%;
    height: auto;
  }

  .psp-partner-card--franklin img,
  .psp-partner-card--westwood img {
    width: 100%;
  }

  .psp-partner-detail__inner {
    gap: 30px;
    padding: 60px 20px;
  }

  .psp-partner-detail__media {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }

  .psp-partner-detail__copy {
    gap: 30px;
  }

  .psp-partner-detail__copy h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .psp-partner-detail__copy p {
    font-size: 16px;
  }

  .psp-partner-program-cta h2,
  .psp-partner-with-copy h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .psp-partner-with-block {
    padding: 50px 0;
  }
}

/* Services Baseball live-page conversion */
.psp-live-page--services,
.psp-live-page--service-detail {
  overflow: hidden;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
}

.psp-live-page--services .psp-live-hero,
.psp-live-page--service-detail .psp-live-hero {
  border-bottom: 0;
}

.psp-live-page--services .psp-service-intro,
.psp-live-page--service-detail .psp-service-intro {
  grid-template-columns: 50% 50%;
  min-height: 0;
  background: transparent;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__image,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image {
  min-height: 0;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__image,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image {
  position: relative;
  overflow: hidden;
  background-position: top center;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__image::after,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: none;
  height: 170px;
  background: #c1262d;
  clip-path: polygon(0 6%, 100% 100%, 0 100%);
  pointer-events: none;
}

.psp-live-page--services .psp-service-intro::before,
.psp-live-page--service-detail .psp-service-intro::before {
  background: #fff;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__inner,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding-right: max(0px, calc((100vw - 1240px) / 2));
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split p,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split p {
  width: 84%;
  max-width: 520px;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__copy,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__copy {
  background: #c1262d;
  overflow: hidden;
}

.psp-live-page--services .psp-service-intro .psp-partner-intro-split__copy::after,
.psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 170px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.psp-service-rows {
  padding: 80px 0 80px;
  background: #fff;
}

.psp-service-rows--detail {
  padding-bottom: 100px;
}

.psp-service-rows .psp-live-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.psp-service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.psp-service-row__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.psp-service-row--image-right .psp-service-row__copy {
  order: 1;
  align-items: flex-end;
  text-align: right;
}

.psp-service-row--image-right .psp-service-row__image {
  order: 2;
}

.psp-service-row--image-left .psp-service-row__image {
  order: 1;
}

.psp-service-row--image-left .psp-service-row__copy {
  order: 2;
  align-items: flex-start;
  text-align: left;
}

.psp-service-row h2 {
  margin: 0 0 10px;
  color: #c1262d;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.15;
}

.psp-service-row__text {
  width: 79%;
  max-width: 560px;
  min-width: 0;
}

.psp-service-row--image-left .psp-service-row__text {
  width: 89%;
  max-width: 620px;
}

.psp-service-row__text p {
  margin: 0 0 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-service-row__text p:last-child {
  margin-bottom: 0;
}

.psp-service-row__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.psp-service-row__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.psp-mobile-line-break {
  display: none;
}

.psp-service-detail-bands {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0 0 120px;
  background: #fff;
}

.psp-service-detail-band {
  padding: 60px 0;
  background: #c1262d;
  color: #fff;
}

.psp-service-detail-band__inner {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.psp-service-detail-band h2 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.15;
  text-align: right;
}

.psp-service-detail-band__text {
  width: 90%;
  max-width: 620px;
}

.psp-service-detail-band__text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-service-team-cta {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 50px 20px;
  background: #c1262d;
  overflow: hidden;
  text-align: center;
}

.psp-service-team-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.psp-team-cta-mobile-break {
  display: none;
}

.psp-service-team-cta .psp-hubspot-form {
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.psp-team-training-form-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.psp-team-training-form-cta__embed {
  position: relative;
  width: 100%;
  margin: 24px auto 0;
  overflow: hidden;
}

.psp-team-training-form-cta .hs-form-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.psp-team-training-form-cta--hubspot-loaded .hs-form-frame {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
}

.psp-team-training-form-cta .hs-form-frame iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.psp-team-training-form-cta--hubspot-loaded .psp-team-training-form-fallback {
  display: none;
}

.psp-team-training-form-fallback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 800px;
  text-align: left;
}

.psp-team-training-form-fallback__image {
  min-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.psp-team-training-form-fallback__panel {
  min-height: 800px;
  padding: 66px 40px 54px;
  background: #fff;
  color: #043950;
  font-family: Inter, Arial, sans-serif;
}

.psp-team-training-form-fallback .psp-corteza-lead-form {
  display: flex;
  flex-direction: column;
}

.psp-partner-corteza-form--hubspot {
  width: 100%;
  margin: 0;
}

.psp-team-training-form-fallback__heading {
  max-width: 470px;
  margin: 0 0 44px;
  color: #043950;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.psp-team-training-form-fallback label {
  display: block;
  margin: 0 0 22px;
  color: #253342;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.psp-team-training-form-fallback label span:first-child {
  display: block;
  margin-bottom: 10px;
}

.psp-team-training-form-fallback sup {
  color: #e51520;
  font-size: 12px;
  line-height: 0;
}

.psp-team-training-form-fallback input,
.psp-team-training-form-fallback textarea,
.psp-team-training-form-fallback select,
.psp-team-training-form-fallback__phone,
.psp-team-training-form-fallback__select {
  display: block;
  width: 100%;
  min-height: 43px;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background: #f7f9fc;
  color: #212d3a;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  padding: 10px 14px;
}

.psp-team-training-form-fallback textarea {
  min-height: 96px;
  resize: none;
}

.psp-team-training-form-fallback .psp-corteza-lead-form__disclaimer {
  margin: 4px 0 34px;
  color: #043950;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}

.psp-team-training-form-fallback__phone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 10px;
}

.psp-team-training-form-fallback__phone span:first-child {
  display: inline-flex;
  width: 32px;
  height: 43px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(37, 51, 66, 0.18);
  font-size: 17px;
}

.psp-team-training-form-fallback__phone span:last-child {
  display: inline-flex;
  margin: 0;
  align-items: center;
  color: #043950;
}

.psp-team-training-form-fallback__select {
  position: relative;
}

.psp-team-training-form-fallback__select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #425b76;
  transform: translateY(-40%);
}

.psp-team-training-form-fallback .psp-corteza-lead-form__submit {
  display: inline-flex;
  width: auto;
  min-width: 180px;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  margin-top: 6px;
  border-radius: 999px;
}

.psp-team-training-form-fallback .psp-form__status {
  margin-top: 14px;
}

.psp-team-training-form-fallback .psp-form__status--success {
  color: #0a7a35;
}

@media (max-width: 1024px) {
  .psp-live-page--services .psp-service-intro,
  .psp-live-page--service-detail .psp-service-intro,
  .psp-service-row,
  .psp-service-detail-band__inner {
    grid-template-columns: 1fr;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__image,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image {
    min-height: 450px;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__image::after,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image::after {
    display: block;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__copy::after,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__copy::after {
    display: none;
  }

  .psp-service-row--image-right .psp-service-row__copy,
  .psp-service-row--image-left .psp-service-row__copy,
  .psp-service-row--image-right .psp-service-row__image,
  .psp-service-row--image-left .psp-service-row__image {
    order: initial;
  }

  .psp-service-row--image-right .psp-service-row__copy,
  .psp-service-row--image-left .psp-service-row__copy {
    align-items: flex-start;
    text-align: left;
  }

  .psp-service-row__text,
  .psp-service-row--image-left .psp-service-row__text,
  .psp-service-detail-band__text {
    width: 100%;
    max-width: none;
  }

  .psp-service-row {
    gap: 30px;
  }

  .psp-service-detail-bands {
    padding: 50px 0;
  }

  .psp-service-detail-band h2 {
    font-size: 30px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .psp-live-page--services .psp-live-hero,
  .psp-live-page--service-detail .psp-live-hero {
    border-bottom: 5px solid #c1262d;
  }

  .psp-service-rows,
  .psp-service-rows--detail {
    padding: 50px 0;
  }

  .psp-service-rows .psp-live-container {
    gap: 50px;
  }

  .psp-service-row h2 {
    width: min(340px, calc(100vw - 40px));
    max-width: 100%;
    font-size: 28px;
    line-height: 1.15;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .psp-mobile-line-break {
    display: inline;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__image,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image {
    min-height: 200px;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__image::after,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__image::after {
    height: 100px;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__copy,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__copy {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split__inner,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split__inner {
    width: min(350px, calc(100vw - 40px));
    max-width: 100%;
  }

  .psp-live-page--services .psp-service-intro .psp-partner-intro-split p,
  .psp-live-page--service-detail .psp-service-intro .psp-partner-intro-split p {
    width: 100%;
    max-width: 100%;
  }

  .psp-service-row__copy {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
    align-items: center !important;
  }

  .psp-service-row__text {
    width: min(300px, calc(100vw - 40px)) !important;
    max-width: 100% !important;
    text-align: left;
  }

  .psp-service-detail-bands {
    gap: 13px;
    padding-bottom: 50px;
  }

  .psp-service-detail-band {
    padding: 50px 0;
  }

  .psp-service-detail-band__inner {
    gap: 30px;
  }

  .psp-service-detail-band h2 {
    font-size: 25px;
    text-align: center;
  }

  .psp-service-team-cta {
    margin-bottom: 50px;
    padding: 50px 20px;
  }

  .psp-service-team-cta h2 {
    width: min(320px, 100%);
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
    white-space: normal !important;
  }

  .psp-team-cta-mobile-break {
    display: inline;
  }

  .psp-team-training-form-fallback {
    grid-template-columns: 1fr;
    max-width: 760px;
    min-height: 0;
    margin: 0 auto;
  }

  .psp-team-training-form-fallback__image {
    min-height: 360px;
  }

  .psp-team-training-form-fallback__panel {
    min-height: 0;
    padding: 38px 22px 44px;
  }

  .psp-team-training-form-fallback__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

/* Resources live-page conversion */
.psp-live-page--resources {
  overflow: hidden;
}

.psp-live-page--resources .psp-live-hero {
  border-bottom: 0;
}

.psp-resource-intro.psp-live-child-intro .psp-partner-intro-split__image {
  background-position: top center;
}

.psp-resource-intro.psp-partner-intro-split,
.psp-resource-intro .psp-partner-intro-split__image {
  min-height: 430px;
}

.psp-live-page--playbook .psp-resource-intro {
  grid-template-columns: 48.1% 51.9%;
  min-height: 0;
}

.psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__image,
.psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__copy {
  min-width: 0;
  min-height: 0;
}

.psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__copy {
  overflow: hidden;
}

.psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 170px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__inner {
  position: relative;
  z-index: 2;
  padding-right: max(0px, calc((100vw - 1240px) / 2));
}

.psp-live-page--playbook .psp-resource-intro p {
  width: 84%;
  max-width: 84%;
}

.psp-live-page--playbook .psp-resource-intro .psp-live-button {
  width: 242px;
}

.psp-resource-bands {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 80px 0 120px;
  background: #fff;
}

.psp-resource-band {
  padding: 60px 20px;
  background: #c1262d;
  color: #fff;
}

.psp-resource-band__inner {
  display: grid;
  grid-template-columns: 29% minmax(0, 1fr) 250px;
  gap: 20px;
  align-items: center;
}

.psp-resource-band h2 {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.psp-resource-band__text {
  padding: 0 70px;
}

.psp-resource-band__text p {
  margin: 0;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-resource-band__action {
  display: flex;
  justify-content: flex-end;
}

.psp-resource-band__button {
  width: 250px;
}

.psp-resource-bands--info {
  padding-top: 100px;
}

.psp-resource-bands--info .psp-resource-band__inner {
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 50px;
}

.psp-resource-bands--info .psp-resource-band__text {
  width: 90%;
  max-width: 680px;
  padding: 0;
}

.psp-guide-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 550px;
  background: #c1262d;
}

.psp-guide-intro::before,
.psp-guide-intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 170px;
  z-index: 2;
  pointer-events: none;
}

.psp-guide-intro::before {
  left: 0;
  background: #fff;
  clip-path: polygon(0 6%, 100% 100%, 0 100%);
}

.psp-guide-intro::after {
  right: 0;
  background: #fff;
  clip-path: polygon(0 100%, 100% 6%, 100% 100%);
}

.psp-guide-intro__media,
.psp-guide-intro__copy {
  min-height: 550px;
}

.psp-guide-intro__media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.psp-guide-intro__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 0;
}

.psp-guide-intro__form-wrap {
  position: relative;
  z-index: 3;
  width: min(460px, 100%);
}

.psp-guide-intro__form-wrap h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.psp-guide-form {
  display: grid;
  gap: 10px;
}

.psp-guide-form input {
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 9px 18px 8px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.psp-guide-form button {
  justify-self: center;
  min-width: 250px;
  min-height: 40px;
  margin-top: 0;
  padding: 13px 70px 10px;
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.psp-guide-intro__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 50px 50px 150px;
  background: #c1262d;
  color: #fff;
}

.psp-guide-intro__copy-inner {
  width: 84%;
  max-width: 620px;
}

.psp-guide-intro__copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.psp-guide-intro__copy p {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-resource-image-rows {
  padding: 80px 0 100px;
}

.psp-playbook-loop {
  padding: 80px 0;
  background: #fff;
}

.psp-playbook-loop .psp-live-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.psp-playbook-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.psp-playbook-featured__image {
  min-height: 385px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.psp-playbook-featured__copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding: 30px 20px;
  background: #c1262d;
  color: #fff;
}

.psp-playbook-featured h2,
.psp-playbook-card h2 {
  margin: 0;
  color: inherit;
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.psp-playbook-featured h2 {
  text-align: left;
}

.psp-playbook-featured p,
.psp-playbook-card p {
  margin: 0;
  color: inherit;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-playbook-date {
  margin-top: 5px !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

.psp-playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.psp-playbook-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.psp-playbook-card img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}

.psp-playbook-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  color: #000;
  text-align: center;
}

.psp-playbook-featured .psp-live-button,
.psp-playbook-card .psp-live-button {
  align-self: flex-start;
  padding: 14px 50px 12px;
}

.psp-playbook-card .psp-live-button {
  align-self: center;
  margin-top: 10px;
}

.psp-playbook-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 10px;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
}

.psp-playbook-pagination .page-numbers {
  color: #000;
  text-decoration: none;
}

.psp-playbook-pagination span.page-numbers {
  color: #8c8c8c;
}

.psp-blog-single {
  overflow: hidden;
  background: #fff;
  color: #000;
  font-family: var(--psp-font-body);
}

.psp-blog-single .psp-live-hero {
  min-height: 500px;
}

.psp-blog-single .psp-live-hero h1 {
  font-size: 60px;
  line-height: 1;
}

.psp-blog-single__article {
  padding: 80px 20px;
  background: #fff;
}

.psp-blog-single__content {
  width: min(992px, 100%);
  margin: 0 auto;
  color: #000;
  font-family: var(--psp-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.psp-blog-single__content p {
  margin: 0 0 1em;
  color: #000;
}

.psp-blog-single__content p:has(> br:only-child),
.psp-blog-single__content p:empty {
  display: none;
}

.psp-blog-single__content h1 {
  margin: 0.5rem 0 1rem;
  color: #000;
  font-family: var(--psp-font-heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.psp-blog-single__content h2,
.psp-blog-single__content h3 {
  margin: 0 0 1em;
  color: #000;
  font-family: var(--psp-font-heading);
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}

.psp-blog-single__content h2 {
  font-size: 60px;
}

.psp-blog-single__content h3 {
  font-size: 35px;
}

.psp-blog-single__content h2 > *,
.psp-blog-single__content h3 > * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit;
}

.psp-blog-single__content a {
  color: #c1262d;
}

.psp-live-page--app .psp-live-hero {
  border-bottom: 50px solid #c1262d;
}

.psp-app-download {
  padding: 100px 20px;
  background: #fff;
}

.psp-app-download__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.psp-app-download__image,
.psp-app-download__copy {
  min-width: 0;
}

.psp-app-download__image img {
  display: block;
  width: 100%;
  height: auto;
}

.psp-app-download__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.psp-app-download h2 {
  margin: 0;
  color: #000;
  font-family: var(--psp-font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.psp-app-download__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.psp-app-download__buttons .psp-live-button {
  min-width: 230px;
  padding: 14px 70px 12px;
  border-radius: 999px;
}

.psp-app-download p {
  margin: 0;
  color: #c1262d;
  font-family: var(--psp-font-body);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.psp-app-download__stores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.psp-app-download__stores a {
  display: block;
  width: 190px;
  max-width: 100%;
}

.psp-app-download__stores img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .psp-resource-band__inner,
  .psp-resource-bands--info .psp-resource-band__inner,
  .psp-guide-intro,
  .psp-playbook-featured,
  .psp-app-download__inner {
    grid-template-columns: 1fr;
  }

  .psp-resource-band__text,
  .psp-resource-bands--info .psp-resource-band__text {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .psp-resource-band h2,
  .psp-resource-bands--info .psp-resource-band h2 {
    font-size: 30px;
  }

  .psp-resource-band__action {
    justify-content: center;
  }

  .psp-guide-intro::before,
  .psp-guide-intro::after {
    display: none;
  }

  .psp-guide-intro__media {
    min-height: 450px;
    padding: 80px;
  }

  .psp-guide-intro__copy {
    min-height: auto;
    padding: 50px 20px;
  }

  .psp-guide-intro__copy-inner {
    width: 100%;
    max-width: none;
  }

  .psp-playbook-grid {
    grid-template-columns: 1fr;
  }

  .psp-blog-single__content h2 {
    font-size: 45px;
  }

  .psp-blog-single__content h3 {
    font-size: 28px;
  }

  .psp-app-download {
    padding: 70px 20px;
  }
}

@media (max-width: 767px) {
  .psp-live-page--resources .psp-live-hero,
  .psp-live-page--app .psp-live-hero {
    border-bottom: 5px solid #c1262d;
  }

  .psp-live-page--resources .psp-live-hero h1 {
    width: calc(100% - 40px);
    font-size: 40px;
    line-height: 1.05;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .psp-resource-intro .psp-partner-intro-split__copy,
  .psp-guide-intro__media,
  .psp-guide-intro__copy {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
  }

  .psp-resource-intro .psp-partner-intro-split__inner,
  .psp-guide-intro__copy-inner {
    width: min(350px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .psp-guide-intro__form-wrap {
    width: min(270px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .psp-resource-intro .psp-partner-intro-split h2,
  .psp-resource-intro .psp-partner-intro-split p,
  .psp-guide-intro__form-wrap h2,
  .psp-guide-intro__copy h2,
  .psp-guide-intro__copy p {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .psp-resource-intro .psp-partner-intro-split h2 {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.2;
    overflow-wrap: normal;
  }

  .psp-live-page--playbook .psp-resource-intro {
    grid-template-columns: 1fr;
  }

  .psp-live-page--playbook .psp-resource-intro .psp-partner-intro-split__copy {
    padding-bottom: 150px;
  }

  .psp-live-page--playbook .psp-resource-intro p {
    width: 100%;
    max-width: 100%;
  }

  .psp-resource-bands,
  .psp-resource-bands--info {
    padding: 50px 0;
  }

  .psp-resource-band {
    padding: 50px 20px;
  }

  .psp-resource-band__inner {
    gap: 30px;
  }

  .psp-resource-band h2 {
    font-size: 25px;
    text-align: center;
  }

  .psp-guide-intro__media {
    min-height: 200px;
    padding: 30px 20px;
  }

  .psp-guide-intro__form-wrap h2 {
    font-size: 18px;
    line-height: 1.1;
  }

  .psp-guide-intro__copy {
    padding: 20px 20px 50px;
  }

  .psp-guide-intro__copy h2 {
    font-size: 20px;
  }

  .psp-guide-form button,
  .psp-guide-intro .psp-live-button {
    width: 270px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .psp-resource-image-rows {
    padding: 50px 0;
  }

  .psp-playbook-loop {
    padding: 50px 0;
  }

  .psp-playbook-featured__image {
    min-height: 350px;
  }

  .psp-playbook-featured h2,
  .psp-playbook-card h2 {
    font-size: 18px;
    text-align: center;
  }

  .psp-playbook-featured .psp-live-button {
    align-self: center;
  }

  .psp-blog-single .psp-live-hero {
    min-height: 14em;
    border-bottom: 5px solid #c1262d;
  }

  .psp-blog-single .psp-live-hero h1 {
    width: calc(100% - 40px);
    font-size: 40px;
    line-height: 1.05;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .psp-blog-single__article {
    padding: 50px 20px;
  }

  .psp-blog-single__content {
    width: min(350px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }

  .psp-blog-single__content h2 {
    font-size: 35px;
  }

  .psp-blog-single__content h3 {
    font-size: 28px;
  }

  .psp-app-download {
    padding: 50px 20px;
  }

  .psp-app-download h2 {
    font-size: 42px;
  }

  .psp-app-download__buttons {
    width: 230px;
    max-width: 100%;
  }

  .psp-app-download__buttons .psp-live-button {
    width: 100%;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .psp-app-download__stores {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .psp-app-download__stores a {
    width: min(44vw, 180px);
  }
}

@media (max-width: 767px) {
  .psp-live-page--commitments {
    overflow: hidden;
  }

  .psp-live-page--commitments .psp-live-hero h1 {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    font-size: 42px;
    line-height: 1;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .psp-live-page--commitments .psp-live-commitments-intro,
  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__image,
  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy {
    width: 100%;
    max-width: 100vw;
  }

  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .psp-live-page--commitments .psp-live-commitments-intro .psp-partner-intro-split__inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .psp-live-page--commitments .psp-live-commitments-intro h2,
  .psp-live-page--commitments .psp-live-commitments-intro p,
  .psp-live-page--commitments .psp-live-commitments-accordion h2,
  .psp-live-page--commitments .psp-live-commitments-accordion > p {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .psp-live-page--commitments .psp-live-commitments-accordion h2 {
    font-size: 34px;
    line-height: 1;
  }

  .psp-live-page--commitments .psp-live-content-band {
    padding-right: 20px;
    padding-left: 20px;
  }

  .psp-live-page--commitments .psp-results-container,
  .psp-live-page--commitments .psp-live-class-list,
  .psp-live-page--commitments .psp-live-class-panel,
  .psp-live-page--commitments .psp-live-class-row {
    width: 100%;
    max-width: 100%;
  }

  .psp-live-page--commitments .psp-live-class-row {
    gap: 15px;
    min-width: 0;
  }

  .psp-live-page--commitments .psp-live-class-row__label {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
