/*
Theme Name: Joint Property Match
Theme URI: https://jointpropertymatch.com
Author: Joint Property Match
Description: Custom WordPress homepage template inspired by the Joint Property Match / KeyCoMatch landing page.
Version: 1.0.0
Text Domain: joint-property-match
*/

:root {
  --jpm-navy: #0d3150;
  --jpm-navy-2: #183f5f;
  --jpm-teal: #2fbba7;
  --jpm-teal-dark: #179985;
  --jpm-ink: #0b2f4f;
  --jpm-text: #2c4056;
  --jpm-muted: #6e7d8d;
  --jpm-soft: #efeeec;
  --jpm-card: #ffffff;
  --jpm-line: #dfe5ea;
  --jpm-shadow: 0 18px 42px rgba(7, 29, 49, 0.13);
  --jpm-radius: 8px;
  --jpm-width: 1216px;
  --jpm-font-sans: "JPM Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "JPM Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/e4af272ccee01ff0-s.p.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--jpm-text);
  font-family: var(--jpm-font-sans);
  font-size: 16px;
  line-height: 1.55;
  background: #fff;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.jpm-top-rule {
  height: 2px;
  background: linear-gradient(90deg, #9e5627 0 11%, var(--jpm-navy) 11% 100%);
}

.jpm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(13, 49, 80, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.jpm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: var(--jpm-width);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 24px;
}

.jpm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 150px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: var(--jpm-navy);
}

.jpm-brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.jpm-brand-mark,
.jpm-footer-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--jpm-navy);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 42%, transparent 43%),
    radial-gradient(circle, #f5d08a 0 33%, #fff 34% 55%, #0d3150 56% 62%, transparent 63%);
  box-shadow: inset 0 0 0 1px rgba(13, 49, 80, 0.2);
}

.jpm-brand-text {
  max-width: 82px;
}

.jpm-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  color: var(--jpm-navy);
  font-weight: 600;
  font-size: 14px;
}

.jpm-menu a {
  border-radius: 8px;
  line-height: 1.25;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.jpm-menu a:not(.jpm-login):not(.jpm-app-cta):hover {
  color: #4c80c5;
  transform: translateY(-1px);
}

.jpm-menu a.jpm-current {
  padding: 8px 6px;
  border: 2px solid #4c80c5;
}

.jpm-login {
  min-width: 116px;
  padding: 10px 16px;
  border: 2px solid var(--jpm-navy);
  font-weight: 800;
}

.jpm-login:hover {
  color: #fff;
  background: var(--jpm-navy);
}

.jpm-app-cta {
  min-width: 112px;
  padding: 11px 16px;
  color: #fff;
  background: linear-gradient(90deg, #4c80c5, var(--jpm-navy));
  font-weight: 800;
  text-align: center;
}

.jpm-app-cta:hover {
  opacity: 0.9;
}

.jpm-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: #f4f6f7;
  color: var(--jpm-navy);
}

.jpm-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.jpm-section {
  padding: 92px 24px;
}

.jpm-section-soft {
  background: var(--jpm-soft);
}

.jpm-section-soft h2,
.jpm-section-soft h3,
.jpm-section-soft .jpm-lead,
.jpm-section-soft p {
  color: var(--jpm-text);
}

.jpm-section-soft h2,
.jpm-section-soft h3 {
  color: var(--jpm-ink);
}

.jpm-container {
  max-width: var(--jpm-width);
  margin: 0 auto;
}

.jpm-section-head {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.jpm-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 16px;
  border-radius: 999px;
  color: var(--jpm-teal-dark);
  background: rgba(47, 187, 167, 0.15);
  font-weight: 800;
  font-size: 14px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--jpm-ink);
  line-height: 1.15;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(44px, 4.1vw, 64px);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 38px;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.jpm-lead {
  font-size: 22px;
  line-height: 1.35;
}

.jpm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--jpm-teal);
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.jpm-btn:hover {
  background: var(--jpm-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(7, 29, 49, 0.18);
}

.jpm-btn-dark {
  background: var(--jpm-navy);
}

.jpm-btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.jpm-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(8, 31, 52, 0.82) 0%, rgba(8, 31, 52, 0.7) 40%, rgba(8, 31, 52, 0.35) 78%),
    url("assets/sintra-01.jpg");
  background-position: center;
  background-size: cover;
}

.jpm-hero .jpm-container {
  width: 100%;
}

.jpm-hero-content {
  max-width: 760px;
  margin-left: 224px;
}

.jpm-award-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding: 9px 18px 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.jpm-award-pill img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.jpm-award-mini,
.jpm-award-badge {
  display: grid;
  place-items: center;
  color: var(--jpm-navy);
  background: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1.05;
}

.jpm-award-mini {
  width: 32px;
  height: 32px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 32%, 100% 72%, 50% 100%, 0 72%, 0 32%);
  font-size: 6px;
}

.jpm-award-badge {
  width: 112px;
  height: 128px;
  margin: 0 auto 18px;
  clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 78%, 50% 100%, 0 78%, 0 20%);
  border: 4px solid #4d565d;
  font-size: 10px;
  box-shadow: 0 12px 30px rgba(13, 49, 80, 0.18);
}

.jpm-hero-kicker {
  margin-bottom: 16px;
  color: #8dc8ed;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jpm-accent {
  display: block;
  color: var(--jpm-teal);
}

.jpm-hero p {
  max-width: 700px;
  color: #fff;
  font-size: 19px;
}

.jpm-hero .jpm-lead {
  font-size: 25px;
}

.jpm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 36px 0 36px;
}

.jpm-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 18px;
}

.jpm-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.jpm-check::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--jpm-teal);
  box-shadow: inset 0 0 0 5px var(--jpm-teal), inset 0 0 0 7px #fff;
}

.jpm-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  text-align: center;
}

.jpm-step-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 24px rgba(7, 29, 49, 0.14);
}

.jpm-step {
  position: relative;
}

.jpm-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  left: calc(50% + 48px);
  width: calc(100% - 48px);
  height: 2px;
  background: linear-gradient(90deg, var(--jpm-teal), #88b8d1);
}

.jpm-peace {
  margin-top: 92px;
}

.jpm-step-number {
  color: var(--jpm-teal-dark);
  font-weight: 900;
}

.jpm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.jpm-photo {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--jpm-shadow);
}

.jpm-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.jpm-list {
  display: grid;
  gap: 18px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
}

.jpm-list li {
  display: flex;
  gap: 14px;
}

.jpm-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--jpm-teal);
  box-shadow: inset 0 0 0 5px var(--jpm-teal), inset 0 0 0 7px #fff;
}

.jpm-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.jpm-card {
  min-height: 244px;
  padding: 36px 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(13, 49, 80, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jpm-card:hover,
.jpm-feature-card:hover,
.jpm-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: var(--jpm-shadow);
}

.jpm-card p {
  font-size: 20px;
}

.jpm-center-cta {
  margin-top: 42px;
  text-align: center;
  font-size: 20px;
}

.jpm-community {
  background:
    radial-gradient(circle at 10% 30%, rgba(13, 49, 80, 0.85), transparent 38%),
    linear-gradient(110deg, rgba(13, 49, 80, 0.2), rgba(13, 49, 80, 0.86)),
    #d8dddd;
  color: #fff;
  text-align: center;
}

.jpm-community h2 {
  margin-top: 24px;
}

.jpm-teal-text {
  color: var(--jpm-teal);
  font-weight: 800;
}

.jpm-community h2,
.jpm-community p {
  color: #fff;
}

.jpm-quote {
  max-width: 896px;
  margin: 32px auto 0;
  padding: 34px 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.jpm-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.jpm-feature-card {
  min-height: 456px;
  padding: 24px;
  border: 1px solid var(--jpm-line);
  border-radius: 10px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jpm-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  background: #f4f6f7;
  color: var(--jpm-navy);
}

.jpm-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.jpm-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.jpm-caption-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(7, 29, 49, 0.18);
}

.jpm-caption-photo img {
  transition: transform 260ms ease;
}

.jpm-caption-photo:hover img {
  transform: scale(1.04);
}

.jpm-caption-photo img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

.jpm-caption-photo span {
  position: absolute;
  inset: auto 14px 12px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}

.jpm-note {
  margin-top: 48px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.jpm-locations {
  background: #fff;
}

.jpm-location-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 38px;
  align-items: start;
}

.jpm-map {
  min-height: 500px;
  position: relative;
  border-radius: 14px;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98), rgba(244, 243, 238, 0.96)),
    #f5f3ef;
  box-shadow: var(--jpm-shadow);
  overflow: hidden;
}

.jpm-canada {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 470px);
  height: 300px;
  transform: translate(-50%, -45%) rotate(-7deg);
  opacity: 0.95;
  filter: drop-shadow(0 24px 15px rgba(13, 49, 80, 0.18));
}

.jpm-canada::before,
.jpm-canada::after {
  content: "";
  position: absolute;
  border-radius: 38% 62% 44% 56% / 58% 44% 56% 42%;
}

.jpm-canada::before {
  inset: 70px 30px 50px 10px;
  background: linear-gradient(90deg, #b7babc 0 48%, #19707a 48% 100%);
  clip-path: polygon(0 45%, 13% 28%, 25% 33%, 38% 8%, 50% 22%, 63% 11%, 72% 31%, 100% 18%, 91% 54%, 99% 76%, 74% 83%, 63% 100%, 43% 83%, 21% 88%, 7% 66%);
}

.jpm-canada::after {
  inset: 24px 40px 82px 230px;
  background: #2b8993;
  clip-path: polygon(10% 37%, 35% 5%, 58% 25%, 88% 18%, 100% 55%, 77% 87%, 42% 73%, 15% 91%, 0 61%);
}

.jpm-pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  color: #fff;
  background: var(--jpm-navy);
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(7, 29, 49, 0.28);
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.jpm-pin::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.jpm-pin:hover,
.jpm-pin.is-active {
  background: var(--jpm-teal);
  transform: rotate(-45deg) scale(1.12);
  box-shadow: 0 14px 28px rgba(47, 187, 167, 0.34);
}

.pin-bc {
  left: 12%;
  top: 43%;
}

.pin-ab {
  left: 25%;
  top: 45%;
}

.pin-on {
  right: 40%;
  bottom: 34%;
}

.jpm-location-panel {
  padding: 34px;
  border-radius: 12px;
  background: var(--jpm-soft);
  text-align: center;
}

.jpm-location-panel .jpm-icon {
  margin: 0 auto 20px;
  background: transparent;
  color: #aeb8c2;
  width: 70px;
  height: 70px;
}

.jpm-province-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.jpm-province-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--jpm-navy);
  background: var(--jpm-soft);
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.jpm-province-tabs button:hover,
.jpm-province-tabs button.is-active {
  color: #fff;
  background: var(--jpm-navy);
  transform: translateY(-2px);
}

.jpm-app {
  position: relative;
  overflow: hidden;
  min-height: 690px;
}

.jpm-app-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.jpm-app-copy {
  max-width: 620px;
  padding: 36px;
  border: 1px solid rgba(13, 49, 80, 0.1);
  border-radius: 16px;
  color: var(--jpm-text);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(7, 29, 49, 0.08);
}

.jpm-app-copy h2 {
  color: var(--jpm-ink);
}

.jpm-app-copy .jpm-lead,
.jpm-app-copy p {
  color: var(--jpm-text);
}

.jpm-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0;
}

.jpm-store {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
  min-height: 76px;
  padding: 14px 26px;
  border-radius: 10px;
  color: var(--jpm-navy);
  background: #fff;
  font-weight: 800;
  line-height: 1.1;
}

.jpm-store-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #050505;
}

.jpm-store-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.jpm-store-icon-play {
  color: #111827;
}

.jpm-store small {
  display: block;
  color: #748599;
  font-weight: 500;
}

.jpm-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 142px);
  gap: 8px;
  justify-content: center;
}

.jpm-mosaic img {
  width: 142px;
  height: 84px;
  object-fit: cover;
}

.jpm-mosaic img:nth-child(2),
.jpm-mosaic img:nth-child(4) {
  height: 124px;
}

.jpm-phone-photo {
  width: 264px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  box-shadow: var(--jpm-shadow);
}

.jpm-phone-photo img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.jpm-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.jpm-testimonial {
  min-height: 350px;
  padding: 50px 34px 34px;
  border-radius: 14px;
  background: var(--jpm-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jpm-quote-mark {
  color: var(--jpm-teal);
  font-size: 82px;
  font-weight: 900;
  line-height: 0.6;
}

.jpm-testimonial blockquote {
  margin: 0 0 28px;
  color: #162f48;
  font-size: 19px;
  font-style: italic;
  line-height: 1.55;
}

.jpm-author {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
}

.jpm-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  font-weight: 900;
}

.jpm-banner {
  position: relative;
  min-height: 288px;
  display: flex;
  align-items: center;
  margin: 64px 0;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(8, 31, 52, 0.72), rgba(8, 31, 52, 0.15)),
    url("assets/sintra-20.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--jpm-shadow);
}

.jpm-banner-content {
  max-width: 520px;
  padding: 48px;
}

.jpm-banner h2 {
  color: #fff;
}

.jpm-award-center {
  text-align: center;
}

.jpm-award-image {
  width: 128px;
  height: auto;
  margin: 0 auto 18px;
}

.jpm-footer-logo {
  width: 72px;
  height: auto;
  display: block;
  filter: none;
}

.jpm-footer-award {
  width: 92px;
  height: auto;
  margin-top: 24px;
}

.jpm-newsletter {
  min-height: 480px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)),
    url("assets/sintra-01.jpg");
  background-position: center;
  background-size: cover;
}

.jpm-newsletter h2,
.jpm-newsletter p {
  color: #fff;
}

.jpm-newsletter form {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.jpm-newsletter input,
.jpm-form input,
.jpm-form select,
.jpm-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #cdd6de;
  border-radius: 0;
  padding: 14px 16px;
  color: var(--jpm-navy);
  background: #fff;
  font: inherit;
}

.jpm-newsletter input {
  max-width: 344px;
  border-radius: 10px;
}

.jpm-newsletter button {
  min-width: 154px;
  border-radius: 10px;
  color: var(--jpm-navy);
  background: #fff;
}

.jpm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.jpm-contact-list {
  display: grid;
  gap: 34px;
  margin: 34px 0 46px;
}

.jpm-contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  font-size: 20px;
}

.jpm-contact-item .jpm-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  background: #fff;
}

.jpm-link {
  color: #3675df;
}

.jpm-consult-card,
.jpm-form-card {
  border-radius: 12px;
  background: #fff;
}

.jpm-consult-card {
  padding: 24px;
}

.jpm-form-card {
  padding: 32px;
}

.jpm-form {
  display: grid;
  gap: 18px;
}

.jpm-form label {
  color: var(--jpm-navy);
  font-size: 14px;
  font-weight: 700;
}

.jpm-form textarea {
  min-height: 138px;
  resize: vertical;
}

.jpm-footer {
  padding: 66px 24px 52px;
  color: rgba(255, 255, 255, 0.78);
  background: #193f5e;
}

.jpm-footer h3,
.jpm-footer strong,
.jpm-footer a {
  color: #fff;
}

.jpm-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 64px;
}

.jpm-footer-mark {
  color: #fff;
  margin-bottom: 28px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 42%, transparent 43%),
    radial-gradient(circle, #fff 0 33%, transparent 34% 55%, #fff 56% 62%, transparent 63%);
}

.jpm-footer ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.jpm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.jpm-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.jpm-social a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.jpm-social svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.jpm-subhero {
  padding: 96px 24px 82px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(13, 49, 80, 0.9), rgba(13, 49, 80, 0.62)),
    url("assets/sintra-01.jpg");
  background-position: center;
  background-size: cover;
}

.jpm-subhero h1 {
  margin: 18px auto;
}

.jpm-subhero p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.jpm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jpm-pricing-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jpm-price-card {
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--jpm-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(13, 49, 80, 0.08);
}

.jpm-price-featured {
  border: 2px solid var(--jpm-teal);
  box-shadow: var(--jpm-shadow);
}

.jpm-price {
  color: var(--jpm-navy);
  font-size: 34px;
  font-weight: 900;
}

.jpm-price small {
  display: block;
  color: var(--jpm-muted);
  font-size: 13px;
  font-weight: 600;
}

.jpm-login-page {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.jpm-centered-actions {
  justify-content: center;
  margin-top: 0;
}

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

.jpm-listing-card,
.jpm-blog-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(13, 49, 80, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jpm-listing-card:hover,
.jpm-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--jpm-shadow);
}

.jpm-listing-top {
  display: grid;
  place-items: center;
  height: 112px;
  background: linear-gradient(135deg, var(--jpm-navy), #4c80c5);
}

.jpm-listing-top.is-tan {
  background: linear-gradient(135deg, #7c715b, #a69880);
}

.jpm-listing-top.is-teal {
  background: linear-gradient(135deg, var(--jpm-teal), var(--jpm-navy));
}

.jpm-listing-top span {
  padding: 4px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 800;
}

.jpm-listing-body {
  padding: 20px;
}

.jpm-listing-body h3 {
  display: inline-block;
  margin-right: 12px;
}

.jpm-listing-body span {
  color: var(--jpm-teal-dark);
  font-weight: 800;
}

.jpm-listing-body strong {
  display: block;
  color: var(--jpm-navy);
}

.jpm-blog-cats {
  padding: 28px 24px;
  background: #fff;
  border-bottom: 1px solid var(--jpm-line);
}

.jpm-blog-cats .jpm-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.jpm-blog-cats span {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--jpm-soft);
  color: var(--jpm-navy);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.jpm-blog-cats span:hover,
.jpm-blog-cats span.is-active {
  color: #fff;
  background: var(--jpm-navy);
}

.jpm-blog-card-top {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 26px;
  text-align: center;
  background: linear-gradient(135deg, var(--jpm-navy), #4c80c5);
}

.jpm-blog-card-top h3 {
  color: #fff;
}

.jpm-blog-card:hover .jpm-blog-card-top h3 {
  color: var(--jpm-teal);
}

.jpm-blog-card-body {
  padding: 24px;
}

.jpm-blog-card-body > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.jpm-blog-card-body span {
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--jpm-teal-dark);
  background: rgba(47, 187, 167, 0.1);
  font-size: 12px;
  font-weight: 800;
}

.jpm-blog-card-body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.jpm-blog-card-body strong {
  color: #4c80c5;
}

.jpm-addon-grid {
  grid-template-columns: repeat(2, 1fr);
}

.jpm-addon-grid div {
  padding: 18px 22px;
  border-radius: 12px;
  background: #fff;
  color: var(--jpm-navy);
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(13, 49, 80, 0.08);
}

.jpm-partner-screen {
  min-height: calc(100vh - 80px);
  display: grid;
  place-items: center;
  padding: 80px 24px;
  background: linear-gradient(135deg, var(--jpm-navy), #2d4f6a, #4c80c5);
}

.jpm-partner-head {
  margin-bottom: 28px;
  text-align: center;
  color: #fff;
}

.jpm-partner-head img {
  width: 86px;
  height: auto;
  margin: 0 auto 16px;
  filter: brightness(0) invert(1);
}

.jpm-partner-head h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
}

.jpm-partner-head p,
.jpm-partner-note {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.jpm-form-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

.jpm-login-divider {
  position: relative;
  margin: 28px 0 18px;
  text-align: center;
  color: var(--jpm-muted);
  font-size: 14px;
}

.jpm-partner-note {
  margin-top: 28px;
}

.jpm-legal {
  max-width: 900px;
  padding: 44px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(13, 49, 80, 0.08);
}

.jpm-legal section + section {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--jpm-line);
}

@media (max-width: 1120px) {
  .jpm-menu {
    gap: 14px;
    font-size: 13px;
  }

  .jpm-hero-content {
    margin-left: 60px;
  }

  .jpm-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .jpm-nav {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 14px 20px;
  }

  .jpm-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 18px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(7, 29, 49, 0.14);
  }

  .jpm-menu.is-open {
    display: flex;
  }

  .jpm-menu a {
    padding: 12px 8px;
  }

  .jpm-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .jpm-hero {
    min-height: auto;
    padding: 90px 0;
  }

  .jpm-hero-content {
    margin-left: 0;
    padding: 0 24px;
  }

  .jpm-section {
    padding: 70px 20px;
  }

  .jpm-steps,
  .jpm-help-grid,
  .jpm-feature-grid,
  .jpm-listing-grid,
  .jpm-blog-grid,
  .jpm-addon-grid,
  .jpm-pricing-grid,
  .jpm-gallery-row,
  .jpm-testimonial-grid,
  .jpm-footer-grid,
  .jpm-contact-grid,
  .jpm-location-grid,
  .jpm-app-content,
  .jpm-split {
    grid-template-columns: 1fr;
  }

  .jpm-card,
  .jpm-feature-card,
  .jpm-testimonial {
    min-height: auto;
  }

  .jpm-step:not(:last-child)::after {
    display: none;
  }

  .jpm-newsletter form {
    flex-direction: column;
    align-items: stretch;
  }

  .jpm-newsletter input {
    max-width: none;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .jpm-menu {
    gap: 10px 14px;
  }

  .jpm-login {
    min-width: 0;
  }

  .jpm-actions,
  .jpm-store-row,
  .jpm-proof {
    flex-direction: column;
  }

  .jpm-btn,
  .jpm-store {
    width: 100%;
  }

  .jpm-quote {
    padding: 24px;
  }

  .jpm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Target screenshot lock: cache-busted, scoped rules for the homepage header/hero. */
.jpm-header .jpm-nav {
  min-height: 78px !important;
  max-width: 1216px !important;
  padding: 0 24px !important;
}

.jpm-header .jpm-brand {
  min-width: 150px !important;
  gap: 12px !important;
}

.jpm-header .jpm-brand-logo {
  display: block !important;
  width: 52px !important;
  height: 44px !important;
  max-width: 52px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  flex: 0 0 52px !important;
}

.jpm-header .jpm-brand-text {
  display: block !important;
  max-width: 86px !important;
  color: #0d3150 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}

.jpm-header .jpm-menu {
  gap: 24px !important;
  color: #0d3150 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.jpm-header .jpm-menu a {
  color: #0d3150 !important;
}

.jpm-header .jpm-login {
  min-width: 116px !important;
  padding: 10px 16px !important;
  border: 2px solid #0d3150 !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
}

.jpm-hero {
  min-height: 820px !important;
  background-image:
    linear-gradient(90deg, rgba(8, 31, 52, 0.82) 0%, rgba(8, 31, 52, 0.7) 40%, rgba(8, 31, 52, 0.35) 78%),
    url("assets/sintra-01.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.jpm-hero-content {
  max-width: 760px !important;
  margin-left: 224px !important;
}

.jpm-hero .jpm-award-pill {
  gap: 12px !important;
  margin-bottom: 32px !important;
  padding: 9px 18px 9px 12px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
}

.jpm-hero .jpm-award-pill img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

.jpm-hero h1 {
  max-width: 760px !important;
  margin-bottom: 22px !important;
  color: #fff !important;
  font-size: clamp(44px, 4.1vw, 64px) !important;
  line-height: 1.15 !important;
}

.jpm-hero-kicker {
  margin-bottom: 16px !important;
  color: #8dc8ed !important;
  font-size: 18px !important;
}

.jpm-hero .jpm-lead {
  font-size: 25px !important;
}

.jpm-hero .jpm-proof {
  gap: 24px !important;
  font-size: 18px !important;
}

.jpm-award-image {
  width: 112px !important;
  max-width: 112px !important;
  max-height: 132px !important;
  object-fit: contain !important;
}

.jpm-footer-logo {
  width: 58px !important;
  max-width: 58px !important;
}

.jpm-footer-award {
  width: 82px !important;
  max-width: 82px !important;
  max-height: 98px !important;
  object-fit: contain !important;
}

@media (max-width: 1280px) {
  .jpm-header .jpm-menu {
    gap: 16px !important;
  }
}

@media (max-width: 1120px) {
  .jpm-header .jpm-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0 !important;
    padding: 10px 16px 18px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(7, 29, 49, 0.14);
  }

  .jpm-header .jpm-menu.is-open {
    display: flex;
  }

  .jpm-menu-toggle {
    display: block !important;
    margin-left: auto;
  }

  .jpm-hero-content {
    margin-left: 0 !important;
    padding: 0 24px !important;
  }
}

@media (max-width: 560px) {
  .jpm-header .jpm-brand-text {
    display: none !important;
  }

  .jpm-header .jpm-brand {
    min-width: 52px !important;
  }

  .jpm-hero {
    min-height: auto !important;
    padding: 72px 0 !important;
  }

  .jpm-hero h1 {
    font-size: 40px !important;
  }

  .jpm-hero .jpm-lead {
    font-size: 21px !important;
  }
}

/* Final scale pass against the live Joint Property Match layout. */
:root {
  --jpm-width: 1280px;
  --jpm-soft: #eeedeb;
  --jpm-shadow: 0 18px 40px rgba(7, 29, 49, 0.12);
}

body {
  background: var(--jpm-soft);
}

.jpm-header {
  box-shadow: 0 1px 8px rgba(7, 29, 49, 0.08);
}

.jpm-nav {
  position: relative;
  min-height: 80px;
  gap: 24px;
  padding-inline: 32px;
}

.jpm-brand {
  min-width: 152px;
}

.jpm-brand-logo {
  width: 56px;
  height: 56px;
}

.jpm-brand-text {
  font-size: 18px;
  line-height: 1.08;
}

.jpm-menu {
  gap: 20px;
  font-size: 14px;
}

.jpm-login,
.jpm-app-cta {
  border-radius: 8px;
  padding: 10px 16px;
}

.jpm-section {
  padding: 96px 24px;
}

.jpm-section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.7vw, 60px);
  line-height: 1.08;
}

h2 {
  font-size: clamp(30px, 3vw, 40px);
}

h3 {
  font-size: 20px;
}

.jpm-lead {
  font-size: clamp(18px, 1.7vw, 22px);
}

.jpm-hero {
  min-height: calc(100vh - 80px);
  background-image:
    linear-gradient(90deg, rgba(27, 58, 87, 0.95), rgba(27, 58, 87, 0.85) 52%, rgba(27, 58, 87, 0.5)),
    url("assets/sintra-01.jpg");
}

.jpm-hero .jpm-container {
  padding-inline: 24px;
}

.jpm-hero-content {
  max-width: 760px;
  margin-left: 0;
}

.jpm-hero p {
  max-width: 700px;
}

.jpm-award-pill {
  margin-bottom: 30px;
  padding: 8px 16px 8px 10px;
}

.jpm-actions {
  margin: 34px 0;
}

.jpm-btn {
  min-height: 54px;
  border-radius: 12px;
  padding-inline: 28px;
}

.jpm-steps {
  gap: 28px;
}

.jpm-step-icon {
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--jpm-navy), #4c80c5);
  box-shadow: 0 12px 24px rgba(7, 29, 49, 0.16);
}

.jpm-step-icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.95;
}

.jpm-step:not(:last-child)::after {
  top: 44px;
  left: calc(50% + 44px);
}

.jpm-split {
  gap: 56px;
}

.jpm-photo {
  border-radius: 16px;
}

.jpm-photo img {
  height: 320px;
}

.jpm-card {
  min-height: 0;
  padding: 32px;
  border-radius: 16px;
}

.jpm-card p {
  font-size: 18px;
}

.jpm-help-grid {
  gap: 30px;
}

.jpm-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.jpm-feature-card {
  min-height: 0;
  padding: 24px;
  border-radius: 10px;
}

.jpm-feature-card p {
  font-size: 15px;
  line-height: 1.55;
}

.jpm-gallery-row {
  gap: 24px;
}

.jpm-caption-photo {
  border-radius: 12px;
}

.jpm-caption-photo img {
  height: 256px;
}

.jpm-map {
  min-height: 500px;
}

.jpm-location-grid {
  gap: 38px;
}

.jpm-app {
  min-height: 640px;
}

.jpm-store {
  min-height: 76px;
  border-radius: 10px;
}

.jpm-testimonial {
  min-height: 0;
  padding: 38px 32px 32px;
  border-radius: 16px;
}

.jpm-testimonial blockquote {
  font-size: 18px;
}

.jpm-banner {
  border-radius: 16px;
}

.jpm-contact-grid {
  gap: 64px;
}

.jpm-form-card,
.jpm-consult-card {
  border-radius: 16px;
}

.jpm-footer {
  padding: 64px 24px 48px;
  background: #1b3a57;
}

.jpm-footer-grid {
  gap: 48px;
}

.jpm-footer ul {
  gap: 12px;
  font-size: 16px;
}

.jpm-footer-bottom {
  margin-top: 44px;
}

.jpm-subhero {
  padding: 104px 24px 88px;
  background:
    linear-gradient(135deg, rgba(27, 58, 87, 0.96), rgba(76, 128, 197, 0.82)),
    url("assets/sintra-01.jpg");
  background-position: center;
  background-size: cover;
}

.jpm-subhero h1 {
  font-size: clamp(40px, 4vw, 56px);
}

.jpm-price-card,
.jpm-listing-card,
.jpm-blog-card,
.jpm-addon-grid div {
  border-radius: 16px;
}

.jpm-price-card {
  min-height: 0;
  padding: 32px;
}

.jpm-partner-screen {
  min-height: calc(100vh - 80px);
}

.jpm-card,
.jpm-feature-card,
.jpm-testimonial,
.jpm-price-card,
.jpm-listing-card,
.jpm-blog-card,
.jpm-addon-grid div,
.jpm-form-card,
.jpm-consult-card,
.jpm-store,
.jpm-province-tabs button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.jpm-price-card:hover,
.jpm-store:hover,
.jpm-addon-grid div:hover,
.jpm-form-card:hover,
.jpm-consult-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--jpm-shadow);
}

.jpm-btn:focus-visible,
.jpm-menu a:focus-visible,
.jpm-province-node:focus-visible,
.jpm-province-tabs button:focus-visible,
.jpm-form input:focus,
.jpm-form select:focus,
.jpm-form textarea:focus {
  outline: 3px solid rgba(47, 187, 167, 0.35);
  outline-offset: 2px;
}

@media (max-width: 1280px) {
  .jpm-menu {
    position: absolute;
    top: 100%;
    left: 24px;
    right: 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 16px 18px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 36px rgba(7, 29, 49, 0.14);
  }

  .jpm-menu.is-open {
    display: flex;
  }

  .jpm-menu a {
    padding: 12px 10px;
  }

  .jpm-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .jpm-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .jpm-nav {
    padding-inline: 20px;
  }

  .jpm-section {
    padding: 72px 20px;
  }

  .jpm-hero {
    min-height: auto;
    padding: 88px 0;
  }

  .jpm-hero-content {
    padding: 0;
  }

  .jpm-photo img,
  .jpm-caption-photo img {
    height: 260px;
  }

  .jpm-feature-grid,
  .jpm-listing-grid,
  .jpm-blog-grid,
  .jpm-addon-grid,
  .jpm-pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .jpm-brand-text {
    display: none;
  }

  h1 {
    font-size: 38px;
  }

  .jpm-section {
    padding: 58px 18px;
  }

  .jpm-card,
  .jpm-feature-card,
  .jpm-testimonial,
  .jpm-price-card,
  .jpm-form-card {
    padding: 24px;
  }

  .jpm-map {
    min-height: 360px;
  }
}

/* Senior UI polish: compact brand assets, tighter rhythm, cleaner hierarchy. */
.jpm-nav {
  min-height: 74px;
}

.jpm-brand {
  gap: 10px;
  min-width: 138px;
}

.jpm-brand-logo {
  width: 44px;
  height: 44px;
}

.jpm-brand-text {
  max-width: 86px;
  font-size: 17px;
  line-height: 1.08;
}

.jpm-menu {
  gap: 17px;
}

.jpm-login {
  min-width: 104px;
  padding: 9px 14px;
}

.jpm-app-cta {
  min-width: 104px;
  padding: 10px 14px;
}

.jpm-hero {
  min-height: min(820px, calc(100vh - 74px));
}

.jpm-hero-content {
  max-width: 720px;
}

.jpm-award-pill {
  gap: 10px;
  margin-bottom: 24px;
  padding: 7px 15px 7px 9px;
  font-size: 14px;
}

.jpm-award-pill img {
  width: 28px;
  height: 28px;
}

.jpm-hero-kicker {
  margin-bottom: 12px;
  font-size: 16px;
}

.jpm-hero .jpm-lead {
  font-size: clamp(20px, 2vw, 24px);
}

.jpm-proof {
  gap: 18px;
  font-size: 16px;
}

.jpm-section {
  padding-block: 82px;
}

.jpm-section-head {
  margin-bottom: 44px;
}

.jpm-eyebrow {
  min-height: 30px;
  padding: 6px 14px;
  font-size: 13px;
}

.jpm-btn {
  min-height: 50px;
  padding-inline: 24px;
  font-size: 16px;
}

.jpm-steps {
  gap: 22px;
}

.jpm-step-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.jpm-step-icon::after {
  width: 24px;
  height: 24px;
  margin: 0;
}

.jpm-step:not(:last-child)::after {
  top: 38px;
  left: calc(50% + 38px);
  width: calc(100% - 38px);
}

.jpm-step p {
  font-size: 15px;
  line-height: 1.55;
}

.jpm-peace,
.jpm-split[style*="92px"] {
  margin-top: 70px !important;
}

.jpm-split {
  gap: 44px;
}

.jpm-photo img {
  height: 300px;
}

.jpm-list {
  gap: 13px;
  font-size: 17px;
}

.jpm-card {
  padding: 28px;
}

.jpm-card p {
  font-size: 17px;
  line-height: 1.55;
}

.jpm-help-grid {
  gap: 24px;
}

.jpm-community {
  text-align: left;
}

.jpm-community > .jpm-container > .jpm-eyebrow,
.jpm-community > .jpm-container > h2 {
  margin-left: calc(50% + 22px);
}

.jpm-feature-grid {
  gap: 20px;
}

.jpm-feature-card {
  padding: 22px;
}

.jpm-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.jpm-icon svg {
  width: 24px;
  height: 24px;
}

.jpm-caption-photo img {
  height: 230px;
}

.jpm-note {
  margin-top: 36px;
  padding: 20px 24px;
}

.jpm-map {
  min-height: 430px;
}

.jpm-location-panel {
  padding: 28px;
}

.jpm-app {
  min-height: 560px;
}

.jpm-app-content {
  gap: 46px;
}

.jpm-mosaic {
  grid-template-columns: repeat(2, 126px);
}

.jpm-mosaic img {
  width: 126px;
  height: 78px;
}

.jpm-mosaic img:nth-child(2),
.jpm-mosaic img:nth-child(4) {
  height: 112px;
}

.jpm-phone-photo {
  width: 236px;
}

.jpm-phone-photo img {
  height: 160px;
}

.jpm-testimonial-grid {
  gap: 26px;
}

.jpm-testimonial {
  padding: 32px 30px;
}

.jpm-quote-mark {
  font-size: 62px;
}

.jpm-testimonial blockquote {
  font-size: 17px;
}

.jpm-banner {
  min-height: 250px;
  margin: 54px 0;
}

.jpm-award-image {
  width: 92px;
  max-height: 110px;
  object-fit: contain;
}

.jpm-footer-logo {
  width: 54px;
}

.jpm-footer-award {
  width: 68px;
  max-height: 82px;
  object-fit: contain;
  margin-top: 18px;
}

.jpm-contact-grid {
  gap: 48px;
}

.jpm-contact-list {
  gap: 24px;
  margin: 28px 0 36px;
}

.jpm-contact-item {
  font-size: 18px;
}

.jpm-form-card {
  padding: 28px;
}

.jpm-footer {
  padding-block: 54px 40px;
}

.jpm-footer-grid {
  gap: 38px;
}

.jpm-subhero {
  padding-block: 84px 72px;
}

.jpm-price-card {
  padding: 28px;
}

.jpm-price {
  font-size: 30px;
}

.jpm-blog-card-top {
  min-height: 168px;
}

.jpm-blog-card-body {
  padding: 22px;
}

.jpm-partner-head img {
  width: 64px;
}

@media (max-width: 1280px) {
  .jpm-menu {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 900px) {
  .jpm-nav {
    min-height: 68px;
  }

  .jpm-brand-logo {
    width: 42px;
    height: 42px;
  }

  .jpm-hero {
    padding-block: 72px;
  }

  .jpm-section {
    padding-block: 64px;
  }

  .jpm-community > .jpm-container > .jpm-eyebrow,
  .jpm-community > .jpm-container > h2 {
    margin-left: 0;
  }

  .jpm-photo img,
  .jpm-caption-photo img {
    height: 240px;
  }

  .jpm-award-image {
    width: 84px;
  }
}

@media (max-width: 560px) {
  .jpm-hero {
    padding-block: 58px;
  }

  .jpm-award-pill {
    align-items: flex-start;
    border-radius: 14px;
  }

  .jpm-proof {
    gap: 12px;
  }

  .jpm-photo img,
  .jpm-caption-photo img {
    height: 220px;
  }

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

  .jpm-mosaic img {
    width: 100%;
  }
}

.jpm-location-grid {
  grid-template-columns: minmax(0, 1.52fr) minmax(330px, 0.98fr);
  gap: 38px;
  align-items: center;
}

.jpm-location-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 248px;
  padding: 0 0 26px;
  background: transparent;
  text-align: left;
}

.jpm-location-panel .jpm-icon {
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--jpm-teal);
}

.jpm-location-panel .jpm-icon svg {
  width: 23px;
  height: 23px;
}

.jpm-location-panel h3 {
  margin-bottom: 10px;
}

.jpm-location-panel p {
  min-height: 78px;
  margin-bottom: 28px;
  color: var(--jpm-text);
  font-size: 20px;
  line-height: 1.45;
}

.jpm-expanding {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--jpm-teal-dark);
  font-weight: 800;
}

.jpm-check-dot {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--jpm-teal);
}

.jpm-check-dot::before {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

.jpm-location-cta {
  width: 100%;
  border-radius: 0;
}

.jpm-province-tabs button.is-active {
  color: #fff;
  background: var(--jpm-teal);
  box-shadow: 0 12px 22px rgba(47, 187, 167, 0.22);
}

@media (max-width: 900px) {
  .jpm-location-grid {
    grid-template-columns: 1fr;
  }

  .jpm-location-panel p {
    color: var(--jpm-text);
  }
}

/* Animated coverage selector replacing the map. */
.jpm-province-visual {
  position: relative;
  min-height: 520px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 52% 48%, rgba(47, 187, 167, 0.18), transparent 0 18%, rgba(255, 255, 255, 0.96) 19% 46%, rgba(248, 247, 242, 0.98) 68%),
    linear-gradient(135deg, #fff, #f4f2ed);
  box-shadow: 0 14px 36px rgba(7, 29, 49, 0.14);
  overflow: hidden;
}

.jpm-province-visual::before,
.jpm-province-visual::after {
  content: "";
  position: absolute;
  inset: 76px 98px;
  border: 1px solid rgba(13, 49, 80, 0.08);
  border-radius: 50%;
  animation: jpm-orbit-spin 18s linear infinite;
}

.jpm-province-visual::after {
  inset: 118px 168px;
  animation-duration: 24s;
  animation-direction: reverse;
}

.jpm-connection-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jpm-signal-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(47, 187, 167, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: jpm-signal-pulse 3.4s ease-out infinite;
}

.ring-two {
  animation-delay: 1.1s;
}

.ring-three {
  animation-delay: 2.2s;
}

.jpm-province-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  padding: 22px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.28), transparent 0 30%),
    linear-gradient(135deg, var(--jpm-teal), var(--jpm-navy));
  box-shadow: 0 22px 38px rgba(7, 29, 49, 0.24);
  text-align: center;
  transform: translate(-50%, -50%);
}

.jpm-province-hub span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.jpm-province-hub strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.jpm-province-node {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 14px;
  width: min(286px, calc(100% - 40px));
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(13, 49, 80, 0.1);
  border-radius: 14px;
  color: var(--jpm-navy);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(7, 29, 49, 0.1);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.jpm-province-node::before {
  content: "";
  position: absolute;
  inset: auto auto 50% 100%;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, rgba(47, 187, 167, 0.45), transparent);
  transform-origin: left center;
  opacity: 0.55;
}

.jpm-province-node span:not(.jpm-node-code) {
  font-weight: 900;
  font-size: 18px;
}

.jpm-province-node small {
  grid-column: 2;
  color: var(--jpm-muted);
  font-size: 13px;
  font-weight: 700;
}

.jpm-node-code {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--jpm-navy);
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.jpm-province-node:hover,
.jpm-province-node.is-active {
  border-color: rgba(47, 187, 167, 0.55);
  background: #fff;
  box-shadow: 0 18px 36px rgba(7, 29, 49, 0.16);
  transform: translateY(-5px);
}

.jpm-province-node.is-active .jpm-node-code {
  background: var(--jpm-teal);
}

.node-bc {
  left: 8%;
  top: 38%;
}

.node-ab {
  right: 7%;
  top: 18%;
}

.node-ab::before {
  left: auto;
  right: 100%;
  background: linear-gradient(270deg, rgba(47, 187, 167, 0.45), transparent);
}

.node-on {
  right: 10%;
  bottom: 14%;
}

.node-on::before {
  left: auto;
  right: 100%;
  background: linear-gradient(270deg, rgba(47, 187, 167, 0.45), transparent);
}

@keyframes jpm-signal-pulse {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.75);
  }
  80%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.6);
  }
}

@keyframes jpm-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .jpm-province-visual {
    min-height: 460px;
  }

  .jpm-province-node {
    width: min(250px, calc(100% - 32px));
  }

  .node-bc {
    left: 5%;
  }

  .node-ab,
  .node-on {
    right: 5%;
  }
}

@media (max-width: 620px) {
  .jpm-province-visual {
    min-height: auto;
    padding: 24px;
  }

  .jpm-province-visual::before,
  .jpm-province-visual::after,
  .jpm-connection-layer,
  .jpm-province-node::before {
    display: none;
  }

  .jpm-province-hub,
  .jpm-province-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .jpm-province-hub {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }

  .jpm-province-node + .jpm-province-node {
    margin-top: 14px;
  }

  .jpm-province-node:hover,
  .jpm-province-node.is-active {
    transform: translateY(-3px);
  }
}

.jpm-services-page {
  background: #fff;
}

.jpm-services-hero {
  min-height: 544px;
  display: grid;
  place-items: center;
  padding: 88px 24px 96px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 86% 40%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08) 25%, transparent 44%),
    linear-gradient(160deg, rgba(238, 240, 240, 0.78) 0%, rgba(76, 105, 126, 0.72) 38%, rgba(27, 58, 87, 0.96) 100%);
}

.jpm-services-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 24px;
  padding: 7px 16px;
  border-radius: 999px;
  color: #88b8d1;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 800;
}

.jpm-services-hero h1 {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.08;
}

.jpm-services-hero h1 span {
  display: block;
  color: var(--jpm-teal);
}

.jpm-services-hero .jpm-lead {
  max-width: 760px;
  margin: 0 auto 32px;
  color: #fff;
  font-size: 22px;
  line-height: 1.34;
}

.jpm-services-packages {
  padding-top: 94px;
  padding-bottom: 96px;
}

.jpm-services-packages .jpm-section-head {
  margin-bottom: 50px;
}

.jpm-services-packages .jpm-section-head h2,
.jpm-services-addons .jpm-section-head h2 {
  margin-bottom: 12px;
  color: var(--jpm-navy);
  font-size: 36px;
}

.jpm-services-packages .jpm-section-head .jpm-lead,
.jpm-services-addons .jpm-section-head .jpm-lead {
  color: var(--jpm-text);
  font-size: 22px;
}

.jpm-services-page .jpm-pricing-grid {
  max-width: 1216px;
  margin: 0 auto;
  gap: 32px;
}

.jpm-services-page .jpm-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 32px;
  border: 2px solid var(--jpm-line);
  border-radius: 14px;
  color: #24384d;
  background: #fff;
  box-shadow: none;
}

.jpm-services-page .jpm-price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--jpm-shadow);
}

.jpm-services-page .jpm-price-featured {
  border-color: var(--jpm-teal);
  background: linear-gradient(180deg, rgba(47, 187, 167, 0.08), #fff 28%);
}

.jpm-services-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  min-width: 120px;
  transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--jpm-teal);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.jpm-services-page .jpm-price-card h3 {
  margin-bottom: 10px;
  color: var(--jpm-navy);
  font-size: 26px;
}

.jpm-services-page .jpm-price {
  margin-bottom: 4px;
  color: #66768a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.jpm-services-page .jpm-price span {
  color: #4c80c5;
  font-size: 34px;
  font-weight: 900;
}

.jpm-services-page .jpm-price small,
.jpm-services-page .jpm-small-price small {
  display: inline;
  margin-left: 4px;
  color: #95a0b6;
  font-size: 14px;
  font-weight: 600;
}

.jpm-small-price {
  margin-bottom: 22px;
  color: #6a7280;
  font-size: 18px;
}

.jpm-small-price strong {
  color: #2e4054;
}

.jpm-services-page .jpm-price-card > p:not(.jpm-price):not(.jpm-small-price) {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.45;
}

.jpm-services-page .jpm-price-card .jpm-list {
  margin-bottom: 34px;
  gap: 14px;
  color: #172d44;
  font-size: 15px;
}

.jpm-services-page .jpm-price-card .jpm-btn {
  width: 100%;
  min-height: 55px;
  margin-top: auto;
  border-radius: 0;
  font-size: 18px;
}

.jpm-services-muted-btn {
  color: var(--jpm-navy);
  background: #eeecea;
}

.jpm-services-muted-btn:hover {
  color: var(--jpm-navy);
  background: #e3e1de;
}

.jpm-services-note {
  margin: 32px 0 0;
  color: #53677b;
  text-align: center;
  font-size: 14px;
}

.jpm-services-addons {
  padding-top: 54px;
  padding-bottom: 108px;
  background: #eeecea;
}

.jpm-services-addons .jpm-section-head {
  margin-bottom: 46px;
}

.jpm-services-page .jpm-addon-grid {
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jpm-services-page .jpm-addon-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(7, 29, 49, 0.05);
}

.jpm-services-page .jpm-addon-grid span {
  color: var(--jpm-navy);
  font-size: 18px;
  font-weight: 700;
}

.jpm-services-page .jpm-addon-grid strong {
  color: var(--jpm-teal-dark);
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
}

.jpm-services-cta {
  padding: 86px 24px 96px;
  color: #fff;
  background: linear-gradient(135deg, var(--jpm-navy), #4c80c5);
}

.jpm-services-cta .jpm-section-head {
  margin-bottom: 0;
}

.jpm-services-cta h2,
.jpm-services-cta .jpm-lead {
  color: #fff;
}

.jpm-services-cta .jpm-btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1120px) {
  .jpm-services-page .jpm-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .jpm-services-hero {
    min-height: 460px;
    padding-block: 72px;
  }

  .jpm-services-page .jpm-addon-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .jpm-services-hero h1 {
    font-size: 38px;
  }

  .jpm-services-hero .jpm-lead,
  .jpm-services-packages .jpm-section-head .jpm-lead,
  .jpm-services-addons .jpm-section-head .jpm-lead {
    font-size: 18px;
  }

  .jpm-services-page .jpm-pricing-grid {
    grid-template-columns: 1fr;
  }

  .jpm-services-page .jpm-price-card {
    min-height: 0;
  }

  .jpm-services-page .jpm-addon-grid div {
    align-items: flex-start;
    flex-direction: column;
  }

  .jpm-services-page .jpm-addon-grid strong {
    text-align: left;
    white-space: normal;
  }
}

/* Typography polish: local Inter, calmer weights, and cleaner rhythm. */
body,
button,
input,
select,
textarea {
  font-family: var(--jpm-font-sans) !important;
}

body {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.jpm-brand-text,
.jpm-menu,
.jpm-btn,
.jpm-eyebrow {
  font-family: var(--jpm-font-sans) !important;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-weight: 780;
  text-wrap: balance;
}

h1 {
  line-height: 1.04 !important;
}

h2 {
  line-height: 1.12;
  font-weight: 760;
}

h3 {
  line-height: 1.22;
  font-weight: 720;
}

p,
li,
blockquote,
.jpm-lead {
  letter-spacing: 0;
}

p,
li {
  line-height: 1.6;
}

.jpm-lead {
  line-height: 1.42;
  font-weight: 430;
}

.jpm-brand-text {
  max-width: 94px !important;
  font-size: 17px !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
}

.jpm-menu {
  font-size: 14px !important;
  font-weight: 620 !important;
}

.jpm-menu a {
  line-height: 1.22;
}

.jpm-login,
.jpm-app-cta {
  font-weight: 720 !important;
}

.jpm-btn {
  font-weight: 760;
}

.jpm-eyebrow,
.jpm-award-pill,
.jpm-hero-kicker,
.jpm-step-number,
.jpm-expanding {
  font-weight: 720;
}

.jpm-form label {
  font-weight: 650;
}

.jpm-newsletter input,
.jpm-form input,
.jpm-form select,
.jpm-form textarea {
  font-size: 16px;
  line-height: 1.35;
}

.jpm-footer {
  font-size: 15px;
  line-height: 1.58;
}

.jpm-footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 760;
}

.jpm-footer strong {
  font-weight: 650;
}

.jpm-footer p {
  line-height: 1.55;
}

.jpm-footer ul {
  gap: 14px;
  font-size: 16px;
}

.jpm-footer a {
  font-weight: 430;
}

.jpm-footer-bottom {
  font-size: 14px;
}

.jpm-testimonial blockquote {
  font-weight: 430;
}

.jpm-price,
.jpm-listing-body strong,
.jpm-blog-card-body strong,
.jpm-province-node span:not(.jpm-node-code),
.jpm-node-code {
  font-weight: 780;
}

.jpm-blog-cats button {
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--jpm-soft);
  color: var(--jpm-navy);
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.jpm-blog-cats button:hover,
.jpm-blog-cats button.is-active {
  color: #fff;
  background: var(--jpm-navy);
  transform: translateY(-1px);
}

.jpm-blog-card {
  display: block;
  color: inherit;
}

.jpm-blog-card[hidden] {
  display: none;
}

.jpm-blog-card-top,
.jpm-blog-card-body,
.jpm-blog-meta {
  display: block;
}

.jpm-blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.jpm-blog-meta small {
  color: var(--jpm-muted);
}

.jpm-article-hero {
  padding: 88px 24px 80px;
  background: linear-gradient(135deg, var(--jpm-navy), #4c80c5);
}

.jpm-article-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.jpm-back-link {
  display: inline-flex;
  margin-right: 8px;
  color: #cfd6de;
  font-size: 18px;
  font-weight: 800;
}

.jpm-article-hero .jpm-eyebrow {
  min-height: 30px;
  padding: 5px 12px;
  font-size: 13px;
}

.jpm-article-hero h1 {
  max-width: 760px;
  margin: 28px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;
}

.jpm-article-hero p {
  color: #d9e0e8;
  font-size: 18px;
  font-weight: 800;
}

.jpm-article {
  background: #fff;
}

.jpm-article-body {
  max-width: none;
  margin: 0 auto;
  padding: 60px 32px 34px;
  color: #162a42;
  font-size: 20px;
  line-height: 1.55;
}

.jpm-article-body h2 {
  margin: 44px 0 18px;
  color: var(--jpm-ink);
  font-size: 28px;
}

.jpm-article-body h3 {
  margin: 28px 0 10px;
  color: var(--jpm-ink);
  font-size: 22px;
}

.jpm-article-body p {
  margin-bottom: 18px;
}

.jpm-article-body ul,
.jpm-article-body ol {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 24px;
}

.jpm-article-body li::marker {
  color: var(--jpm-navy);
}

.jpm-article-note {
  margin: 34px 0;
  padding: 22px 24px;
  border-radius: 8px;
  background: #eeedeb;
  color: #2c4056;
  font-size: 15px;
}

.jpm-table-wrap {
  overflow-x: auto;
  margin: 22px 0 34px;
}

.jpm-article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 16px;
  background: #fff;
}

.jpm-article-table th,
.jpm-article-table td {
  padding: 14px 16px;
  border: 1px solid var(--jpm-line);
  text-align: left;
  vertical-align: top;
}

.jpm-article-table th {
  color: #fff;
  background: var(--jpm-navy);
}

.jpm-article-cta {
  padding: 64px 56px 82px;
}

.jpm-article-cta h2,
.jpm-article-cta p {
  max-width: 840px;
}

.jpm-article-cta h2 {
  color: var(--jpm-ink);
  font-size: 28px;
}

.jpm-article-cta p {
  color: var(--jpm-text);
  font-size: 20px;
  font-weight: 800;
}

.jpm-article-cta .jpm-actions {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .jpm-article-hero {
    padding: 76px 24px 68px;
  }

  .jpm-article-body {
    padding: 46px 24px 24px;
    font-size: 20px;
  }

  .jpm-article-body h2 {
    font-size: 26px;
  }

  .jpm-article-cta {
    padding: 52px 24px 72px;
  }
}

@media (max-width: 560px) {
  .jpm-brand-text {
    font-size: 16px !important;
  }

  .jpm-footer ul {
    font-size: 15px;
  }

  .jpm-blog-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jpm-article-hero h1 {
    font-size: 34px;
  }

  .jpm-article-body {
    font-size: 19px;
  }

  .jpm-article-cta .jpm-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
