.internal-page {
  background: #f8faf8;
}

.internal-hero {
  padding: 108px 144px 92px;
  background:
    linear-gradient(90deg, rgba(0, 65, 59, 0.9), rgba(0, 109, 98, 0.76)),
    url("./images/Top_Pg_Patient_01%201.png") center / cover no-repeat;
  color: #fff;
}

.internal-hero > div {
  max-width: 980px;
}

.internal-hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.internal-hero h1 {
  max-width: 840px;
  margin: 24px 0 22px;
  font-family: var(--heading);
  font-size: 64px;
  line-height: 1.04;
  font-weight: 900;
}

.internal-hero p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 1.55;
}

.internal-shell {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 360px;
  gap: 88px;
  padding: 92px 40px 116px;
  align-items: start;
}

.internal-content {
  color: #263241;
  font-size: 20px;
  line-height: 1.78;
}

.internal-content .lead {
  color: #172032;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 650;
}

.internal-content h2 {
  margin: 58px 0 16px;
  color: #111827;
  font-family: var(--heading);
  font-size: 38px;
  line-height: 1.12;
}

.internal-content p {
  margin: 0 0 24px;
}

.internal-content a {
  color: #00796e;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.internal-content a.button {
  min-height: 50px;
  min-width: 270px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 24px;
  color: #fff;
  background: #00796e;
  border: 1px solid #00796e;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(0, 65, 59, 0.16);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.internal-content a.button:hover,
.internal-content a.button:focus-visible {
  color: #fff;
  background: #005f56;
  border-color: #005f56;
}

.internal-content ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.internal-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 10px;
}

.internal-content .wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #fff !important;
  background: var(--button) !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.internal-content .is-style-outline .wp-block-button__link {
  color: var(--button) !important;
  background: transparent !important;
  border: 1px solid var(--button);
}

.internal-content li {
  position: relative;
  padding-left: 28px;
}

.internal-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

.internal-content .internal-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 42px;
}

.internal-content .internal-card-grid article {
  min-height: 210px;
  padding: 26px;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.internal-content .internal-card-grid h3 {
  margin: 0 0 14px;
  color: #073f39;
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1.15;
}

.internal-content .internal-card-grid h3 a {
  color: #00796e;
}

.internal-content .internal-card-grid p {
  margin: 0;
  color: #4b5c70;
  font-size: 16px;
  line-height: 1.58;
}

.internal-sidebar {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 18px;
}

.sidebar-panel,
.sidebar-note {
  background: #fff;
  border: 1px solid #dde7e3;
  border-radius: 8px;
}

.sidebar-panel {
  padding: 28px;
}

.sidebar-kicker {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sidebar-panel a:not(.button) {
  display: block;
  padding: 13px 0;
  color: #253142;
  font-size: 16px;
  font-weight: 800;
  border-top: 1px solid #edf2ef;
}

.sidebar-cta {
  color: #fff;
  background: linear-gradient(145deg, #00413b 0%, #00796e 100%);
  border: 0;
}

.sidebar-cta h2 {
  margin: 0 0 12px;
  font-family: var(--heading);
  font-size: 30px;
  line-height: 1.12;
}

.sidebar-cta p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}

.sidebar-cta .button-light {
  min-height: 50px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00413b;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(0, 32, 28, 0.22);
  text-decoration: none;
}

.sidebar-cta .button-light:hover,
.sidebar-cta .button-light:focus-visible {
  color: #002f2b;
  background: #e8fffb;
  border-color: #e8fffb;
}

.sidebar-note {
  padding: 24px 28px;
}

.sidebar-note strong,
.sidebar-note span {
  display: block;
}

.sidebar-note strong {
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
}

.sidebar-note span {
  color: #586375;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .internal-hero {
    padding: 86px 48px 74px;
  }

  .internal-shell {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 72px 48px 92px;
  }

  .internal-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .internal-content .internal-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .internal-hero {
    padding: 76px 24px 58px;
  }

  .internal-hero .eyebrow {
    font-size: 12px;
    line-height: 1.35;
  }

  .internal-hero h1 {
    font-size: clamp(42px, 11vw, 56px);
  }

  .internal-hero p:last-child {
    font-size: 18px;
  }

  .internal-shell {
    padding: 54px 24px 72px;
  }

  .internal-content {
    font-size: 17px;
    line-height: 1.72;
  }

  .internal-content .lead {
    font-size: 21px;
  }

  .internal-content h2 {
    margin-top: 42px;
    font-size: 31px;
  }

  .internal-sidebar {
    grid-template-columns: 1fr;
  }

  .internal-content .internal-card-grid {
    gap: 14px;
  }

  .internal-content .internal-card-grid article {
    min-height: 0;
    padding: 22px;
  }

  .internal-content a.button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}

.partner-page {
  background: #f8faf8;
}

.partner-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 108px 144px 92px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 55, 50, 0.94), rgba(0, 110, 98, 0.72)),
    url("./images/Top_Pg_Patient_01%201.png") center / cover no-repeat;
}

.partner-hero-copy {
  max-width: 900px;
}

.partner-hero h1,
.partner-intake h2,
.partner-after h2 {
  font-family: var(--heading);
}

.partner-hero h1 {
  max-width: 800px;
  margin: 22px 0 18px;
  font-size: 68px;
  line-height: 1.02;
}

.partner-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 1.55;
}

.partner-intake {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 0.98fr);
  gap: 64px;
  padding: 96px 40px 104px;
  align-items: start;
  scroll-margin-top: 120px;
}

.partner-intake-copy {
  padding-top: 16px;
}

.partner-intake-copy .eyebrow,
.partner-after .eyebrow {
  color: var(--teal);
}

.partner-intake h2 {
  max-width: 640px;
  margin: 18px 0 18px;
  color: #111827;
  font-size: 50px;
  line-height: 1.06;
}

.partner-intake-copy > p {
  max-width: 640px;
  margin: 0 0 36px;
  color: #334155;
  font-size: 20px;
  line-height: 1.68;
}

.partner-fit-list {
  display: grid;
  gap: 16px;
}

.partner-fit-list div {
  padding: 22px 0;
  border-top: 1px solid #dce7e3;
}

.partner-fit-list strong,
.partner-fit-list span {
  display: block;
}

.partner-fit-list strong {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 18px;
}

.partner-fit-list span {
  max-width: 620px;
  color: #536070;
  font-size: 17px;
  line-height: 1.6;
}

.partner-form {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: #172032;
  background: #fff;
  border: 1px solid #d9e6e1;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.13);
  scroll-margin-top: 120px;
}

.partner-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #00796e, #14b8a6);
}

.partner-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 17px;
}

.partner-form .wpcf7-form-control-wrap {
  display: block;
}

.partner-form .wpcf7-spinner {
  margin: 10px auto 0;
}

.partner-form .wpcf7-form p:nth-of-type(6),
.partner-form .wpcf7-form p:nth-of-type(7),
.partner-form .wpcf7-form p:nth-of-type(8) {
  grid-column: 1 / -1;
}

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

.partner-form label {
  display: grid;
  gap: 9px;
  margin: 0;
  color: #253142;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.partner-form .wpcf7-form p {
  margin: 0;
}

.partner-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.partner-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 54px;
  padding: 0 15px;
  color: #111827;
  background: #f7fbfa;
  border: 1px solid #c8d9d3;
  border-radius: 6px;
  font: inherit;
  font-weight: 600;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.partner-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.partner-form input::placeholder,
.partner-form textarea::placeholder {
  color: #708090;
  font-size: 12.5px;
  font-weight: 600;
}

.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus {
  outline: 3px solid rgba(0, 151, 137, 0.18);
  border-color: #009789;
  background: #fff;
}

.partner-form button,
.partner-form input[type="submit"] {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  color: #fff;
  background: #00796e;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  appearance: none;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.partner-form button:hover,
.partner-form button:focus-visible,
.partner-form input[type="submit"]:hover,
.partner-form input[type="submit"]:focus-visible {
  background: #005f56;
  box-shadow: 0 12px 24px rgba(0, 95, 86, 0.18);
  transform: translateY(-1px);
}

.partner-form input[type="submit"]:disabled,
.partner-form input[type="submit"].disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.form-footnote {
  margin: 18px 0 0;
  padding-top: 16px;
  color: #64748b;
  border-top: 1px solid #e3ece8;
  font-size: 13px;
  line-height: 1.5;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.form-success {
  color: #064e3b;
  background: #d8f7ef;
}

.form-error {
  color: #7f1d1d;
  background: #fee2e2;
}

.partner-after {
  padding: 86px 40px 108px;
  color: #172032;
  background:
    linear-gradient(180deg, #eef8f5 0%, #f8faf8 100%);
  border-top: 1px solid #d9e7e2;
}

.partner-after > div {
  max-width: 1200px;
  margin: 0 auto;
}

.partner-after h2 {
  max-width: 680px;
  margin: 16px 0 42px;
  color: #0f172a;
  font-size: 48px;
  line-height: 1.08;
}

.partner-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.partner-after article {
  padding: 28px;
  background: #fff;
  border: 1px solid #d6e5df;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.partner-after article strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00796e;
  border-radius: 999px;
  font-size: 14px;
}

.partner-after article h3 {
  margin: 14px 0 10px;
  color: #102033;
  font-family: var(--heading);
  font-size: 25px;
}

.partner-after article p {
  margin: 0;
  color: #526173;
  font-size: 16px;
  line-height: 1.55;
}

.resource-article-page {
  color: #172032;
  background: #f7fbf9;
}

.resource-hero {
  padding: 104px 40px 76px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 55, 50, 0.94), rgba(0, 103, 94, 0.84)),
    url("./images/Rectangle 1.png") center / cover no-repeat;
}

.resource-hero > div {
  max-width: 960px;
  margin: 0 auto;
}

.resource-hero h1 {
  max-width: 880px;
  margin: 14px 0 22px;
  font-size: clamp(46px, 7vw, 78px);
  line-height: 0.98;
}

.resource-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 1.5;
}

.resource-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 40px 104px;
}

.resource-article-content {
  padding: 46px;
  background: #fff;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.resource-article-content h2 {
  margin: 38px 0 14px;
  color: #073f39;
  font-size: 34px;
  line-height: 1.15;
}

.resource-article-content h2:first-child {
  margin-top: 0;
}

.resource-article-content h3 {
  margin: 26px 0 10px;
  color: #102033;
  font-size: 24px;
  line-height: 1.2;
}

.resource-article-content p,
.resource-article-content li {
  color: #3f5064;
  font-size: 18px;
  line-height: 1.72;
}

.resource-article-content ul {
  margin: 14px 0 24px;
  padding-left: 22px;
}

.resource-article-content a:not(.button) {
  color: #00796e;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resource-article-content a.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: #fff;
  background: #00796e;
  border: 1px solid #00796e;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.resource-article-rail {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 18px;
}

.resource-article-rail > div {
  padding: 26px;
  background: #fff;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.resource-article-rail a:not(.button) {
  display: block;
  padding: 12px 0;
  color: #006f65;
  border-bottom: 1px solid #e4eeea;
  font-weight: 900;
  text-decoration: none;
}

.resource-demo-box {
  color: #fff;
  background: #006f65 !important;
  border-color: #006f65 !important;
}

.resource-demo-box h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
}

.resource-demo-box p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.resource-demo-box .button-light {
  width: 100%;
  margin-top: 8px;
  color: #00413b;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 32, 29, 0.16);
}

.blog-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 40px 112px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.blog-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #e7f1ed;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}

.blog-card .sidebar-kicker,
.blog-card h2,
.blog-card p {
  margin-left: 24px;
  margin-right: 24px;
}

.blog-card .sidebar-kicker {
  margin-top: 24px;
}

.blog-card h2 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #073f39;
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.15;
}

.blog-card h2 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-card p:last-child {
  margin-bottom: 28px;
  color: #4b5c70;
  font-size: 16px;
  line-height: 1.58;
}

.studies-library {
  padding: 92px 40px 118px;
  color: #172032;
  background: linear-gradient(180deg, #eef8f5 0%, #f8faf8 100%);
  border-top: 1px solid #d9e7e2;
}

.studies-library-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.studies-library-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.studies-library-head h2 {
  margin: 16px 0 18px;
  color: #0f172a;
  font-size: 48px;
  line-height: 1.08;
}

.studies-library-head p:last-child {
  margin: 0;
  color: #405164;
  font-size: 19px;
  line-height: 1.62;
}

.studies-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 34px;
}

.studies-stats div {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #d6e6df;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.studies-stats strong,
.studies-stats span {
  display: block;
}

.studies-stats strong {
  color: #006f65;
  font-size: 38px;
  line-height: 1;
}

.studies-stats span {
  margin-top: 8px;
  color: #536173;
  font-weight: 800;
}

.studies-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.study-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d6e5df;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.study-card-image {
  aspect-ratio: 16 / 9;
  background: #e7f1ed;
}

.study-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.study-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.study-meta,
.study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.study-meta span,
.study-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #006f65;
  background: #e7f7f3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.study-card h3 {
  margin: 16px 0 10px;
  color: #102033;
  font-family: var(--heading);
  font-size: 22px;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.study-authors,
.study-journal,
.study-findings {
  margin: 0;
}

.study-authors {
  color: #536173;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.study-journal {
  margin-top: 8px;
  color: #6b788a;
  font-size: 14px;
  line-height: 1.45;
}

.study-tags {
  margin: 16px 0;
}

.study-findings {
  color: #37475a;
  font-size: 15px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.study-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 16px;
  color: #fff;
  background: #00796e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  align-self: flex-start;
}

.study-link:hover,
.study-link:focus-visible {
  background: #005f56;
}

.studies-empty {
  padding: 30px;
  background: #fff;
  border: 1px solid #d6e5df;
  border-radius: 8px;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .partner-hero {
    padding: 90px 48px 76px;
  }

  .partner-intake {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 72px 48px 88px;
  }

  .partner-form {
    max-width: 720px;
  }

  .partner-after-grid {
    grid-template-columns: 1fr;
  }

  .resource-article-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .resource-article-rail {
    position: static;
  }

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

  .studies-stats {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .partner-hero {
    min-height: 360px;
    padding: 76px 24px 56px;
  }

  .partner-hero h1 {
    font-size: clamp(38px, 10.5vw, 50px);
    line-height: 1.16;
  }

  .partner-hero p:last-child {
    font-size: 18px;
  }

  .partner-intake {
    padding: 62px 24px 68px;
    scroll-margin-top: 104px;
  }

  .partner-intake h2 {
    font-size: 36px;
  }

  .partner-intake-copy > p {
    font-size: 17px;
  }

  .partner-form {
    padding: 24px;
    scroll-margin-top: 104px;
  }

  .partner-form .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .partner-form .wpcf7-form p {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .partner-after {
    padding: 64px 24px 78px;
  }

  .partner-after h2 {
    font-size: 35px;
  }

  .resource-hero {
    padding: 82px 24px 58px;
  }

  .resource-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .resource-hero p:last-child {
    font-size: 18px;
  }

  .resource-article-shell {
    padding: 44px 20px 72px;
  }

  .resource-article-content,
  .resource-article-rail > div {
    padding: 24px;
  }

  .resource-article-content h2 {
    font-size: 28px;
  }

  .resource-article-content p,
  .resource-article-content li {
    font-size: 16px;
  }

  .blog-shell {
    padding: 48px 20px 78px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .studies-library {
    padding: 62px 20px 78px;
  }

  .studies-library-head h2 {
    font-size: 35px;
  }

  .studies-library-head p:last-child {
    font-size: 17px;
  }

  .studies-stats div,
  .study-card-body {
    padding: 22px;
  }

  .study-card h3 {
    font-size: 20px;
  }

  .studies-grid {
    grid-template-columns: 1fr;
  }

  .study-findings {
    -webkit-line-clamp: 6;
  }
}
