/* ==========================================================================
   J. Tullos Services - Service pages (AC Installation, etc.)
   Extends css/home.css. Reuses .jt-phero / .jt-crumbs from css/about.css
   patterns, redefined here so a service page needs only home.css + this.
   ========================================================================== */

/* ---------- Page hero ---------- */
.jt-phero {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.jt-phero-bg { position: absolute; inset: 0; z-index: -2; }
.jt-phero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 45%;
}
.jt-phero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(6,25,44,.95) 0%, rgba(6,25,44,.86) 46%, rgba(6,25,44,.58) 72%, rgba(6,25,44,.45) 100%),
    linear-gradient(to top, rgba(6,25,44,.72) 0%, transparent 52%);
}
.jt-phero-glow {
  position: absolute; z-index: -1;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,163,227,.20) 0%, transparent 68%);
  top: -200px; right: -140px;
  pointer-events: none;
}
.jt-phero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 92px);
}

.jt-crumbs {
  display: flex; align-items: center; gap: 9px;
  flex-wrap: wrap;
  font-size: .86rem;
  color: rgba(255,255,255,.62);
  margin-bottom: 20px;
}
.jt-crumbs a { color: rgba(255,255,255,.78); transition: color .2s; }
.jt-home a.jt-crumbs-link:hover { color: var(--orange-300); }
.jt-crumbs svg { width: 13px; height: 13px; opacity: .5; }
.jt-crumbs [aria-current] { color: var(--orange-300); font-weight: 600; }

.jt-phero-kicker {
  display: block;
  font-family: var(--ff-head);
  font-size: clamp(.72rem, 1.1vw, .82rem);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange-300);
  margin-bottom: 16px;
}
.jt-phero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.55rem);
  line-height: 1.06;
  margin-bottom: 20px;
  text-wrap: balance;
}
.jt-phero-copy {
  color: rgba(255,255,255,.80);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  max-width: 58ch;
  margin-bottom: 30px;
}
.jt-phero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }

.jt-phero-proof {
  display: flex; flex-wrap: wrap; gap: 14px 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.jt-phero-proof-item { display: flex; align-items: center; gap: 11px; }
.jt-phero-proof-item svg { width: 21px; height: 21px; color: var(--orange-300); flex: none; }
.jt-phero-proof-item span {
  font-family: var(--ff-head); font-weight: 600;
  font-size: .93rem; color: rgba(255,255,255,.88); line-height: 1.35;
}

/* Quote card in the hero */
.jt-quote-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-xl);
  backdrop-filter: blur(16px);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow-lg);
}
.jt-quote-card h2 { color: #fff; font-size: 1.32rem; margin-bottom: 7px; }
.jt-quote-card > p { color: rgba(255,255,255,.72); font-size: .94rem; margin-bottom: 20px; }
.jt-quote-card .ads-form label { color: rgba(255,255,255,.88); }
.jt-quote-card .ads-form input,
.jt-quote-card .ads-form textarea {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.jt-quote-card .ads-form input:focus,
.jt-quote-card .ads-form textarea:focus {
  background: rgba(255,255,255,.13);
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(243,93,34,.18);
}
.jt-quote-card .ads-form textarea { min-height: 96px; }
.jt-quote-card .ads-form-status.is-success { color: #7ee2a8; }
.jt-quote-card .ads-form-status.is-error { color: #ff9e8c; }

/* Centered page-hero variant (no form card) */
.jt-phero-inner.is-center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.jt-phero-inner.is-center > div { max-width: 820px; }
.jt-phero-inner.is-center .jt-crumbs { justify-content: center; }
.jt-phero-inner.is-center .jt-phero-copy { margin-inline: auto; }
.jt-phero-inner.is-center .jt-phero-actions { justify-content: center; }
.jt-phero-inner.is-center .jt-phero-proof {
  justify-content: center;
  gap: 18px 44px;
}
.jt-phero-inner.is-center .jt-phero-proof-item { text-align: left; }

@media (max-width: 760px) {
  .jt-phero-inner.is-center .jt-phero-proof {
    justify-content: flex-start;
    text-align: left;
  }
}

/* ---------- Intro / experts ---------- */
.jt-svc-intro { padding-block: var(--sec-y); background: #fff; }
.jt-svc-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}
.jt-svc-intro-media { position: relative; }
.jt-svc-intro-media-main {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
}
.jt-svc-intro-media-main img { width: 100%; height: 100%; object-fit: cover; }
.jt-svc-warranty {
  position: absolute; right: -14px; bottom: 30px; z-index: 3;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px 24px;
  display: flex; align-items: center; gap: 15px;
  max-width: 270px;
}
.jt-svc-warranty-icon {
  width: 50px; height: 50px; border-radius: 15px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(243,93,34,.30);
}
.jt-svc-warranty-icon svg { width: 24px; height: 24px; }
.jt-svc-warranty-n {
  display: block;
  font-family: var(--ff-head); font-weight: 800;
  font-size: 1.28rem; color: var(--navy); line-height: 1.1;
  margin-bottom: 3px;
}
.jt-svc-warranty-l {
  display: block;
  font-size: .84rem; color: var(--muted); line-height: 1.35;
}

/* ---------- Benefits ---------- */
.jt-benefits {
  padding-block: var(--sec-y);
  background: linear-gradient(180deg, var(--ice) 0%, #fff 100%);
}
.jt-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1100px) {
  .jt-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .jt-benefit-grid { grid-template-columns: 1fr; }
}
.jt-benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
}
.jt-benefit:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.jt-benefit-icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(243,93,34,.10);
  color: var(--orange);
  margin-bottom: 20px;
  transition: background-color .3s, color .3s;
}
.jt-benefit:hover .jt-benefit-icon { background: var(--orange); color: #fff; }
.jt-benefit-icon svg { width: 25px; height: 25px; }
.jt-benefit h3 { font-size: 1.14rem; margin-bottom: 9px; }
.jt-benefit p { font-size: .95rem; color: var(--muted); margin: 0; }

/* ---------- Process ---------- */
.jt-process {
  padding-block: var(--sec-y);
  background: var(--navy-900);
  color: #fff;
  position: relative; overflow: hidden;
}
.jt-process::before {
  content: "";
  position: absolute; top: -160px; left: -120px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,163,227,.16) 0%, transparent 70%);
}
.jt-process .jt-wrap { position: relative; z-index: 1; }
.jt-process h2 { color: #fff; }
.jt-process .jt-lead { color: rgba(255,255,255,.74); }

.jt-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1100px) {
  .jt-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .jt-steps { grid-template-columns: 1fr; }
}
.jt-step {
  position: relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 30px 28px 28px;
  transition: background-color .35s, border-color .35s, transform .35s;
}
.jt-step:hover {
  background: rgba(255,255,255,.085);
  border-color: rgba(243,93,34,.40);
  transform: translateY(-5px);
}
.jt-step-n {
  display: inline-grid; place-items: center;
  width: 50px; height: 50px;
  border-radius: 15px;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff;
  font-family: var(--ff-head); font-weight: 800; font-size: 1.16rem;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(243,93,34,.28);
}
.jt-step h3 { color: #fff; font-size: 1.14rem; margin-bottom: 9px; }
.jt-step p { color: rgba(255,255,255,.76); font-size: .95rem; margin: 0; }

/* ---------- Mid CTA band ---------- */
.jt-svc-cta {
  padding-block: clamp(54px, 7vw, 88px);
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.jt-svc-cta::after {
  content: "";
  position: absolute; right: -80px; top: -110px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,.10);
}
.jt-svc-cta .jt-wrap {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 34px; flex-wrap: wrap;
}
.jt-svc-cta h2 {
  color: #fff; font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin-bottom: 10px; max-width: 24ch;
}
.jt-svc-cta p { color: rgba(255,255,255,.92); margin: 0; max-width: 58ch; font-size: 1.02rem; }
.jt-svc-cta-actions { display: flex; gap: 13px; flex-wrap: wrap; flex: none; }
.jt-svc-cta .jt-btn--primary,
.jt-home .jt-svc-cta a.jt-btn--primary {
  background: #fff; color: var(--orange-600);
  box-shadow: 0 12px 34px rgba(6,25,44,.20);
}
.jt-svc-cta .jt-btn--primary:hover,
.jt-home .jt-svc-cta a.jt-btn--primary:hover { background: var(--navy-900); color: #fff; }

/* ---------- Equipment / brands ---------- */
.jt-equip { padding-block: var(--sec-y); background: #fff; }
.jt-equip-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}
.jt-equip-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5 / 4;
  order: 2;
}
.jt-equip-media img { width: 100%; height: 100%; object-fit: cover; }

.jt-brands { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 30px; }
.jt-brand-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--ff-head); font-weight: 700; font-size: 1rem;
  color: var(--navy); background: #fff;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.jt-brand-chip:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.jt-brand-chip svg { width: 17px; height: 17px; color: var(--orange); }

/* ---------- Reviews (dark, matches homepage) ---------- */
.jt-svc-reviews {
  padding-block: var(--sec-y);
  background: var(--navy);
  color: #fff;
  position: relative; overflow: hidden;
}
.jt-svc-reviews::before {
  content: "";
  position: absolute; bottom: -190px; right: -130px;
  width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,163,227,.16) 0%, transparent 70%);
}
.jt-svc-reviews .jt-wrap { position: relative; z-index: 1; }
.jt-svc-reviews h2 { color: #fff; }
.jt-svc-reviews .jt-lead { color: rgba(255,255,255,.74); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .jt-phero-inner { grid-template-columns: 1fr; gap: 42px; }
  .jt-quote-card { max-width: 540px; }
  .jt-svc-intro-grid { grid-template-columns: 1fr; }
  .jt-svc-intro-media-main { aspect-ratio: 16 / 11; }
  .jt-svc-intro-media-main img { object-position: 50% 22%; }
  .jt-svc-warranty {
    position: relative; right: auto; bottom: auto;
    margin: -34px 0 0 20px; max-width: none; width: fit-content;
  }
}

@media (max-width: 900px) {
  .jt-equip-grid { grid-template-columns: 1fr; }
  .jt-equip-media { order: 0; }
  .jt-svc-cta .jt-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .jt-phero-actions .jt-btn { width: 100%; }
  .jt-benefit { padding: 26px 24px; }
  .jt-step { padding: 26px 24px; }
}

/* ==========================================================================
   Signs / symptoms section (AC Replacement)
   ========================================================================== */
.jt-signs { padding-block: var(--sec-y); background: #fff; }
.jt-signs-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}

/* layered photo pair */
.jt-signs-media { position: relative; padding-bottom: 52px; padding-right: 44px; }
.jt-signs-media-main {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
}
.jt-signs-media-main img { width: 100%; height: 100%; object-fit: cover; }
.jt-signs-media-sub {
  position: absolute; right: 0; bottom: 0;
  width: 55%;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
}
.jt-signs-media-sub img { width: 100%; height: 100%; object-fit: cover; }

.jt-sign-list { display: grid; gap: 12px; margin: 30px 0; }
.jt-sign {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 20px;
  background: var(--ice);
  border-radius: var(--r);
  border-left: 3px solid transparent;
  transition: border-color .3s, transform .3s, box-shadow .3s, background-color .3s;
}
.jt-sign:hover {
  border-left-color: var(--orange);
  background: #fff;
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.jt-sign-icon {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  display: grid; place-items: center;
  background: #fff; color: var(--orange);
  box-shadow: var(--shadow-sm);
  transition: background-color .3s, color .3s;
}
.jt-sign:hover .jt-sign-icon { background: var(--orange); color: #fff; }
.jt-sign-icon svg { width: 20px; height: 20px; }
.jt-sign h3 { font-size: 1.04rem; margin-bottom: 4px; }
.jt-sign p { font-size: .93rem; color: var(--muted); margin: 0; }

/* ---------- Seamless / value band ---------- */
.jt-seamless {
  padding-block: clamp(46px, 6vw, 74px);
  background: var(--navy);
  color: #fff;
  position: relative; overflow: hidden;
}
.jt-seamless::after {
  content: "";
  position: absolute; left: -110px; bottom: -170px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(243,93,34,.16) 0%, transparent 70%);
}
.jt-seamless .jt-wrap {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
}
.jt-seamless-icon {
  width: 68px; height: 68px; border-radius: 20px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(243,93,34,.32);
}
.jt-seamless-icon svg { width: 31px; height: 31px; }
.jt-seamless h2 { color: #fff; font-size: clamp(1.3rem, 2.1vw, 1.8rem); margin-bottom: 8px; }
.jt-seamless p {
  color: rgba(255,255,255,.82); margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.06rem); max-width: 80ch;
}

@media (max-width: 900px) {
  .jt-signs-grid { grid-template-columns: 1fr; }
  .jt-signs-media { padding-bottom: 0; padding-right: 0; }
  .jt-signs-media-main { aspect-ratio: 16 / 11; }
  .jt-signs-media-sub { display: none; }
  .jt-seamless .jt-wrap { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Maintenance plan cards
   ========================================================================== */
.jt-plans { padding-block: var(--sec-y); background: #fff; }
.jt-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  max-width: 940px;
  margin-inline: auto;
}
.jt-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 34px 32px 36px;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
}
.jt-plan:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.jt-plan.is-featured {
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-500) 100%);
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(13,40,68,.28);
}
.jt-plan.is-featured h3 { color: #fff; }
.jt-plan.is-featured .jt-plan-feat { color: rgba(255,255,255,.86); }
.jt-plan.is-featured .jt-plan-feat svg { color: var(--orange-300); }
.jt-plan.is-featured .jt-plan-icon { background: rgba(255,255,255,.14); color: #fff; }
.jt-plan.is-featured .jt-plan-list { border-top-color: rgba(255,255,255,.16); }

.jt-plan-tag {
  position: absolute; top: 20px; right: 22px;
  font-family: var(--ff-head); font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: #fff; background: var(--orange);
  padding: 6px 13px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(243,93,34,.34);
}
.jt-plan-icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(243,93,34,.10);
  color: var(--orange);
  margin-bottom: 20px;
  transition: background-color .3s, color .3s;
}
.jt-plan:not(.is-featured):hover .jt-plan-icon { background: var(--orange); color: #fff; }
.jt-plan-icon svg { width: 25px; height: 25px; }
.jt-plan h3 { font-size: 1.42rem; margin-bottom: 4px; }

.jt-plan-list {
  list-style: none; margin: 22px 0 28px; padding: 22px 0 0;
  border-top: 1px solid var(--line);
  display: grid; gap: 13px;
  flex: 1;
}
.jt-plan-feat {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: .95rem; color: var(--body); line-height: 1.55;
}
.jt-plan-feat svg {
  width: 19px; height: 19px; flex: none; margin-top: 3px;
  color: var(--orange);
}
.jt-plan .jt-btn { width: 100%; }

@media (max-width: 800px) {
  .jt-plan-grid { grid-template-columns: 1fr; }
}

/* ---------- Value / protect band (image + copy, reversed) ---------- */
.jt-protect { padding-block: var(--sec-y); background: var(--ice); }
.jt-protect-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}
.jt-protect-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5 / 4;
}
.jt-protect-media img { width: 100%; height: 100%; object-fit: cover; }

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

/* ==========================================================================
   Financing page
   ========================================================================== */
.jt-fin { padding-block: var(--sec-y); background: #fff; }
.jt-fin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(40px, 5vw, 70px);
  align-items: start;
}
.jt-fin-benefits { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.jt-fin-benefit {
  display: flex; align-items: center; gap: 14px;
  padding: 17px 20px;
  background: var(--ice);
  border-radius: var(--r);
  border-left: 3px solid transparent;
  font-family: var(--ff-head); font-weight: 700;
  font-size: 1rem; color: var(--navy);
  transition: border-color .3s, transform .3s, box-shadow .3s, background-color .3s;
}
.jt-fin-benefit:hover {
  border-left-color: var(--orange);
  background: #fff;
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.jt-fin-benefit svg { width: 20px; height: 20px; color: var(--orange); flex: none; }

/* Finance specialist card */
.jt-fin-card {
  position: sticky; top: 108px;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-500) 100%);
  border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 38px);
  color: #fff;
  box-shadow: 0 20px 50px rgba(13,40,68,.28);
}
.jt-fin-card h2 { color: #fff; font-size: 1.34rem; margin-bottom: 10px; }
.jt-fin-card p { color: rgba(255,255,255,.80); font-size: .96rem; }
.jt-fin-person {
  display: flex; align-items: center; gap: 15px;
  padding: 18px 0;
  margin: 18px 0;
  border-block: 1px solid rgba(255,255,255,.16);
}
.jt-fin-person-avatar {
  width: 54px; height: 54px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff; font-family: var(--ff-head); font-weight: 800; font-size: 1.1rem;
}
.jt-fin-person-name {
  font-family: var(--ff-head); font-weight: 800;
  color: #fff; font-size: 1.06rem; line-height: 1.25;
}
.jt-fin-person-role { font-size: .84rem; color: rgba(255,255,255,.66); }
.jt-fin-phone {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ff-head); font-weight: 800;
  font-size: 1.14rem; color: #fff;
  margin-bottom: 20px;
}
.jt-home a.jt-fin-phone:hover { color: var(--orange-300); }
.jt-fin-phone svg {
  width: 38px; height: 38px; padding: 10px; border-radius: 50%; flex: none;
  background: rgba(243,93,34,.20); color: var(--orange-300);
}
.jt-fin-card .jt-btn { width: 100%; }
.jt-fin-addr {
  margin-top: 20px; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.jt-fin-addr-label {
  display: block;
  font-family: var(--ff-head); font-size: .7rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--orange-300); margin-bottom: 6px;
}
.jt-fin-addr-value {
  display: block; font-size: .93rem; color: rgba(255,255,255,.86); line-height: 1.5;
}

/* How it works steps (numbered rail) */
.jt-how { padding-block: var(--sec-y); background: var(--navy-900); color: #fff;
  position: relative; overflow: hidden; }
.jt-how::before {
  content: "";
  position: absolute; top: -150px; right: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,163,227,.16) 0%, transparent 70%);
}
.jt-how .jt-wrap { position: relative; z-index: 1; }
.jt-how h2 { color: #fff; }
.jt-how-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1000px) { .jt-how-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px)  { .jt-how-list { grid-template-columns: 1fr; } }
.jt-how-step {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  transition: background-color .35s, border-color .35s, transform .35s;
}
.jt-how-step:hover {
  background: rgba(255,255,255,.085);
  border-color: rgba(243,93,34,.40);
  transform: translateY(-5px);
}
.jt-how-n {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff; font-family: var(--ff-head); font-weight: 800; font-size: 1.08rem;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(243,93,34,.28);
}
.jt-how-step p { color: rgba(255,255,255,.80); font-size: .96rem; margin: 0; line-height: 1.65; }

/* ==========================================================================
   Reviews page
   ========================================================================== */
.jt-rev-summary {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 30px;
  padding: 26px 34px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-lg);
  backdrop-filter: blur(10px);
  max-width: 620px;
  margin: 26px auto 0;
}
.jt-rev-summary-block { text-align: center; }
.jt-rev-summary-n {
  display: block;
  font-family: var(--ff-head); font-weight: 800;
  font-size: 2.1rem; color: #fff; line-height: 1;
  letter-spacing: -.02em;
}
.jt-rev-summary-l { font-size: .84rem; color: rgba(255,255,255,.66); }
.jt-rev-summary-stars { display: flex; gap: 3px; justify-content: center; margin-bottom: 7px; }
.jt-rev-summary-stars svg { width: 19px; height: 19px; color: #FFC53D; }

.jt-revwall { padding-block: var(--sec-y); background: var(--ice); }
.jt-revwall-grid {
  columns: 3;
  column-gap: 24px;
}
@media (max-width: 1050px) { .jt-revwall-grid { columns: 2; } }
@media (max-width: 700px)  { .jt-revwall-grid { columns: 1; } }
.jt-revcard {
  break-inside: avoid;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  margin-bottom: 24px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
}
.jt-revcard:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.jt-revcard-stars { display: flex; gap: 3px; margin-bottom: 15px; }
.jt-revcard-stars svg { width: 16px; height: 16px; color: #FFC53D; }
.jt-revcard-quote {
  font-size: .97rem; line-height: 1.72; color: var(--body);
  margin-bottom: 20px;
}
.jt-revcard-by {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.jt-revcard-initial {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--orange) 0%, var(--orange-600) 100%);
  color: #fff; font-family: var(--ff-head); font-weight: 800; font-size: .98rem;
}
.jt-revcard-name {
  font-family: var(--ff-head); font-weight: 700;
  color: var(--navy); font-size: .98rem; line-height: 1.3;
}
.jt-revcard-src { font-size: .79rem; color: var(--muted); }

/* ==========================================================================
   Blog index + article pages
   ========================================================================== */
.jt-bloglist { padding-block: var(--sec-y); background: var(--ice); }
.jt-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 1050px) { .jt-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px)  { .jt-blog-grid { grid-template-columns: 1fr; } }

.jt-postcard {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s, border-color .4s;
}
.jt-postcard:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.jt-postcard-media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ice);
}
.jt-postcard-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.jt-postcard:hover .jt-postcard-media img { transform: scale(1.07); }
.jt-postcard-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,25,44,.34) 0%, transparent 55%);
}
.jt-postcard-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.jt-postcard-body h2,
.jt-postcard-body h3 { font-size: 1.16rem; line-height: 1.32; margin-bottom: 11px; }
.jt-home a.jt-postcard-title { color: var(--ink); transition: color .22s; }
.jt-home a.jt-postcard-title:hover { color: var(--orange); }
.jt-postcard-excerpt {
  font-size: .94rem; color: var(--muted); line-height: 1.68;
  margin-bottom: 20px; flex: 1;
}
.jt-postcard-body .jt-textlink { margin-top: auto; }

/* ---------- Article ---------- */
.jt-article { padding-block: var(--sec-y); background: #fff; }
.jt-article-wrap {
  width: min(760px, 100% - (var(--gut) * 2));
  margin-inline: auto;
}
.jt-article-figure {
  width: min(1000px, 100% - (var(--gut) * 2));
  margin: 0 auto clamp(36px, 5vw, 56px);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
}
.jt-article-figure img { width: 100%; height: 100%; object-fit: cover; }

.jt-prose { font-size: 1.05rem; line-height: 1.82; color: var(--body); }
.jt-prose > * + * { margin-top: 1.15em; }
.jt-prose h2 {
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  margin-top: 1.9em; margin-bottom: .55em;
  scroll-margin-top: 110px;
}
.jt-prose h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.42rem);
  margin-top: 1.6em; margin-bottom: .5em;
  scroll-margin-top: 110px;
}
.jt-prose h4 { font-size: 1.1rem; margin-top: 1.4em; margin-bottom: .45em; }
.jt-prose p { margin: 0; }
.jt-prose strong { color: var(--ink); font-weight: 700; }
.jt-home .jt-prose a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.jt-home .jt-prose a:hover { color: var(--orange-600); }
.jt-prose ul, .jt-prose ol { margin: 0; padding-left: 0; list-style: none; display: grid; gap: 11px; }
.jt-prose ol { counter-reset: jtol; }
.jt-prose li {
  position: relative;
  padding-left: 32px;
  font-size: 1.01rem; line-height: 1.72;
}
.jt-prose ul > li::before {
  content: "";
  position: absolute; left: 6px; top: .62em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange);
}
.jt-prose ol > li { counter-increment: jtol; }
.jt-prose ol > li::before {
  content: counter(jtol);
  position: absolute; left: 0; top: .08em;
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(243,93,34,.12); color: var(--orange);
  font-family: var(--ff-head); font-weight: 800; font-size: .76rem;
}
.jt-prose blockquote {
  margin: 1.6em 0; padding: 20px 24px;
  background: var(--ice);
  border-left: 3px solid var(--orange);
  border-radius: var(--r-sm);
  font-size: 1.04rem; color: var(--ink);
}
.jt-prose blockquote p { margin: 0; }
.jt-prose figure { margin: 1.8em 0; }
.jt-prose img {
  width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow);
}

/* Inline list block (from icon lists) */
.jt-prose .jt-checklist { display: grid; gap: 11px; margin-block: 1.2em; }
.jt-prose .jt-checklist + p,
.jt-prose ul + p,
.jt-prose ol + p { margin-top: 1.25em; }
.jt-prose .jt-checklist li { padding-left: 34px; }
.jt-prose .jt-checklist li::before {
  content: "";
  position: absolute; left: 0; top: .28em;
  width: 21px; height: 21px; border-radius: 50%;
  background: rgba(243,93,34,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F35D22' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 13px 13px; background-repeat: no-repeat; background-position: center;
}

/* Article footer CTA + related */
.jt-article-cta {
  margin-top: clamp(44px, 6vw, 66px);
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-500) 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(13,40,68,.26);
  text-align: center;
}
.jt-article-cta h2 { color: #fff; font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin-bottom: 10px; }
.jt-article-cta p { color: rgba(255,255,255,.82); margin: 0 auto 22px; max-width: 54ch; }
.jt-article-cta-actions { display: flex; gap: 13px; flex-wrap: wrap; justify-content: center; }

.jt-related { padding-block: var(--sec-y); background: var(--ice); }

/* ==========================================================================
   Service-area hub + county pages
   ========================================================================== */
.jt-loc { padding-block: var(--sec-y); background: #fff; }
.jt-loc.is-tint { background: var(--ice); }
.jt-loc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 1000px) { .jt-loc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .jt-loc-grid { grid-template-columns: 1fr; } }

.jt-loccard {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s, border-color .4s;
}
.jt-loccard:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.jt-loccard-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ice); }
.jt-loccard-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.jt-loccard:hover .jt-loccard-media img { transform: scale(1.07); }
.jt-loccard-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,25,44,.55) 0%, transparent 58%);
}
.jt-loccard-body {
  padding: 24px 26px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.jt-loccard-body h2,
.jt-loccard-body h3 { font-size: 1.14rem; margin: 0; }
.jt-loccard-pin {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  color: var(--orange);
}
.jt-loccard-pin svg { width: 18px; height: 18px; }
.jt-loccard .jt-textlink { flex: none; }

/* County narrative sections */
.jt-why-sec { padding-block: var(--sec-y); background: #fff; }
.jt-why-sec.is-tint { background: linear-gradient(180deg, var(--ice) 0%, #fff 100%); }
.jt-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}
.jt-why-grid.is-rev .jt-why-media { order: 2; }
.jt-why-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
}
.jt-why-media img { width: 100%; height: 100%; object-fit: cover; }

.jt-why-points { display: grid; gap: 14px; margin-top: 26px; padding: 0; list-style: none; }
.jt-why-point {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 19px 21px;
  background: var(--ice);
  border-radius: var(--r);
  border-left: 3px solid transparent;
  font-size: .97rem; line-height: 1.68; color: var(--body);
  transition: border-color .3s, transform .3s, box-shadow .3s, background-color .3s;
}
.jt-why-sec.is-tint .jt-why-point { background: #fff; }
.jt-why-point:hover {
  border-left-color: var(--orange);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.jt-why-point > svg {
  width: 21px; height: 21px; flex: none; margin-top: 3px; color: var(--orange);
}
.jt-why-point b, .jt-why-point strong {
  color: var(--ink); font-family: var(--ff-head); font-weight: 700;
}
.jt-home .jt-why-point a { color: var(--orange); text-decoration: underline; text-underline-offset: 2px; }
.jt-home .jt-why-point a:hover { color: var(--orange-600); }

.jt-why-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 13px; }

@media (max-width: 900px) {
  .jt-why-grid { grid-template-columns: 1fr; }
  .jt-why-grid.is-rev .jt-why-media { order: 0; }
}

/* ---------- 404 ---------- */
.jt-404-num {
  display: block;
  font-family: var(--ff-head); font-weight: 800;
  font-size: clamp(4.5rem, 13vw, 9rem);
  line-height: .9; letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.28);
  margin-bottom: 8px;
}
.jt-404-links {
  display: flex; flex-wrap: wrap; gap: 11px; justify-content: center;
  margin-top: clamp(34px, 5vw, 48px);
}
.jt-404-links .jt-county {
  border-color: rgba(13,40,68,.18);
  color: var(--navy);
  background: #fff;
}
.jt-404-links .jt-county:hover {
  background: var(--orange); border-color: var(--orange); color: #fff;
}

/* Services checklist on a LIGHT section. Reuses the .jt-phero-proof grid but
   restates the colors, since the base rules assume a dark hero. */
.jt-svc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  list-style: none;
  margin: 26px 0 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line, rgba(13,40,68,.12));
}
.jt-svc-list .jt-phero-proof-item { align-items: flex-start; gap: 10px; }
.jt-svc-list .jt-phero-proof-item::before {
  content: "";
  flex: none;
  width: 19px; height: 19px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}
.jt-svc-list .jt-phero-proof-item span {
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: .96rem;
  line-height: 1.4;
  color: var(--navy);
}
@media (max-width: 720px) {
  .jt-svc-list { grid-template-columns: 1fr; gap: 11px; }
}

/* Narrative copy sections on the legacy location pages. Own section rather
   than reusing .jt-mission, which carries an About-page grid. */
.jt-narrative { padding: 96px 0; background: #fff; }
.jt-narrative.is-alt { background: var(--ice, #ECF4FE); }
.jt-narrative .jt-sec-head { margin-bottom: 34px; }
.jt-narrative-body {
  max-width: 78ch;          /* readable measure, not edge-to-edge */
  margin-inline: auto;
}
.jt-narrative-body > * + * { margin-top: 1.25em; }
@media (max-width: 720px) {
  .jt-narrative { padding: 64px 0; }
}
