/* JD Property Services externalized site polish CSS. Generated from live inline CSS during V126. */

/* wp-custom-css */
body {
  background: #eef6ff !important;
}










h1, h2, h3 {
  letter-spacing: 0.5px;
  font-weight: 700;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}









nav a {
  transition: all 0.25s ease;
}

nav a:hover {
  color: #4da3ff;
  transform: translateY(-2px);
}









img {
  border-radius: 12px;
}







.wp-block-button__link,
button,
input[type="submit"] {
  box-shadow:
    0 0 0 rgba(0,0,0,0),
    0 6px 18px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.5),
    0 0 14px rgba(220, 38, 38, 0.35),
    0 0 22px rgba(37, 99, 235, 0.35),
    0 10px 26px rgba(0, 0, 0, 0.25);
}











.site-header {
  backdrop-filter: blur(6px);
}

.main-navigation a {
  position: relative;
  padding-bottom: 6px;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #dc2626);
  transition: width 0.25s ease;
}

.main-navigation a:hover::after {
  width: 100%;
}







.wp-block-image img {
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}







body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(59,130,246,0.06), transparent 40%),
              radial-gradient(circle at 80% 30%, rgba(220,38,38,0.05), transparent 45%);
  pointer-events: none;
  z-index: -1;
}







body {
  color: #0f172a;
}

/* Codex Phase 0 stabilization - responsive layout/header fixes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.site-description {
  display: none !important;
}

.site-branding,
.ast-site-identity {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.site-logo-img img.custom-logo,
.ast-site-identity img.custom-logo {
  width: auto !important;
  max-width: 180px !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ast-primary-header-bar,
.main-header-bar {
  min-height: auto !important;
}

.entry-content,
.entry-content section,
.entry-content div,
.entry-content figure,
.entry-content img,
.wp-site-blocks,
.site-content,
.ast-container {
  max-width: 100%;
}

.entry-content img {
  height: auto;
}

.jp-hero {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
  border-bottom: 1px solid #dbe5f0;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
}

.jp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.jp-hero-logo {
  width: 112px;
  max-width: 112px;
  margin: 0 0 18px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.jp-hero h1 {
  font-size: clamp(2.4rem, 4.3vw, 3.9rem);
  line-height: 1.08;
  margin: 0 0 18px;
  color: #111;
  max-width: 720px;
}

.jp-hero-lede {
  font-size: 20px;
  margin: 0 0 16px;
  color: #333;
  max-width: 680px;
}

.jp-hero-copy {
  font-size: 17px;
  margin: 0 0 24px;
  color: #4b5563;
  max-width: 680px;
}

.jp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.jp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.1;
}

.jp-btn-primary { background: #1d4ed8; color: #fff !important; }
.jp-btn-text { background: #16a34a; color: #fff !important; }
.jp-btn-call { background: #fff; color: #1d4ed8 !important; border: 1px solid #cfd9e6; }

.jp-hero-note {
  font-size: 15px;
  color: #4b5563;
  margin: 0;
}

.jp-hero-card {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.jp-hero-card img {
  width: 100%;
  display: block;
  border-radius: 0 !important;
}

.jp-hero-card-body {
  padding: 20px;
}

.jp-hero-card h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.jp-hero-card p {
  margin: 0;
  color: #4b5563;
}

@media (max-width: 767px) {
  .site-content .ast-container,
  .ast-container,
  .ast-separate-container .ast-article-single,
  .ast-separate-container .ast-article-post,
  .ast-plain-container .site-content,
  .ast-page-builder-template .site-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > p,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > .wpforms-container,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .entry-content > ul,
  .entry-content > ol {
    padding-left: 40px !important;
  }
  .site-branding,
  .ast-site-identity {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .site-logo-img img.custom-logo,
  .ast-site-identity img.custom-logo {
    max-width: 112px !important;
  }

  .ast-mobile-header-wrap .menu-toggle,
  .ast-button-wrap .menu-toggle {
    margin: 8px auto !important;
    min-width: 44px;
    min-height: 44px;
  }

  .entry-content > .wp-block-spacer:first-child,
  .entry-content > .wp-block-spacer:nth-child(2) {
    height: 0 !important;
  }

  .entry-content > section:not(.jp-hero),
  .entry-content section:not(.jp-hero) {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .entry-content [style*="max-width:1200px"],
  .entry-content [style*="max-width: 1200px"],
  .entry-content [style*="max-width:800px"],
  .entry-content [style*="max-width: 800px"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .entry-content [style*="display:grid"],
  .entry-content [style*="display: grid"] {
    display: block !important;
  }

  .jp-hero {
    padding: 28px 16px 34px;
  }

  .jp-hero-inner {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .jp-hero-logo {
    width: 104px;
    max-width: 104px;
    margin-bottom: 18px;
  }

  .jp-hero h1 {
    font-size: clamp(2.05rem, 9vw, 2.55rem) !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
  }

  .jp-hero-lede {
    font-size: 18px;
  }

  .jp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jp-btn {
    width: 100%;
    min-height: 56px;
    white-space: normal;
    text-align: center;
  }

  .jp-hero-card {
    margin-top: 28px;
  }

  .entry-content h2 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
    line-height: 1.2 !important;
  }

  .entry-content p,
  .entry-content li,
  .entry-content a,
  .entry-content strong,
  .entry-content em {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .wpforms-container,
  .wpforms-form,
  .wpforms-field,
  .wpforms-field-row,
  .wpforms-field-row-block,
  .wpforms-field input,
  .wpforms-field textarea,
  .wpforms-field select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wpforms-field-row {
    display: block !important;
  }

  .wpforms-field-row .wpforms-field-row-block,
  .wpforms-field-row .wpforms-one-half,
  .wpforms-one-half {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fm-bar,
  .fm-menu,
  .float-menu,
  [class*="float-menu"] {
    transform: scale(0.86);
    transform-origin: right center;
  }
}
/* End Codex Phase 0 stabilization */
/* Codex Phase 0 mobile polish */
@media (max-width: 767px) {
  .jp-hero h1 {
    font-size: clamp(1.72rem, 7vw, 1.95rem) !important;
    letter-spacing: 0 !important;
  }

  .fm-label {
    display: none !important;
  }

  .entry-content > h1 {
    font-size: clamp(1.8rem, 7.5vw, 2.25rem) !important;
    line-height: 1.18 !important;
  }
}
/* End Codex Phase 0 mobile polish */
/* Codex Phase 1 homepage rebuild */
.jp2-home {
  --jp2-ink: #101828;
  --jp2-muted: #475467;
  --jp2-line: #d8e0ea;
  --jp2-soft: #f4f8fc;
  --jp2-card: #ffffff;
  --jp2-blue: #185abc;
  --jp2-green: #138a43;
  --jp2-steel: #344054;
  color: var(--jp2-ink);
  background: #f3f7fb;
  font-family: Arial, sans-serif;
}

.jp2-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.jp2-hero {
  padding: 54px 0 46px;
  background: linear-gradient(115deg, #eef6ff 0%, #f8fbff 58%, #f3f2ef 100%);
  border-bottom: 1px solid var(--jp2-line);
}

.jp2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.jp2-kicker {
  margin: 0 0 10px;
  color: #28605b;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jp2-hero h1,
.jp2-home h2 {
  letter-spacing: 0;
  color: var(--jp2-ink);
}

.jp2-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(2.55rem, 5.1vw, 4.55rem);
  line-height: 1.03;
}

.jp2-lede {
  max-width: 700px;
  margin: 0 0 18px;
  color: #253042;
  font-size: 1.22rem;
  line-height: 1.55;
}

.jp2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.jp2-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: none !important;
}

.jp2-btn-primary { background: var(--jp2-blue); color: #fff !important; }
.jp2-btn-text { background: var(--jp2-green); color: #fff !important; }
.jp2-btn-call { background: #fff; color: var(--jp2-blue) !important; border: 1px solid #c9d4e2; }

.jp2-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
}

.jp2-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #d6e2ee;
  border-radius: 6px;
  background: rgba(255,255,255,0.78);
  color: var(--jp2-steel);
  font-size: 0.92rem;
  font-weight: 700;
}

.jp2-hero-media {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e2ee;
  box-shadow: 0 16px 34px rgba(16,24,40,0.14);
}

.jp2-hero-media img {
  display: block;
  width: 100%;
  height: min(610px, 54vw);
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.jp2-band {
  padding: 58px 0;
  background: #fff;
}

.jp2-services-band,
.jp2-areas-band {
  background: #fff;
}

.jp2-work-band,
.jp2-process-band {
  background: var(--jp2-soft);
}

.jp2-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.jp2-left-head {
  margin: 0;
  text-align: left;
}

.jp2-section-head h2,
.jp2-split-head h2,
.jp2-final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.12;
}

.jp2-section-head p,
.jp2-split-head p,
.jp2-final-cta p,
.jp2-step-list span,
.jp2-service span {
  color: var(--jp2-muted);
  font-size: 1rem;
  line-height: 1.55;
}

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

.jp2-service,
.jp2-step-list div,
.jp2-work-card {
  border: 1px solid var(--jp2-line);
  border-radius: 8px;
  background: var(--jp2-card);
}

.jp2-service {
  display: block;
  min-height: 150px;
  padding: 22px;
  color: inherit !important;
  text-decoration: none !important;
}

.jp2-service strong,
.jp2-step-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--jp2-ink);
  font-size: 1.12rem;
}

.jp2-service:hover {
  border-color: #a6bfdc;
}

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

.jp2-split-head > div {
  max-width: 760px;
}

.jp2-text-link {
  color: var(--jp2-blue) !important;
  font-weight: 800;
  white-space: nowrap;
}

.jp2-work-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.jp2-work-card {
  margin: 0;
  overflow: hidden;
}

.jp2-work-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.jp2-work-card figcaption {
  padding: 13px 16px;
  color: var(--jp2-steel);
  font-weight: 800;
}

.jp2-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.jp2-step-list {
  display: grid;
  gap: 12px;
}

.jp2-step-list div {
  padding: 20px;
}

.jp2-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.jp2-area-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #cfd9e6;
  border-radius: 6px;
  background: #fff;
  color: var(--jp2-steel) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.jp2-final-cta {
  padding: 46px 0 58px;
  background: #1f2937;
  color: #fff;
}

.jp2-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.jp2-final-cta h2,
.jp2-final-cta p,
.jp2-final-cta .jp2-kicker {
  color: #fff;
}

.jp2-final-cta p {
  margin: 0;
  opacity: 0.88;
}

.jp2-actions-right {
  margin: 0;
  justify-content: flex-end;
  min-width: 300px;
}

@media (max-width: 900px) {
  .jp2-hero-grid,
  .jp2-process-grid {
    grid-template-columns: 1fr;
  }

  .jp2-service-grid,
  .jp2-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jp2-hero-media img {
    height: 430px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .jp2-wrap {
    width: min(100% - 56px, 1120px);
  }

  .jp2-hero {
    padding: 32px 0 34px;
  }

  .jp2-hero h1 {
    font-size: clamp(1.7rem, 7.5vw, 2.05rem) !important;
    line-height: 1.08 !important;
  }

  .jp2-lede {
    font-size: 1.05rem;
  }

  .jp2-actions,
  .jp2-actions-right {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .jp2-btn {
    width: 100%;
    min-height: 54px;
    text-align: center;
  }

  .jp2-proof-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jp2-hero-media img {
    height: 330px;
  }

  .jp2-band {
    padding: 42px 0;
  }

  .jp2-service-grid,
  .jp2-work-grid {
    grid-template-columns: 1fr;
  }

  .jp2-service {
    min-height: auto;
  }

  .jp2-work-card img {
    height: 260px;
  }

  .jp2-split-head,
  .jp2-cta-box {
    display: block;
  }

  .jp2-text-link {
    display: inline-flex;
    margin-top: 6px;
  }

  .jp2-final-cta .jp2-actions {
    margin-top: 22px;
  }
}
/* End Codex Phase 1 homepage rebuild */\n\n/* Codex floating action cleanup */\n.fm-label { display: none !important; }\n/* End Codex floating action cleanup */\n
/* Codex Phase 2 service pages */
.jsp-service {
  --jsp-ink: #111827;
  --jsp-muted: #4b5563;
  --jsp-line: #d7e0eb;
  --jsp-soft: #f3f8fc;
  --jsp-card: #ffffff;
  --jsp-blue: #185abc;
  --jsp-green: #138a43;
  color: var(--jsp-ink);
  background: #f3f8fc;
  font-family: Arial, sans-serif;
}

.jsp-wrap {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.jsp-hero {
  padding: 48px 0;
  background: linear-gradient(120deg, #eef6ff 0%, #ffffff 68%, #f4f1ea 100%);
  border-bottom: 1px solid var(--jsp-line);
}

.jsp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 36px;
  align-items: center;
}

.jsp-kicker {
  margin: 0 0 10px;
  color: #28605b;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsp-service h1,
.jsp-service h2,
.jsp-service h3 {
  letter-spacing: 0;
  color: var(--jsp-ink);
}

.jsp-service h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4.7vw, 4rem);
  line-height: 1.05;
}

.jsp-lede {
  max-width: 710px;
  margin: 0 0 18px;
  color: #243044;
  font-size: 1.15rem;
  line-height: 1.58;
}

.jsp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.jsp-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: none !important;
}

.jsp-btn-primary { background: var(--jsp-blue); color: #fff !important; }
.jsp-btn-text { background: var(--jsp-green); color: #fff !important; }
.jsp-btn-call { background: #fff; color: var(--jsp-blue) !important; border: 1px solid #c9d4e2; }

.jsp-hero-panel {
  padding: 22px;
  border: 1px solid var(--jsp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16,24,40,0.1);
}

.jsp-hero-panel h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.jsp-checks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jsp-checks li,
.jsp-chip {
  border: 1px solid #dbe5ef;
  border-radius: 6px;
  background: #f8fbfe;
  padding: 10px 12px;
  color: var(--jsp-muted);
  font-weight: 700;
}

.jsp-band {
  padding: 52px 0;
  background: #fff;
}

.jsp-band-alt {
  background: var(--jsp-soft);
}

.jsp-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.jsp-section-head h2,
.jsp-split h2,
.jsp-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.12;
}

.jsp-section-head p,
.jsp-card p,
.jsp-step p,
.jsp-faq p,
.jsp-cta p {
  color: var(--jsp-muted);
  line-height: 1.58;
}

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

.jsp-card,
.jsp-step,
.jsp-faq {
  border: 1px solid var(--jsp-line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.jsp-card h3,
.jsp-step h3,
.jsp-faq h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.jsp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.jsp-step-list,
.jsp-faq-grid {
  display: grid;
  gap: 12px;
}

.jsp-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.jsp-area-list a,
.jsp-area-list span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #cfd9e6;
  border-radius: 6px;
  background: #fff;
  color: #344054 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.jsp-cta {
  padding: 46px 0;
  background: #1f2937;
  color: #fff;
}

.jsp-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jsp-cta h2,
.jsp-cta p,
.jsp-cta .jsp-kicker {
  color: #fff;
}

.jsp-cta p {
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 900px) {
  .jsp-hero-grid,
  .jsp-split {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .jsp-wrap {
    width: min(100% - 56px, 1080px);
  }

  .jsp-hero {
    padding: 34px 0;
  }

  .jsp-service h1 {
    font-size: clamp(1.75rem, 7.6vw, 2.15rem) !important;
    line-height: 1.12 !important;
  }

  .jsp-lede {
    font-size: 1.02rem;
  }

  .jsp-actions,
  .jsp-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jsp-btn {
    width: 100%;
    min-height: 54px;
    text-align: center;
  }

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

  .jsp-band {
    padding: 40px 0;
  }

  .jsp-section-head h2,
  .jsp-split h2,
  .jsp-cta h2 {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }
}
/* End Codex Phase 2 service pages */
/* Codex service button hardening */
.jsp-service a.jsp-btn-primary,
a.jsp-btn.jsp-btn-primary {
  background: #185abc !important;
  background-color: #185abc !important;
  color: #ffffff !important;
  border: 1px solid #185abc !important;
}

.jsp-service a.jsp-btn-text,
a.jsp-btn.jsp-btn-text {
  background: #138a43 !important;
  background-color: #138a43 !important;
  color: #ffffff !important;
  border: 1px solid #138a43 !important;
}

.jsp-service a.jsp-btn-call,
a.jsp-btn.jsp-btn-call {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #185abc !important;
  border: 1px solid #c9d4e2 !important;
}
/* End Codex service button hardening */
/* Codex Phase 3 visual repair - header, floating CTA, homepage polish */
:root {
  --jd-ink: #111827;
  --jd-navy: #122235;
  --jd-blue: #185abc;
  --jd-green: #148548;
  --jd-line: #d7dee8;
}

#masthead.site-header {
  background: #fff !important;
  border-bottom: 1px solid var(--jd-line) !important;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06) !important;
  position: relative;
  z-index: 20;
}

#masthead .site-description,
#masthead .ast-site-title-wrap {
  display: none !important;
}

#masthead .custom-logo {
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (min-width: 922px) {
  #ast-desktop-header .ast-primary-header-bar {
    min-height: 96px !important;
  }

  #ast-desktop-header .ast-primary-header-bar .ast-builder-grid-row {
    min-height: 96px !important;
  }

  #ast-desktop-header .site-branding {
    padding: 10px 0 !important;
  }

  #ast-desktop-header .custom-logo {
    max-width: 108px !important;
    max-height: 102px !important;
  }

  #ast-desktop-header .ast-below-header-bar {
    min-height: 54px !important;
    background: var(--jd-navy) !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
  }

  #ast-desktop-header .ast-below-header-bar .ast-builder-grid-row,
  #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
    min-height: 54px !important;
    height: 54px !important;
    line-height: 54px !important;
  }

  #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
    color: #f8fafc !important;
    font-size: 0.96rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    padding: 0 17px !important;
  }

  #ast-desktop-header .main-header-menu > .menu-item > .menu-link:hover,
  #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link {
    color: #ffffff !important;
    background: rgba(255,255,255,0.09) !important;
  }

  #ast-desktop-header .main-header-menu > .menu-item:last-child > .menu-link {
    background: var(--jd-blue) !important;
    color: #fff !important;
    border-radius: 4px !important;
    height: 38px !important;
    line-height: 38px !important;
    min-height: 38px !important;
    margin-left: 10px !important;
    padding: 0 18px !important;
  }
}

@media (max-width: 921px) {
  #ast-mobile-header .ast-primary-header-bar {
    min-height: 88px !important;
    background: #fff !important;
  }

  #ast-mobile-header .site-branding {
    padding: 8px 0 5px !important;
  }

  #ast-mobile-header .custom-logo {
    max-width: 88px !important;
    max-height: 84px !important;
  }

  #ast-mobile-header .ast-below-header-bar {
    min-height: 54px !important;
    background: var(--jd-navy) !important;
  }

  #ast-mobile-header .menu-toggle {
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 4px !important;
    background: var(--jd-blue) !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  #ast-mobile-header .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #fff !important;
  }

  #ast-mobile-header .ast-mobile-header-content {
    background: #fff !important;
    border-top: 1px solid var(--jd-line) !important;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14) !important;
  }

  #ast-hf-mobile-menu .menu-link {
    color: var(--jd-ink) !important;
    font-weight: 750 !important;
    border-bottom: 1px solid #edf1f5 !important;
  }
}

.floating-menu.float-menu-1 {
  top: auto !important;
  right: 18px !important;
  bottom: 22px !important;
  z-index: 60 !important;
}

.floating-menu.float-menu-1 .fm-bar {
  gap: 8px !important;
}

.floating-menu.float-menu-1 .fm-item,
.floating-menu.float-menu-1 .fm-link,
.floating-menu.float-menu-1 .fm-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.floating-menu.float-menu-1 .fm-link {
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.22) !important;
}

.floating-menu.float-menu-1 .fm-label {
  display: none !important;
}

@media (max-width: 767px) {
  .floating-menu.float-menu-1 {
    display: none !important;
  }
}

.jp2-home {
  background: #f6f8fa !important;
}

.jp2-home .jp2-hero {
  padding: 48px 0 50px !important;
  background: linear-gradient(115deg, #eef5f2 0%, #f8fafc 48%, #eef3f9 100%) !important;
}

.jp2-home .jp2-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.88fr) !important;
  gap: 48px !important;
}

.jp2-home .jp2-hero-copy {
  align-self: center !important;
}

.jp2-home .jp2-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.35rem) !important;
  line-height: 1.02 !important;
}

.jp2-home .jp2-lede {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
  max-width: 660px !important;
}

.jp2-photo-grid {
  display: grid !important;
  grid-template-columns: 1.18fr 0.82fr !important;
  grid-template-rows: 205px 205px !important;
  gap: 12px !important;
  align-self: center !important;
}

.jp2-photo-grid figure {
  position: relative !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid rgba(17, 24, 39, 0.1) !important;
  background: #dfe7ee !important;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.13) !important;
}

.jp2-photo-grid .jp2-photo-main {
  grid-row: 1 / 3 !important;
}

.jp2-photo-grid img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.jp2-photo-grid figcaption {
  position: absolute !important;
  left: 10px !important;
  bottom: 10px !important;
  max-width: calc(100% - 20px) !important;
  padding: 7px 9px !important;
  border-radius: 4px !important;
  background: rgba(17, 24, 39, 0.78) !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.jp2-home .jp2-service,
.jp2-home .jp2-work-card,
.jp2-home .jp2-step-list div,
.jp2-home .jp2-area-list a {
  box-shadow: none !important;
}

.jp2-home .jp2-work-card img {
  filter: none !important;
}

@media (max-width: 980px) {
  .jp2-home .jp2-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .jp2-photo-grid {
    grid-template-rows: 210px 210px !important;
  }
}

@media (max-width: 767px) {
  .jp2-home .jp2-hero {
    padding: 34px 0 38px !important;
  }

  .jp2-home .jp2-hero h1 {
    font-size: clamp(2.25rem, 11vw, 2.9rem) !important;
  }

  .jp2-photo-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 210px 140px !important;
    gap: 10px !important;
  }

  .jp2-photo-grid .jp2-photo-main {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
  }
}

/* End Codex Phase 3 visual repair */
/* Codex Phase 3.1 header height tightening */
@media (min-width: 922px) {
  #ast-desktop-header .ast-primary-header-bar,
  #ast-desktop-header .ast-primary-header-bar .ast-builder-grid-row {
    min-height: 78px !important;
  }

  #ast-desktop-header .site-branding {
    padding: 6px 0 !important;
  }

  #ast-desktop-header .custom-logo {
    max-width: 78px !important;
    max-height: 74px !important;
  }
}

@media (max-width: 921px) {
  #ast-mobile-header .ast-primary-header-bar {
    min-height: 74px !important;
  }

  #ast-mobile-header .site-branding {
    padding: 5px 0 3px !important;
  }

  #ast-mobile-header .custom-logo {
    max-width: 72px !important;
    max-height: 68px !important;
  }
}
/* End Codex Phase 3.1 header height tightening */
/* Codex Phase 3.2 mobile menu cleanup */
@media (max-width: 921px) {
  #ast-hf-mobile-menu .main-header-menu {
    display: flex !important;
    flex-direction: column !important;
  }

  #ast-hf-mobile-menu .main-header-menu > li {
    display: none !important;
  }

  #ast-hf-mobile-menu .main-header-menu > .page-item-73,
  #ast-hf-mobile-menu .main-header-menu > .page-item-74,
  #ast-hf-mobile-menu .main-header-menu > .page-item-551,
  #ast-hf-mobile-menu .main-header-menu > .page-item-77,
  #ast-hf-mobile-menu .main-header-menu > .page-item-84,
  #ast-hf-mobile-menu .main-header-menu > .page-item-439 {
    display: block !important;
  }

  #ast-hf-mobile-menu .page-item-73 { order: 1 !important; }
  #ast-hf-mobile-menu .page-item-74 { order: 2 !important; }
  #ast-hf-mobile-menu .page-item-551 { order: 3 !important; }
  #ast-hf-mobile-menu .page-item-77 { order: 4 !important; }
  #ast-hf-mobile-menu .page-item-84 { order: 5 !important; }
  #ast-hf-mobile-menu .page-item-439 { order: 6 !important; }

  #ast-hf-mobile-menu .page-item-439 > .menu-link {
    color: #fff !important;
    background: var(--jd-blue) !important;
    margin: 12px 16px 16px !important;
    min-height: 46px !important;
    justify-content: center !important;
    border-radius: 4px !important;
    border-bottom: 0 !important;
  }
}
/* End Codex Phase 3.2 mobile menu cleanup */
/* Codex Phase 4 gallery rebuild */
.jpg-gallery .jpg-hero {
  padding: 46px 0 48px !important;
}

.jpg-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.82fr) !important;
  gap: 44px !important;
  align-items: center !important;
}

.jpg-hero-stack {
  display: grid !important;
  grid-template-columns: 1fr 0.82fr !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.jpg-hero-stack figure,
.jpg-detail-grid figure,
.jpg-before-after figure {
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid rgba(17, 24, 39, 0.1) !important;
  background: #dfe7ee !important;
}

.jpg-hero-stack figure {
  height: 430px !important;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.13) !important;
}

.jpg-hero-stack .jpg-feature-main {
  height: 430px !important;
}

.jpg-hero-stack img,
.jpg-detail-grid img,
.jpg-before-after img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.jpg-hero-stack figcaption,
.jpg-detail-grid figcaption,
.jpg-before-after span {
  position: absolute !important;
  left: 10px !important;
  bottom: 10px !important;
  z-index: 2 !important;
  padding: 7px 9px !important;
  border-radius: 4px !important;
  background: rgba(17, 24, 39, 0.78) !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.jpg-section .jp2-section-head {
  margin-bottom: 30px !important;
}

.jpg-pair-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.jpg-pair-card {
  overflow: hidden !important;
  border: 1px solid var(--jp2-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.jpg-before-after {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1px !important;
  background: var(--jp2-line) !important;
}

.jpg-before-after figure {
  height: 350px !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.jpg-card-copy {
  padding: 18px 20px 20px !important;
}

.jpg-card-copy h3 {
  margin: 0 0 8px !important;
  color: var(--jp2-ink) !important;
  font-size: 1.22rem !important;
  line-height: 1.2 !important;
}

.jpg-card-copy p,
.jpg-quote-band p {
  margin: 0 !important;
  color: var(--jp2-muted) !important;
  line-height: 1.55 !important;
}

.jpg-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.jpg-detail-grid figure {
  height: 330px !important;
}

.jpg-quote-band {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 30px !important;
  border: 1px solid var(--jp2-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.jpg-quote-band > div:first-child {
  max-width: 690px !important;
}

.jpg-quote-band h2 {
  margin: 0 0 10px !important;
  color: var(--jp2-ink) !important;
  font-size: clamp(1.85rem, 3vw, 2.7rem) !important;
  line-height: 1.1 !important;
}

@media (max-width: 980px) {
  .jpg-hero-grid,
  .jpg-pair-grid {
    grid-template-columns: 1fr !important;
  }

  .jpg-hero-stack {
    grid-template-columns: 1fr 1fr !important;
  }

  .jpg-hero-stack figure,
  .jpg-hero-stack .jpg-feature-main {
    height: 300px !important;
  }

  .jpg-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .jpg-quote-band {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .jpg-gallery .jpg-hero {
    padding: 34px 0 38px !important;
  }

  .jpg-hero-grid {
    gap: 28px !important;
  }

  .jpg-hero-stack {
    grid-template-columns: 1fr !important;
  }

  .jpg-hero-stack figure,
  .jpg-hero-stack .jpg-feature-main {
    height: 250px !important;
  }

  .jpg-before-after figure {
    height: 230px !important;
  }

  .jpg-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .jpg-detail-grid figure {
    height: 310px !important;
  }

  .jpg-quote-band {
    padding: 22px !important;
  }
}
/* End Codex Phase 4 gallery rebuild */
/* Codex Phase 6 location page heading polish */
.jpl-location .jsp-hero h1 {
  font-size: clamp(2.35rem, 4.2vw, 3.85rem) !important;
  line-height: 1.08 !important;
  max-width: 760px !important;
}

.jpl-location .jsp-lede {
  max-width: 720px !important;
}

@media (max-width: 767px) {
  .jpl-location .jsp-hero h1 {
    font-size: clamp(2rem, 9.5vw, 2.65rem) !important;
    line-height: 1.12 !important;
  }
}
/* End Codex Phase 6 location page heading polish */
/* JDSEO visual repair - featured images and link grids */
body.page .ast-single-post-featured-section.post-thumb,
body.page .ast-single-post-featured-section.post-thumb.ast-article-image-container--wide {
  display: none !important;
}

.jsp-service .jsp-section,
.jsp-service section {
  scroll-margin-top: 92px;
}

.jsp-service .jsp-section-head {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.jsp-service .jsp-section-head h2,
.jsp-service .jsp-cta-box h2,
.jsp-service .jsp-fit-card h2,
.jsp-service .jsp-faq-card h2 {
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.jsp-service .jsp-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
}

.jsp-service .jsp-card h3 {
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.jsp-area-links,
.jsp-link-list,
.jsp-popular-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 22px auto 0 !important;
  max-width: 1100px !important;
  line-height: 1.2 !important;
}

.jsp-card .jsp-area-links,
.jsp-fit-card .jsp-area-links {
  justify-content: flex-start !important;
  margin-top: 18px !important;
}

.jsp-mini-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin-top: 18px !important;
  line-height: 1.2 !important;
}

.jsp-card ul {
  list-style: none !important;
  display: grid !important;
  gap: 8px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

.jsp-card ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.jsp-area-links a,
.jsp-link-list a,
.jsp-popular-links a,
.jsp-mini-links a,
.jsp-card ul a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  border: 1px solid #b8cef2 !important;
  border-radius: 999px !important;
  background: #eef6ff !important;
  color: #074f9f !important;
  text-decoration: none !important;
  font-size: clamp(0.92rem, 1vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1.18 !important;
  box-shadow: 0 2px 7px rgba(15, 23, 42, 0.07) !important;
  white-space: normal !important;
  max-width: 100% !important;
}

.jsp-card .jsp-area-links a,
.jsp-fit-card .jsp-area-links a,
.jsp-mini-links a,
.jsp-card ul a {
  min-height: 34px !important;
  padding: 7px 12px !important;
  font-size: 0.94rem !important;
  background: #f3f8ff !important;
  border-color: #bdd1ef !important;
}

.jsp-area-links a:hover,
.jsp-link-list a:hover,
.jsp-popular-links a:hover,
.jsp-mini-links a:hover,
.jsp-card ul a:hover {
  color: #ffffff !important;
  background: #1454d4 !important;
  border-color: #1454d4 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(20, 84, 212, 0.18) !important;
}

.jsp-card-grid {
  align-items: stretch !important;
}

.jsp-card {
  overflow-wrap: anywhere !important;
}

@media (max-width: 767px) {
  .jsp-service .jsp-section-head {
    text-align: left !important;
  }

  .jsp-service .jsp-section-head h2 {
    font-size: clamp(1.7rem, 9vw, 2.35rem) !important;
  }

  .jsp-area-links,
  .jsp-link-list,
  .jsp-popular-links {
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .jsp-area-links a,
  .jsp-link-list a,
  .jsp-popular-links a {
    min-height: 36px !important;
    padding: 8px 11px !important;
    font-size: 0.93rem !important;
  }
}
/* End JDSEO visual repair - featured images and link grids */

/* jd-brand-polish-style */
:root {
    --jd-ink: #172033;
    --jd-muted: #536175;
    --jd-line: #d8e2ec;
    --jd-surface: #ffffff;
    --jd-soft: #f6f8fb;
    --jd-blue: #2459d9;
    --jd-green: #16884a;
    --jd-red: #c5282f;
    --jd-navy: #122235;
    --jd-gold: #d99a20;
  }

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

  body {
    background: #f7fafc !important;
    color: var(--jd-ink);
  }

  body #masthead.site-header {
    border-bottom: 1px solid rgba(23, 32, 51, 0.12) !important;
    box-shadow: 0 6px 22px rgba(23, 32, 51, 0.08) !important;
  }

  body.ast-desktop #masthead #ast-desktop-header,
  body.ast-desktop #masthead .ast-main-header-wrap,
  body.ast-desktop #masthead .ast-primary-header-bar,
  body.ast-desktop #masthead .site-primary-header-wrap,
  body.ast-desktop #masthead .site-primary-header-wrap > .ast-builder-grid-row,
  body.ast-desktop #masthead .site-header-primary-section-center,
  body.ast-desktop #masthead .ast-builder-layout-element,
  body.ast-desktop #masthead .site-branding.ast-site-identity {
    min-height: 56px !important;
    height: 56px !important;
  }

  body.ast-desktop #masthead .site-branding.ast-site-identity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
    padding: 4px 0 !important;
  }

  body.ast-desktop #masthead .site-branding.ast-site-identity::after {
    content: "JD Property Services";
    color: var(--jd-ink);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }

  body #masthead .custom-logo-link img,
  body #masthead img.custom-logo,
  body #masthead .site-logo-img img {
    max-height: 48px !important;
    height: 48px !important;
    width: auto !important;
    border-radius: 0 !important;
  }

  body.ast-desktop #masthead .ast-below-header-wrap,
  body.ast-desktop #masthead .ast-below-header-bar,
  body.ast-desktop #masthead .site-below-header-wrap,
  body.ast-desktop #masthead .site-below-header-wrap > .ast-builder-grid-row,
  body.ast-desktop #masthead .site-header-below-section-center,
  body.ast-desktop #masthead .ast-builder-menu-1,
  body.ast-desktop #masthead .ast-main-header-bar-alignment,
  body.ast-desktop #masthead .main-header-bar-navigation,
  body.ast-desktop #masthead #primary-site-navigation-desktop,
  body.ast-desktop #masthead .main-navigation,
  body.ast-desktop #masthead #ast-hf-menu-1 {
    min-height: 48px !important;
    height: 48px !important;
  }

  body #masthead .ast-below-header-bar {
    background: var(--jd-navy) !important;
  }

  body #masthead .main-header-menu > .menu-item > .menu-link,
  body #masthead .ast-builder-menu-1 .menu-item > .menu-link {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 15px !important;
    color: #ffffff !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
  }

  body #masthead .main-header-menu > .menu-item > .menu-link:hover,
  body #masthead .main-header-menu > .current-menu-item > .menu-link,
  body #masthead .ast-builder-menu-1 .menu-item > .menu-link:hover,
  body #masthead .ast-builder-menu-1 .current-menu-item > .menu-link {
    background: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
  }

  body #masthead .main-header-menu > .menu-item:last-child > .menu-link,
  body #masthead .ast-builder-menu-1 .menu-item:last-child > .menu-link {
    min-height: 34px !important;
    height: 34px !important;
    margin: 7px 0 7px 10px !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    background: var(--jd-blue) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18) !important;
  }

  h1,
  h2,
  h3,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3 {
    color: var(--jd-ink);
    letter-spacing: 0 !important;
  }

  h1,
  .entry-content h1 {
    line-height: 1.1 !important;
  }

  h2,
  .entry-content h2 {
    line-height: 1.2 !important;
  }

  .entry-content p,
  .entry-content li {
    color: var(--jd-muted);
  }

  .entry-content a:not(.wp-block-button__link) {
    color: var(--jd-blue);
    text-underline-offset: 0.16em;
  }

  img {
    border-radius: 6px !important;
  }

  .entry-content .wp-block-button__link,
  .entry-content a.wp-block-button__link,
  .jsp-btn,
  .wpforms-submit,
  button,
  input[type="submit"] {
    border-radius: 6px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 8px 18px rgba(23, 32, 51, 0.14) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease !important;
  }

  .entry-content .wp-block-button__link:hover,
  .entry-content a.wp-block-button__link:hover,
  .jsp-btn:hover,
  .wpforms-submit:hover,
  button:hover,
  input[type="submit"]:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 26px rgba(23, 32, 51, 0.18) !important;
  }

  .jsp-service,
  .entry-content > .jsp-service {
    background: var(--jd-surface);
  }

  .jsp-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--jd-soft) 100%) !important;
    border-bottom: 1px solid var(--jd-line);
  }

  .jsp-kicker {
    color: var(--jd-red) !important;
    letter-spacing: 0 !important;
    font-weight: 800 !important;
  }

  .jsp-lede,
  .jsp-section-head p,
  .jsp-card p,
  .jsp-fit-card li,
  .jsp-faq-card p {
    color: var(--jd-muted) !important;
  }

  .jsp-card,
  .jsp-fit-card,
  .jsp-faq-card,
  .wp-block-column:has(.wp-block-heading) {
    border: 1px solid var(--jd-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.06) !important;
    background: #ffffff !important;
  }

  .jsp-card-grid,
  .jsp-fit-grid,
  .jsp-faq-grid {
    gap: 18px !important;
  }

  .wpforms-container .wpforms-field-label,
  .wpforms-container legend {
    color: var(--jd-ink) !important;
    font-weight: 750 !important;
  }

  .wpforms-container .wpforms-field-label[aria-hidden="true"] {
    display: none !important;
  }

  .wpforms-container input[type="text"],
  .wpforms-container input[type="email"],
  .wpforms-container input[type="tel"],
  .wpforms-container textarea,
  .wpforms-container select {
    border: 1px solid #cfd8e3 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: inset 0 1px 2px rgba(23, 32, 51, 0.05);
  }

  .wpforms-container input:focus,
  .wpforms-container textarea:focus,
  .wpforms-container select:focus {
    border-color: var(--jd-blue) !important;
    box-shadow: 0 0 0 3px rgba(36, 89, 217, 0.14) !important;
    outline: none !important;
  }

  .jsp-section.jsp-soft,
  .jsp-soft {
    background: var(--jd-soft) !important;
  }

  .jsp-final-cta,
  .jsp-cta-box {
    background: var(--jd-navy) !important;
    color: #ffffff !important;
  }

  .jsp-final-cta p,
  .jsp-final-cta h2,
  .jsp-cta-box p,
  .jsp-cta-box h2 {
    color: #ffffff !important;
  }

  .floating-menu .fm-link {
    border-radius: 6px !important;
  }

  .site-footer,
  .site-primary-footer-wrap,
  .site-below-footer-wrap {
    background: var(--jd-navy) !important;
    color: #f7fafc !important;
  }

  .site-footer a,
  .site-footer p,
  .site-footer li,
  .site-footer .widget-title {
    color: #f7fafc !important;
  }

  @media (max-width: 921px) {
    html {
      scroll-padding-top: 86px;
    }

    body #masthead .site-branding.ast-site-identity::after {
      font-size: 0.95rem;
    }

    body #masthead .custom-logo-link img,
    body #masthead img.custom-logo,
    body #masthead .site-logo-img img {
      max-height: 42px !important;
      height: 42px !important;
    }

    body #masthead .ast-primary-header-bar,
    body #masthead .main-header-bar,
    body #masthead .site-branding.ast-site-identity {
      min-height: 52px !important;
    }
  }

  @media (max-width: 700px) {
    h1,
    .entry-content h1 {
      font-size: 2rem !important;
    }

    h2,
    .entry-content h2 {
      font-size: 1.45rem !important;
    }

    body #masthead .site-branding.ast-site-identity::after {
      content: "JD Property";
    }
  }

  @media (max-width: 600px) {
    .entry-content .wp-block-buttons {
      gap: 10px !important;
    }

    .entry-content .wp-block-button,
    .entry-content .wp-block-button__link {
      width: 100% !important;
    }
  }

/* jd-brand-v46-visual-polish */
.entry-content {
    --jd-v46-shadow: 0 12px 30px rgba(18, 34, 53, 0.08);
    --jd-v46-shadow-soft: 0 8px 20px rgba(18, 34, 53, 0.06);
  }

  .entry-content .jsp-wrap,
  .entry-content .jd-section-inner {
    max-width: 1120px;
  }

  .entry-content .jsp-section,
  .entry-content .jd-local-proof,
  .entry-content .jd-proof-band {
    padding-top: clamp(34px, 5vw, 68px) !important;
    padding-bottom: clamp(34px, 5vw, 68px) !important;
  }

  .entry-content .jsp-hero {
    padding-top: clamp(38px, 6vw, 76px) !important;
    padding-bottom: clamp(36px, 6vw, 72px) !important;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  }

  .entry-content .jsp-hero h1,
  .entry-content .jd-hero h1 {
    max-width: 920px;
    margin-bottom: 16px !important;
  }

  .entry-content .jsp-lede,
  .entry-content .jd-lede {
    max-width: 760px;
    font-size: clamp(1.02rem, 1vw + 0.78rem, 1.22rem) !important;
    line-height: 1.62 !important;
  }

  .entry-content .jsp-card-grid,
  .entry-content .jd-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .entry-content .jsp-card,
  .entry-content .jd-card,
  .entry-content .jsp-fit-card,
  .entry-content .jd-proof-image,
  .entry-content details {
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: var(--jd-v46-shadow-soft) !important;
  }

  .entry-content .jsp-card,
  .entry-content .jd-card,
  .entry-content .jsp-fit-card {
    padding: 22px !important;
  }

  .entry-content .jsp-card h3,
  .entry-content .jd-card h3 {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
  }

  .entry-content .jsp-card p,
  .entry-content .jd-card p {
    margin-bottom: 0 !important;
    line-height: 1.58 !important;
  }

  .entry-content .jsp-card a,
  .entry-content .jd-card a {
    font-weight: 850 !important;
    text-decoration-thickness: 1px !important;
  }

  .entry-content .jd-proof-image {
    overflow: hidden !important;
    margin: 20px 0 22px !important;
  }

  .entry-content .jd-proof-image img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }

  .entry-content .jd-proof-image figcaption {
    margin: 0 !important;
    padding: 12px 16px !important;
    color: var(--jd-muted) !important;
    font-size: 0.94rem !important;
    line-height: 1.45 !important;
    background: #f7fafc !important;
  }

  .entry-content .jsp-actions,
  .entry-content .jd-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .entry-content .jsp-btn,
  .entry-content .jd-button,
  .entry-content a.jd-button,
  .entry-content .wp-block-button__link {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 11px 17px !important;
    border-radius: 7px !important;
    text-decoration: none !important;
  }

  .entry-content .jsp-section-head {
    margin-bottom: 22px !important;
  }

  .entry-content .jsp-section-head h2 {
    margin-bottom: 10px !important;
  }

  .entry-content .jsp-section-head p:last-child {
    max-width: 760px;
  }

  .entry-content .jsp-soft,
  .entry-content .jd-soft,
  .entry-content .jd-v45-cluster-focus,
  .entry-content .jd-v44-town-link-focus {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4f8 100%) !important;
  }

  .entry-content .jd-local-proof .jd-section-inner,
  .entry-content .jd-v45-cluster-focus .jsp-wrap,
  .entry-content .jd-v44-town-link-focus .jsp-wrap,
  .entry-content .jd-v44-town-trade-proof .jd-section-inner {
    padding: clamp(22px, 4vw, 34px) !important;
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: var(--jd-v46-shadow) !important;
  }

  .entry-content details {
    padding: 16px 18px !important;
    margin-bottom: 12px !important;
  }

  .entry-content details summary {
    cursor: pointer;
    color: var(--jd-ink);
    font-weight: 850;
  }

  @media (max-width: 780px) {
    body #masthead .custom-logo-link img,
    body #masthead img.custom-logo,
    body #masthead .site-logo-img img {
      max-height: 40px !important;
      height: 40px !important;
    }

    .entry-content .jsp-section,
    .entry-content .jd-local-proof,
    .entry-content .jd-proof-band {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .entry-content .jsp-card,
    .entry-content .jd-card,
    .entry-content .jsp-fit-card {
      padding: 18px !important;
    }

    .entry-content .jsp-actions > *,
    .entry-content .jd-actions > *,
    .entry-content .jsp-btn,
    .entry-content .jd-button,
    .entry-content a.jd-button {
      width: 100% !important;
    }

    .entry-content .jd-local-proof .jd-section-inner,
    .entry-content .jd-v45-cluster-focus .jsp-wrap,
    .entry-content .jd-v44-town-link-focus .jsp-wrap,
    .entry-content .jd-v44-town-trade-proof .jd-section-inner {
      padding: 18px !important;
    }
  }

/* jd-v69-rank-recovery-style */
.jd-v69-rank-recovery .jd-v69-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px;text-align:left}.jd-v69-rank-recovery .jd-v69-link-card{background:#fff;border:1px solid #d9e2ec;border-radius:8px;padding:18px;box-shadow:0 10px 24px rgba(16,24,40,.05)}.jd-v69-rank-recovery .jd-v69-link-card h3{margin:0 0 10px;font-size:18px}.jd-v69-rank-recovery .jd-v69-link-card a{display:block;margin:7px 0;font-weight:700;text-decoration:none}.jd-v69-rank-recovery .jd-v69-proof{background:#f6f9fc;border-left:4px solid #1f66d1;padding:16px 18px;border-radius:6px;margin-top:16px}.jd-v69-rank-recovery .jd-v69-proof strong{color:#102033}@media(max-width:900px){.jd-v69-rank-recovery .jd-v69-link-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.jd-v69-rank-recovery .jd-v69-link-grid{grid-template-columns:1fr}}

/* JDPS-PREMIUM-TRADE-V194-START */
:root {
          --jdps-navy: #0b1f36;
          --jdps-navy-2: #132c4b;
          --jdps-blue: #1555b6;
          --jdps-red: #c6202e;
          --jdps-red-dark: #9f1722;
          --jdps-ink: #101b2c;
          --jdps-muted: #526176;
          --jdps-line: #d5dee8;
          --jdps-soft: #f1f4f8;
          --jdps-white: #ffffff;
          --jdps-shadow: 0 14px 34px rgba(11, 31, 54, 0.12);
          --jdps-shadow-soft: 0 8px 22px rgba(11, 31, 54, 0.08);
        }

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

        html,
        body {
          overflow-x: clip !important;
        }

        body {
          background: var(--jdps-soft) !important;
          color: var(--jdps-ink) !important;
          font-family: Inter, Arial, sans-serif !important;
        }

        body::before {
          display: none !important;
          content: none !important;
          background: none !important;
        }

        body,
        button,
        input,
        select,
        textarea {
          font-family: Inter, Arial, sans-serif !important;
        }

        h1,
        h2,
        h3,
        h4,
        .entry-content h1,
        .entry-content h2,
        .entry-content h3,
        .entry-content h4 {
          color: var(--jdps-ink) !important;
          font-family: Inter, Arial, sans-serif !important;
          font-weight: 850 !important;
          letter-spacing: 0 !important;
        }

        .entry-content p,
        .entry-content li {
          color: var(--jdps-muted);
        }

        .entry-content a:not(.wp-block-button__link):not(.jsp-btn):not(.jp2-btn):not(.jd-button) {
          color: var(--jdps-blue);
          text-decoration-thickness: 1px;
          text-underline-offset: 0.18em;
        }

        /* Header and brand rail */
        body #masthead.site-header {
          position: relative;
          z-index: 40;
          border-top: 4px solid var(--jdps-red) !important;
          border-bottom: 0 !important;
          background: var(--jdps-white) !important;
          box-shadow: 0 8px 28px rgba(11, 31, 54, 0.13) !important;
          backdrop-filter: none !important;
        }

        body #masthead .site-description,
        body #masthead .ast-site-title-wrap {
          display: none !important;
        }

        body #masthead .custom-logo-link {
          display: inline-flex !important;
          align-items: center !important;
          padding-right: 14px !important;
          border-right: 2px solid var(--jdps-red) !important;
        }

        body #masthead .custom-logo-link img,
        body #masthead img.custom-logo,
        body #masthead .site-logo-img img {
          width: auto !important;
          height: 54px !important;
          max-height: 54px !important;
          max-width: none !important;
          border: 0 !important;
          border-radius: 0 !important;
          box-shadow: none !important;
          object-fit: contain !important;
        }

        body #masthead .site-branding.ast-site-identity {
          display: flex !important;
          width: auto !important;
          min-height: 66px !important;
          height: 66px !important;
          align-items: center !important;
          justify-content: center !important;
          gap: 14px !important;
          padding: 5px 0 !important;
        }

        body #masthead .site-branding.ast-site-identity::after {
          content: "JD PROPERTY SERVICES" !important;
          color: var(--jdps-navy) !important;
          font-family: Inter, Arial, sans-serif !important;
          font-size: 1.08rem !important;
          font-weight: 900 !important;
          line-height: 1 !important;
          letter-spacing: 0 !important;
          text-transform: uppercase !important;
          white-space: nowrap !important;
        }

        body.ast-desktop #masthead #ast-desktop-header,
        body.ast-desktop #masthead .ast-main-header-wrap,
        body.ast-desktop #masthead .ast-primary-header-bar,
        body.ast-desktop #masthead .site-primary-header-wrap,
        body.ast-desktop #masthead .site-primary-header-wrap > .ast-builder-grid-row,
        body.ast-desktop #masthead .site-header-primary-section-center,
        body.ast-desktop #masthead .ast-builder-layout-element {
          min-height: 66px !important;
          height: 66px !important;
          background: var(--jdps-white) !important;
        }

        body #masthead .ast-below-header-bar,
        body #masthead .site-below-header-wrap {
          min-height: 50px !important;
          height: 50px !important;
          background: var(--jdps-navy) !important;
          border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
          border-bottom: 3px solid var(--jdps-red) !important;
        }

        body.ast-desktop #masthead .ast-below-header-wrap,
        body.ast-desktop #masthead .site-below-header-wrap > .ast-builder-grid-row,
        body.ast-desktop #masthead .site-header-below-section-center,
        body.ast-desktop #masthead .ast-builder-menu-1,
        body.ast-desktop #masthead .ast-main-header-bar-alignment,
        body.ast-desktop #masthead .main-header-bar-navigation,
        body.ast-desktop #masthead #primary-site-navigation-desktop,
        body.ast-desktop #masthead .main-navigation,
        body.ast-desktop #masthead #ast-hf-menu-1 {
          min-height: 47px !important;
          height: 47px !important;
        }

        body.ast-desktop #masthead .ast-builder-menu-1 {
          background: transparent !important;
        }

        body #masthead .main-header-menu > .menu-item > .menu-link,
        body #masthead .ast-builder-menu-1 .menu-item > .menu-link {
          position: relative !important;
          min-height: 47px !important;
          height: 47px !important;
          padding: 0 18px !important;
          color: var(--jdps-white) !important;
          font-size: 0.93rem !important;
          font-weight: 800 !important;
          letter-spacing: 0 !important;
          text-transform: uppercase !important;
          line-height: 47px !important;
          transform: none !important;
        }

        body #masthead .main-header-menu > .menu-item > .menu-link::after,
        body #masthead .ast-builder-menu-1 .menu-item > .menu-link::after {
          content: "" !important;
          position: absolute !important;
          right: 18px !important;
          bottom: 7px !important;
          left: 18px !important;
          width: auto !important;
          height: 2px !important;
          background: var(--jdps-red) !important;
          opacity: 0 !important;
          transition: opacity 0.16s ease !important;
        }

        body #masthead .main-header-menu > .menu-item > .menu-link:hover,
        body #masthead .main-header-menu > .current-menu-item > .menu-link,
        body #masthead .ast-builder-menu-1 .menu-item > .menu-link:hover,
        body #masthead .ast-builder-menu-1 .current-menu-item > .menu-link {
          color: var(--jdps-white) !important;
          background: var(--jdps-navy-2) !important;
        }

        body #masthead .main-header-menu > .menu-item > .menu-link:hover::after,
        body #masthead .main-header-menu > .current-menu-item > .menu-link::after,
        body #masthead .ast-builder-menu-1 .menu-item > .menu-link:hover::after,
        body #masthead .ast-builder-menu-1 .current-menu-item > .menu-link::after {
          opacity: 1 !important;
        }

        body #masthead .main-header-menu > .menu-item:last-child > .menu-link,
        body #masthead .ast-builder-menu-1 .menu-item:last-child > .menu-link {
          min-height: 36px !important;
          height: 36px !important;
          margin: 5px 0 6px 12px !important;
          padding: 0 18px !important;
          border: 1px solid var(--jdps-red) !important;
          border-radius: 4px !important;
          background: var(--jdps-red) !important;
          box-shadow: 0 7px 16px rgba(198, 32, 46, 0.28) !important;
          line-height: 34px !important;
        }

        body #masthead .main-header-menu > .menu-item:last-child > .menu-link::after,
        body #masthead .ast-builder-menu-1 .menu-item:last-child > .menu-link::after {
          display: none !important;
        }

        body #masthead .main-header-menu > .menu-item:last-child > .menu-link:hover,
        body #masthead .ast-builder-menu-1 .menu-item:last-child > .menu-link:hover {
          background: var(--jdps-red-dark) !important;
          border-color: var(--jdps-red-dark) !important;
        }

        /* Homepage */
        .jp2-home {
          background: var(--jdps-soft) !important;
          color: var(--jdps-ink) !important;
          font-family: Inter, Arial, sans-serif !important;
        }

        .jp2-home .jp2-hero {
          padding: 58px 0 60px !important;
          background: #edf2f7 !important;
          border-bottom: 1px solid var(--jdps-line) !important;
        }

        .jp2-home .jp2-hero-grid {
          grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr) !important;
          gap: 54px !important;
        }

        .jp2-home .jp2-hero-copy {
          position: relative !important;
          min-width: 0 !important;
          padding-left: 22px !important;
          border-left: 5px solid var(--jdps-red) !important;
        }

        .jp2-home .jp2-kicker,
        .jsp-kicker,
        .jpg-kicker,
        .jd-kicker {
          color: var(--jdps-red) !important;
          font-weight: 900 !important;
          letter-spacing: 0 !important;
          text-transform: uppercase !important;
        }

        .jp2-home .jp2-hero h1 {
          max-width: 720px !important;
          margin-bottom: 20px !important;
          color: var(--jdps-navy) !important;
          font-size: 4rem !important;
          font-weight: 900 !important;
          line-height: 1.02 !important;
        }

        .jp2-home .jp2-lede {
          max-width: 680px !important;
          color: #33465d !important;
          font-size: 1.18rem !important;
          line-height: 1.65 !important;
        }

        .jp2-home .jp2-actions,
        .jsp-actions,
        .jd-actions {
          gap: 10px !important;
        }

        .jp2-btn,
        .jsp-btn,
        .jd-button,
        .entry-content .wp-block-button__link,
        .wpforms-submit,
        input[type="submit"] {
          min-height: 48px !important;
          padding: 12px 19px !important;
          border-radius: 4px !important;
          font-weight: 850 !important;
          letter-spacing: 0 !important;
          text-decoration: none !important;
          box-shadow: 0 8px 18px rgba(11, 31, 54, 0.14) !important;
          transform: none !important;
        }

        .jp2-btn-primary,
        .jp2-home .jp2-btn-primary,
        .jsp-btn-primary,
        .jsp-shell .jsp-btn-primary,
        .jd-button-primary,
        .entry-content .wp-block-button:first-child .wp-block-button__link,
        .wpforms-submit,
        input[type="submit"] {
          border: 1px solid var(--jdps-red) !important;
          background: var(--jdps-red) !important;
          color: var(--jdps-white) !important;
        }

        .jp2-btn-text,
        .jp2-home .jp2-btn-text,
        .jsp-btn-text,
        .jsp-shell .jsp-btn-text,
        .jd-button-text {
          border: 1px solid var(--jdps-blue) !important;
          background: var(--jdps-blue) !important;
          color: var(--jdps-white) !important;
        }

        body .jp2-home .jp2-actions a.jp2-btn.jp2-btn-text,
        body .jsp-shell .jsp-actions a.jsp-btn.jsp-btn-text,
        body .entry-content a.jd-button.jd-button-text,
        body .entry-content a.jp2-btn[href^="sms:"],
        body .entry-content a.jsp-btn[href^="sms:"],
        body .entry-content a.jd-button[href^="sms:"],
        body .entry-content a[href^="sms:"][style*="background"] {
          border-color: var(--jdps-blue) !important;
          background: var(--jdps-blue) !important;
          color: var(--jdps-white) !important;
        }

        .jp2-btn-call,
        .jp2-home .jp2-btn-call,
        .jsp-btn-call,
        .jsp-shell .jsp-btn-call,
        .jd-button-call {
          border: 1px solid #b7c4d2 !important;
          background: var(--jdps-white) !important;
          color: var(--jdps-navy) !important;
        }

        .jp2-btn:hover,
        .jsp-btn:hover,
        .jd-button:hover,
        .entry-content .wp-block-button__link:hover,
        .wpforms-submit:hover,
        input[type="submit"]:hover {
          transform: translateY(-1px) !important;
          box-shadow: 0 12px 24px rgba(11, 31, 54, 0.2) !important;
        }

        .jp2-btn-primary:hover,
        .jsp-btn-primary:hover,
        .jd-button-primary:hover,
        .wpforms-submit:hover,
        input[type="submit"]:hover {
          background: var(--jdps-red-dark) !important;
          border-color: var(--jdps-red-dark) !important;
        }

        .jp2-proof-row {
          gap: 8px !important;
        }

        .jp2-proof-row span {
          min-height: 34px !important;
          padding: 7px 11px !important;
          border: 1px solid #cbd6e2 !important;
          border-left: 3px solid var(--jdps-red) !important;
          border-radius: 2px !important;
          background: rgba(255, 255, 255, 0.9) !important;
          color: var(--jdps-navy) !important;
          font-weight: 800 !important;
        }

        .jp2-photo-grid figure,
        .jp2-home .jp2-hero-media {
          border: 3px solid var(--jdps-white) !important;
          border-radius: 4px !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        .jp2-photo-grid figure:first-child {
          border-bottom: 5px solid var(--jdps-red) !important;
        }

        .jp2-photo-grid figcaption {
          border-radius: 2px !important;
          background: rgba(11, 31, 54, 0.9) !important;
        }

        .jp2-band {
          padding: 64px 0 !important;
        }

        .jp2-services-band,
        .jp2-areas-band {
          background: var(--jdps-white) !important;
        }

        .jp2-work-band,
        .jp2-process-band {
          background: var(--jdps-soft) !important;
        }

        .jp2-section-head {
          max-width: 820px !important;
          margin-right: auto !important;
          margin-left: 0 !important;
          text-align: left !important;
        }

        .jp2-section-head h2,
        .jp2-split-head h2,
        .jp2-final-cta h2 {
          color: var(--jdps-navy) !important;
          font-size: 2.65rem !important;
        }

        .jp2-service,
        .jp2-work-card,
        .jp2-step-list div {
          border: 1px solid var(--jdps-line) !important;
          border-top: 4px solid var(--jdps-navy) !important;
          border-radius: 4px !important;
          background: var(--jdps-white) !important;
          box-shadow: var(--jdps-shadow-soft) !important;
          transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease !important;
        }

        .jp2-service:hover,
        .jp2-work-card:hover {
          border-top-color: var(--jdps-red) !important;
          transform: translateY(-2px) !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        .jp2-area-list a {
          border: 1px solid var(--jdps-line) !important;
          border-left: 3px solid var(--jdps-red) !important;
          border-radius: 2px !important;
          background: var(--jdps-white) !important;
          color: var(--jdps-navy) !important;
          box-shadow: none !important;
        }

        .jp2-final-cta {
          border-left: 6px solid var(--jdps-red) !important;
          border-radius: 4px !important;
          background: var(--jdps-navy) !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        /* Service, town, guide, proof, review, and utility pages */
        .jsp-service,
        .entry-content > .jsp-service,
        .jpg-gallery,
        .jpr-reviews {
          background: var(--jdps-white) !important;
          color: var(--jdps-ink) !important;
        }

        .jsp-hero,
        .jpg-hero,
        .jpr-hero {
          background: #edf2f7 !important;
          border-bottom: 1px solid var(--jdps-line) !important;
          box-shadow: inset 6px 0 0 var(--jdps-red) !important;
        }

        .jsp-hero h1,
        .jpg-hero h1,
        .jpr-hero h1,
        .jd-hero h1 {
          max-width: 800px !important;
          color: var(--jdps-navy) !important;
          font-size: 3.55rem !important;
          line-height: 1.05 !important;
        }

        .jsp-lede,
        .jpg-lede,
        .jpr-lede,
        .jd-lede {
          max-width: 760px !important;
          color: #3e5067 !important;
          font-size: 1.12rem !important;
          line-height: 1.65 !important;
        }

        .jsp-fit-card {
          border: 0 !important;
          border-top: 5px solid var(--jdps-red) !important;
          border-radius: 4px !important;
          background: var(--jdps-navy) !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        body .jsp-shell aside.jsp-fit-card,
        body .entry-content aside.jsp-fit-card {
          border-color: var(--jdps-red) !important;
          background: var(--jdps-navy) !important;
        }

        .jsp-fit-card h2,
        .jsp-fit-card h3,
        .jsp-fit-card p,
        .jsp-fit-card li,
        .jsp-fit-card strong {
          color: var(--jdps-white) !important;
        }

        .jsp-section.jsp-soft,
        .jsp-soft,
        .jd-soft,
        .jd-v45-cluster-focus,
        .jd-v44-town-link-focus {
          background: var(--jdps-soft) !important;
        }

        .jsp-card,
        .jd-card,
        .jsp-faq-card,
        .jd-proof-image,
        .entry-content details,
        .jpg-card,
        .jpr-card,
        .jd-project-card,
        .jd-testimonial-card {
          border: 1px solid var(--jdps-line) !important;
          border-top: 3px solid var(--jdps-navy) !important;
          border-radius: 4px !important;
          background: var(--jdps-white) !important;
          box-shadow: var(--jdps-shadow-soft) !important;
        }

        .jsp-card:hover,
        .jd-card:hover,
        .jpg-card:hover,
        .jpr-card:hover,
        .jd-project-card:hover,
        .jd-testimonial-card:hover {
          border-top-color: var(--jdps-red) !important;
        }

        .jsp-area-links a,
        .jsp-link-list a,
        .jsp-popular-links a,
        .jd-area-links a,
        .jd-link-list a {
          min-height: 38px !important;
          padding: 8px 11px !important;
          border: 1px solid var(--jdps-line) !important;
          border-left: 3px solid var(--jdps-red) !important;
          border-radius: 2px !important;
          background: var(--jdps-white) !important;
          color: var(--jdps-navy) !important;
          box-shadow: none !important;
          font-weight: 800 !important;
        }

        .jsp-final-cta,
        .jsp-cta-box,
        .jd-final-cta,
        .jd-cta-box {
          border: 0 !important;
          border-left: 6px solid var(--jdps-red) !important;
          border-radius: 4px !important;
          background: var(--jdps-navy) !important;
          color: var(--jdps-white) !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        .jsp-final-cta h2,
        .jsp-final-cta h3,
        .jsp-final-cta p,
        .jsp-cta-box h2,
        .jsp-cta-box h3,
        .jsp-cta-box p,
        .jd-final-cta h2,
        .jd-final-cta p,
        .jd-cta-box h2,
        .jd-cta-box p {
          color: var(--jdps-white) !important;
        }

        img,
        .entry-content img,
        .wp-block-image img {
          border-radius: 4px !important;
        }

        .entry-content .wp-block-image img {
          box-shadow: var(--jdps-shadow-soft) !important;
          transform: none !important;
        }

        .entry-content .wp-block-image img:hover {
          transform: none !important;
          box-shadow: var(--jdps-shadow) !important;
        }

        /* Forms */
        .wpforms-container {
          max-width: 900px !important;
          margin-right: auto !important;
          margin-left: auto !important;
          padding: 24px !important;
          border: 1px solid var(--jdps-line) !important;
          border-top: 5px solid var(--jdps-red) !important;
          border-radius: 4px !important;
          background: var(--jdps-white) !important;
          box-shadow: var(--jdps-shadow-soft) !important;
        }

        .wpforms-container .wpforms-field-label,
        .wpforms-container legend {
          color: var(--jdps-navy) !important;
          font-weight: 850 !important;
        }

        .wpforms-container input[type="text"],
        .wpforms-container input[type="email"],
        .wpforms-container input[type="tel"],
        .wpforms-container input[type="number"],
        .wpforms-container textarea,
        .wpforms-container select {
          min-height: 48px !important;
          border: 1px solid #b9c6d4 !important;
          border-radius: 3px !important;
          background: var(--jdps-white) !important;
          color: var(--jdps-ink) !important;
          box-shadow: inset 0 1px 2px rgba(11, 31, 54, 0.05) !important;
        }

        .wpforms-container input:focus,
        .wpforms-container textarea:focus,
        .wpforms-container select:focus {
          border-color: var(--jdps-blue) !important;
          box-shadow: 0 0 0 3px rgba(21, 85, 182, 0.15) !important;
          outline: none !important;
        }

        /* Floating actions and footer */
        .floating-menu.float-menu-1 .fm-item,
        .floating-menu.float-menu-1 .fm-link,
        .floating-menu.float-menu-1 .fm-icon {
          border-radius: 4px !important;
        }

        .floating-menu.float-menu-1 .fm-item:nth-child(1) .fm-link,
        .floating-menu.float-menu-1 .fm-item:nth-child(1) .fm-icon {
          background: var(--jdps-red) !important;
        }

        .floating-menu.float-menu-1 .fm-item:nth-child(2) .fm-link,
        .floating-menu.float-menu-1 .fm-item:nth-child(2) .fm-icon {
          background: var(--jdps-blue) !important;
        }

        .floating-menu.float-menu-1 .fm-item:nth-child(3) .fm-link,
        .floating-menu.float-menu-1 .fm-item:nth-child(3) .fm-icon {
          background: var(--jdps-navy) !important;
        }

        body .floating-menu.float-menu-1 .fm-link[href^="sms:"] .fm-icon,
        body .floating-menu.float-menu-1 .fm-link[href^="sms:"] .fm-label,
        body .fm-link[href^="sms:"] .fm-icon,
        body .fm-link[href^="sms:"] .fm-label {
          background: var(--jdps-navy) !important;
        }

        body .floating-menu .fm-item:has(.fm-link[href^="sms:"]) {
          --fm-background: var(--jdps-navy) !important;
        }

        html body.home div.floating-menu.float-menu-1 ul.fm-bar li.fm-item:last-child a.fm-link span.fm-icon,
        html body.home div.floating-menu.float-menu-1 ul.fm-bar li.fm-item:last-child a.fm-link span.fm-label {
          background-color: var(--jdps-navy) !important;
          background-image: none !important;
        }

        .site-footer,
        .site-primary-footer-wrap,
        .site-below-footer-wrap {
          border-top: 4px solid var(--jdps-red) !important;
          background: var(--jdps-navy) !important;
          color: var(--jdps-white) !important;
        }

        .site-footer a,
        .site-footer p,
        .site-footer li,
        .site-footer .widget-title {
          color: var(--jdps-white) !important;
        }

        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        select:focus-visible,
        textarea:focus-visible,
        summary:focus-visible {
          outline: 3px solid #79a7e8 !important;
          outline-offset: 3px !important;
        }

        @media (max-width: 980px) {
          .jp2-home .jp2-hero-grid {
            grid-template-columns: 1fr !important;
            gap: 32px !important;
          }

          .jp2-home .jp2-hero h1 {
            max-width: 760px !important;
            font-size: 3.35rem !important;
          }
        }

        @media (max-width: 921px) {
          html {
            scroll-padding-top: 108px;
          }

          body #masthead .ast-primary-header-bar,
          body #masthead .main-header-bar,
          body #masthead .site-branding.ast-site-identity {
            min-height: 60px !important;
            height: 60px !important;
            background: var(--jdps-white) !important;
          }

          body #masthead .site-branding.ast-site-identity {
            gap: 10px !important;
            padding: 4px 0 !important;
          }

          body #masthead .custom-logo-link {
            padding-right: 10px !important;
          }

          body #masthead .custom-logo-link img,
          body #masthead img.custom-logo,
          body #masthead .site-logo-img img {
            height: 46px !important;
            max-height: 46px !important;
          }

          body #masthead .site-branding.ast-site-identity::after {
            content: "JD PROPERTY SERVICES" !important;
            font-size: 0.86rem !important;
          }

          #ast-mobile-header .ast-below-header-bar,
          #ast-mobile-header .site-below-header-wrap {
            min-height: 49px !important;
            height: 49px !important;
            background: var(--jdps-navy) !important;
            border-bottom: 3px solid var(--jdps-red) !important;
          }

          #ast-mobile-header .menu-toggle,
          .ast-mobile-header-wrap .menu-toggle,
          .ast-button-wrap .menu-toggle {
            width: 40px !important;
            min-width: 40px !important;
            height: 40px !important;
            min-height: 40px !important;
            margin: 4px auto !important;
            border: 1px solid var(--jdps-red) !important;
            border-radius: 3px !important;
            background: var(--jdps-red) !important;
            color: var(--jdps-white) !important;
            box-shadow: none !important;
          }

          #ast-hf-mobile-menu .menu-link {
            color: var(--jdps-navy) !important;
            font-weight: 800 !important;
            text-transform: uppercase !important;
          }

          #ast-hf-mobile-menu .page-item-439 > .menu-link,
          #ast-hf-mobile-menu .menu-item:last-child > .menu-link {
            border-radius: 3px !important;
            background: var(--jdps-red) !important;
            color: var(--jdps-white) !important;
          }
        }

        @media (max-width: 767px) {
          .jp2-wrap,
          .jsp-wrap,
          .jpg-wrap,
          .jpr-wrap,
          .jd-section-inner {
            width: calc(100% - 32px) !important;
            max-width: calc(100% - 32px) !important;
            margin-right: auto !important;
            margin-left: auto !important;
          }

          .jp2-home .jp2-hero {
            padding: 38px 0 42px !important;
          }

          .jp2-home .jp2-hero-copy {
            padding-left: 15px !important;
            border-left-width: 4px !important;
          }

          .jp2-home .jp2-hero h1 {
            font-size: 2.6rem !important;
            line-height: 1.04 !important;
          }

          .jp2-home .jp2-lede {
            font-size: 1.02rem !important;
            line-height: 1.62 !important;
          }

          .jp2-home .jp2-section-head h2,
          .jp2-home .jp2-split-head h2,
          .jp2-home .jp2-final-cta h2 {
            font-size: 2rem !important;
          }

          .jsp-hero,
          .jpg-hero,
          .jpr-hero {
            box-shadow: inset 4px 0 0 var(--jdps-red) !important;
          }

          .jsp-hero h1,
          .jpg-hero h1,
          .jpr-hero h1,
          .jd-hero h1 {
            font-size: 2.45rem !important;
            line-height: 1.07 !important;
          }

          .jsp-lede,
          .jpg-lede,
          .jpr-lede,
          .jd-lede {
            font-size: 1rem !important;
          }

          .jp2-actions,
          .jsp-actions,
          .jd-actions {
            display: grid !important;
            grid-template-columns: 1fr !important;
          }

          .jp2-actions > *,
          .jsp-actions > *,
          .jd-actions > *,
          .jp2-btn,
          .jsp-btn,
          .jd-button {
            width: 100% !important;
            max-width: 100% !important;
          }

          .jp2-proof-row {
            display: grid !important;
            grid-template-columns: 1fr !important;
          }

          .jp2-proof-row span {
            width: 100% !important;
          }

          .jp2-band {
            padding: 48px 0 !important;
          }

          .wpforms-container {
            width: calc(100% - 32px) !important;
            max-width: calc(100% - 32px) !important;
            margin-right: auto !important;
            margin-left: auto !important;
            padding: 18px !important;
          }

          .entry-content,
          .entry-content section,
          .entry-content div,
          .entry-content figure,
          .entry-content img {
            min-width: 0 !important;
          }

          .entry-content p,
          .entry-content li,
          .entry-content a,
          .entry-content strong {
            overflow-wrap: anywhere !important;
            word-break: normal !important;
          }
        }

        @media (max-width: 430px) {
          body #masthead .site-branding.ast-site-identity::after {
            content: "JD PROPERTY" !important;
            font-size: 0.82rem !important;
          }

          body #masthead .custom-logo-link img,
          body #masthead img.custom-logo,
          body #masthead .site-logo-img img {
            height: 42px !important;
            max-height: 42px !important;
          }

          .jp2-home .jp2-hero h1 {
            font-size: 2.35rem !important;
          }

          .jsp-hero h1,
          .jpg-hero h1,
          .jpr-hero h1,
          .jd-hero h1 {
            font-size: 2.2rem !important;
          }
        }

        @media (prefers-reduced-motion: reduce) {
          *,
          *::before,
          *::after {
            scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
          }
        }
/* JDPS-PREMIUM-TRADE-V194-END */

/* JDPS-DESKTOP-HEADER-FLOW-V196-START */
@media (min-width: 922px) {
  body.ast-desktop #masthead.site-header {
    min-height: 118px !important;
    height: 118px !important;
  }

  body.ast-desktop #masthead #ast-desktop-header {
    min-height: 114px !important;
    height: 114px !important;
  }
}
/* JDPS-DESKTOP-HEADER-FLOW-V196-END */

/* JDPS-EXTERNALIZED jdpropserv-page-shell-fix 24ec684bb55c sources:31 */
body.page .ast-single-post-featured-section.post-thumb,
  body.page .ast-single-post-featured-section.ast-article-image-container--wide {
    display: none !important;
  }
  body.page .ast-single-post-featured-section + article,
  body.page.ast-separate-container .site-content .ast-single-post-featured-section + article {
    margin-top: 0 !important;
  }
  html,
  body,
  #page,
  .site,
  .site-content {
    overflow-x: hidden !important;
  }
  body.page .site-content,
  body.page .ast-container,
  body.page .content-area,
  body.page .site-main,
  body.page article,
  body.page .entry-content {
    max-width: 100vw !important;
  }

/* JDPS-EXTERNALIZED jd-v57-homepage-visual-polish 5454e6be3b3e sources:1 */
body.home {
    background:
      linear-gradient(90deg, #edf5fb 0%, #f8fbff 18%, #ffffff 50%, #fbf7f4 82%, #f7fafc 100%) !important;
  }

  body.home .site-content .ast-container,
  body.home .content-area,
  body.home .site-main,
  body.home article,
  body.home .entry-content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home .entry-content,
  body.home .jp2-home {
    overflow-x: hidden !important;
  }

  body.home .jp2-home {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home .jp2-wrap,
  body.home .jsp-wrap {
    width: min(1360px, calc(100vw - 88px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .jp2-band,
  body.home .jsp-section {
    padding: clamp(50px, 6vw, 88px) 0 !important;
  }

  body.home .jp2-hero {
    padding: clamp(38px, 4.8vw, 74px) 0 clamp(38px, 4.8vw, 72px) !important;
    background:
      linear-gradient(112deg, #ffffff 0%, #f6fbff 45%, #f1f7f2 100%) !important;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08) !important;
  }

  body.home .jp2-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(380px, 0.96fr) minmax(430px, 0.88fr) !important;
    align-items: center !important;
    gap: clamp(38px, 5vw, 72px) !important;
  }

  body.home .jp2-kicker,
  body.home .jsp-kicker {
    color: #a52a2f !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
  }

  body.home .jp2-hero h1 {
    max-width: 680px !important;
    margin: 16px 0 18px !important;
    color: #111a2b !important;
    font-size: clamp(3rem, 4vw, 5rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  body.home .jp2-lede {
    max-width: 680px !important;
    color: #40506a !important;
    font-size: clamp(1.05rem, 0.45vw + 0.96rem, 1.25rem) !important;
    line-height: 1.68 !important;
  }

  body.home .jp2-live-focus {
    max-width: 660px !important;
    margin: 24px 0 !important;
    padding: 14px 16px !important;
    border-left: 4px solid #d99a20 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.76) !important;
    box-shadow: 0 10px 24px rgba(18, 34, 53, 0.07) !important;
    color: #263449 !important;
  }

  body.home .jp2-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
  }

  body.home .jp2-btn {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(18, 34, 53, 0.13) !important;
  }

  body.home .jp2-btn-primary {
    background: #2459d9 !important;
    color: #ffffff !important;
  }

  body.home .jp2-btn-text {
    background: #13884a !important;
    color: #ffffff !important;
  }

  body.home .jp2-btn-call {
    background: #ffffff !important;
    color: #2459d9 !important;
    border: 1px solid rgba(36, 89, 217, 0.22) !important;
  }

  body.home .jp2-proof-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  body.home .jp2-proof-row span {
    padding: 10px 13px !important;
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    color: #324056 !important;
    font-weight: 800 !important;
  }

  body.home .jp2-photo-grid {
    display: grid !important;
    grid-template-columns: 1.28fr 0.82fr !important;
    grid-template-rows: repeat(2, minmax(165px, 220px)) !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  body.home .jp2-photo-grid figure,
  body.home .jp2-work-card {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 !important;
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(18, 34, 53, 0.14) !important;
  }

  body.home .jp2-photo-main {
    grid-row: 1 / 3 !important;
  }

  body.home .jp2-photo-grid img,
  body.home .jp2-work-card img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }

  body.home .jp2-photo-grid figcaption {
    position: absolute !important;
    left: 12px !important;
    bottom: 12px !important;
    max-width: calc(100% - 24px) !important;
    padding: 7px 10px !important;
    border-radius: 6px !important;
    background: rgba(18, 34, 53, 0.90) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  body.home .jp2-section-head {
    max-width: 860px !important;
    margin: 0 auto 32px !important;
    text-align: center !important;
  }

  body.home .jp2-section-head h2,
  body.home .jsp-section-head h2,
  body.home .jsp-section h2 {
    color: #111a2b !important;
    font-size: clamp(2.05rem, 2.35vw, 3.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body.home .jp2-section-head p,
  body.home .jsp-section-head p,
  body.home .jsp-section > p {
    color: #526176 !important;
    line-height: 1.65 !important;
  }

  body.home .jp2-service-grid,
  body.home .jp2-work-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.home .jp2-service {
    min-height: 148px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 24px !important;
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #172033 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(18, 34, 53, 0.07) !important;
  }

  body.home .jp2-service::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 4px;
    height: 100%;
    background: #d99a20;
  }

  body.home .jp2-service strong {
    color: #111a2b !important;
    font-size: 1.08rem !important;
  }

  body.home .jp2-service span {
    color: #536175 !important;
    line-height: 1.58 !important;
  }

  body.home .jp2-work-band,
  body.home .jp2-process-band,
  body.home .jsp-hub-faq,
  body.home .jd-home-trade-estimates {
    background: #edf4f8 !important;
  }

  body.home .jp2-split-head,
  body.home .jp2-process-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr) !important;
    gap: clamp(28px, 5vw, 72px) !important;
    align-items: end !important;
  }

  body.home .jp2-split-head h2,
  body.home .jp2-left-head h2 {
    max-width: 720px !important;
    margin-top: 8px !important;
    color: #111a2b !important;
  }

  body.home .jp2-text-link {
    justify-self: end !important;
    align-self: end !important;
    color: #2459d9 !important;
    font-weight: 900 !important;
  }

  body.home .jp2-work-card {
    display: grid !important;
    grid-template-rows: 260px auto !important;
  }

  body.home .jp2-work-card figcaption {
    padding: 14px 16px !important;
    color: #172033 !important;
    font-weight: 900 !important;
    background: #ffffff !important;
  }

  body.home .jp2-process-grid {
    align-items: center !important;
  }

  body.home .jp2-left-head {
    margin: 0 !important;
    text-align: left !important;
  }

  body.home .jp2-step-list {
    display: grid !important;
    gap: 14px !important;
  }

  body.home .jp2-step-list div {
    padding: 22px !important;
    border: 1px solid rgba(23, 32, 51, 0.10) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 26px rgba(18, 34, 53, 0.06) !important;
  }

  body.home .jp2-step-list strong,
  body.home .jp2-step-list span {
    display: block !important;
  }

  body.home .jp2-step-list strong {
    margin-bottom: 8px !important;
    color: #111a2b !important;
  }

  body.home .jp2-step-list span {
    color: #536175 !important;
    line-height: 1.56 !important;
  }

  body.home .jp2-areas-band {
    background: #ffffff !important;
  }

  body.home .jp2-area-list,
  body.home .jsp-area-links,
  body.home .jsp-link-list {
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    max-width: 980px !important;
    margin: 20px auto 0 !important;
    padding: 0 !important;
  }

  body.home .jsp-link-list li {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home .jp2-area-list a,
  body.home .jsp-area-links a,
  body.home .jsp-link-list a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 8px 14px !important;
    border: 1px solid rgba(36, 89, 217, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    color: #1754ad !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(18, 34, 53, 0.06) !important;
  }

  body.home .jp2-trust-link {
    width: min(1360px, calc(100vw - 88px)) !important;
    margin: -18px auto 0 !important;
    padding: 16px 0 !important;
    color: #536175 !important;
    text-align: center !important;
  }

  body.home .jp2-final-cta {
    padding: 0 !important;
    background: #172033 !important;
  }

  body.home .jp2-cta-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    padding: clamp(34px, 5vw, 56px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    background: linear-gradient(112deg, #172033 0%, #1f324f 100%) !important;
    color: #ffffff !important;
  }

  body.home .jp2-final-cta .jp2-kicker {
    color: #f3c76f !important;
  }

  body.home .jp2-final-cta h2,
  body.home .jp2-final-cta p,
  body.home .jp2-cta-box h2,
  body.home .jp2-cta-box p {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.home .jp2-final-cta h2 {
    margin: 8px 0 10px !important;
    font-size: clamp(2rem, 3vw, 3.4rem) !important;
  }

  body.home .jsp-lead-intent-links,
  body.home .jsp-section:has(.jsp-area-links),
  body.home .jsp-internal-priority {
    background: #f7fafc !important;
  }

  body.home .jsp-lead-intent-links,
  body.home .jsp-internal-priority {
    text-align: center !important;
  }

  body.home .jsp-internal-priority {
    padding-top: clamp(42px, 5vw, 64px) !important;
  }

  @media (max-width: 980px) {
    body.home .jp2-wrap,
    body.home .jsp-wrap,
    body.home .jp2-trust-link {
      width: min(100% - 34px, 760px) !important;
    }

    body.home .jp2-hero-grid,
    body.home .jp2-split-head,
    body.home .jp2-process-grid {
      grid-template-columns: 1fr !important;
    }

    body.home .jp2-hero h1 {
      font-size: clamp(2.65rem, 12vw, 4.2rem) !important;
    }

    body.home .jp2-photo-grid {
      grid-template-rows: repeat(2, minmax(150px, 210px)) !important;
    }

    body.home .jp2-service-grid,
    body.home .jp2-work-grid {
      grid-template-columns: 1fr 1fr !important;
    }

    body.home .jp2-text-link {
      justify-self: start !important;
    }

    body.home .jp2-cta-box {
      align-items: flex-start !important;
      flex-direction: column !important;
    }
  }

  @media (max-width: 640px) {
    body.home .jp2-band,
    body.home .jsp-section {
      padding: 42px 0 !important;
    }

    body.home .jp2-hero {
      padding-top: 42px !important;
    }

    body.home .jp2-actions .jp2-btn,
    body.home .jp2-actions-right .jp2-btn {
      width: 100% !important;
    }

    body.home .jp2-proof-row span {
      width: 100% !important;
    }

    body.home .jp2-photo-grid,
    body.home .jp2-service-grid,
    body.home .jp2-work-grid {
      grid-template-columns: 1fr !important;
    }

    body.home .jp2-photo-main {
      grid-row: auto !important;
    }

    body.home .jp2-photo-grid {
      grid-template-rows: none !important;
    }

    body.home .jp2-photo-grid figure {
      min-height: 220px !important;
    }

    body.home .jp2-area-list,
    body.home .jsp-area-links,
    body.home .jsp-link-list {
      justify-content: flex-start !important;
    }
  }

/* JDPS-EXTERNALIZED jd-v58e-homepage-visual-tune f6fa0b75a75c sources:1 */
body.home .jp2-hero {
    padding-top: clamp(32px, 4vw, 62px) !important;
    padding-bottom: clamp(28px, 3.8vw, 58px) !important;
  }

  body.home .jp2-band,
  body.home .jsp-section {
    padding-top: clamp(44px, 5vw, 76px) !important;
    padding-bottom: clamp(44px, 5vw, 76px) !important;
  }

  body.home .jp2-services-band {
    padding-top: clamp(42px, 4vw, 62px) !important;
  }

  body.home .jp2-service,
  body.home .jp2-step-list div,
  body.home .jsp-card,
  body.home .jsp-faq-card {
    box-shadow: 0 10px 24px rgba(18, 34, 53, 0.065) !important;
  }

  body.home .jp2-service:hover,
  body.home .jsp-area-links a:hover,
  body.home .jsp-link-list a:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(36, 89, 217, 0.34) !important;
  }

  body.home .floating-menu.float-menu-1 {
    top: auto !important;
    right: 14px !important;
    bottom: 18px !important;
    width: auto !important;
    z-index: 50 !important;
  }

  body.home .floating-menu.float-menu-1 .fm-bar {
    width: 42px !important;
    display: grid !important;
    gap: 8px !important;
  }

  body.home .floating-menu.float-menu-1 .fm-item,
  body.home .floating-menu.float-menu-1 .fm-link,
  body.home .floating-menu.float-menu-1 .fm-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    border-radius: 999px !important;
  }

  body.home .floating-menu.float-menu-1 .fm-icon {
    box-shadow: 0 8px 18px rgba(18, 34, 53, 0.20) !important;
    border: 2px solid #ffffff !important;
  }

  body.home .floating-menu.float-menu-1 .fm-item:nth-child(1) .fm-icon {
    background: #c5282f !important;
  }

  body.home .floating-menu.float-menu-1 .fm-item:nth-child(2) .fm-icon {
    background: #2459d9 !important;
  }

  body.home .floating-menu.float-menu-1 .fm-item:nth-child(3) .fm-icon {
    background: #16884a !important;
  }

  @media (max-width: 640px) {
    body.home .jp2-hero {
      padding-top: 34px !important;
      padding-bottom: 34px !important;
    }

    body.home .floating-menu.float-menu-1 {
      right: 8px !important;
      bottom: 10px !important;
      transform: scale(0.9) !important;
      transform-origin: bottom right !important;
    }
  }

/* JDPS-EXTERNALIZED jdpropserv-page-shell-fix a92fbfaca109 sources:20 */
body.page .ast-single-post-featured-section.post-thumb, body.page .ast-single-post-featured-section.ast-article-image-container--wide { display: none !important; } body.page .ast-single-post-featured-section + article, body.page.ast-separate-container .site-content .ast-single-post-featured-section + article { margin-top: 0 !important; } html, body, #page, .site, .site-content { overflow-x: hidden !important; } body.page .site-content, body.page .ast-container, body.page .content-area, body.page .site-main, body.page article, body.page .entry-content { max-width: 100vw !important; }

/* JDPS-EXTERNALIZED jdpropserv-breadcrumb-style 042bd00f11ec sources:20 */
.jsp-breadcrumb { max-width: 1120px; margin: 0 auto; padding: 14px 20px 0; color: #536175; font-size: 14px; line-height: 1.45; } .jsp-breadcrumb a { color: #2459d9; text-decoration: none; } .jsp-breadcrumb a:hover, .jsp-breadcrumb a:focus { text-decoration: underline; } .jsp-breadcrumb span[aria-current="page"] { color: #1f2937; font-weight: 600; } .jsp-breadcrumb-sep { display: inline-block; margin: 0 8px; color: #8792a2; } @media (max-width: 700px) { .jsp-breadcrumb { padding-top: 10px; font-size: 13px; } }

/* JDPS-EXTERNALIZED jdpropserv-breadcrumb-style fbab3b0e5d69 sources:55 */
.jsp-breadcrumb {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 20px 0;
    color: #536175;
    font-size: 14px;
    line-height: 1.45;
  }
  .jsp-breadcrumb a {
    color: #2459d9;
    text-decoration: none;
  }
  .jsp-breadcrumb a:hover,
  .jsp-breadcrumb a:focus {
    text-decoration: underline;
  }
  .jsp-breadcrumb span[aria-current="page"] {
    color: #1f2937;
    font-weight: 600;
  }
  .jsp-breadcrumb-sep {
    display: inline-block;
    margin: 0 8px;
    color: #8792a2;
  }
  @media (max-width: 700px) {
    .jsp-breadcrumb {
      padding-top: 10px;
      font-size: 13px;
    }
  }

/* JDPS-EXTERNALIZED jdpropserv-breadcrumb-style 9c2cfb5e63fe sources:16 */
.jsp-breadcrumb { max-width: 1120px; margin: 0 auto; padding: 14px 20px 0; color: #536175; font-size: 14px; line-height: 1.45; }.jsp-breadcrumb a { color: #2459d9; text-decoration: none; }.jsp-breadcrumb a:hover,.jsp-breadcrumb a:focus { text-decoration: underline; }.jsp-breadcrumb span[aria-current="page"] { color: #1f2937; font-weight: 600; }.jsp-breadcrumb-sep { display: inline-block; margin: 0 8px; color: #8792a2; } @media (max-width: 700px) {.jsp-breadcrumb { padding-top: 10px; font-size: 13px; } }

/* JDPS-EXTERNALIZED jdpropserv-breadcrumb-style 8ebd324b9fed sources:330 */
.jsp-breadcrumb {
 max-width: 1120px;
 margin: 0 auto;
 padding: 14px 20px 0;
 color: #536175;
 font-size: 14px;
 line-height: 1.45;
 }.jsp-breadcrumb a {
 color: #2459d9;
 text-decoration: none;
 }.jsp-breadcrumb a:hover,.jsp-breadcrumb a:focus {
 text-decoration: underline;
 }.jsp-breadcrumb span[aria-current="page"] {
 color: #1f2937;
 font-weight: 600;
 }.jsp-breadcrumb-sep {
 display: inline-block;
 margin: 0 8px;
 color: #8792a2;
 }
 @media (max-width: 700px) {.jsp-breadcrumb {
 padding-top: 10px;
 font-size: 13px;
 }
 }

/* JDPS-EXTERNALIZED jdpropserv-page-shell-fix 1cd2281ed017 sources:52 */
body.page.ast-single-post-featured-section.post-thumb,
 body.page.ast-single-post-featured-section.ast-article-image-container--wide {
 display: none !important;
 }
 body.page.ast-single-post-featured-section + article,
 body.page.ast-separate-container.site-content.ast-single-post-featured-section + article {
 margin-top: 0 !important;
 }
 html,
 body,
 #page,.site,.site-content {
 overflow-x: hidden !important;
 }
 body.page.site-content,
 body.page.ast-container,
 body.page.content-area,
 body.page.site-main,
 body.page article,
 body.page.entry-content {
 max-width: 100vw !important;
 }

/* JDPS-EXTERNALIZED jdpropserv-page-shell-fix ab8de754a72c sources:1 */
body.page.ast-single-post-featured-section.post-thumb, body.page.ast-single-post-featured-section.ast-article-image-container--wide { display: none !important; } body.page.ast-single-post-featured-section + article, body.page.ast-separate-container.site-content.ast-single-post-featured-section + article { margin-top: 0 !important; } html, body, #page,.site,.site-content { overflow-x: hidden !important; } body.page.site-content, body.page.ast-container, body.page.content-area, body.page.site-main, body.page article, body.page.entry-content { max-width: 100vw !important; }

/* JDPS-EXTERNALIZED jd-wpforms-polish-css 58cf72c4fab5 sources:1 */
#wpforms-error-noscript[style] { display: none !important; }

/* JDPS-EXTERNALIZED jd-v179-quote-form-choice-fix b7acae83a85a sources:1 */
#wpforms-form-451 .wpforms-field-radio ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}
#wpforms-form-451 .wpforms-field-radio li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
#wpforms-form-451 .wpforms-field-radio input[type="radio"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
}
#wpforms-form-451 .wpforms-field-radio li label {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* JDPS-EXTERNALIZED jd-v189-project-proof-style e27f0d59b8d7 sources:1 */
.jd-v189-project-stories{background:#f6f9fc}.jd-v189-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.jd-v189-project-card{padding:22px;border:1px solid #d8e2ec;border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(23,32,51,.06)}.jd-v189-project-card h3{margin:4px 0 14px;font-size:1.18rem;line-height:1.28}.jd-v189-project-meta{margin:0;color:#c5282f;font-size:.78rem;font-weight:800;text-transform:uppercase}.jd-v189-project-card dl{margin:0}.jd-v189-project-card dt{margin-top:11px;color:#172033;font-weight:800}.jd-v189-project-card dd{margin:3px 0 0;color:#536175}.jd-v189-project-result{margin:14px 0 0;padding-top:14px;border-top:1px solid #d8e2ec}.jd-v189-project-links{margin:14px 0 0}.jd-v189-project-links a{font-weight:800}.jd-v189-project-links a+a{margin-left:14px}@media(max-width:760px){.jd-v189-project-grid{grid-template-columns:1fr}.jd-v189-project-card{padding:18px}.jd-v189-project-links a{display:block}.jd-v189-project-links a+a{margin:7px 0 0}}

/* JDPS-EXTERNALIZED jd-v189-customer-feedback-style 80f17f061be0 sources:1 */
.jd-v189-customer-feedback{background:#fff}.jd-v189-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.jd-v189-review-card{margin:0;padding:20px;border:1px solid #d8e2ec;border-left:4px solid #d99a20;border-radius:8px;background:#f8fafc;box-shadow:0 8px 20px rgba(23,32,51,.05)}.jd-v189-review-card p{margin:0;color:#334155;line-height:1.62}.jd-v189-review-card footer{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:14px;color:#536175}.jd-v189-review-card footer strong{color:#172033}.jd-v189-review-note{font-size:.82rem;font-style:italic}@media(max-width:760px){.jd-v189-review-grid{grid-template-columns:1fr}.jd-v189-review-card{padding:17px}}

/* JDPS-EXTERNALIZED JDSEO-CONVERSION-VISUAL-CSS-V15 cdd9b9daae77 sources:9 */
.entry-content.jd-local-proof{margin:30px 0;padding:26px clamp(18px,3vw,32px);border:1px solid rgba(23,32,51,.12);border-left:5px solid #c5282f;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.07)}.entry-content.jd-local-proof.jd-section-inner{max-width:1080px;margin:0 auto}.entry-content.jd-kicker{margin:0 0 8px;color:#c5282f;font-size:.78rem;font-weight:800;letter-spacing:0!important;text-transform:uppercase}.entry-content.jd-local-proof h2{margin:0 0 10px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.16}.entry-content.jd-local-proof h3{margin:0 0 7px;font-size:1rem;line-height:1.25}.entry-content.jd-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.entry-content.jd-proof-grid>article{padding:16px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc}.entry-content.jd-proof-grid>article p{margin-bottom:0}.entry-content.jd-conversion-strip{border-left-color:#2459d9;background:#fbfdff}.entry-content.jd-trade-proof{border-left-color:#d99a20}.entry-content.jd-proof-note{margin-top:18px;padding-top:14px;border-top:1px solid #d9e2ec;font-weight:650}.entry-content.jd-proof-note.jd-button,.entry-content.jd-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:6px 8px 6px 0;padding:10px 16px;border-radius:6px;background:#c5282f;color:#fff!important;font-weight:800;line-height:1.1;text-decoration:none!important;box-shadow:0 8px 18px rgba(197,40,47,.2)}.entry-content.jd-proof-note.jd-button-secondary,.entry-content.jd-button-secondary{background:#2459d9;box-shadow:0 8px 18px rgba(36,89,217,.18)}.entry-content.jd-compact-service-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none}.entry-content.jd-compact-service-links li{padding:12px 14px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc}.entry-content.jd-compact-service-links a,.entry-content.jd-compact-service-links strong{display:block;color:#172033;font-weight:800}.entry-content.jd-compact-service-links span{display:block;margin-top:3px;color:#526174;font-size:.94rem}
@media(max-width:780px){.entry-content.jd-local-proof{margin:24px 0;padding:22px 16px}.entry-content.jd-proof-grid,.entry-content.jd-compact-service-links{grid-template-columns:1fr}.entry-content.jd-proof-note.jd-button,.entry-content.jd-button{width:100%}}

/* JDPS-EXTERNALIZED JDSEO-CONVERSION-VISUAL-CSS-V15 5a17fb8def71 sources:1 */
.entry-content .jd-local-proof{margin:30px 0;padding:26px clamp(18px,3vw,32px);border:1px solid rgba(23,32,51,.12);border-left:5px solid #c5282f;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.07)}
.entry-content .jd-local-proof .jd-section-inner{max-width:1080px;margin:0 auto}
.entry-content .jd-kicker{margin:0 0 8px;color:#c5282f;font-size:.78rem;font-weight:800;letter-spacing:0!important;text-transform:uppercase}
.entry-content .jd-local-proof h2{margin:0 0 10px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.16}
.entry-content .jd-local-proof h3{margin:0 0 7px;font-size:1rem;line-height:1.25}
.entry-content .jd-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.entry-content .jd-proof-grid>article{padding:16px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc}
.entry-content .jd-proof-grid>article p{margin-bottom:0}
.entry-content .jd-conversion-strip{border-left-color:#2459d9;background:#fbfdff}
.entry-content .jd-trade-proof{border-left-color:#d99a20}
.entry-content .jd-proof-note{margin-top:18px;padding-top:14px;border-top:1px solid #d9e2ec;font-weight:650}
.entry-content .jd-proof-note .jd-button,.entry-content .jd-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:6px 8px 6px 0;padding:10px 16px;border-radius:6px;background:#c5282f;color:#fff!important;font-weight:800;line-height:1.1;text-decoration:none!important;box-shadow:0 8px 18px rgba(197,40,47,.2)}
.entry-content .jd-proof-note .jd-button-secondary,.entry-content .jd-button-secondary{background:#2459d9;box-shadow:0 8px 18px rgba(36,89,217,.18)}
.entry-content .jd-compact-service-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none}
.entry-content .jd-compact-service-links li{padding:12px 14px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc}
.entry-content .jd-compact-service-links a,.entry-content .jd-compact-service-links strong{display:block;color:#172033;font-weight:800}
.entry-content .jd-compact-service-links span{display:block;margin-top:3px;color:#526174;font-size:.94rem}
@media(max-width:780px){.entry-content .jd-local-proof{margin:24px 0;padding:22px 16px}.entry-content .jd-proof-grid,.entry-content .jd-compact-service-links{grid-template-columns:1fr}.entry-content .jd-proof-note .jd-button,.entry-content .jd-button{width:100%}}

/* Gallery project-note alignment */
body.page-id-551 .jd-v168-real-project-gallery {
  padding-bottom: 32px !important;
}

body.page-id-551 .jd-final-depth {
  padding: 46px 0 68px !important;
  border-top: 1px solid #d8e2ec !important;
  background: #f7f9fc !important;
}

body.page-id-551 .jd-final-depth .jsp-wrap {
  max-width: 1120px !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head {
  display: grid !important;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.4fr) !important;
  column-gap: 64px !important;
  row-gap: 18px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left !important;
}

body.page-id-551 .jd-final-depth .jsp-kicker {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  color: #c5282f !important;
  text-align: left !important;
}

body.page-id-551 .jd-final-depth h2 {
  grid-column: 1 !important;
  grid-row: 2 / span 4 !important;
  max-width: 420px !important;
  margin: 0 !important;
  color: #172033 !important;
  font-size: clamp(2.15rem, 3.2vw, 3rem) !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head > p:not(.jsp-kicker) {
  grid-column: 2 !important;
  max-width: none !important;
  margin: 0 !important;
  color: #536175 !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head > p:nth-of-type(2) {
  grid-row: 2 !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head > p:nth-of-type(3) {
  grid-row: 3 !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head > p:nth-of-type(4) {
  grid-row: 4 !important;
}

body.page-id-551 .jd-final-depth .jsp-section-head > p:nth-of-type(5) {
  grid-row: 5 !important;
}

@media (max-width: 900px) {
  body.page-id-551 .jd-v168-real-project-gallery {
    padding-bottom: 26px !important;
  }

  body.page-id-551 .jd-final-depth {
    padding: 38px 0 52px !important;
  }

  body.page-id-551 .jd-final-depth .jsp-section-head {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.page-id-551 .jd-final-depth .jsp-kicker,
  body.page-id-551 .jd-final-depth h2,
  body.page-id-551 .jd-final-depth .jsp-section-head > p:not(.jsp-kicker) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.page-id-551 .jd-final-depth h2 {
    max-width: 680px !important;
    margin: 10px 0 24px !important;
  }

  body.page-id-551 .jd-final-depth .jsp-section-head > p:not(.jsp-kicker) {
    margin-bottom: 16px !important;
  }

  body.page-id-551 .jd-final-depth .jsp-section-head > p:last-child {
    margin-bottom: 0 !important;
  }
}

/* Services guide and FAQ alignment */
body.page-id-74 .jsp-two-col {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
  gap: 42px !important;
  align-items: start !important;
}

body.page-id-74 .jsp-two-col > div {
  min-width: 0 !important;
}

body.page-id-74 .jsp-two-col > div:first-child h2,
body.page-id-74 .jsp-two-col .jsp-faq-card h2 {
  margin: 0 0 18px !important;
  color: #172033 !important;
  line-height: 1.14 !important;
}

body.page-id-74 .jsp-two-col .jsp-area-links,
body.page-id-74 .jsp-two-col .jsp-link-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  max-width: none !important;
  margin: 24px 0 0 !important;
}

body.page-id-74 .jsp-two-col .jsp-area-links a,
body.page-id-74 .jsp-two-col .jsp-link-list a {
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  text-align: left !important;
  line-height: 1.25 !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card details {
  margin: 0 0 10px !important;
  padding: 16px 18px !important;
  border: 1px solid #d5dee8 !important;
  border-left: 3px solid #0b1f36 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 14px rgba(23, 32, 51, .05) !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card details:last-child {
  margin-bottom: 0 !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card details[open] {
  border-left-color: #c5282f !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card summary {
  padding-right: 12px !important;
  line-height: 1.35 !important;
}

body.page-id-74 .jsp-two-col .jsp-faq-card details p {
  margin: 12px 0 0 !important;
  line-height: 1.6 !important;
}

@media (max-width: 900px) {
  body.page-id-74 .jsp-two-col {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
}

@media (max-width: 620px) {
  body.page-id-74 .jsp-two-col .jsp-area-links,
  body.page-id-74 .jsp-two-col .jsp-link-list {
    grid-template-columns: 1fr !important;
  }
}

/* Services final CTA alignment */
body.page-id-74 .jsp-final-cta {
  padding: 48px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #102944 !important;
  box-shadow: none !important;
}

body.page-id-74 .jsp-final-cta .jsp-cta-box {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 36px !important;
  width: min(1080px, calc(100% - 40px)) !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 4px 0 4px 28px !important;
  border: 0 !important;
  border-left: 4px solid #c6202e !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-74 .jsp-final-cta .jsp-cta-box > div:first-child {
  min-width: 0 !important;
  max-width: 760px !important;
}

body.page-id-74 .jsp-final-cta .jsp-kicker {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: .78rem !important;
}

body.page-id-74 .jsp-final-cta h2 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(1.9rem, 3vw, 2.6rem) !important;
  line-height: 1.12 !important;
}

body.page-id-74 .jsp-final-cta .jsp-cta-box > div:first-child > p:last-child {
  max-width: 720px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  line-height: 1.58 !important;
}

body.page-id-74 .jsp-final-cta .jsp-actions {
  flex: 0 0 auto !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

body.page-id-74 .jsp-final-cta .jsp-btn {
  min-height: 48px !important;
  padding: 12px 18px !important;
}

@media (max-width: 900px) {
  body.page-id-74 .jsp-final-cta {
    padding: 42px 0 !important;
  }

  body.page-id-74 .jsp-final-cta .jsp-cta-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-left: 20px !important;
  }

  body.page-id-74 .jsp-final-cta .jsp-actions {
    justify-content: flex-start !important;
  }
}
