/* Player Development Intelligence signup page overrides
   Brand palette:
   Primary Blue #1893FC | Dark Navy #011942 | Mid Blue #0068C8 | White #FFFFFF
*/
:root {
  --pdi-primary: #1893FC;
  --pdi-navy: #011942;
  --pdi-mid: #0068C8;
  --pdi-white: #FFFFFF;
  --pdi-bg: #F6F9FC;
  --pdi-bg-soft: #EEF7FF;
  --pdi-text: #334155;
  --pdi-muted: #64748B;
  --pdi-border: #DCE6F0;
}

html { scroll-behavior: smooth; }
body {
  color: var(--pdi-text);
  background: var(--pdi-white);
  font-family: 'Inter', Arial, sans-serif;
}

/* Header — matched to the PlayerDevelopmentIntelligence.com homepage */
.pdi-header.site-navbar {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pdi-header .nav-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pdi-header .nav-frame,
.pdi-header .nav-row {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.pdi-header .nav-row {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 28px;
}

.pdi-header .nav-logo {
  position: relative;
  display: flex;
  width: 255px;
  min-width: 255px;
  height: 92px;
  flex: 0 0 255px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pdi-header .nav-logo a {
  position: relative;
  display: block;
  width: 210px;
  height: 92px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

/* The supplied logo artwork contains built-in white margins. Scale it inside
   a clipped box so its visible artwork matches the homepage header. */
.pdi-header .nav-logo img,
.pdi-header .nav-logo img.pdi-brand-logo,
.pdi-header .site-logo img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 238px !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
}

.pdi-header .nav-main {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.pdi-header .site-navigation {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pdi-header .site-navigation .site-menu,
.pdi-header .site-navigation .site-menu.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.pdi-header .site-navigation .site-menu > li {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.pdi-header .site-navigation .site-menu > li > a,
.pdi-header .site-navigation .site-menu > li > a.nav-link {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 10px;
  outline: 0;
  background: transparent;
  color: #011942 !important;
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  transition: color .18s ease, background-color .18s ease;
}

.pdi-header .site-navigation .site-menu > li > a:before,
.pdi-header .site-navigation .site-menu > li > a:after {
  display: none !important;
  content: none !important;
}

.pdi-header .site-navigation .site-menu > li > a:hover,
.pdi-header .site-navigation .site-menu > li > a:focus-visible,
.pdi-header .site-navigation .site-menu > li.active > a {
  color: #0068C8 !important;
  background: #EEF7FF !important;
}

.pdi-header .site-menu-toggle,
.pdi-header .site-menu-toggle span {
  color: #011942 !important;
}

@media (max-width: 1199.98px) {
  .pdi-header .nav-shell { padding: 0 20px !important; }
  .pdi-header .nav-row { gap: 18px; }
  .pdi-header .nav-logo { width: 220px; min-width: 220px; flex-basis: 220px; }
  .pdi-header .nav-logo a { width: 195px; }
  .pdi-header .nav-logo img,
  .pdi-header .nav-logo img.pdi-brand-logo,
  .pdi-header .site-logo img { width: 222px !important; }
  .pdi-header .site-navigation .site-menu > li > a,
  .pdi-header .site-navigation .site-menu > li > a.nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 991.98px) {
  .pdi-header .nav-row { min-height: 84px; }
  .pdi-header .nav-logo { width: 205px; min-width: 205px; height: 82px; flex-basis: 205px; }
  .pdi-header .nav-logo a { width: 185px; height: 82px; }
  .pdi-header .nav-logo img,
  .pdi-header .nav-logo img.pdi-brand-logo,
  .pdi-header .site-logo img { width: 210px !important; }
}

/* Hero */
.pdi-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(24,147,252,.30), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(0,104,200,.22), transparent 32%),
    linear-gradient(135deg, var(--pdi-navy) 0%, #042B64 46%, var(--pdi-mid) 100%);
}
.pdi-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
}
.pdi-hero .container { position: relative; z-index: 1; }
.pdi-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #D8ECFF;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero .hero-title, .pdi-hero h1 { text-shadow: none !important; }
.pdi-hero .hero-subtitle { color: rgba(255,255,255,.88) !important; max-width: 760px; }

/* Signup area */
.site-section.bg-dark { background: var(--pdi-bg) !important; color: var(--pdi-text) !important; }
.site-section.bg-dark .widget-next-match { background: transparent !important; }
.site-section.bg-dark .widget-title { background: transparent !important; border: 0 !important; padding-left: 0; }
.site-section.bg-dark .widget-title h3 { color: var(--pdi-primary) !important; font-weight: 700; letter-spacing: .02em; }
.title-section .heading, .heading, h1, h2, h3, h4, h5, h6 { color: var(--pdi-navy); }
.bg-light { background: var(--pdi-white) !important; border: 1px solid var(--pdi-border); box-shadow: 0 18px 52px rgba(1,25,66,.08); }
.form-control {
  min-height: 50px;
  border: 1px solid #C9D7E5;
  border-radius: 8px;
  color: var(--pdi-navy);
  background: #fff;
}
.form-control:focus { border-color: var(--pdi-primary); box-shadow: 0 0 0 .2rem rgba(24,147,252,.14); }
.btn-success, #btn {
  background: var(--pdi-primary) !important;
  border-color: var(--pdi-primary) !important;
  color: var(--pdi-white) !important;
  min-height: 52px;
  border-radius: 8px;
  transition: .2s ease;
}
.btn-success:hover, #btn:hover { background: var(--pdi-mid) !important; border-color: var(--pdi-mid) !important; transform: translateY(-1px); }

/* Legacy red controls */
.solutionsBox { background-color: var(--pdi-primary) !important; border-color: var(--pdi-primary) !important; }

/* Testimonials */
.container.site-section { background: var(--pdi-white); }
.custom-media {
  height: 100%;
  background: #fff;
  border: 1px solid var(--pdi-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 34px rgba(1,25,66,.06);
}
.custom-media .img img { border-radius: 10px; }
.custom-media .text h3, .custom-media .text .headingScouts { color: var(--pdi-navy) !important; }
.custom-media .text p, .testimonials { color: var(--pdi-text) !important; font-weight: 400; }
.meta { color: var(--pdi-mid) !important; }

/* Footer */
.footer-section { background: var(--pdi-navy) !important; color: rgba(255,255,255,.76); }
.footer-section h3 { color: var(--pdi-white) !important; }
.footer-section a { color: #B9DFFF !important; }
.footer-section a:hover { color: var(--pdi-white) !important; }

/* Utility/accessibility */
a { color: var(--pdi-mid); }
a:hover { color: var(--pdi-primary); }
:focus-visible { outline: 3px solid rgba(24,147,252,.55); outline-offset: 3px; }

@media (max-width: 991.98px) {
  .pdi-hero { min-height: 320px; }
  .custom-media { margin-bottom: 16px; }
}

@media (max-width: 575.98px) {
  .pdi-hero { min-height: 300px; }
  .pdi-hero h1 { font-size: 2rem !important; }
  .pdi-eyebrow { font-size: .68rem; }
  .custom-media { display: block !important; }
  .custom-media .img { margin-right: 0 !important; margin-bottom: 16px; }
  .custom-media .img img { max-width: 110px; }
}

/* ============================================================
   PDI account creation — corporate signup redesign
   ============================================================ */
#start.site-section {
  padding-top: 62px !important;
  padding-bottom: 72px !important;
}

#start .row.mb-5 {
  margin-bottom: 18px !important;
}

#start .title-section {
  margin-bottom: 22px;
}

#start .title-section .heading {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

#start .title-section .heading::before {
  content: '';
  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: var(--pdi-primary);
}

.pdi-signup-shell {
  overflow: hidden;
  border: 1px solid #DCE6F0;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 20px 55px rgba(1, 25, 66, 0.08);
}

.pdi-signup-form-panel {
  padding: 42px 48px 44px;
  background: #FFFFFF;
}

.pdi-signup-form-head {
  max-width: 600px;
  margin-bottom: 30px;
}

.pdi-form-kicker,
.pdi-info-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--pdi-mid);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pdi-signup-form-head h3,
.pdi-signup-info-panel h3 {
  margin: 0 0 9px;
  color: var(--pdi-navy) !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.pdi-signup-form-head p {
  margin: 0;
  color: #5C6D84;
  font-size: 0.98rem;
  line-height: 1.65;
}

.pdi-account-form {
  max-width: 680px;
}

.pdi-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdi-field {
  margin-bottom: 20px !important;
}

.pdi-field label {
  display: block;
  margin: 0 0 7px;
  color: var(--pdi-navy);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.pdi-field .form-control,
.pdi-account-form .iti .form-control {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #C8D7E6;
  border-radius: 10px;
  background: #FBFDFF;
  color: var(--pdi-navy);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.pdi-field .form-control::placeholder,
.pdi-account-form .iti .form-control::placeholder {
  color: #8796AA;
  opacity: 1;
}

.pdi-field .form-control:hover,
.pdi-account-form .iti .form-control:hover {
  border-color: #9ECFF8;
  background: #FFFFFF;
}

.pdi-field .form-control:focus,
.pdi-account-form .iti .form-control:focus {
  border-color: var(--pdi-primary);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(24, 147, 252, 0.11);
}

.pdi-field-help {
  display: block;
  margin-top: 6px;
  color: #74849A;
  font-size: 0.72rem;
  line-height: 1.4;
}

.pdi-account-form .iti {
  width: 100%;
}

.pdi-account-form .iti__selected-country-primary {
  border-radius: 10px 0 0 10px;
}

.pdi-account-form label.error,
#trialsignup label.error,
#error-msg {
  display: block;
  margin-top: 6px;
  color: #B42318 !important;
  font-size: 0.75rem;
  font-weight: 600;
}

.pdi-recaptcha-wrap {
  margin: 4px 0 24px !important;
  padding: 14px;
  border: 1px solid #E2EAF3;
  border-radius: 12px;
  background: #F8FBFF;
}

.pdi-submit-wrap {
  margin-bottom: 0 !important;
}

#btn.pdi-submit {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--pdi-primary) !important;
  border-radius: 10px;
  background: var(--pdi-primary) !important;
  color: #FFFFFF !important;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700 !important;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(24, 147, 252, 0.18);
}

#btn.pdi-submit:hover,
#btn.pdi-submit:focus {
  border-color: var(--pdi-mid) !important;
  background: var(--pdi-mid) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 104, 200, 0.2);
}

.pdi-form-note {
  margin: 10px 0 0;
  color: #7B8BA0;
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
}

.pdi-signup-info-panel {
  height: 100%;
  padding: 46px 42px;
  background:
    radial-gradient(circle at 90% 8%, rgba(24,147,252,.10), transparent 28%),
    linear-gradient(145deg, #F7FBFF 0%, #EEF7FF 100%);
  border-left: 1px solid #DCE6F0;
}

.pdi-signup-info-panel > p {
  margin: 0;
  color: #53657E;
  font-size: 0.94rem;
  line-height: 1.7;
}

.pdi-info-divider {
  width: 48px;
  height: 3px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: var(--pdi-primary);
}

.pdi-signup-info-panel h4 {
  margin: 0 0 16px;
  color: var(--pdi-navy) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pdi-access-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdi-access-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px 15px;
  border: 1px solid rgba(24,147,252,.13);
  border-radius: 11px;
  background: rgba(255,255,255,.75);
}

.pdi-access-list li > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #E5F4FF;
  color: var(--pdi-mid);
  font-size: 0.75rem;
  font-weight: 800;
}

.pdi-access-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--pdi-navy);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.pdi-access-list small {
  display: block;
  color: #6D7E93;
  font-size: 0.7rem;
  line-height: 1.45;
}

.pdi-info-footer {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(1,25,66,.10);
}

.pdi-info-footer strong,
.pdi-info-footer span {
  display: block;
}

.pdi-info-footer strong {
  margin-bottom: 4px;
  color: var(--pdi-primary);
  font-size: 0.86rem;
  font-weight: 700;
}

.pdi-info-footer span {
  color: #60728A;
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .pdi-signup-form-panel { padding: 34px 28px; }
  .pdi-signup-info-panel {
    padding: 34px 28px;
    border-top: 1px solid #DCE6F0;
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  #start.site-section { padding-top: 46px !important; padding-bottom: 52px !important; }
  .pdi-signup-shell { border-radius: 14px; }
  .pdi-signup-form-panel,
  .pdi-signup-info-panel { padding: 28px 20px; }
  .pdi-form-grid { grid-template-columns: 1fr; gap: 0; }
  .pdi-recaptcha-wrap { overflow-x: auto; }
}

/* PDI registration confirmation page */
.pdi-signup-page {
  font-family: 'Inter', Arial, sans-serif;
  background: #f7fbff;
  color: #011942;
}

.pdi-signup-hero {
  padding: 54px 0 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.pdi-signup-hero .pdi-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #1893FC;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pdi-signup-hero h1 {
  margin: 0;
  color: #011942;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.pdi-signup-section {
  padding: 28px 0 84px;
  background: #f7fbff;
}

.pdi-confirmation-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid rgba(1, 25, 66, 0.10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(1, 25, 66, 0.08);
}

.pdi-confirmation-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0068C8 0%, #1893FC 100%);
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(24, 147, 252, 0.24);
}

.pdi-confirmation-icon--warning {
  background: #eef7ff;
  color: #0068C8;
  box-shadow: none;
  border: 1px solid #b9dfff;
}

.pdi-confirmation-copy {
  min-width: 0;
}

.pdi-confirmation-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #0068C8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pdi-confirmation-copy h2 {
  margin: 0 0 14px;
  color: #011942;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.pdi-confirmation-copy p {
  margin: 0 0 10px;
  color: #52627a;
  font-size: 1rem;
  line-height: 1.7;
}

.pdi-confirmation-help {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #dce6f0;
  border-radius: 12px;
  background: #f8fbff;
}

.pdi-confirmation-help strong {
  color: #011942;
}

.pdi-confirmation-help span {
  color: #52627a;
}

.pdi-confirmation-help a {
  color: #0068C8;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .pdi-signup-hero {
    padding: 34px 0 18px;
  }

  .pdi-signup-section {
    padding: 20px 0 56px;
  }

  .pdi-confirmation-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
    border-radius: 14px;
  }

  .pdi-confirmation-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    font-size: 1.45rem;
  }
}
/* PDI form input text visibility */
.pdi-signup-form input[type="text"],
.pdi-signup-form input[type="email"],
.pdi-signup-form input[type="tel"],
.pdi-signup-form input[type="password"],
.pdi-signup-form textarea,
.pdi-signup-form select {
    color: #011942 !important;
    background-color: #FFFFFF !important;
}

/* Placeholder text */
.pdi-signup-form input::placeholder,
.pdi-signup-form textarea::placeholder {
    color: #66758A !important;
    opacity: 1;
}

/* Browser autofill */
.pdi-signup-form input:-webkit-autofill,
.pdi-signup-form input:-webkit-autofill:hover,
.pdi-signup-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #011942 !important;
    caret-color: #011942;
}