:root {
  color-scheme: light;
  --jcr-navy: #12304a;
  --jcr-blue: #146c94;
  --jcr-accent: #f29f05;
  --jcr-ink: #142433;
  --jcr-muted: #5b6b79;
  --jcr-line: #d7e0e7;
  --jcr-surface: #f3f7fa;
  --jcr-shadow: 0 18px 48px rgba(18, 48, 74, 0.11);
  --jcr-content: 900px;
  --jcr-wide: 1240px;
  --jcr-gutter: clamp(1rem, 3.2vw, 2.5rem);
  --jcr-page-gutter: clamp(18px, 3.2vw, 40px);
  --jcr-container-wide: 1240px;
  --jcr-container-content: 900px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--jcr-ink);
  background: #fff;
}
a {
  text-underline-offset: 0.16em;
}
img {
  max-width: 100%;
  height: auto;
}
main,
.wp-site-blocks {
  min-width: 0;
}
.wp-site-blocks > header,
.wp-site-blocks > main,
.wp-site-blocks > footer {
  /* Keep WordPress-generated blockGap rules from inserting space between
     the three top-level site regions. This is the single canonical reset. */
  margin-block-start: 0 !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--jcr-accent);
  outline-offset: 3px;
}
.jcr-header .wp-block-buttons {
  flex: 0 0 auto;
}
.wp-block-navigation__responsive-container.is-menu-open {
  padding: 1.5rem;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container {
  align-items: stretch;
  gap: 0.35rem;
  width: 100%;
  font-size: 1.05rem;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item__content {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--jcr-line);
  white-space: normal;
}
.wp-block-navigation__responsive-container-close {
  min-width: 44px;
  min-height: 44px;
}
.jcr-eyebrow {
  margin: 0 0 0.6rem;
  color: var(--jcr-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wp-element-button {
  min-height: 46px;
  border-radius: 0.4rem;
  font-weight: 700;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.wp-element-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(18, 48, 74, 0.16);
}
.is-style-outline .wp-element-button {
  background: #fff;
  color: var(--jcr-navy);
  border-color: var(--jcr-navy);
}
.jcr-check-list {
  list-style: none;
  padding: 0;
}
.jcr-check-list li {
  position: relative;
  padding: 0.62rem 0 0.62rem 2rem;
  border-bottom: 1px solid #edf1f4;
}
.jcr-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.58rem;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #e1f2ed;
  color: #08745a;
  font-weight: 800;
}
.jcr-card-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.jcr-card-grid > li {
  min-width: 0;
  margin: 0;
}
.jcr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14rem;
  padding: 1.6rem;
  background: #fff;
  border: 1px solid var(--jcr-line);
  border-radius: 0.75rem;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.jcr-card:hover {
  transform: translateY(-4px);
  border-color: #9eb6c6;
  box-shadow: var(--jcr-shadow);
}
.jcr-card h2 {
  margin: 0.35rem 0;
  font-size: 1.25rem;
}
.jcr-card h2 a {
  text-decoration: none;
}
.jcr-card p:last-child {
  margin-top: auto;
}
.jcr-card strong {
  color: var(--jcr-navy);
  font-size: 1.1rem;
}
.jcr-meta {
  color: var(--jcr-muted);
  font-size: 0.9rem;
}
.jcr-page-hero {
  padding: clamp(3rem, 7vw, 6rem) var(--jcr-gutter);
  background: linear-gradient(120deg, var(--jcr-navy), #1d5775);
  color: #fff;
}
.jcr-page-hero .jcr-eyebrow,
.jcr-page-hero .jcr-eyebrow a {
  color: #ffd17a;
}
.jcr-content-shell :where(h2, h3) {
  scroll-margin-top: 7rem;
}
.jcr-content-shell h2 {
  margin-top: 2.5rem;
}
.jcr-content-shell table,
.wp-block-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--jcr-line);
  border-radius: 0.6rem;
  overflow: hidden;
}
.jcr-content-shell table th,
.jcr-content-shell table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 0.8rem 0.95rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--jcr-line);
  font-size: 0.92rem;
  line-height: 1.6;
  word-break: break-word;
}
.jcr-content-shell table th,
.wp-block-table table th {
  background: var(--jcr-navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}
.jcr-content-shell table tr:last-child td,
.wp-block-table table tr:last-child td {
  border-bottom: 0;
}
.jcr-content-shell table tbody tr:nth-child(even) td,
.wp-block-table table tbody tr:nth-child(even) td {
  background: var(--jcr-surface);
}
.jcr-content-shell table th:first-child,
.wp-block-table table th:first-child {
  width: 24%;
}
.jcr-content-shell table td:first-child,
.wp-block-table table td:first-child {
  width: 24%;
  font-weight: 700;
  color: var(--jcr-navy);
}
@media (max-width: 600px) {
  .jcr-content-shell table,
  .wp-block-table table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    border-radius: 0;
  }
  .jcr-content-shell table th:first-child,
  .jcr-content-shell table td:first-child,
  .wp-block-table table th:first-child,
  .wp-block-table table td:first-child {
    width: auto;
  }
}
.wp-block-details {
  margin: 0.8rem 0;
  border: 1px solid var(--jcr-line);
  border-radius: 0.55rem;
  background: #fff;
}
.wp-block-details summary {
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-weight: 700;
}
.wp-block-details > p {
  padding: 0 1.2rem 1.2rem;
  color: var(--jcr-muted);
}
.jcr-service-hero .wp-block-buttons {
  margin-top: 1.5rem;
}
.jcr-service-hero .is-style-outline .wp-element-button {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.jcr-service-intro-strip {
  padding: 1rem var(--jcr-gutter);
  background: #eaf3f8;
  border-bottom: 1px solid var(--jcr-line);
}
.jcr-service-intro-strip p {
  width: min(100%, var(--jcr-wide));
  margin: 0.15rem auto;
  color: var(--jcr-navy);
  font-weight: 700;
}
.jcr-service-content {
  padding-top: 3.5rem;
}
.jcr-service-content .jcr-service-summary {
  margin: 0 0 3rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  background: linear-gradient(135deg, #f1f7fa, #fff8e8);
  border-left: 5px solid var(--jcr-accent);
  border-radius: 0.75rem;
}
.jcr-service-content .jcr-service-summary h2 {
  margin-top: 0;
}
.jcr-service-content h2 {
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--jcr-line);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.015em;
}
.jcr-service-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 4.5rem;
  height: 2px;
  background: var(--jcr-blue);
}
.jcr-service-content h3 {
  margin-top: 2rem;
}
.jcr-service-content :where(ul, ol) {
  padding-left: 1.4rem;
}
.jcr-service-content li {
  margin: 0.65rem 0;
  padding-left: 0.25rem;
  line-height: 1.8;
}
.jcr-service-content > div > .wp-block-list,
.jcr-service-content > .wp-block-list {
  padding: 1.2rem 1.4rem 1.2rem 2.8rem;
  background: var(--jcr-surface);
  border-radius: 0.6rem;
}
.jcr-related-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0 !important;
  list-style: none;
}
.jcr-related-services li {
  margin: 0;
  padding: 0;
}
.jcr-related-services a {
  display: flex;
  height: 100%;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--jcr-line);
  border-radius: 0.55rem;
  font-weight: 700;
  text-decoration: none;
}
.jcr-related-services a:hover {
  border-color: var(--jcr-blue);
  box-shadow: 0 6px 18px rgba(18, 48, 74, 0.09);
}
.jcr-service-inline-cta {
  margin-top: 4rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--jcr-navy);
  color: #fff;
  border-radius: 0.85rem;
}
.jcr-service-inline-cta h2 {
  margin-top: 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.jcr-service-inline-cta h2:after {
  background: var(--jcr-accent);
}
.jcr-service-inline-cta p {
  color: #e7f0f5;
}
.jcr-service-inline-cta .wp-block-button__link {
  background: var(--jcr-accent);
  color: #182b3a;
}
.jcr-cta {
  /* Visual treatment (padding/background/color/border-radius/box-shadow) lives in
     button-system.css, which is enqueued last precisely so it wins here. Only the
     layout properties that button-system.css does not set are kept in this file. */
  width: min(calc(100% - (2 * var(--jcr-gutter))), var(--jcr-wide));
  margin: clamp(2rem, 6vw, 5rem) auto;
}
.jcr-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0.25rem;
}
.jcr-sticky-cta {
  position: relative;
  bottom: auto;
  z-index: 20;
}
.jcr-holiday-notice {
  padding: 0.75rem;
  border-left: 4px solid var(--jcr-accent);
  background: #fff4d6;
  color: #17202a;
}
.jcr-footer {
  margin-top: 4rem;
  padding: clamp(3rem, 7vw, 5rem) var(--jcr-gutter);
}
.jcr-footer > .wp-block-columns,
.jcr-footer > .wp-block-separator,
.jcr-footer > p {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-left: auto;
  margin-right: auto;
}
.jcr-footer a {
  color: #fff;
}
.jcr-footer ul {
  padding-left: 1.1rem;
}
.jcr-footer .wp-block-site-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}
.jcr-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.jcr-consultation label,
.jcr-estimator label {
  display: block;
  margin: 0.75rem 0;
}
.jcr-consultation input:not([type="checkbox"]),
.jcr-consultation textarea,
.jcr-estimator input[type="number"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 44rem;
  min-height: 46px;
  padding: 0.72rem;
  border: 1px solid #9eacb8;
  border-radius: 0.35rem;
  font: inherit;
}
.jcr-consent {
  position: fixed;
  z-index: 9999;
  inset: auto 1rem 1rem;
  max-width: 30rem;
  margin: auto;
  padding: 1rem 1.15rem;
  background: #fff;
  color: #172033;
  border: 1px solid #172033;
  border-radius: 0.65rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
  font-size: 0.83rem;
  line-height: 1.5;
}
.jcr-consent h2 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}
.jcr-consent p {
  margin: 0.35rem 0;
}
.jcr-consent label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.5rem 1rem 0.35rem 0;
  font-size: 0.8rem;
}
.jcr-consent input[type="checkbox"] {
  margin: 0;
}
.jcr-consent p:last-of-type {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.55rem;
}
.jcr-consent button {
  min-height: 36px;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  border-radius: 0.4rem;
  border: 1px solid #172033;
  background: #fff;
  color: #172033;
  cursor: pointer;
}
.jcr-consent button[data-jcr-consent-save] {
  background: #172033;
  color: #fff;
}
.jcr-consent-reopen {
  position: fixed;
  z-index: 9998;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 38px;
  padding: 0.5rem 0.95rem;
  background: #fff;
  color: #172033;
  border: 1px solid var(--jcr-line);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 0.5rem 1.25rem rgba(18, 48, 74, 0.14);
  cursor: pointer;
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease;
}
.jcr-consent-reopen:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--jcr-accent);
}
.jcr-consent-reopen:hover {
  box-shadow: 0 0.75rem 1.75rem rgba(18, 48, 74, 0.2);
  border-color: var(--jcr-blue);
  transform: translateY(-1px);
}
.jcr-form-unavailable {
  padding: 1rem;
  border-left: 0.35rem solid #9a6700;
  background: #fff8c5;
}
.jcr-error-page {
  min-height: 55vh;
}
@media (max-width: 1080px) {
  .jcr-site-tagline {
    display: none;
  }
  .jcr-brand {
    min-width: 8.5rem;
  }
  .jcr-global-nav {
    font-size: 0.82rem;
  }
  .jcr-header-cta .wp-block-button__link {
    padding: 0.65rem 0.85rem;
  }
}
@media (max-width: 960px) {
  .jcr-header__inner {
    flex-wrap: wrap !important;
  }
  .jcr-brand {
    flex: 1 1 auto;
  }
  .jcr-global-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 0.35rem;
    border-top: 1px solid var(--jcr-line);
  }
  .jcr-header-cta {
    margin-left: auto;
  }
}
@media (max-width: 781px) {
  .jcr-header-cta {
    display: none;
  }
  .jcr-footer .wp-block-column {
    margin-bottom: 1.5rem;
  }
  .jcr-related-services {
    grid-template-columns: 1fr;
  }
  .jcr-service-content h2 {
    margin-top: 2.8rem;
  }
}
@media (max-width: 520px) {
  .jcr-header {
    padding: 0.7rem 0;
  }
  .jcr-brand {
    min-width: 0;
  }
  .jcr-page-hero {
    padding: 3rem 1rem;
  }
  .jcr-card {
    min-height: auto;
  }
  .jcr-cta {
    width: calc(100% - 2rem);
    margin: 2rem auto;
    border-radius: 0.75rem;
  }
  .jcr-consent {
    inset: auto 0.5rem 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .wp-element-button,
  .jcr-card {
    transition: none;
  }
}
@media print {
  .jcr-header,
  .jcr-cta,
  .jcr-consent,
  .jcr-consent-reopen {
    display: none !important;
  }
}
.jcr-global-nav .wp-block-navigation-item__content:hover,
.jcr-global-nav .current-menu-item > .wp-block-navigation-item__content {
  color: #0b5c8e !important;
  background: #edf6fb !important;
}
.jcr-header-action .wp-block-button {
  margin: 0 !important;
}
@media (max-width: 781px) {
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item {
    width: 100% !important;
  }
}
.jcr-header-action .wp-block-buttons {
  margin: 0;
}
.jcr-global-nav .wp-block-navigation__submenu-container {
  min-width: 16.5rem !important;
  padding: 0.55rem !important;
  border: 1px solid rgba(18, 48, 74, 0.1) !important;
  border-radius: 0.85rem !important;
  background: #fff !important;
  box-shadow: 0 20px 48px rgba(18, 48, 74, 0.16) !important;
}
.jcr-global-nav
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  display: grid;
  gap: 0.12rem;
  padding: 0.7rem 0.8rem !important;
  border-radius: 0.55rem;
  white-space: normal;
}
.jcr-global-nav
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__description {
  color: #6b7d8a;
  font-size: 0.69rem;
  font-weight: 500;
  line-height: 1.35;
}
.jcr-global-nav
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content:after {
  display: none;
}
.jcr-global-nav .wp-block-navigation__submenu-icon {
  margin-left: 0.22rem;
}
@media (max-width: 1180px) {
  .jcr-header-action > span {
    display: none;
  }
  .jcr-global-nav {
    font-size: 0.78rem;
  }
  .jcr-global-nav .wp-block-navigation-item__content {
    padding-inline: 0.42rem;
  }
}
@media (max-width: 960px) and (min-width: 782px) {
  .jcr-header-action {
    display: none;
  }
}
@media (max-width: 781px) {
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container {
    min-width: 0 !important;
    margin: 0.35rem 0 0 !important;
    padding: 0.25rem !important;
    border: 0 !important;
    border-radius: 0.5rem !important;
    background: #f2f7fa !important;
    box-shadow: none !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item__content {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
.jcr-guide-section .jcr-card {
  border: 1px solid var(--jcr-border, #dfe5ea);
  border-radius: 1rem;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 0.75rem 2rem rgba(21, 39, 54, 0.06);
}
.jcr-guide-summary {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: #eef6fa;
  border-left: 4px solid var(--jcr-blue);
}
.jcr-page-main,
.jcr-article-main {
  padding-inline: var(--jcr-gutter);
}
.jcr-page-main > .wp-block-post-title,
.jcr-article-main > .wp-block-post-title,
.jcr-article-main > .wp-block-post-date {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
}
.jcr-page-main > .wp-block-post-content,
.jcr-article-main > .wp-block-post-content {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
}
.jcr-page-main
  > .wp-block-post-content
  > :where(
    .wp-block-table,
    .wp-block-columns,
    .wp-block-query,
    .jcr-card-grid,
    .jcr-related-services,
    .jcr-service-inline-cta,
    .jcr-service-summary
  ),
.jcr-article-main
  > .wp-block-post-content
  > :where(
    .wp-block-table,
    .wp-block-columns,
    .wp-block-query,
    .jcr-card-grid,
    .jcr-related-services,
    .jcr-guide-summary
  ) {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .jcr-page-main,
  .jcr-article-main {
    padding-inline: 1rem;
  }
  .jcr-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 520px) {
  .jcr-page-main > .wp-block-post-title,
  .jcr-article-main > .wp-block-post-title {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}
.jcr-order-promise .jcr-eyebrow {
  color: #ffd17a;
}
.jcr-service-decision {
  margin: 0 0 3rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid #c9dce7;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #eef7fb, #fff);
}
.jcr-service-decision > h2 {
  margin-top: 0;
}
.jcr-service-sidebar {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.jcr-service-side-card {
  padding: 1.25rem;
  border: 1px solid var(--jcr-line);
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 48, 74, 0.08);
}
.jcr-service-side-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}
.jcr-service-side-card p {
  margin: 0.55rem 0;
  color: var(--jcr-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
.jcr-service-side-price strong {
  display: block;
  margin: 0.3rem 0;
  color: var(--jcr-navy);
  font-size: 1.45rem;
}
.jcr-service-side-price small {
  display: block;
  color: var(--jcr-muted);
  line-height: 1.55;
}
.jcr-service-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}
.jcr-service-toc li {
  margin: 0.45rem 0;
  font-size: 0.88rem;
  line-height: 1.45;
}
.jcr-service-toc a {
  text-decoration: none;
}
.jcr-service-toc a:hover {
  text-decoration: underline;
}
.jcr-service-side-actions {
  display: grid;
  gap: 0.65rem;
}
.jcr-service-side-actions .wp-element-button {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.jcr-service-side-link {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}
.jcr-service-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}
.jcr-service-decision-grid > div {
  padding: 1.2rem;
  border: 1px solid var(--jcr-line);
  border-radius: 0.7rem;
  background: var(--jcr-surface);
}
.jcr-service-decision-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}
.jcr-service-decision-grid p {
  margin: 0;
}
:where(
  .jcr-header__inner,
  .jcr-section:not(.alignfull),
  .jcr-service-layout,
  .jcr-cta
) {
  width: min(calc(100% - (2 * var(--jcr-gutter))), var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-inline: auto;
}
.jcr-section {
  padding: clamp(4rem, 8vw, 7rem) var(--jcr-gutter);
  padding-block: clamp(3.75rem, 7vw, 6.5rem);
}
.jcr-section:not(.alignfull) {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-inline: auto;
  padding-inline: 0;
}
.jcr-section.alignfull > * {
  width: min(calc(100% - (2 * var(--jcr-gutter))), var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-inline: auto;
}
.jcr-section > .wp-block-heading {
  max-width: 28ch;
  margin-top: 0.25rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.jcr-section > p:not(.jcr-eyebrow):not(.jcr-section-link) {
  max-width: 62rem;
  color: var(--jcr-muted);
}
.jcr-page-hero h1 {
  margin: 0.4rem auto;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.jcr-page-hero > p:not(.jcr-eyebrow) {
  color: #e8f3f8;
  font-size: 1.12rem;
}
.jcr-page-main > .wp-block-post-title,
.jcr-article-main > .wp-block-post-title,
.jcr-article-main > .wp-block-post-date,
.jcr-page-main > .wp-block-post-content,
.jcr-article-main > .wp-block-post-content {
  width: min(100%, var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-inline: auto;
}
.jcr-page-main
  > .wp-block-post-content
  > :where(p, h2, h3, h4, ul, ol, details),
.jcr-article-main
  > .wp-block-post-content
  > :where(p, h2, h3, h4, ul, ol, details) {
  width: min(100%, var(--jcr-content));
  margin-left: auto;
  margin-right: auto;
  max-width: var(--jcr-content);
}
.jcr-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 18.5rem);
  gap: clamp(2rem, 3.5vw, 3.5rem);
  align-items: start;
  width: min(calc(100% - (2 * var(--jcr-gutter))), var(--jcr-wide));
  max-width: var(--jcr-wide);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.jcr-service-layout .jcr-content-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
/* Service detail cascade: desktop first, then narrower layouts. Keep these
   overrides after the desktop rule so the sidebar can never squeeze content. */
@media (max-width: 980px) {
  .jcr-service-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-service-layout .jcr-content-shell {
    max-width: 52rem;
    margin-inline: auto;
  }
  .jcr-service-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 52rem;
    width: 100%;
    margin-inline: auto;
  }
  .jcr-service-toc {
    display: none;
  }
}
@media (max-width: 620px) {
  .jcr-service-sidebar,
  .jcr-service-decision-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-service-layout {
    width: calc(100% - 2rem);
    padding-top: 2.5rem;
  }
  .jcr-service-side-card {
    padding: 1rem;
  }
}
.jcr-header .wp-block-site-title a {
  text-decoration: none;
  color: var(--jcr-navy);
}
.jcr-global-nav .wp-block-navigation-item__content:after {
  content: "";
  position: absolute;
  right: 0.7rem;
  bottom: 0.42rem;
  left: 0.7rem;
  height: 2px;
  border-radius: 2px;
  background: var(--jcr-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}
.jcr-global-nav .wp-block-navigation-item__content:hover,
.jcr-global-nav .current-menu-item > .wp-block-navigation-item__content,
.jcr-global-nav .current-menu-ancestor > .wp-block-navigation-item__content {
  color: var(--jcr-navy);
  background: #f1f6f9;
}
.jcr-global-nav .wp-block-navigation-item__content:hover:after,
.jcr-global-nav .current-menu-item > .wp-block-navigation-item__content:after {
  transform: scaleX(1);
}
.jcr-header-cta .wp-block-button__link:hover {
  background: #e99f00 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(242, 159, 5, 0.32);
}
@media (max-width: 1120px) {
  .jcr-global-nav .wp-block-navigation-item__content {
    padding-inline: 0.5rem;
  }
  .jcr-header__inner {
    gap: 0.65rem;
  }
  .jcr-brand {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) and (min-width: 782px) {
  .jcr-header__inner {
    flex-wrap: nowrap !important;
  }
  .jcr-site-tagline {
    display: none;
  }
  .jcr-brand {
    min-width: 7.5rem;
  }
  .jcr-global-nav {
    margin-left: auto;
    order: initial;
    width: auto;
    padding-top: 0;
    border-top: 0;
  }
  .jcr-global-nav .wp-block-navigation__container {
    gap: 0.05rem;
  }
  .jcr-global-nav .wp-block-navigation-item__content {
    padding-inline: 0.38rem;
    font-size: 0.78rem;
  }
}
@media (max-width: 781px) {
  :root {
    --jcr-content: 100%;
    --jcr-wide: 100%;
    --jcr-gutter: 1rem;
  }
  .jcr-section:not(.alignfull),
  :where(.jcr-header__inner, .jcr-service-layout, .jcr-cta) {
    width: calc(100% - 2rem);
  }
  .jcr-section.alignfull > * {
    width: calc(100% - 2rem);
  }
  .jcr-header {
    padding: 0.55rem 0;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1.25rem;
    background: linear-gradient(150deg, #fff 0%, #f2f7fa 100%);
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
    padding-top: 3.5rem;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container {
    align-items: stretch !important;
    gap: 0.55rem;
    width: 100% !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item__content {
    display: block !important;
    width: 100% !important;
    padding: 0.9rem 1rem;
    border: 1px solid var(--jcr-line);
    border-radius: 0.7rem;
    background: #fff;
    white-space: normal !important;
    color: var(--jcr-navy);
    font-weight: 750;
    box-shadow: 0 5px 16px rgba(18, 48, 74, 0.05);
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item__content:after {
    display: none;
  }
  .jcr-page-hero > * {
    width: 100%;
  }
  .jcr-page-hero h1 {
    max-width: none;
  }
  .jcr-service-layout {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 520px) {
  .jcr-section > .wp-block-heading {
    max-width: none;
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }
  .jcr-page-main,
  .jcr-article-main {
    padding-inline: 0.875rem;
  }
}
.jcr-header {
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid #dbe5eb !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 22px rgba(18, 48, 74, 0.06) !important;
}
.jcr-header__inner {
  width: min(calc(100% - 2.5rem), 1240px) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
  gap: clamp(0.65rem, 1.35vw, 1.25rem) !important;
  flex-wrap: nowrap !important;
  display: flex !important;
  align-items: center !important;
  min-height: 76px !important;
  padding: 0 !important;
}
.jcr-brand {
  flex: 0 0 258px !important;
  min-width: 258px !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  gap: 0.12rem;
  padding-right: clamp(0.8rem, 1.5vw, 1.4rem);
  border-right: 1px solid var(--jcr-line);
}
.jcr-header .wp-block-site-title {
  margin: 0 !important;
  font-size: 1.42rem !important;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05 !important;
}
.jcr-site-tagline {
  margin: 0 !important;
  color: #5b6b79;
  font-size: 0.66rem;
  line-height: 1.32;
  font-weight: 650;
  letter-spacing: 0.03em;
}
.jcr-global-nav {
  margin-left: auto;
  font-size: 0.84rem !important;
  font-weight: 750;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.jcr-global-nav .wp-block-navigation__container {
  gap: clamp(0.15rem, 0.55vw, 0.55rem) !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
}
.jcr-global-nav .wp-block-navigation-item__content {
  padding: 0.72rem 0.48rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  position: relative;
  border-radius: 0.55rem;
  color: #30485b;
  font-weight: 750 !important;
  line-height: 1.2;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}
.jcr-header-action {
  display: flex !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  justify-items: end;
  gap: 0.16rem;
}
.jcr-header-action > span {
  display: none !important;
  color: #617685;
  font-size: 0.59rem;
  font-weight: 700;
}
.jcr-header-cta .wp-block-button__link {
  padding: 0.72rem 1.05rem !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  border-radius: 0.62rem !important;
  background: #f4a900 !important;
  color: #162d3e !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}
@media (max-width: 1080px) and (min-width: 782px) {
  .jcr-header__inner {
    width: min(calc(100% - 1.5rem), 1240px) !important;
    gap: 0.4rem !important;
  }
  .jcr-brand {
    flex-basis: 116px !important;
    min-width: 116px !important;
  }
  .jcr-site-tagline {
    display: none !important;
  }
  .jcr-global-nav {
    font-size: 0.76rem !important;
  }
  .jcr-global-nav .wp-block-navigation__container {
    gap: 0 !important;
  }
  .jcr-global-nav .wp-block-navigation-item__content {
    padding-inline: 0.34rem !important;
  }
  .jcr-header-cta .wp-block-button__link {
    padding-inline: 0.72rem !important;
    font-size: 0.76rem !important;
  }
}
@media (max-width: 781px) {
  .jcr-header__inner {
    flex-wrap: nowrap !important;
    width: calc(100% - 2rem) !important;
    min-height: 64px !important;
  }
  .jcr-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .jcr-header .wp-block-site-title {
    font-size: 1.2rem !important;
  }
  .jcr-site-tagline {
    display: block !important;
    font-size: 0.62rem !important;
  }
  .jcr-global-nav {
    order: initial !important;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .jcr-header-action {
    display: none !important;
  }
}
.jcr-sales-page * {
  box-sizing: border-box;
}
.jcr-sales-page h1,
.jcr-sales-page h2,
.jcr-sales-page h3 {
  letter-spacing: -0.025em;
}
.jcr-sales-section > h2,
.jcr-sales-section > p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.jcr-sales-eyebrow {
  margin: 0 0 12px !important;
  color: var(--sales-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.jcr-sales-intro {
  margin-top: 18px !important;
  color: #53657a;
}
.jcr-sales-button:hover {
  background: #0f477f;
  transform: translateY(-1px);
}
.jcr-sales-textlink {
  color: var(--sales-blue);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.jcr-sales-hero {
  padding: clamp(48px, 6vw, 90px) clamp(20px, 4vw, 48px);
  background: linear-gradient(115deg, #f4f8fc 0%, #fff 58%, #edf4fb 100%);
}
.jcr-sales-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.jcr-sales-kicker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 11px;
  border-left: 4px solid var(--sales-gold);
  background: #fff;
  color: #29445f;
  font-size: 0.86rem;
  font-weight: 800;
}
.jcr-sales-hero h1 em {
  color: var(--sales-blue);
  font-style: normal;
}
.jcr-sales-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.jcr-sales-assurance {
  display: flex;
  gap: 10px 22px;
  flex-wrap: wrap;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #4d6177;
  font-size: 0.83rem;
}
.jcr-sales-assurance li:before {
  content: "✓";
  margin-right: 6px;
  color: #168351;
  font-weight: 900;
}
.jcr-sales-hero__visual {
  position: relative;
  min-height: 530px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent 55%, rgba(10, 29, 50, 0.72)),
    url("../images/jcr-hero-startup-team.webp") center/cover no-repeat;
  box-shadow: 0 24px 60px rgba(21, 45, 72, 0.2);
}
.jcr-sales-offer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(9, 31, 54, 0.9);
  color: #fff;
  backdrop-filter: blur(5px);
}
.jcr-sales-offer p {
  margin: 0 0 5px;
  color: #b9d8fa;
  font-size: 0.78rem;
  font-weight: 800;
}
.jcr-sales-offer h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.35rem;
}
.jcr-sales-offer strong {
  display: block;
  font-size: 1.55rem;
}
.jcr-sales-offer small {
  font-size: 0.7rem;
  font-weight: 500;
}
.jcr-sales-offer span {
  display: block;
  margin-top: 8px;
  color: #dce9f5;
  font-size: 0.78rem;
}
.jcr-sales-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 980px;
  margin: 36px auto;
}
.jcr-sales-checks p {
  position: relative;
  margin: 0;
  padding: 20px 22px 20px 54px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(28, 50, 74, 0.05);
}
.jcr-sales-checks p:before {
  content: "?";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e7f0fb;
  color: var(--sales-blue);
  font-weight: 900;
  text-align: center;
}
.jcr-sales-diagnosis__answer {
  display: flex;
  gap: 14px 28px;
  align-items: center;
  max-width: 980px;
  margin: auto;
  padding: 24px 28px;
  border-left: 5px solid var(--sales-gold);
  background: #f7f9fb;
}
.jcr-sales-diagnosis__answer strong {
  flex: 0 0 38%;
}
.jcr-sales-diagnosis__answer span {
  color: #526579;
}
.jcr-sales-value {
  background: #102b49;
  color: #fff;
}
.jcr-sales-value h2 {
  color: #fff;
}
.jcr-sales-value .jcr-sales-eyebrow {
  color: #80b8f1;
}
.jcr-sales-value > p {
  color: #c9d8e6;
}
.jcr-sales-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1100px;
  margin: 42px auto 0;
  background: rgba(255, 255, 255, 0.17);
}
.jcr-sales-value-grid article {
  padding: 38px;
  background: #102b49;
}
.jcr-sales-value-grid article > span {
  color: #72adeb;
  font-size: 0.8rem;
  font-weight: 800;
}
.jcr-sales-value-grid h3 {
  color: #fff;
  margin: 12px 0;
  font-size: 1.3rem;
}
.jcr-sales-value-grid p {
  margin: 0;
  color: #c9d8e6;
  line-height: 1.8;
}
.jcr-sales-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 42px auto 0;
  align-items: stretch;
}
.jcr-sales-offer-grid article {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #d7e1eb;
  border-radius: 12px;
  background: #fff;
}
.jcr-sales-offer-grid article.is-primary {
  border: 2px solid var(--sales-blue);
  box-shadow: 0 16px 38px rgba(22, 87, 166, 0.13);
  transform: translateY(-8px);
}
.jcr-sales-offer-label {
  margin: 0;
  color: #617489;
  font-size: 0.78rem;
  font-weight: 800;
}
.jcr-sales-offer-grid h3 {
  margin: 9px 0 14px;
}
.jcr-sales-offer-grid strong {
  color: var(--sales-blue);
  font-size: 1.55rem;
}
.jcr-sales-offer-grid ul {
  flex: 1;
  margin: 22px 0;
  padding-left: 1.2em;
  color: #41566a;
}
.jcr-sales-offer-grid a {
  font-weight: 750;
}
.jcr-sales-price-note {
  max-width: 1000px !important;
  margin-top: 26px !important;
  color: #66788a;
  font-size: 0.8rem;
}
.jcr-sales-proof {
  background: #edf4fa;
}
.jcr-sales-proof__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 6vw, 80px);
  align-items: center;
  max-width: 1100px;
  margin: auto;
}
.jcr-sales-proof__visual {
  min-height: 530px;
  border-radius: 14px;
  background: url("../images/jcr-stage-control.webp") center/cover no-repeat;
  box-shadow: 18px 18px 0 #d9e7f3;
}
.jcr-sales-proof__grid h2 {
  margin-top: 0;
}
.jcr-sales-deliverables {
  margin: 28px 0;
}
.jcr-sales-deliverables div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #cad9e6;
}
.jcr-sales-deliverables dt {
  font-weight: 800;
  color: var(--sales-blue);
}
.jcr-sales-deliverables dd {
  margin: 0;
  color: #4c6074;
}
.jcr-sales-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 42px auto 0;
  padding: 0;
  list-style: none;
}
.jcr-sales-process li {
  position: relative;
  padding: 0 24px;
  border-left: 1px solid #ccd8e4;
}
.jcr-sales-process li:last-child {
  border-right: 1px solid #ccd8e4;
}
.jcr-sales-process li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--sales-blue);
  font-size: 1.6rem;
  font-weight: 300;
}
.jcr-sales-process h3 {
  font-size: 1.05rem;
}
.jcr-sales-process p {
  color: #5b6d7f;
  font-size: 0.9rem;
  line-height: 1.7;
}
.jcr-sales-objections {
  background: #f6f8fa;
}
.jcr-sales-faq details {
  border-bottom: 1px solid #ced9e3;
  background: #fff;
}
.jcr-sales-faq summary {
  padding: 20px 54px 20px 22px;
  font-weight: 800;
  cursor: pointer;
}
.jcr-sales-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #53667a;
}
.jcr-sales-center {
  text-align: center;
}
.jcr-sales-final .jcr-sales-eyebrow {
  text-align: left;
  color: #80b8f1;
}
.jcr-sales-final h2 {
  color: #fff;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.jcr-sales-final p {
  color: #cbd9e6;
}
.jcr-sales-final ul {
  display: flex;
  gap: 10px 22px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.jcr-sales-final li:before {
  content: "✓";
  margin-right: 6px;
  color: #69d39e;
}
.jcr-sales-final__action {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}
.jcr-sales-final__action .jcr-sales-button {
  width: 100%;
  background: #fff;
  color: #123f73 !important;
}
.jcr-sales-final__action span {
  font-size: 0.78rem;
  color: #ccdae8;
}
.jcr-sales-final__action > a:last-child {
  color: #fff;
  font-size: 0.86rem;
}
@media (max-width: 900px) {
  .jcr-sales-hero__visual {
    min-height: 420px;
  }
  .jcr-sales-offer-grid article.is-primary {
    transform: none;
  }
  .jcr-sales-process ol {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
  }
  .jcr-sales-process li:nth-child(2) {
    border-right: 1px solid #ccd8e4;
  }
}
@media (max-width: 600px) {
  .jcr-sales-hero {
    padding: 40px 18px;
  }
  .jcr-sales-hero h1 br {
    display: none;
  }
  .jcr-sales-hero__visual {
    min-height: 360px;
  }
  .jcr-sales-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .jcr-sales-button {
    width: 100%;
  }
  .jcr-sales-assurance {
    display: block;
  }
  .jcr-sales-assurance li {
    margin: 7px 0;
  }
  .jcr-sales-checks {
    grid-template-columns: 1fr;
  }
  .jcr-sales-diagnosis__answer {
    align-items: flex-start;
    flex-direction: column;
  }
  .jcr-sales-diagnosis__answer strong {
    flex: auto;
  }
  .jcr-sales-value-grid article {
    padding: 28px 24px;
  }
  .jcr-sales-proof__visual {
    min-height: 340px;
  }
  .jcr-sales-deliverables div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .jcr-sales-process ol {
    grid-template-columns: 1fr;
  }
  .jcr-sales-process li,
  .jcr-sales-process li:nth-child(2),
  .jcr-sales-process li:last-child {
    border-right: 0;
    border-left: 3px solid #dbe6ef;
  }
  .jcr-sales-process li > span {
    margin-bottom: 5px;
  }
}
html,
body {
  overflow-x: clip;
}
.wp-site-blocks
  :where(
    .wp-block-group,
    .wp-block-columns,
    .wp-block-column,
    .wp-block-query,
    .wp-block-post-template,
    .wp-block-post
  ) {
  min-width: 0;
}
.alignwide {
  width: min(
    calc(100% - (2 * var(--jcr-page-gutter))),
    var(--jcr-container-wide)
  );
  max-width: var(--jcr-container-wide);
  margin-inline: auto;
}
.jcr-content-shell {
  width: min(
    calc(100% - (2 * var(--jcr-page-gutter))),
    var(--jcr-container-content)
  );
  max-width: var(--jcr-container-content);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.jcr-page-hero > * {
  width: min(
    calc(100% - (2 * var(--jcr-page-gutter))),
    var(--jcr-container-wide)
  );
  max-width: var(--jcr-container-wide);
  margin-left: auto;
  margin-right: auto;
}
.jcr-sales-page {
  --sales-ink: #10243d;
  --sales-blue: #1657a6;
  --sales-light: #eef5fc;
  --sales-gold: #e9a51a;
  color: var(--sales-ink);
  width: 100%;
  max-width: none;
}
.jcr-sales-page > .alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.jcr-sales-section {
  padding: clamp(64px, 7vw, 104px) clamp(20px, 4vw, 48px);
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--jcr-page-gutter);
}
.jcr-sales-section > :where(h2, p),
.jcr-sales-section
  > :where(
    .jcr-sales-checks,
    .jcr-sales-diagnosis__answer,
    .jcr-sales-value-grid,
    .jcr-sales-offer-grid,
    .jcr-sales-proof__grid,
    ol,
    .jcr-sales-faq
  ) {
  width: 100%;
}
.jcr-sales-hero__grid,
.jcr-sales-value-grid,
.jcr-sales-offer-grid,
.jcr-sales-proof__grid,
.jcr-sales-process ol {
  width: min(100%, var(--jcr-container-wide));
  max-width: var(--jcr-container-wide);
  margin-inline: auto;
}
.jcr-sales-checks,
.jcr-sales-diagnosis__answer {
  width: min(100%, 980px);
  max-width: 980px;
}
.jcr-sales-faq {
  max-width: 900px;
  margin: 38px auto;
  width: min(100%, 900px);
}
.jcr-sales-final,
.jcr-sales-resources {
  width: min(
    calc(100% - (2 * var(--jcr-page-gutter))),
    var(--jcr-container-wide)
  );
  max-width: var(--jcr-container-wide);
  margin-inline: auto;
}
.jcr-sales-final {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  align-items: center;
  border-radius: 18px;
  background: #102b49;
  color: #fff;
  padding: clamp(32px, 5vw, 64px);
}
.jcr-sales-resources {
  padding-bottom: 90px;
  padding-inline: 0;
}
.jcr-sales-hero__copy,
.jcr-sales-hero__visual,
.jcr-sales-offer-grid article,
.jcr-sales-value-grid article,
.jcr-sales-proof__grid > div,
.jcr-sales-final > div {
  min-width: 0;
}
.jcr-sales-page :where(h1, h2, h3, p, li, dt, dd, a, span, strong) {
  overflow-wrap: anywhere;
}
.jcr-sales-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 7px;
  background: var(--sales-blue);
  box-shadow: 0 8px 20px rgba(22, 87, 166, 0.2);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.jcr-sales-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1.18;
}
.jcr-sales-lead {
  max-width: 42rem;
  margin: 24px 0;
  color: #3d5065;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.9;
}
@media (max-width: 900px) {
  .jcr-sales-hero__grid,
  .jcr-sales-proof__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-sales-value-grid,
  .jcr-sales-offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-sales-final {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  :root {
    --jcr-page-gutter: 18px;
  }
  .jcr-sales-section {
    padding: 54px 18px;
    padding-inline: var(--jcr-page-gutter);
  }
  .jcr-sales-final,
  .jcr-sales-resources {
    width: calc(100% - (2 * var(--jcr-page-gutter)));
  }
  .jcr-sales-final {
    border-radius: 12px;
    padding: 32px 22px;
  }
  .jcr-sales-final ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-sales-offer {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 18px;
  }
  .jcr-sales-checks p {
    padding-right: 18px;
  }
}
.jcr-logo-mark,
.jcr-brand__text {
  display: inline-block;
  vertical-align: middle;
}
.jcr-logo-mark {
  margin-right: 0.55rem;
  line-height: 0;
  transition: transform 0.18s ease;
}
.jcr-logo-mark svg {
  display: block;
}
.jcr-logo-mark:hover {
  transform: translateY(-1px) scale(1.04);
}
.jcr-brand__text {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  vertical-align: middle;
}
.jcr-brand__divider {
  width: 1px;
  height: 1.55rem;
  background: #d8dfe6;
  flex: 0 0 auto;
}
/* v0.55.1: restore the shared centered content axis on front-page sections.
   The eyebrow shorthand previously reset margin-inline:auto. */
.jcr-sales-section
  > :where(
    h2,
    p:not(.jcr-sales-scope-note):not(.jcr-sales-disclosure):not(
        .jcr-sales-price-note
      )
  ) {
  width: min(100%, 760px);
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.jcr-sales-section > .jcr-sales-eyebrow {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}
@media (max-width: 1080px) {
  .jcr-brand__divider {
    display: none;
  }
}
@media (max-width: 960px) and (min-width: 782px) {
  .jcr-brand__divider {
    display: none;
  }
}
@media (max-width: 1080px) and (min-width: 782px) {
  .jcr-brand__divider {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .jcr-logo-mark {
    margin-right: 0.4rem;
  }
  .jcr-logo-mark svg {
    width: 28px;
    height: 28px;
  }
}
/* v0.30.6: pricing page — dynamic service price list */
.jcr-price-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--jcr-line);
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 1.25rem 0;
}
.jcr-price-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  text-decoration: none;
  color: var(--jcr-ink);
  border-bottom: 1px solid var(--jcr-line);
  transition: background 0.15s ease;
}
.jcr-price-list__row:last-child {
  border-bottom: 0;
}
.jcr-price-list__row:hover {
  background: var(--jcr-surface, #f3f7fa);
}
.jcr-price-list__name {
  font-weight: 700;
  font-size: 0.95rem;
}
.jcr-price-list__price {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  color: var(--jcr-blue);
  white-space: nowrap;
  font-size: 0.92rem;
}
.jcr-price-list__arrow {
  color: var(--jcr-accent);
  font-weight: 700;
}
@media (max-width: 600px) {
  .jcr-price-list__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}

/* v0.43.1: downloads archive and public samples */
.jcr-download-hero {
  padding: clamp(3.5rem, 7vw, 6.5rem) var(--jcr-page-gutter);
  background: linear-gradient(135deg, #eef5fa, #fff 66%);
  border-bottom: 1px solid var(--jcr-line);
}
.jcr-download-hero > * {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.jcr-download-hero h1 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(2.15rem, 5vw, 3.8rem);
}
.jcr-download-hero p {
  color: var(--jcr-muted);
}
.jcr-download-body {
  padding: clamp(3rem, 6vw, 5.5rem) var(--jcr-page-gutter);
}
.jcr-download-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.jcr-download-grid > li {
  min-width: 0;
  margin: 0 !important;
}
.jcr-download-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--jcr-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 48, 74, 0.07);
}
.jcr-download-card__label {
  margin: 0 0 0.7rem;
  color: var(--jcr-blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.jcr-download-card h2 {
  margin: 0.2rem 0 0.8rem;
  line-height: 1.4;
}
.jcr-download-card h2 a {
  color: var(--jcr-navy);
  text-decoration: none;
}
.jcr-download-card h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.jcr-download-card .wp-block-post-excerpt__excerpt {
  color: var(--jcr-muted);
}
.jcr-download-card .wp-block-post-excerpt__more-link {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--jcr-blue);
  font-weight: 800;
}
.jcr-download-guide {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border-left: 5px solid var(--jcr-accent);
  background: var(--jcr-surface);
}
.jcr-download-guide h2 {
  margin-top: 0;
}
.jcr-sample-notice {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--jcr-blue);
  background: var(--jcr-surface);
}
.jcr-download-single__hero {
  padding: clamp(3.5rem, 7vw, 6rem) var(--jcr-page-gutter);
  background: linear-gradient(135deg, var(--jcr-navy), #1d5775);
  color: #fff;
}
.jcr-download-single__hero > * {
  width: min(100%, 900px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.jcr-download-single__hero .jcr-eyebrow {
  color: #ffd17a;
}
.jcr-download-single__hero h1 {
  margin: 0.4rem 0 1rem;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.2;
  text-wrap: balance;
}
.jcr-download-single__hero .wp-block-post-excerpt {
  color: #e8f3f8;
  font-size: 1.08rem;
  line-height: 1.8;
}
.jcr-download-single__hero .wp-block-post-excerpt p {
  margin-bottom: 0;
}
.jcr-download-single__body {
  width: min(calc(100% - (2 * var(--jcr-page-gutter))), 900px);
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.jcr-download-single__body > .wp-block-post-content {
  width: 100%;
  max-width: none;
}
.jcr-download-single__body
  .wp-block-post-content
  > :where(h2, h3, h4, p, ul, ol, table, .wp-block-table) {
  max-width: 100%;
}
.jcr-download-single__body h2 {
  margin-top: 2.8rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--jcr-line);
  color: var(--jcr-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
}
.jcr-download-single__body h3 {
  margin-top: 2rem;
  color: var(--jcr-navy);
}
.jcr-download-single__body li {
  margin: 0.55rem 0;
  line-height: 1.75;
}
.jcr-download-single__back {
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--jcr-line);
}
.jcr-download-single__back a {
  color: var(--jcr-blue);
  font-weight: 800;
}
@media (max-width: 700px) {
  .jcr-download-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .jcr-download-hero {
    text-align: left;
  }
  .jcr-download-hero > * {
    text-align: left;
  }
  .jcr-download-single__hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .jcr-download-single__body {
    width: calc(100% - 2rem);
  }
}

/* v0.50.0: front page sales proof and decision architecture */
.jcr-sales-consult-result {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}
.jcr-sales-consult-result strong {
  width: 100%;
  color: var(--sales-ink);
}
.jcr-sales-consult-result span {
  padding: 0.45rem 0.7rem;
  border: 1px solid #cddbea;
  border-radius: 999px;
  background: #fff;
  color: #405970;
  font-size: 0.78rem;
  font-weight: 750;
}
.jcr-sales-scope-note,
.jcr-sales-disclosure {
  max-width: 980px !important;
  margin-top: 1.5rem !important;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--sales-blue);
  background: #f2f6fa;
  color: #43586d !important;
  text-align: left !important;
}
.jcr-sales-risk {
  background: #f7f3eb;
}
.jcr-sales-comparison {
  background: #102b49;
  color: #fff;
}
.jcr-sales-comparison h2 {
  color: #fff;
}
.jcr-sales-comparison .jcr-sales-eyebrow {
  color: #80b8f1;
}
.jcr-sales-table-wrap {
  width: min(100%, 980px);
  margin: 2.25rem auto;
  overflow-x: auto;
  border-radius: 0.8rem;
  box-shadow: 0 12px 34px rgba(20, 43, 73, 0.1);
}
.jcr-sales-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #233a50;
}
.jcr-sales-table-wrap th,
.jcr-sales-table-wrap td {
  padding: 1rem 1.2rem;
  border: 1px solid #d8e2eb;
  text-align: left;
  vertical-align: top;
}
.jcr-sales-table-wrap th {
  background: #eaf2f8;
  color: #163b61;
  font-weight: 850;
}
.jcr-sales-comparison .jcr-sales-table-wrap th:nth-child(2) {
  background: #1657a6;
  color: #fff;
}
.jcr-sales-comparison .jcr-sales-table-wrap td:nth-child(2) {
  background: #f0f6fc;
  font-weight: 700;
}
.jcr-sales-choice {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(100%, 1100px);
  margin: 2rem auto;
}
.jcr-sales-choice div {
  padding: 1rem;
  border: 1px solid #d7e1eb;
  border-radius: 0.7rem;
  background: #f7f9fb;
}
.jcr-sales-choice strong,
.jcr-sales-choice span {
  display: block;
}
.jcr-sales-choice strong {
  font-size: 0.82rem;
  color: #5a6d80;
}
.jcr-sales-choice span {
  margin-top: 0.35rem;
  color: var(--sales-blue);
  font-weight: 850;
}
.jcr-sales-offer-grid article small {
  display: block;
  min-height: 3.2em;
  margin: 0 0 1rem;
  color: #627487;
  line-height: 1.55;
}
.jcr-sales-operator {
  background: linear-gradient(135deg, #edf5fb, #fff);
}
.jcr-sales-operator__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(100%, 1050px);
  margin: auto;
}
.jcr-sales-operator__grid h2 {
  margin: 0.4rem 0 1.5rem;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}
.jcr-sales-operator__grid h3 {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
}
.jcr-sales-role {
  margin-top: 0;
  color: #53677b;
  font-weight: 750;
}
.jcr-sales-operator__grid dl {
  margin: 0;
  padding: 1.8rem;
  border-radius: 1rem;
  background: #102b49;
  color: #fff;
}
.jcr-sales-operator__grid dl div {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.jcr-sales-operator__grid dl div:first-child {
  border-top: 0;
}
.jcr-sales-operator__grid dt {
  color: #9dc7ef;
  font-size: 0.78rem;
  font-weight: 800;
}
.jcr-sales-operator__grid dd {
  margin: 0.25rem 0 0;
  font-weight: 750;
}
.jcr-sales-cases {
  background: #f5f7f9;
}
.jcr-sales-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 1100px);
  margin: 2.2rem auto;
}
.jcr-sales-case-grid article {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #d9e2e9;
  border-radius: 0.85rem;
  background: #fff;
}
.jcr-sales-case-grid article > span {
  color: var(--sales-blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.jcr-sales-case-grid h3 {
  min-height: 3.2em;
  margin: 0.7rem 0 1rem;
}
.jcr-sales-case-grid p {
  margin: 0.35rem 0;
  color: #4f6377;
  font-size: 0.88rem;
}
.jcr-sales-case-grid a {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 800;
}
.jcr-sales-button--secondary {
  background: #fff !important;
  color: var(--sales-blue) !important;
  border: 2px solid var(--sales-blue);
  box-shadow: none;
}
.jcr-sales-contact-input {
  width: min(100%, 900px);
  margin: 2rem auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid #d5e1eb;
  border-radius: 0.9rem;
  background: #fff;
}
.jcr-sales-contact-input p {
  margin-top: 0;
  font-weight: 800;
}
.jcr-sales-contact-input ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.4rem;
}
.jcr-sales-contact-input strong {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dce5ec;
  color: #174d7e;
}
.jcr-sales-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 1100px);
  margin: 2rem auto;
}
.jcr-sales-resource-grid a {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 1.4rem;
  border: 1px solid #d6e1ea;
  border-radius: 0.85rem;
  background: #fff;
  color: var(--sales-ink);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(18, 48, 74, 0.06);
}
.jcr-sales-resource-grid a:hover {
  border-color: var(--sales-blue);
  transform: translateY(-2px);
}
.jcr-sales-resource-grid span {
  color: var(--sales-blue);
  font-size: 0.75rem;
  font-weight: 850;
}
.jcr-sales-resource-grid strong {
  margin: 0.65rem 0;
  font-size: 1.08rem;
}
.jcr-sales-resource-grid small {
  margin-top: auto;
  color: #607286;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .jcr-sales-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jcr-sales-operator__grid {
    grid-template-columns: 1fr;
  }
  .jcr-sales-case-grid,
  .jcr-sales-resource-grid {
    grid-template-columns: 1fr;
  }
  .jcr-sales-case-grid h3 {
    min-height: 0;
  }
}
@media (max-width: 600px) {
  .jcr-sales-choice,
  .jcr-sales-contact-input ul {
    grid-template-columns: 1fr;
  }
  .jcr-sales-table-wrap th,
  .jcr-sales-table-wrap td {
    min-width: 155px;
    padding: 0.8rem;
    font-size: 0.86rem;
  }
  .jcr-sales-consult-result span {
    font-size: 0.72rem;
  }
  .jcr-sales-operator__grid dl {
    padding: 1.2rem;
  }
  .jcr-sales-resource-grid a {
    min-height: 150px;
  }
}
