
/* WordPress full page mode. This keeps the shortcode page from inheriting the active theme frame, page title, breadcrumb, sidebar, and boxed content width. */
body.jbm-homepage-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #f8fffd !important;
}

body.jbm-homepage-page #page,
body.jbm-homepage-page #content,
body.jbm-homepage-page #primary,
body.jbm-homepage-page #main,
body.jbm-homepage-page .site,
body.jbm-homepage-page .site-content,
body.jbm-homepage-page .content-area,
body.jbm-homepage-page .main-content,
body.jbm-homepage-page .page-content,
body.jbm-homepage-page .entry-content,
body.jbm-homepage-page .post-content,
body.jbm-homepage-page .hentry,
body.jbm-homepage-page article,
body.jbm-homepage-page .container:not(.jbm-container),
body.jbm-homepage-page .wrap:not(.jbm-container) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: transparent !important;
}

body.jbm-homepage-page #masthead,
body.jbm-homepage-page .site-header,
body.jbm-homepage-page .site-branding,
body.jbm-homepage-page .page-header,
body.jbm-homepage-page .entry-header,
body.jbm-homepage-page .entry-title,
body.jbm-homepage-page .page-title,
body.jbm-homepage-page .post-title,
body.jbm-homepage-page .breadcrumb,
body.jbm-homepage-page .breadcrumbs,
body.jbm-homepage-page .sidebar,
body.jbm-homepage-page #secondary,
body.jbm-homepage-page .widget-area,
body.jbm-homepage-page .site-footer,
body.jbm-homepage-page footer:not(.jbm-footer),
body.jbm-homepage-page #comments,
body.jbm-homepage-page .comments-area {
  display: none !important;
}

body.jbm-homepage-page .jbm-homepage {
  width: 100% !important;
  max-width: 100% !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  @supports (overflow: clip) {
    html, body {
      overflow-x: clip !important;
    }
  }

  body.elementor-page,
  body.elementor-template-canvas,
  .elementor,
  .elementor-section-wrap,
  .elementor-widget-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.elementor-page .elementor-section,
  body.elementor-page .elementor-container,
  body.elementor-template-canvas .elementor-section,
  body.elementor-template-canvas .elementor-container {
    max-width: 100% !important;
  }

  .elementor-widget-html,
  .elementor-widget-html > .elementor-widget-container {
    max-width: none !important;
    overflow-x: visible !important;
  }

  .jbm-homepage,
  .jbm-homepage * {
    box-sizing: border-box;
    min-width: 0;
  }

  .jbm-homepage {
    --bg: #f2fffc;
    --bg-soft: #e8fbfa;
    --bg-softer: #f8fffd;
    --card: #ffffff;
    --ink: #102326;
    --muted: #405a5e;
    --muted-2: #61777b;
    --teal: #003f44;
    --teal-2: #0e7c7b;
    --teal-3: #dff7f5;
    --line: #d7ebea;
    --line-dark: rgba(0, 63, 68, 0.14);
    --shadow: 0 24px 70px rgba(0, 63, 68, 0.12);
    --shadow-soft: 0 14px 36px rgba(0, 63, 68, 0.08);
    --radius: 20px;
    --max: 1680px;
    --jbm-scrollbar-width: 0px;
    --jbm-page-width: calc(100vw - var(--jbm-scrollbar-width));
    color: var(--ink);
    background: var(--bg);
    width: var(--jbm-page-width);
    max-width: var(--jbm-page-width);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .jbm-homepage a {
    color: inherit;
    text-decoration: none;
  }


  /* Elementor canvas cleanup: lets the pasted homepage break out to full browser width without showing a horizontal scrollbar. */
  .elementor-widget-html:has(.jbm-homepage),
  .elementor-widget-html:has(.jbm-homepage) > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .jbm-homepage img,
  .jbm-homepage svg {
    max-width: 100%;
    display: block;
  }

  .jbm-container {
    width: min(var(--max), calc(100% - clamp(36px, 5.5vw, 112px)));
    max-width: 100%;
    margin: 0 auto;
  }

  .jbm-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .jbm-nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
  }

  .jbm-logo {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 0 auto;
  }

  .jbm-logo__name {
    font-family: "Arial Narrow", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(23px, 1.45vw, 32px);
    letter-spacing: 3px;
    line-height: .95;
    color: var(--ink);
    text-transform: uppercase;
    white-space: nowrap;
  }

  .jbm-logo__tag {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.6px;
    color: var(--teal-2);
    text-transform: uppercase;
    white-space: nowrap;
  }

  .jbm-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2.15vw, 38px);
    color: #18383c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .jbm-nav__links a:not(.jbm-button):hover,
  .jbm-footer__links a:hover,
  .jbm-learn:hover {
    color: var(--teal-2);
  }

  .jbm-menu-toggle {
    display: none;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--teal);
    font-weight: 900;
    padding: 10px 14px;
  }

  .jbm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  }

  .jbm-button:hover {
    transform: translateY(-1px);
  }

  .jbm-button--primary {
    color: #fff !important;
    background: var(--teal);
    box-shadow: 0 14px 30px rgba(0, 63, 68, 0.18);
  }

  .jbm-button--primary:hover {
    background: #022f33;
  }

  .jbm-button--secondary {
    color: var(--teal) !important;
    background: #fff;
    border-color: #b9dbda;
  }

  .jbm-button--secondary:hover {
    border-color: var(--teal-2);
    box-shadow: var(--shadow-soft);
  }

  .jbm-button--light {
    color: var(--teal) !important;
    background: #fff;
    border-color: #fff;
  }

  .jbm-hero {
    position: relative;
    background:
      radial-gradient(circle at 82% 18%, rgba(14, 124, 123, .14), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f8fffd 100%);
    padding: 94px 0 0;
  }

  .jbm-hero__grid {
    display: grid;
    grid-template-columns: minmax(560px, .96fr) minmax(620px, 1.04fr);
    align-items: center;
    gap: clamp(52px, 5.2vw, 92px);
  }

  .jbm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 22px;
    color: var(--teal-2);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .jbm-eyebrow::after {
    content: "";
    width: 66px;
    height: 2px;
    background: var(--teal-2);
    opacity: .65;
  }

  .jbm-h1,
  .jbm-h2,
  .jbm-h3 {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.045em;
  }

  .jbm-h1 {
    max-width: 780px;
    font-size: clamp(56px, 5.35vw, 88px);
    line-height: .96;
  }

  .jbm-lead {
    max-width: 735px;
    margin: 30px 0 32px;
    color: var(--muted);
    font-size: clamp(18px, 1.28vw, 21px);
    line-height: 1.75;
  }

  .jbm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .jbm-hero__visual {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(390px, 1fr) minmax(280px, .62fr);
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 18px 0 30px;
  }

  .jbm-headshot-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    max-width: 540px;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(180deg, #eafffb, #fff);
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 63, 68, 0.06);
  }

  .jbm-headshot-wrap img {
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    object-position: 50% 16%;
  }

  .jbm-data-card {
    width: 100%;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow-soft);
  }

  .jbm-data-card--chart {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }

  .jbm-data-card--gauge {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 17px;
    align-items: center;
  }

  .jbm-data-card__title {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 950;
    color: #19363a;
  }

  .jbm-mini-chart {
    position: relative;
    height: 150px;
    border-left: 1px solid #dbeaea;
    border-bottom: 1px solid #dbeaea;
    background: repeating-linear-gradient(to top, transparent 0, transparent 28px, rgba(0,63,68,.08) 29px), repeating-linear-gradient(to right, transparent 0, transparent 48px, rgba(0,63,68,.06) 49px);
    overflow: hidden;
  }

  .jbm-mini-chart::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 12px;
    top: 92px;
    height: 3px;
    background: var(--teal-2);
    transform: rotate(-18deg);
    transform-origin: left center;
  }

  .jbm-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--teal-2);
    box-shadow: 0 0 0 8px rgba(14, 124, 123, .09);
  }

  .jbm-dot:nth-child(1){ left: 26px; bottom: 26px; }
  .jbm-dot:nth-child(2){ left: 70px; bottom: 56px; }
  .jbm-dot:nth-child(3){ left: 116px; bottom: 60px; }
  .jbm-dot:nth-child(4){ left: 166px; bottom: 84px; }
  .jbm-dot:nth-child(5){ left: 216px; bottom: 98px; }
  .jbm-dot:nth-child(6){ right: 18px; bottom: 120px; }

  .jbm-gauge {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(var(--teal-2) 0deg 313deg, #e5f2f2 313deg 360deg);
  }

  .jbm-gauge__inner {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 31px;
    font-weight: 950;
    color: var(--teal);
  }

  .jbm-micro-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: var(--muted);
  }

  .jbm-micro-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #eef6f6;
  }

  .jbm-cred {
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .jbm-cred__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .jbm-cred__item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 17px;
    align-items: center;
    min-height: 116px;
    padding: 20px 24px;
    border-right: 1px solid var(--line-dark);
  }

  .jbm-cred__item:last-child { border-right: 0; }

  .jbm-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(14,124,123,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    color: var(--teal-2);
    font-size: 16px;
    font-weight: 950;
  }

  .jbm-cred__strong {
    display: block;
    color: var(--ink);
    font-weight: 950;
    font-size: 18px;
    line-height: 1.18;
  }

  .jbm-cred__small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.35;
  }

  .jbm-section {
    padding: 98px 0;
  }

  .jbm-section--white { background: #fff; }
  .jbm-section--soft { background: var(--bg-softer); }

  .jbm-problem {
    display: grid;
    grid-template-columns: minmax(420px, .85fr) minmax(0, 1.15fr);
    gap: 76px;
    align-items: center;
  }

  .jbm-h2 {
    font-size: clamp(40px, 3.1vw, 60px);
    line-height: 1.03;
  }

  .jbm-h3 {
    font-size: clamp(32px, 2.6vw, 48px);
    line-height: 1.08;
  }

  .jbm-text {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
    margin: 18px 0 0;
  }

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

  .jbm-mini-card,
  .jbm-offer-card,
  .jbm-proof-card,
  .jbm-research-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
  }

  .jbm-mini-card {
    padding: 30px;
    min-height: 250px;
  }

  .jbm-card-title {
    margin: 18px 0 10px;
    color: var(--ink);
    font-family: "Arial Narrow", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 22px;
    line-height: 1.02;
    letter-spacing: .01em;
  }

  .jbm-card-copy {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
  }

  .jbm-center {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 44px;
  }

  .jbm-label {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--teal-2);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  .jbm-offers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .jbm-offer-card {
    min-height: 315px;
    padding: 32px;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .jbm-offer-card:hover,
  .jbm-research-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }

  .jbm-learn {
    display: inline-flex;
    margin-top: 22px;
    color: var(--teal-2);
    font-size: 14px;
    font-weight: 950;
  }

  .jbm-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-top: 34px;
  }

  .jbm-proof-card {
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .jbm-proof-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }

  .jbm-proof-media {
    aspect-ratio: 16 / 9;
    background: #eefbf9;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }

  .jbm-proof-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .jbm-proof-body {
    padding: 24px 26px 26px;
  }

  .jbm-proof-body .jbm-card-title {
    margin-top: 0;
  }

  .jbm-proof-body .jbm-learn {
    margin-top: 18px;
  }

  .jbm-flow {
    text-align: center;
  }

  .jbm-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    margin-top: 36px;
    text-align: left;
  }

  .jbm-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: start;
  }

  .jbm-step__number {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--teal-2);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(14,124,123,.2);
  }

  .jbm-step__title {
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 950;
  }

  .jbm-cta {
    margin-top: 58px;
    padding: 46px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 96% 18%, rgba(255,255,255,.18), transparent 28%),
      linear-gradient(135deg, var(--teal), #00575c);
    color: #fff;
    box-shadow: 0 24px 66px rgba(0,63,68,.24);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
  }

  .jbm-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 2.4vw, 46px);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .jbm-cta p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
  }

  .jbm-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
  }

  .jbm-section-head__copy {
    max-width: 840px;
  }

  .jbm-view-all {
    color: var(--teal-2);
    font-weight: 950;
    white-space: nowrap;
  }

  .jbm-research-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .jbm-research-card {
    overflow: hidden;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .jbm-card-media {
    height: 138px;
    background:
      linear-gradient(135deg, rgba(14,124,123,.12), rgba(0,63,68,.12)),
      linear-gradient(90deg, rgba(0,63,68,.08) 1px, transparent 1px),
      linear-gradient(rgba(0,63,68,.08) 1px, transparent 1px);
    background-size: auto, 22px 22px, 22px 22px;
  }

  .jbm-card-media--bars {
    background:
      linear-gradient(90deg, transparent 10%, rgba(14,124,123,.7) 10% 19%, transparent 19% 28%, rgba(14,124,123,.7) 28% 37%, transparent 37% 46%, rgba(14,124,123,.7) 46% 55%, transparent 55% 64%, rgba(14,124,123,.7) 64% 73%, transparent 73%),
      #f7fffd;
    background-size: auto;
  }

  .jbm-card-media--dark {
    background:
      linear-gradient(135deg, rgba(0,63,68,.9), rgba(14,124,123,.45)),
      linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
      linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: auto, 22px 22px, 22px 22px;
  }

  .jbm-linkedin-grid .jbm-card-media {
    height: clamp(156px, 10.2vw, 210px);
  }

  .jbm-tableau-grid .jbm-card-media {
    height: clamp(150px, 8.8vw, 190px);
  }

  .jbm-card-media--photo {
    background: #f7fffd;
    overflow: hidden;
    position: relative;
  }

  .jbm-card-media--photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }

  .jbm-card-media--photo-contain {
    background: #ffffff;
  }

  .jbm-card-media--photo-contain img {
    object-fit: contain;
    padding: 8px;
  }

  .jbm-research-card__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .jbm-research-title {
    margin: 0;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
  }

  .jbm-date {
    margin-top: auto;
    color: var(--muted-2);
    font-size: 14px;
    font-weight: 700;
  }

  .jbm-newsletter {
    background: var(--bg-soft);
    padding: 72px 0;
  }

  .jbm-newsletter__grid {
    display: grid;
    grid-template-columns: minmax(360px, .74fr) minmax(420px, 1.26fr);
    gap: 58px;
    align-items: center;
  }

  .jbm-newsletter__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 2.5vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  .jbm-tally-wrap {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow-soft);
    min-height: 300px;
  }

  .jbm-tally-wrap iframe {
    width: 100%;
    border: 0;
    display: block;
  }

  .jbm-footer {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 46px 0 48px;
  }

  .jbm-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.82fr) minmax(360px, 1fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: start;
  }

  .jbm-footer__legal {
    margin-top: 14px;
    color: var(--muted-2);
    font-size: 13px;
    line-height: 1.55;
  }

  .jbm-contact {
    display: grid;
    gap: 10px;
    justify-items: start;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 760;
  }

  .jbm-footer__contact-title {
    display: block !important;
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 950;
  }

  .jbm-footer__contact-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 38px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--bg-softer);
    color: var(--teal) !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    box-shadow: 0 10px 24px rgba(0, 63, 68, 0.06);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
  }

  .jbm-footer__contact-link:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 124, 123, 0.34);
    background: #fff;
  }

  .jbm-footer__contact-note {
    display: block !important;
    max-width: 290px;
    color: var(--muted-2);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
  }

  .jbm-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    justify-content: flex-end;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 850;
  }

  .jbm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(8, 26, 29, 0.62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .jbm-modal:target,
  .jbm-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .jbm-modal__card {
    width: min(760px, 100%);
    max-height: min(840px, calc(100vh - 48px));
    overflow: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .26);
  }

  .jbm-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    padding: 28px 28px 18px;
    border-bottom: 1px solid var(--line);
  }

  .jbm-modal__head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  .jbm-modal__head p {
    margin: 8px 0 0;
    color: var(--muted);
  }

  .jbm-modal__close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--bg-softer);
    color: var(--teal);
    font-weight: 950;
  }

  .jbm-form {
    padding: 26px 28px 28px;
    display: grid;
    gap: 16px;
  }

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

  .jbm-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .02em;
  }

  .jbm-form input,
  .jbm-form select,
  .jbm-form textarea {
    width: 100%;
    border: 1px solid #cfe5e4;
    border-radius: 12px;
    background: #fbfffe;
    color: var(--ink);
    padding: 13px 14px;
    font: inherit;
    font-size: 15px;
    outline: none;
  }

  .jbm-form textarea {
    min-height: 140px;
    resize: vertical;
  }

  .jbm-form input:focus,
  .jbm-form select:focus,
  .jbm-form textarea:focus {
    border-color: var(--teal-2);
    box-shadow: 0 0 0 4px rgba(14, 124, 123, .12);
  }

  .jbm-form__fine {
    margin: 0;
    color: var(--muted-2);
    font-size: 13px;
    line-height: 1.5;
  }

  .jbm-thanks {
    display: none;
    background: #e8fbfa;
    border-bottom: 1px solid var(--line);
  }

  .jbm-thanks:target,
  .jbm-thanks.is-visible {
    display: block;
  }

  .jbm-thanks__card {
    width: min(var(--max), calc(100% - clamp(36px, 5.5vw, 112px)));
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.5;
  }

  .jbm-thanks__card strong {
    display: block;
    margin-bottom: 2px;
    color: var(--teal);
    font-weight: 950;
  }

  .jbm-footer .jbm-footer__contact-title,
  .jbm-footer .jbm-footer__contact-note {
    white-space: normal;
  }

  .jbm-form__error {
    display: none;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(180, 40, 40, .22);
    border-radius: 12px;
    background: #fff7f7;
    color: #7a1f1f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }

  .jbm-form__error.is-visible {
    display: block;
  }

  .jbm-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }


  @supports (overflow: clip) {
    .jbm-homepage { overflow-x: clip; }
  }

  @supports not (overflow: clip) {
    .jbm-homepage { overflow-x: hidden; }
  }

  @media (min-width: 1720px) {
    .jbm-homepage { --max: 1760px; }
    .jbm-h1 { font-size: clamp(68px, 4.85vw, 96px); }
    .jbm-hero__visual { grid-template-columns: minmax(430px, 1fr) minmax(330px, .62fr); }
  }

  @media (min-width: 1281px) and (max-width: 1719px) {
    .jbm-homepage { --max: 1560px; }
    .jbm-hero__grid { grid-template-columns: minmax(520px, .92fr) minmax(610px, 1.08fr); gap: clamp(42px, 4.6vw, 82px); }
    .jbm-h1 { font-size: clamp(58px, 5.0vw, 84px); }
  }

  @media (max-width: 1280px) {
    .jbm-container { width: min(1220px, calc(100% - 40px)); }
    .jbm-hero__grid { grid-template-columns: minmax(0, 1fr); }
    .jbm-hero__visual { max-width: 920px; margin: 0 auto; }
    .jbm-problem { grid-template-columns: 1fr; gap: 44px; }
    .jbm-nav__links { gap: 18px; font-size: 13px; }
  }

  @media (max-width: 1024px) {
    .jbm-nav { min-height: 76px; }
    .jbm-menu-toggle { display: inline-flex; }
    .jbm-nav__links {
      position: absolute;
      left: 24px;
      right: 24px;
      top: calc(100% + 8px);
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 8px;
      padding: 18px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      box-shadow: var(--shadow);
    }
    .jbm-nav__links.is-open { display: flex; }
    .jbm-nav__links a { padding: 10px; }
    .jbm-nav__links .jbm-button { width: 100%; }
    .jbm-cred__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jbm-cred__item { border-bottom: 1px solid var(--line-dark); }
    .jbm-offers,
    .jbm-proof,
    .jbm-research-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jbm-steps { grid-template-columns: 1fr; }
    .jbm-newsletter__grid,
    .jbm-footer__grid { grid-template-columns: 1fr; gap: 24px; }
    .jbm-footer__links { justify-content: flex-start; }
    .jbm-footer__contact-note { max-width: 100%; }
  }

  @media (max-width: 820px) {
    .jbm-container { width: min(100%, calc(100% - 40px)); }
    .jbm-hero { padding-top: 56px; }
    .jbm-h1 { font-size: clamp(44px, 12.5vw, 64px); }
    .jbm-lead { font-size: 17px; }
    .jbm-hero__visual {
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 18px 0 28px;
    }
    .jbm-headshot-wrap,
    .jbm-data-card--chart,
    .jbm-data-card--gauge {
      grid-column: 1;
      grid-row: auto;
      max-width: 520px;
      margin: 0 auto;
    }
    .jbm-data-card--gauge { grid-template-columns: 84px 1fr; }
    .jbm-gauge { width: 84px; height: 84px; }
    .jbm-gauge__inner { width: 62px; height: 62px; font-size: 26px; }
    .jbm-problem__cards,
    .jbm-offers,
    .jbm-proof,
    .jbm-research-grid { grid-template-columns: 1fr; }
    .jbm-cta { grid-template-columns: 1fr; padding: 32px; }
    .jbm-section-head { display: block; }
    .jbm-view-all { display: inline-flex; margin-top: 14px; }
    .jbm-form__row { grid-template-columns: 1fr; }
  }

  @media (max-width: 520px) {
    .jbm-container { width: min(100%, calc(100% - 30px)); }
    .jbm-logo__name { font-size: 21px; letter-spacing: 2.1px; }
    .jbm-logo__tag { font-size: 9px; letter-spacing: 1.8px; }
    .jbm-button { width: 100%; }
    .jbm-hero__actions { width: 100%; }
    .jbm-cred__grid { grid-template-columns: 1fr; }
    .jbm-cred__item { border-right: 0; }
    .jbm-section { padding: 68px 0; }
    .jbm-mini-card,
    .jbm-offer-card { padding: 24px; }
    .jbm-proof-body { padding: 22px; }
    .jbm-modal { padding: 14px; }
    .jbm-modal__head { padding: 22px 20px 16px; }
    .jbm-form { padding: 20px; }
  }