/**
 * Productized services page (/services/), featured offers, custom grid, how-it-works.
 * Uses JL theme variables from theme-jl.css
 */

.jl-services-hero {
  background: linear-gradient(
    165deg,
    var(--jl-ink, #0a1628) 0%,
    var(--jl-dark-alt, #132a3d) 50%,
    var(--jl-dark-lighter, #1e3a4f) 100%
  );
  color: var(--jl-text, #fff);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  text-align: center;
}

.jl-services-hero__eyebrow {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ee8fc;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.jl-services-hero__title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: min(38rem, 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .jl-services-hero__title {
    max-width: min(50rem, 100%);
  }
}

.jl-services-hero__lead {
  font-size: clamp(1.0625rem, 2.5vw, 1.1875rem);
  color: #ffffff;
  max-width: min(40rem, 92vw);
  margin: 0 auto 1.35rem;
  line-height: 1.65;
}

.jl-services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.jl-services-hero__btn-outline {
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border-width: 2px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
}

.jl-services-hero__btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: #ffffff;
}

.jl-services-hero__link-packages {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0.35rem 0.5rem;
}

.jl-services-hero__link-packages:hover {
  color: #ffffff;
}

@media (min-width: 576px) {
  .jl-services-hero__link-packages {
    width: auto;
  }
}

.jl-services-hero__cta-primary {
  font-weight: 800 !important;
  padding: 0.65rem 1.35rem !important;
  font-size: 1.05rem !important;
  box-shadow: 0 6px 22px rgba(255, 193, 7, 0.4);
}

.jl-services-hero__trust {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.jl-services-hero__trust-item {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

/* Proof / credibility strip (below hero) */
.jl-services-proof {
  background: var(--jl-surface-alt, #eef0f4);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: clamp(1.35rem, 3.2vw, 1.85rem) 0;
}

.jl-services-proof__inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

.jl-services-proof__lead {
  font-size: clamp(1.0625rem, 2.5vw, 1.1875rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.65rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.jl-services-proof__micro {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  margin: 0 0 0.85rem;
  line-height: 1.5;
}

.jl-services-proof__tail {
  font-size: 0.96875rem;
  color: #334155;
  margin: 0;
  line-height: 1.55;
  font-weight: 500;
}

.jl-services-proof__tail a {
  font-weight: 700;
  color: #064e63;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-services-proof__tail a:hover {
  color: var(--jl-ink, #0a1628);
}

.jl-services-proof__cred {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* Promo bridge: checkout vs full services (above featured grid) */
.jl-services-promo-bridge-region {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.jl-services-promo-bridge {
  text-align: center;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1rem, 3vw, 1.5rem);
  background: linear-gradient(
    135deg,
    rgba(6, 78, 99, 0.07) 0%,
    rgba(15, 23, 42, 0.04) 100%
  );
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
}

.jl-services-promo-bridge__title {
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.jl-services-promo-bridge__sub {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 1rem;
}

.jl-services-promo-bridge__sub a {
  font-weight: 700;
  color: #0c4a6e;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.jl-services-promo-bridge__sub a:hover {
  color: #075985;
}

.jl-services-promo-bridge__checkout-link {
  font-weight: 800;
  font-size: 1rem;
  color: #0c4a6e;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.jl-services-promo-bridge__checkout-link:hover {
  color: #075985;
}

/* Featured offers */
.jl-featured-offers {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: var(--jl-surface-light, #fafbfc);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.jl-featured-offers__head {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

.jl-featured-offers__kicker {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #064e63;
  margin-bottom: 0.35rem;
  text-align: center;
}

.jl-featured-offers__title {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.5rem;
}

.jl-featured-offers__sub {
  color: #0f172a;
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0;
}

/* Who this is for, high self-ID, stands out from the grid */
.jl-services-for {
  max-width: 42rem;
  margin: 0 auto 1.85rem;
  padding: 1.15rem 1.35rem 1.2rem 1.25rem;
  background: linear-gradient(135deg, #fffef8 0%, #fff 45%, #f0f9fb 100%);
  border: 2px solid rgba(255, 193, 7, 0.65);
  border-left-width: 6px;
  border-left-color: var(--jl-accent, #ffc107);
  border-radius: 14px;
  box-shadow:
    0 4px 0 rgba(11, 101, 121, 0.06),
    0 16px 40px rgba(10, 22, 40, 0.08);
}

.jl-services-for__title {
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.jl-services-for__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0f172a;
  font-size: 0.96875rem;
  line-height: 1.55;
  font-weight: 600;
}

.jl-services-for__list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
}

.jl-services-for__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jl-brand-cyan-deep, #0b6579);
}

.jl-services-for__list strong {
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
}

/* Compact white card: high contrast on gray featured band */
.jl-services-for--compact-card {
  max-width: 26rem;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1.1rem;
  padding: 1rem 1.15rem 1.1rem 1.1rem;
  background: #fff !important;
  border: 2px solid #0a1628 !important;
  border-left: 5px solid var(--jl-brand-cyan-deep, #0b6579) !important;
  border-radius: 12px !important;
  box-shadow:
    0 1px 0 rgba(10, 22, 40, 0.06),
    0 14px 36px rgba(10, 22, 40, 0.12) !important;
}

.jl-services-for--compact-card .jl-services-for__title {
  font-size: 1rem;
  font-weight: 800;
  color: #0a1628;
  margin-bottom: 0.6rem;
}

.jl-services-for--compact-card .jl-services-for__list {
  list-style: disc;
  padding-left: 1.2rem;
  font-size: 0.90625rem;
  line-height: 1.5;
  color: #1e293b;
}

.jl-services-for--compact-card .jl-services-for__list li {
  padding-left: 0;
  margin-bottom: 0.35rem;
}

.jl-services-for--compact-card .jl-services-for__list li::before {
  display: none;
}

.jl-services-for--compact-card .jl-services-for__list strong {
  color: #0a1628;
  font-weight: 800;
}

/* Stronger self-ID block, conversion emphasis */
.jl-services-for--compact-card.jl-services-for--strong {
  max-width: 28rem;
  padding: 1.2rem 1.3rem 1.25rem 1.2rem;
  border-width: 2px !important;
  border-left-width: 6px !important;
  border-left-color: var(--jl-brand-cyan-deep, #0b6579) !important;
  box-shadow:
    0 2px 0 rgba(10, 22, 40, 0.08),
    0 18px 44px rgba(10, 22, 40, 0.14) !important;
}

.jl-services-for--compact-card.jl-services-for--strong .jl-services-for__title {
  font-size: clamp(1.08rem, 2.6vw, 1.28rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
}

.jl-services-for--compact-card.jl-services-for--strong .jl-services-for__list {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.52;
}

.jl-product-cards-section {
  margin-top: 0;
}

.jl-services-noscript-packages {
  font-size: 0.9375rem;
  color: #334155;
  margin: 1rem 0 0;
}

.jl-product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

/* Tablet: 2×2; large desktop: 4 across */
@media (min-width: 768px) {
  .jl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .jl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Wide viewports: keep 2 columns so each card is wider and less tall (was 4 narrow columns). */
@media (min-width: 1440px) {
  .jl-product-grid {
    grid-template-columns: repeat(2, minmax(22rem, 1fr));
    gap: 2rem;
    max-width: none;
  }
}

/* Productized offer cards, /services featured four */
.jl-service-product-grid {
  grid-auto-rows: 1fr;
}

.jl-service-product-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(10, 22, 40, 0.08), 0 2px 4px -2px rgba(10, 22, 40, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.2s ease;
}

.jl-service-product-card:hover {
  border-color: var(--jl-brand-cyan-deep, #0b6579);
  box-shadow:
    0 4px 0 rgba(11, 101, 121, 0.12),
    0 26px 56px rgba(10, 22, 40, 0.18);
  transform: translateY(-5px);
}

.jl-service-product-card__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.jl-service-product-card__pain {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ea580c;
  margin: 0 0 0.5rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.jl-service-product-card__outcome-title {
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 800;
  color: #0a1628;
  margin: 0 0 0.25rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.jl-service-product-card__servicename {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  line-height: 1.35;
}

.jl-service-product-card__transform {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #064e63;
  margin: 0 0 0.6rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

/* Money bridge directly under outcome headline (reference: text-sm body, still emphasized) */
.jl-service-product-card__bridge {
  font-size: 0.875rem;
  font-weight: 700;
  color: #475569;
  margin: 0.15rem 0 0.75rem;
  line-height: 1.5;
}

.jl-service-product-card__badge {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--jl-ink, #0a1628);
  background: rgba(255, 193, 7, 0.95);
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  line-height: 1.2;
}

.jl-service-product-card__outcome {
  font-size: 1rem;
  line-height: 1.55;
  color: #0f172a;
  margin: 0 0 0.75rem;
  flex: 1 1 auto;
}

.jl-service-product-card__bestfor {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
  margin: 0 0 0.75rem;
  font-weight: 500;
}

.jl-service-product-card__bestfor strong {
  font-weight: 800;
  color: #334155;
}

.jl-service-product-card__muted {
  font-size: 0.8125rem;
  color: #475569;
  margin: 0 0 0.5rem;
  font-style: italic;
  line-height: 1.45;
}

.jl-service-product-card__priceblock {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  padding: 0.65rem 0.9rem 0.7rem;
  margin: 0.15rem 0 0.65rem;
}

.jl-service-product-card__price {
  font-size: 1.55rem;
  font-weight: 800;
  color: #0a1628;
  margin: 0 0 0.2rem;
  letter-spacing: -0.02em;
}

.jl-service-product-card__ttv {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  margin: 0.15rem 0 0;
  line-height: 1.4;
}

.jl-service-product-card__price-fixed {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #033948;
  margin-left: 0.2rem;
  vertical-align: middle;
}

.jl-service-product-card__priceblock .jl-service-product-card__roi {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  margin: 0.35rem 0 0;
  line-height: 1.45;
}

.jl-service-product-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #0f172a;
}

.jl-service-product-card__bullets li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.jl-service-product-card__bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--jl-brand-cyan-deep, #0b6579);
  font-weight: 800;
  font-size: 0.8rem;
}

.jl-service-product-card__meta {
  margin-top: 0.15rem;
}

.jl-service-product-card__overview {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
}

.jl-service-product-card__overview a {
  color: #064e63;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jl-service-product-card__overview a:hover {
  color: #0a1628;
}

.jl-service-product-card__demo {
  margin: 0 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

.jl-service-product-card__demo a {
  color: #064e63;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-service-product-card__demo a:hover {
  color: #0a1628;
}

.jl-service-product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.65rem;
  flex-shrink: 0;
}

.jl-service-product-card__actions .btn-book-call.jl-service-product-card__btn-primary {
  font-weight: 800;
  border-radius: 10px;
  padding: 0.72rem 1.15rem;
  font-size: 1.02rem;
  min-height: 3rem;
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.45);
}

.jl-service-product-card__actions .btn-book-call.jl-service-product-card__btn-primary:hover {
  transform: translateY(-2px);
}

.jl-service-product-card__secondary {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #033948;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0.35rem;
}

.jl-service-product-card__secondary:hover {
  text-decoration: underline;
  color: #0a1628;
}

.jl-service-product-card__tertiary {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  border-bottom: 1px dotted rgba(100, 116, 139, 0.9);
  padding: 0.2rem 0.25rem 0.15rem;
  align-self: center;
  max-width: 100%;
}

.jl-service-product-card__tertiary:hover {
  color: #334155;
  border-bottom-color: #64748b;
}

/* Keep vertical CTA hierarchy: primary → secondary link → tertiary quote */
@media (min-width: 576px) {
  .jl-service-product-card__actions .btn.jl-theme {
    width: 100%;
    max-width: none;
  }
}

/* Legacy service-card (other pages may still reference) */
.service-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  min-height: 100%;
}

.service-card:hover {
  border-color: rgba(46, 125, 50, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.service-card .price {
  font-size: 2rem;
  font-weight: 800;
  color: #2e7d32;
  margin: 10px 0 14px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.service-card .description {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: 0 0 1rem;
}

.service-card__support {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: -0.5rem 0 1rem;
}

.service-card__bestfor {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--jl-text-dark, #1a1a1a);
  margin: 0 0 0.85rem;
}

.service-card__muted-note {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: -0.25rem 0 0.85rem;
  font-weight: 400;
  opacity: 0.88;
}

.service-card ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--jl-text-dark, #1a1a1a);
  flex: 1 1 auto;
}

.service-card ul li {
  margin-bottom: 0.4rem;
}

.service-card .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.service-card .buttons a.btn-primary {
  background: #2e7d32;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border: none;
  transition: background 0.15s ease, transform 0.15s ease;
  width: 100%;
}

.service-card .buttons a.btn-primary:hover {
  background: #1b5e20;
  color: #fff;
}

.service-card .buttons a.btn-primary:focus-visible {
  outline: 3px solid #0a2f4c;
  outline-offset: 2px;
}

.service-card .buttons a.btn-secondary {
  color: #0a2f4c;
  text-decoration: underline;
  font-weight: 700;
  padding: 12px 8px;
  display: inline-block;
  background: transparent;
  border: none;
}

.service-card .buttons a.btn-secondary:hover {
  color: #051a28;
}

@media (min-width: 576px) {
  .service-card .buttons a.btn-primary,
  .service-card .buttons a.btn-secondary {
    width: 100%;
  }
}

.jl-product-card {
  background: var(--jl-white, #fff);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 1.5rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.jl-product-card:hover {
  border-color: rgba(255, 193, 7, 0.45);
  box-shadow: 0 18px 50px rgba(10, 22, 40, 0.12);
}

.jl-product-card__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.jl-product-card__price {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--jl-brand-cyan-deep, #0b6579);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.jl-product-card__price-note {
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: 0 0 0.85rem;
  line-height: 1.4;
}

.jl-product-card__stack {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.jl-product-card__headline {
  font-size: 1rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  line-height: 1.35;
  margin: 0 0 0.65rem;
}

.jl-product-card__kicker {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: 0 0 0.35rem;
}

.jl-product-card__kicker + .jl-product-card__list {
  margin-top: 0;
}

.jl-product-card__list + .jl-product-card__kicker {
  margin-top: 0.85rem;
}

.jl-product-card__bestfor {
  font-size: 0.875rem;
  color: var(--jl-text-dark, #1a1a1a);
  margin: 0;
  line-height: 1.45;
}

.jl-product-card__turnaround {
  font-size: 0.875rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.jl-product-card__turnaround + .jl-product-card__kicker {
  margin-top: 0.65rem;
}

.jl-product-card--flagship {
  border-color: rgba(255, 193, 7, 0.5);
  box-shadow: 0 16px 48px rgba(255, 193, 7, 0.12);
}

.jl-product-card__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--jl-accent, #ffc107), #ffd54f);
  color: var(--jl-ink, #0a1628);
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  margin: 0 0 0.5rem;
  width: fit-content;
}

.jl-product-card__desc {
  font-size: 0.9375rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.jl-product-card__list {
  margin: 0 0 0.5rem;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--jl-text-dark, #1a1a1a);
  flex-grow: 1;
}

.jl-product-card__list li {
  margin-bottom: 0.35rem;
}

.jl-product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}

/* Bootstrap btn-secondary on offer cards: JL outline (not default gray) */
.jl-product-card__actions .btn.jl-product-offer-secondary {
  border: 2px solid var(--jl-brand-cyan-deep, #0b6579);
  color: var(--jl-brand-cyan-deep, #0b6579);
  background: transparent;
  font-weight: 700;
  border-radius: 10px;
  min-height: 2.65rem;
}

.jl-product-card__actions .btn.jl-product-offer-secondary:hover {
  background: rgba(11, 101, 121, 0.08);
  color: var(--jl-ink, #0a1628);
  border-color: var(--jl-brand-cyan-deep, #0b6579);
}

.jl-product-card__actions .btn.btn-primary.jl-theme {
  min-height: 2.85rem;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(255, 193, 7, 0.35);
}

.jl-product-card__actions .btn.btn-primary.jl-theme:hover {
  transform: translateY(-1px);
}

.jl-btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.25rem;
  font-weight: 800;
  font-size: 0.9375rem;
  border-radius: 10px;
  border: none;
  background: var(--jl-accent, #ffc107);
  color: var(--jl-text-dark, #1a1a1a);
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 18px rgba(255, 193, 7, 0.35);
  transition: background 0.15s ease, transform 0.15s ease;
}

.jl-btn-buy:hover {
  background: var(--jl-accent-hover, #ffd54f);
  color: var(--jl-text-dark, #1a1a1a);
  transform: translateY(-1px);
}

.jl-btn-buy:focus-visible {
  outline: 3px solid var(--jl-brand-cyan-deep, #0b6579);
  outline-offset: 2px;
}

.jl-btn-buy--disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.jl-btn-secondary-offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.55rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 10px;
  border: 2px solid var(--jl-brand-cyan-deep, #0b6579);
  color: var(--jl-brand-cyan-deep, #0b6579);
  background: transparent;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.jl-btn-secondary-offer:hover {
  background: rgba(11, 101, 121, 0.08);
  color: var(--jl-ink, #0a1628);
}

/* Custom solutions */
.jl-custom-solutions {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--jl-white, #fff);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.jl-custom-solutions--upgrade-path {
  background: linear-gradient(180deg, #f3fafb 0%, #ffffff 22%);
  border-top: 2px solid rgba(11, 101, 121, 0.18);
}

.jl-custom-solutions__title {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.5rem;
  text-align: center;
}

.jl-custom-solutions__sub {
  text-align: center;
  color: #1e293b;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.jl-custom-solutions__sub--upgrade {
  max-width: 38rem;
  font-weight: 600;
  color: #0f172a;
}

.jl-custom-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 38rem;
}

.jl-custom-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 1rem;
  font-weight: 600;
  color: var(--jl-ink, #0a1628);
}

.jl-custom-list__outcome {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  margin-top: 0.25rem;
  line-height: 1.45;
}

.jl-custom-list a {
  color: #064e63;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-custom-list a:hover {
  color: #0a1628;
}

.jl-custom-list--simple li {
  padding: 0.55rem 0;
  font-size: 1rem;
}

.jl-featured-offers__sub a {
  color: #064e63;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-featured-offers__sub a:hover {
  color: #0a1628;
}

.jl-custom-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .jl-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .jl-custom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.jl-custom-card {
  display: block;
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: var(--jl-surface-light, #fafbfc);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  height: 100%;
}

.jl-custom-card:hover {
  border-color: rgba(11, 101, 121, 0.35);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.06);
  color: inherit;
}

.jl-custom-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.35rem;
}

.jl-custom-card p {
  font-size: 0.8125rem;
  color: #334155;
  margin: 0;
  line-height: 1.45;
}

.jl-custom-card__more {
  font-size: 0.78rem;
  font-weight: 700;
  color: #064e63;
  margin-top: 0.5rem;
}

/* How it works (simple 3-step), clean band + heavier cards */
.jl-services-hiw {
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  background: linear-gradient(180deg, #e8f0f3 0%, var(--jl-surface, #f0f3f6) 28%, #eef1f4 100%);
  border-top: 2px solid rgba(11, 101, 121, 0.22);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.jl-services-hiw__title {
  font-size: clamp(1.35rem, 3.2vw, 1.6rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  text-align: center;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}

.jl-services-hiw__ease {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #033948;
  max-width: 36rem;
  margin: 1.5rem auto 0;
  padding: 0 1rem;
  line-height: 1.45;
}

.jl-services-hiw__steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .jl-services-hiw__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

.jl-services-hiw__step {
  background: var(--jl-white, #fff);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  border: 2px solid rgba(11, 101, 121, 0.2);
  border-top: 4px solid var(--jl-brand-cyan-deep, #0b6579);
  text-align: center;
  box-shadow:
    0 4px 0 rgba(11, 101, 121, 0.06),
    0 16px 40px rgba(10, 22, 40, 0.1);
}

.jl-services-hiw__num {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--jl-brand-cyan-deep, #0b6579), #0a4f61);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 4px 14px rgba(11, 101, 121, 0.28);
}

.jl-services-hiw__step h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.5rem;
}

.jl-services-hiw__step p {
  font-size: 0.9375rem;
  color: #334155;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}

.jl-services-hiw__step p a {
  color: var(--jl-brand-cyan-deep, #0b6579);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-services-hiw__step p a:hover {
  color: var(--jl-ink, #0a1628);
}

/* Risk reversal (under cards) */
.jl-services-risk {
  max-width: 38rem;
  margin: 1.25rem auto 0;
  padding: 0 1rem;
  text-align: center;
}

.jl-services-risk__text {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #334155;
  margin: 0;
  line-height: 1.5;
}

.jl-services-urgency {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
  color: #475569;
  margin: 1.35rem auto 0;
  max-width: 34rem;
  padding: 0 1rem;
  line-height: 1.5;
}

.jl-services-urgency--featured {
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 800;
  font-style: normal;
  color: #0f172a;
  max-width: 36rem;
}

.jl-services-urgency--featured strong {
  color: var(--jl-brand-cyan-deep, #0b6579);
  font-weight: 800;
}

/* Demo preview strip */
.jl-services-demo-strip {
  margin-top: 2.25rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) 1.25rem;
  background: linear-gradient(165deg, #0a1628 0%, #132a3d 55%, #1e3a4f 100%);
  border-radius: 16px;
  text-align: center;
  color: #fff;
}

.jl-services-demo-strip__title {
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.jl-services-demo-strip__sub {
  font-size: 0.9375rem;
  color: #f1f5f9;
  margin: 0 auto 1.15rem;
  max-width: 32rem;
  line-height: 1.55;
  font-weight: 600;
}

.jl-services-demo-strip__preview {
  max-width: 36rem;
  margin: 0 auto 1.15rem;
  min-height: 9rem;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(95, 219, 240, 0.12) 0%, rgba(11, 101, 121, 0.25) 100%),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 12px
    );
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jl-services-demo-strip__preview-label {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e2e8f0;
}

.jl-services-demo-strip__cta {
  font-weight: 800;
  padding: 0.65rem 1.5rem;
  border-radius: 10px;
}

.jl-services-demo-strip__micro {
  margin: 0.65rem auto 0;
  max-width: 28rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

/* Why not a basic form?, differentiation */
.jl-services-vs-basic {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--jl-white, #fff);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.jl-services-vs-basic__title {
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.jl-services-vs-basic__tagline {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  line-height: 1.4;
}

.jl-services-vs-basic__tagline--killer {
  font-size: clamp(1.0625rem, 2.4vw, 1.1875rem);
  max-width: 38rem;
  line-height: 1.45;
  color: #0a1628;
}

.jl-services-vs-basic__grid {
  display: grid;
  gap: 1.25rem;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .jl-services-vs-basic__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.jl-services-vs-basic__col {
  background: var(--jl-surface-light, #fafbfc);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  padding: 1.35rem 1.4rem;
}

.jl-services-vs-basic__col--highlight {
  border-color: rgba(11, 101, 121, 0.28);
  border-top-width: 4px;
  border-top-color: var(--jl-brand-cyan-deep, #0b6579);
  background: #fff;
  box-shadow: 0 10px 32px rgba(10, 22, 40, 0.07);
}

.jl-services-vs-basic__subhead {
  font-size: 1rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.75rem;
}

.jl-services-vs-basic__list {
  margin: 0;
  padding-left: 1.15rem;
  color: #1e293b;
  font-size: 0.9375rem;
  line-height: 1.55;
  font-weight: 500;
}

.jl-services-vs-basic__list li {
  margin-bottom: 0.45rem;
}

/* Not sure which package, guided path */
.jl-services-guided {
  padding: clamp(2.25rem, 4.5vw, 3rem) 0;
  background: linear-gradient(180deg, #f1f5f9 0%, var(--jl-surface-light, #fafbfc) 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.jl-services-guided__title {
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.jl-services-guided__lead {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #334155;
  max-width: 32rem;
  margin: 0 auto 1.25rem;
  line-height: 1.55;
}

.jl-services-guided__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  max-width: 22rem;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .jl-services-guided__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }
}

.jl-services-guided__actions .btn-primary.jl-theme {
  font-weight: 800;
  min-width: 12rem;
}

.jl-services-guided__actions .jl-btn-secondary-offer {
  min-width: 12rem;
}

.jl-services-guided__actions .jl-services-guided__checkout {
  min-width: 12rem;
  font-weight: 700;
}

.navbar.jl-theme .jl-nav-actions__secondary {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.navbar.jl-theme .jl-nav-actions__secondary:hover {
  color: #1a1a1a;
  background: #fff;
  border-color: #fff !important;
}

/* Bottom CTA band */
.jl-services-cta {
  padding: clamp(2.5rem, 5vw, 3.5rem) 1rem;
  background: var(--jl-ink, #0a1628);
  color: var(--jl-text, #fff);
  text-align: center;
}

.jl-services-cta h2 {
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.jl-services-cta p {
  color: #ffffff;
  max-width: min(36rem, 92vw);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.jl-services-cta__lead {
  margin-bottom: 0.65rem !important;
  font-weight: 600;
}

.jl-services-cta__sub {
  margin-bottom: 0.85rem !important;
  font-size: 1rem !important;
  opacity: 0.95;
}

.jl-services-cta__risk {
  margin-bottom: 1.25rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  opacity: 0.9;
  font-style: italic;
}

.jl-services-cta__risk--after-actions {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1;
  font-style: italic;
  max-width: min(32rem, 92vw);
  margin-left: auto !important;
  margin-right: auto !important;
}

.jl-services-cta p a.text-white,
.jl-services-cta__sub a {
  color: #ffffff !important;
  text-underline-offset: 3px;
}

.jl-services-cta p a.text-white:hover,
.jl-services-cta__sub a:hover {
  color: var(--jl-accent-hover, #ffd54f) !important;
}

.jl-services-cta__row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  align-items: stretch;
  max-width: 22rem;
  margin: 1.15rem auto 0;
}

@media (min-width: 520px) {
  .jl-services-cta__row {
    flex-direction: row;
    align-items: center;
    max-width: none;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.jl-services-cta__btn-primary {
  font-weight: 800 !important;
}

.jl-services-cta__btn-tertiary {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

.jl-services-cta__btn-tertiary:hover {
  color: var(--jl-accent-hover, #ffd54f);
}

.jl-services-cta .btn-book-call {
  margin: 0;
}

.jl-services-cta .jl-services-cta__btn-primary {
  padding: 0.72rem 1.45rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.jl-services-cta .jl-btn-secondary-offer {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--jl-white, #fff);
}

.jl-services-cta .jl-btn-secondary-offer:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Document extraction seller page (/services/document-extraction.html) */
.jl-doc-seller {
  background: var(--jl-surface-light, #fafbfc);
  color: var(--jl-text-dark, #1a1a1a);
}

.jl-doc-seller__hero {
  background: linear-gradient(
    165deg,
    var(--jl-ink, #0a1628) 0%,
    var(--jl-dark-alt, #132a3d) 55%,
    var(--jl-dark-lighter, #1e3a4f) 100%
  );
  color: var(--jl-text, #fff);
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
  text-align: center;
}

.jl-doc-seller__crumb {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 0.75rem;
  max-width: 40rem;
}

.jl-doc-seller__crumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jl-doc-seller__hero h1 {
  font-size: clamp(1.65rem, 4.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 22rem;
  margin: 0 auto 1rem;
  line-height: 1.15;
  color: var(--jl-white, #fff);
}

@media (min-width: 576px) {
  .jl-doc-seller__hero h1 {
    max-width: 36rem;
  }
}

.jl-doc-seller__hero .lead {
  color: var(--jl-text-muted, rgba(255, 255, 255, 0.85));
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  font-size: 1.05rem;
}

.jl-doc-seller__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.jl-doc-seller__hero-actions .btn-outline-light {
  font-weight: 700;
  border-width: 2px;
}

.jl-doc-seller__section {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
}

.jl-doc-seller__section--white {
  background: var(--jl-white, #fff);
}

.jl-doc-seller__card {
  background: var(--jl-white, #fff);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 10px 36px rgba(10, 22, 40, 0.06);
  max-width: 44rem;
  margin: 0 auto;
}

.jl-doc-seller__card h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.75rem;
}

.jl-doc-seller__card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  line-height: 1.55;
}

.jl-doc-seller__grid-2 {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .jl-doc-seller__grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .jl-doc-seller__grid-2--tri {
    grid-template-columns: repeat(3, 1fr);
  }
}

.jl-doc-seller__mini {
  background: var(--jl-surface-light, #fafbfc);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
  height: 100%;
}

.jl-doc-seller__mini h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.5rem;
}

.jl-doc-seller__mini p {
  font-size: 0.875rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  margin: 0;
  line-height: 1.5;
}

.jl-doc-seller__cta-band {
  background: var(--jl-ink, #0a1628);
  color: #fff;
  text-align: center;
  padding: clamp(2rem, 4vw, 2.75rem) 1rem;
}

.jl-doc-seller__cta-band h2 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.jl-doc-seller__cta-band p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 28rem;
  margin: 0 auto 1.1rem;
  font-size: 0.95rem;
}

.jl-doc-seller__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.jl-doc-seller__cta-row .jl-btn-secondary-offer {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.jl-doc-seller__cta-row .jl-btn-secondary-offer:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* --- Industry lander (/hvac-lead-system, …): problem + solution bands --- */
.jl-industry-problems {
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  background: var(--jl-surface-warm, #faf9f6);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.jl-industry-problems__inner {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.jl-industry-problems__title {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jl-industry-problems__subtitle {
  font-size: 1.0625rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  line-height: 1.6;
  margin: 0 0 1.35rem;
}

.jl-industry-problems__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.jl-industry-problems__item {
  padding: 1rem 1.15rem;
  background: var(--jl-white, #fff);
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 4px 16px rgba(10, 22, 40, 0.06);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--jl-text-dark, #1a1a1a);
}

.jl-industry-problems__item-title {
  display: block;
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.jl-industry-problems__item-body {
  display: block;
  color: var(--jl-text-dark-muted, #4a4a4a);
}

.jl-industry-solutions {
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  background: var(--jl-white, #fff);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.jl-industry-solutions__inner {
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.jl-industry-solutions__title {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--jl-ink, #0a1628);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jl-industry-solutions__intro {
  font-size: 1.0625rem;
  color: var(--jl-text-dark-muted, #4a4a4a);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.jl-industry-solutions__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.jl-industry-solutions__item {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 1.35rem;
  font-size: 0.96875rem;
  line-height: 1.55;
  color: var(--jl-text-dark, #1a1a1a);
  background: var(--jl-surface-light, #fafbfc);
  border-radius: 10px;
  border: 1px solid rgba(11, 101, 121, 0.15);
}

.jl-industry-solutions__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 3px;
  border-radius: 2px;
  background: var(--jl-brand-cyan-deep, #0b6579);
}
