:root {
  --pp-ink: #10212d;
  --pp-muted: #647280;
  --pp-line: #d9e4ea;
  --pp-paper: #ffffff;
  --pp-soft: #f4f8fa;
  --pp-soft-blue: #eaf5f8;
  --pp-blue: #0f7ea2;
  --pp-blue-dark: #07546d;
  --pp-gold: #b88a2b;
  --pp-shadow: 0 18px 50px rgba(16, 33, 45, 0.12);
  --bs-primary: var(--pp-blue);
  --bs-primary-rgb: 15, 126, 162;
  --bs-link-color-rgb: 15, 126, 162;
  --bs-link-hover-color-rgb: 7, 84, 109;
  --bs-body-color: var(--pp-ink);
  --bs-body-bg: var(--pp-soft);
  --bs-body-font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-padding-top: 112px;
}

body {
  overflow-x: hidden;
  background: var(--pp-soft);
  color: var(--pp-ink);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

a {
  text-underline-offset: 0.18em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pp-ink);
  font-weight: 700;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: 3.25rem;
  line-height: 1.06;
}

h2,
.h2 {
  font-size: 2.35rem;
  line-height: 1.14;
}

h3,
.h3 {
  font-size: 1.55rem;
  line-height: 1.25;
}

p {
  color: #263a48;
}

.btn,
button,
input[type="submit"],
.input_submit {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.72rem 1.05rem;
}

.btn-primary,
input[type="submit"],
.input_submit,
.button {
  background: var(--pp-blue);
  border-color: var(--pp-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 126, 162, 0.22);
}

.btn-primary:hover,
input[type="submit"]:hover,
.input_submit:hover,
.button:hover {
  background: var(--pp-blue-dark);
  border-color: var(--pp-blue-dark);
  color: #fff;
}

.site-header-shell {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(16, 33, 45, 0.1);
  box-shadow: 0 12px 38px rgba(16, 33, 45, 0.08);
  backdrop-filter: blur(14px);
}

#nav-main {
  padding: 0;
}

.site-header-inner {
  align-items: stretch;
  gap: 0.9rem;
  min-height: 108px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.site-logo {
  display: flex;
  align-items: center;
  width: 340px;
  margin: 0;
  padding: 0;
  transition: width 180ms ease;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.offcanvas-body {
  align-items: center;
  gap: 1rem;
  padding: 0;
}

.header-top-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.05rem;
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  order: 2;
}

.header-top-link .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.phone {
  margin: 0;
  padding: 0;
  color: var(--pp-blue-dark);
  float: none;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

#bootscore-navbar {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

@media (min-width: 992px) {
  #offcanvas-navbar {
    flex: 0 1 900px;
    min-width: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.55rem;
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
  }

  #offcanvas-navbar .offcanvas-body {
    flex: 0 0 auto;
    min-width: 0;
    order: 2;
    width: 100%;
    justify-content: flex-end;
    overflow: visible;
  }

  #offcanvas-navbar .offcanvas-header {
    display: none;
  }

  #offcanvas-navbar .header-top-link {
    order: 1;
    width: 100%;
  }

  .header-top-link .btn {
    padding: 0.66rem 0.9rem;
  }

  .header-actions {
    display: none !important;
  }
}

#bootscore-navbar .nav-link,
#bootscore-navbar a {
  color: #253847;
  border-right: 0;
  border-radius: 6px;
  padding: 0.5rem 0.48rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

#bootscore-navbar .nav-link:hover,
#bootscore-navbar .nav-link:focus,
#bootscore-navbar a:hover,
#bootscore-navbar a:focus {
  background: var(--pp-soft-blue);
  color: var(--pp-blue-dark);
}

.dropdown-menu {
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  box-shadow: var(--pp-shadow);
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--pp-blue);
  color: #fff !important;
}

.site-menu-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border: 1px solid var(--pp-blue);
  background: var(--pp-blue) !important;
  color: #fff;
  border-radius: 6px;
}

.site-menu-toggle i {
  color: #fff !important;
}

.site-content,
.header-content {
  padding-top: 92px;
}

.home-main > .wp-block-group__inner-container {
  width: 100%;
}

.home .site-content,
.home .header-content {
  padding-top: 0;
}

.home-main {
  position: relative;
  left: auto;
  width: 100%;
  min-height: 780px;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(6, 20, 31, 0.9) 0%, rgba(6, 20, 31, 0.72) 38%, rgba(6, 20, 31, 0.22) 68%, rgba(6, 20, 31, 0.05) 100%),
    linear-gradient(0deg, rgba(6, 20, 31, 0.52), rgba(6, 20, 31, 0.06) 42%),
    url("/wp-content/uploads/2023/07/knee-pain-1-scaled.jpg") center center / cover no-repeat;
  padding-top: 118px;
  margin-left: 0;
  margin-bottom: 0 !important;
}

.home-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(244, 248, 250, 0), rgba(244, 248, 250, 0.96));
  pointer-events: none;
}

.home-box-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 5rem;
  padding-top: 108px;
  padding-bottom: 130px;
}

.home-info-box {
  max-width: 740px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.home-info-box p {
  max-width: 720px;
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: 1.78rem;
  font-weight: 750;
  line-height: 1.28;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.38);
}

.home-info-box p:last-child {
  margin-bottom: 0;
}

.home-dlbox {
  position: static;
  z-index: 2;
  width: 100%;
  max-width: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-top: 4px solid var(--pp-gold);
  border-radius: 8px;
  padding: 30px 34px;
  box-shadow: 0 24px 70px rgba(6, 20, 31, 0.28);
}

.home-dlbox h2 {
  padding-bottom: 14px;
  color: var(--pp-ink);
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.18;
}

.home-dlbox .wp-block-columns {
  align-items: start !important;
  gap: 1.45rem !important;
  flex-wrap: nowrap !important;
}

.home-dlbox > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 58% !important;
}

.home-dlbox > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 42% !important;
}

.home-dlbox p {
  color: #334957;
  font-size: 0.98rem;
  line-height: 1.58;
}

.home-dlbox .wp-block-image {
  text-align: center;
}

.home-dlbox .wp-block-image img {
  max-width: 178px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(16, 33, 45, 0.16);
}

.home-dlbox .AW-Form-2081854702 {
  margin-top: 1rem;
}

.home-dlbox form,
.home-dlbox iframe {
  max-width: 100% !important;
}

.home-guide-teaser {
  text-align: left;
}

.home-guide-teaser h2 {
  margin-bottom: 1.3rem;
}

.home-guide-teaser-image {
  margin: 0 0 1.35rem;
  text-align: center;
}

.home-guide-teaser-image img {
  max-width: 210px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(16, 33, 45, 0.18);
}

.home-guide-button {
  width: 100%;
  justify-content: center;
}

.pp-guide-modal .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(6, 20, 31, 0.28);
}

.pp-guide-modal .modal-header {
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid var(--pp-line);
  padding: 0.8rem 1rem;
}

.pp-guide-modal-actions {
  min-height: 0;
}

.pp-guide-modal .modal-body {
  padding: 0.6rem 1.6rem 1.6rem;
}

.pp-guide-modal .modal-body > h2 {
  max-width: 720px;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 1.16;
}

.pp-guide-modal .wp-block-columns {
  align-items: start !important;
  gap: 1.6rem !important;
}

.pp-guide-modal .wp-block-image {
  text-align: center;
}

.pp-guide-modal .wp-block-image img {
  max-width: 230px;
  height: auto;
}

.home-info-box .wp-block-spacer {
  height: 22px !important;
}

.home-info-box .wp-block-buttons {
  gap: 0.8rem !important;
}

.home-info-box .wp-block-button__link {
  min-width: 168px;
  border: 1px solid rgba(255, 255, 255, 0.76) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  padding: 0.82rem 1.1rem;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.home-info-box .wp-block-button__link:hover {
  background: #fff !important;
  color: var(--pp-blue-dark) !important;
}

.home-dlbox input,
.home-dlbox textarea,
.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #cbd9df;
  border-radius: 6px;
  padding: 0.85rem 0.95rem;
}

.breakout-blue,
.breakout-blue-section {
  background: linear-gradient(135deg, var(--pp-blue-dark), var(--pp-blue));
  color: #fff;
}

.breakout-blue {
  margin-top: 0 !important;
  padding: 82px 24px;
  font-size: 2.65rem;
  line-height: 1.14;
  font-weight: 750;
  text-align: center;
}

.breakout-blue-section {
  padding: 86px 24px;
}

.breakout-blue-section h2 {
  max-width: 1120px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 2.45rem;
  line-height: 1.14;
}

.breakout-blue-section p {
  max-width: 1120px;
  margin: 0 auto 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
}

.home-about-paul {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 92px auto !important;
  padding: 44px !important;
  background: var(--pp-paper);
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 33, 45, 0.08);
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 3.2rem !important;
  align-items: center !important;
}

.home-about-paul h2 {
  margin-bottom: 1.2rem;
  color: var(--pp-ink);
  font-size: 2.15rem;
  line-height: 1.12;
}

.home-about-paul p {
  color: #314755;
  font-size: 1.04rem;
  line-height: 1.72;
}

.home-about-paul .wp-block-media-text__content {
  padding: 0 !important;
}

.home-about-paul .wp-block-media-text__media {
  align-self: stretch;
}

.home-about-paul .wp-block-media-text__media img {
  width: 100%;
  max-width: 330px;
  height: 430px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 33, 45, 0.16);
}

.wp-block-columns {
  gap: 2.4rem;
}

.entry-content > .wp-block-columns,
.entry-content > .wp-block-group,
.entry-content > p,
.entry-content > h2,
.entry-content > h3,
.entry-content > ul,
.entry-content > ol,
.entry-content > figure {
  margin-bottom: 2rem;
}

.entry-content img {
  border-radius: 8px;
}

.wp-block-image img {
  box-shadow: 0 12px 34px rgba(16, 33, 45, 0.1);
}

.page-template-page-sidebar-none .header-content {
  padding-top: 118px;
}

.page-template-page-sidebar-none .entry-header {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.page-template-page-sidebar-none .entry-header h1 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  padding: 56px 0 52px;
  color: #fff;
  background: transparent;
  font-size: 3.2rem;
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.page-template-page-sidebar-none .cover-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page-template-page-sidebar-none .cover-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 26, 38, 0.82), rgba(8, 26, 38, 0.38));
}

.page-template-page-sidebar-none .cover-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.entry-content {
  max-width: 1120px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.home .entry-content {
  max-width: none;
  width: 100%;
  margin-top: 0;
}

.home #content.site-content,
.home .site-content.container,
.home .site-content.container-fluid {
  max-width: none !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home #primary.content-area,
.home #main.site-main,
.home .entry-content {
  max-width: none !important;
  width: 100% !important;
}

.home .entry-content > .home-main,
.home-main.wp-block-group,
.home-main.is-layout-constrained {
  max-width: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.home-main > .wp-block-group__inner-container {
  max-width: none !important;
  width: 100% !important;
}

.disclaimer,
.form-disclaimer {
  color: var(--pp-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.float {
  position: fixed;
  right: 28px;
  bottom: 30px;
  z-index: 100;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 14px 34px rgba(16, 33, 45, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.float:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(16, 33, 45, 0.28);
}

.my-float {
  margin-top: 14px;
}

.bootscore-footer {
  background: #0d2534 !important;
  margin-top: 0 !important;
  padding-top: 64px !important;
  color: #fff;
}

.bootscore-footer .row {
  align-items: center;
  row-gap: 2rem;
}

.footer-logo img {
  width: min(300px, 100%);
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.1rem;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  float: none;
  margin: 0;
  padding: 0;
  border-right: 0;
}

.footer-nav li a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.copyright p {
  color: inherit;
}

.top-button {
  border-radius: 6px;
}

@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 2.7rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  .site-logo {
    width: 280px;
  }

  #bootscore-navbar .nav-link,
  #bootscore-navbar a {
    padding: 0.48rem 0.44rem;
    font-size: 0.87rem;
  }

  .phone {
    display: none;
  }

  .header-top-link {
    gap: 0.65rem;
  }

  .header-top-link .btn {
    padding: 0.62rem 0.78rem;
    font-size: 0.92rem;
  }

  .home-info-box p {
    font-size: 1.34rem;
  }
}

@media (max-width: 991.98px) {
  .site-header-inner {
    min-height: 78px;
  }

  .site-logo {
    width: 230px;
  }

  .offcanvas-body {
    align-items: stretch;
    padding: 1rem;
  }

  .header-top-link {
    order: 0;
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 1rem;
  }

  #bootscore-navbar {
    align-items: stretch;
    gap: 0.35rem;
  }

  #bootscore-navbar .nav-link,
  #bootscore-navbar a {
    padding: 0.72rem 0.8rem;
  }

  .site-content,
  .header-content {
    padding-top: 78px;
  }

  .home-main {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(9, 26, 37, 0.08), rgba(9, 26, 37, 0.76) 34%, rgba(9, 26, 37, 0.92)),
      url("/wp-content/uploads/2023/07/knee-pain-mob.jpg") top center / cover no-repeat;
    padding-top: 220px;
    margin-bottom: 0 !important;
  }

  .home-box-container {
    display: flex !important;
    padding-top: 40px;
    padding-bottom: 74px;
  }

  .home-info-box {
    flex-basis: 100% !important;
    padding: 30px;
  }

  .home-dlbox {
    position: static;
    right: auto;
    bottom: auto;
    width: auto;
    flex-basis: 100% !important;
    max-width: none;
  }

  .home-info-box p {
    max-width: none;
    font-size: 1.22rem;
  }

  .home-dlbox .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .home-info-box p {
    font-size: 1.18rem;
  }

  .breakout-blue {
    padding: 62px 22px;
    font-size: 2rem;
  }

  .breakout-blue-section {
    padding: 64px 22px;
  }

  .breakout-blue-section h2,
  .home-about-paul h2 {
    font-size: 2rem;
  }

  .home-about-paul {
    display: block !important;
    width: min(720px, calc(100% - 32px)) !important;
    margin: 64px auto !important;
    padding: 30px !important;
  }

  .home-about-paul .wp-block-media-text__media {
    margin-top: 1.8rem;
  }

  .home-about-paul .wp-block-media-text__media img {
    display: block;
    width: min(100%, 280px);
    max-width: 280px;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
  }

  .page-template-page-sidebar-none .entry-header h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 2.2rem;
  }

  .site-logo {
    width: 190px;
  }

  .home-main {
    padding-top: 168px;
  }

  .home-info-box,
  .home-dlbox {
    padding: 24px;
  }

  .home-info-box p {
    font-size: 1.08rem;
  }

  .home-info-box {
    padding-right: 0;
    padding-left: 0;
  }

  .home-dlbox {
    border-radius: 8px 8px 0 0;
  }

  .breakout-blue {
    font-size: 1.55rem;
  }

  .home-about-paul {
    width: calc(100% - 24px) !important;
    margin: 52px auto !important;
    padding: 24px !important;
  }

  .home-about-paul h2 {
    font-size: 1.45rem;
  }

  .home-about-paul p {
    font-size: 1rem;
  }

  .home-about-paul .wp-block-media-text__media img {
    max-width: 240px;
  }

  .page-template-page-sidebar-none .header-content {
    padding-top: 92px;
  }

  .page-template-page-sidebar-none .entry-header {
    min-height: 300px;
  }

  .page-template-page-sidebar-none .entry-header h1 {
    padding: 38px 0 34px;
    font-size: 1.55rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .entry-content {
    margin-top: 42px;
  }

  .float {
    right: 18px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}
