/* =============================================================================
   Zatra lander flagship — mirrors live homepage (zatra.co) design language
   Cache ?v=20260803home1
   Source of truth: home-gate3 composition pass (--z-shell, cards, section-y)
   Brand: red / black / white. Soft cards. Editorial rhythm. No glass theatre.
   ============================================================================= */

body:is(.sector-page, .service-page){
  --lf-ink:var(--ink, #101828);
  --lf-body:var(--muted-2, #475467);
  --lf-muted:var(--muted, #667085);
  --lf-line:var(--line, #e7e9ee);
  --lf-soft:#f7f8fb;
  --lf-panel:#ffffff;
  --lf-red:var(--red, #ed0000);
  --lf-red-soft:var(--rose, #fff1f2);
  --lf-dark:var(--dark, #07111f);
  /* Homepage shell */
  --lf-max:var(--z-shell, var(--max, 1200px));
  --lf-radius:var(--z-radius, 12px);
  --lf-radius-sm:var(--z-radius-sm, 10px);
  --lf-card-border:var(--z-card-border, 1px solid rgba(16,24,40,.14));
  --lf-card-shadow:var(--z-card-shadow, 0 1px 2px rgba(16,24,40,.04), 0 10px 26px rgba(7,17,31,.05));
  --lf-section-y:var(--z-section-y, clamp(40px, 4.8vw, 68px));
  --lf-gap:var(--z-gap, clamp(14px, 2vw, 22px));
  --lf-hero-y:clamp(48px, 6.5vw, 88px);
  overflow-x:clip;
}

/* Kill low-contrast / fade patterns on lander text containers */
body:is(.sector-page, .service-page) .section,
body:is(.sector-page, .service-page) .lander-core,
body:is(.sector-page, .service-page) .lp-section,
body:is(.sector-page, .service-page) .lf-section,
body:is(.sector-page, .service-page) .lp-checklist,
body:is(.sector-page, .service-page) .lp-route-snap,
body:is(.sector-page, .service-page) .lf-route-snap,
body:is(.sector-page, .service-page) .quick-answer,
body:is(.sector-page, .service-page) .guarantee-note,
body:is(.sector-page, .service-page) .faq-grid,
body:is(.sector-page, .service-page) .lp-related,
body:is(.sector-page, .service-page) .lf-related,
body:is(.sector-page, .service-page) .lf-hero,
body:is(.sector-page, .service-page) .lf-hero-copy,
body:is(.sector-page, .service-page) .lf-photo-band{
  opacity:1 !important;
}

/* Beat page-gate3-light oversized padding — match homepage section rhythm */
body:is(.sector-page, .service-page) main > .section,
body:is(.sector-page, .service-page) main > .section.lp-section,
body:is(.sector-page, .service-page) main > .section.lf-section,
body:is(.sector-page, .service-page) main > .section#route-snapshot,
body:is(.sector-page, .service-page) main > .section#quick-answer,
body:is(.sector-page, .service-page) main > .section#overview-copy,
body:is(.sector-page, .service-page) main > .section#covers,
body:is(.sector-page, .service-page) main > .section#documents,
body:is(.sector-page, .service-page) main > .section#process,
body:is(.sector-page, .service-page) main > .section#limits,
body:is(.sector-page, .service-page) main > .section#faq,
body:is(.sector-page, .service-page) main > .section#related,
body:is(.sector-page, .service-page) main > .section#photo-band{
  padding-top:var(--lf-section-y) !important;
  padding-bottom:var(--lf-section-y) !important;
}

body:is(.sector-page, .service-page) .section.section-soft,
body:is(.sector-page, .service-page) .lf-section.section-soft,
body:is(.sector-page, .service-page) .lp-section.section-soft{
  background:var(--lf-soft) !important;
  border-block:1px solid rgba(16,24,40,.06);
}

body:is(.sector-page, .service-page) .lf-wrap,
body:is(.sector-page, .service-page) .lp-wrap{
  max-width:var(--lf-max);
  margin:0 auto;
}

/* Shared container — same shell + gutters as homepage */
body:is(.sector-page, .service-page) main > .section > .container,
body:is(.sector-page, .service-page) main > nav.zatra-breadcrumbs.container,
body:is(.sector-page, .service-page) main > nav.page-flow-nav.container{
  max-width:var(--lf-max) !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--container-x, clamp(16px, 4vw, 34px)) !important;
  padding-right:var(--container-x, clamp(16px, 4vw, 34px)) !important;
  box-sizing:border-box !important;
}
body:is(.sector-page, .service-page) main > nav.zatra-breadcrumbs.container{
  margin-top:1rem;
  margin-bottom:.25rem;
}

/* ---- Typography (homepage section-head scale) ---- */
body:is(.sector-page, .service-page) .lf-eyebrow,
body:is(.sector-page, .service-page) .retention-kicker.lf-eyebrow{
  display:inline-block;
  margin:0 0 12px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent !important;
  color:var(--lf-red) !important;
  font-family:var(--title);
  font-size:.6875rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.2;
}

body:is(.sector-page, .service-page) .lf-head,
body:is(.sector-page, .service-page) .lp-head{
  margin:0 0 clamp(1.1rem, 2vw, 1.5rem);
  max-width:40rem;
}
body:is(.sector-page, .service-page) .lf-head h2,
body:is(.sector-page, .service-page) .lp-head h2{
  margin:0;
  color:var(--lf-ink);
  font-family:var(--title);
  font-size:clamp(1.45rem, 2.6vw, 2rem);
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.18;
  max-width:22ch;
}
body:is(.sector-page, .service-page) .lf-head p,
body:is(.sector-page, .service-page) .lp-head p{
  margin:12px 0 0;
  color:var(--lf-body);
  font-size:1.05rem;
  line-height:1.6;
  max-width:52ch;
  font-weight:450;
}

/* Tiny badges — route snapshot only */
body:is(.sector-page, .service-page) .lf-badge,
body:is(.sector-page, .service-page) .lp-badge{
  display:block;
  margin:0 0 8px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--lf-red);
  font-family:var(--title);
  font-size:.6875rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.2;
}

body:is(.sector-page, .service-page) .answer-tag{display:none !important}
body:is(.sector-page, .service-page) .icon-badge{display:none !important}

/* Buttons — match home primary shadow */
body:is(.sector-page, .service-page) .btn-primary,
body:is(.sector-page, .service-page) a.btn-primary{
  box-shadow:0 2px 8px rgba(237,0,0,.14) !important;
}
body:is(.sector-page, .service-page) .btn-primary:hover,
body:is(.sector-page, .service-page) a.btn-primary:hover{
  box-shadow:0 4px 14px rgba(237,0,0,.2) !important;
}

/* =============================================================================
   FLAGSHIP HERO — homepage commercial hero language
   ============================================================================= */
body:is(.sector-page, .service-page) .lf-hero,
body:is(.sector-page, .service-page) #page-overview.lf-hero{
  position:relative;
  padding:var(--lf-hero-y) 0 clamp(36px, 5vw, 56px) !important;
  background:
    linear-gradient(180deg, #fff 0%, #f6f7f9 55%, #fff 100%) !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden;
  isolation:isolate;
}
body:is(.sector-page, .service-page) #page-overview.lf-hero.page-hero-fill::before,
body:is(.sector-page, .service-page) #page-overview.lf-hero::before{
  display:none !important;
  content:none !important;
  background:none !important;
}
body:is(.sector-page, .service-page) #page-overview.lf-hero .page-intro-shell,
body:is(.sector-page, .service-page) .lf-hero .lf-hero-copy{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  opacity:1 !important;
}

body:is(.sector-page, .service-page) .lf-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);
  gap:clamp(28px, 4.5vw, 56px);
  align-items:center;
  max-width:var(--lf-max);
  width:100%;
  margin:0 auto;
  padding-left:var(--container-x, clamp(16px, 4vw, 34px));
  padding-right:var(--container-x, clamp(16px, 4vw, 34px));
  box-sizing:border-box;
}

body:is(.sector-page, .service-page) .lf-hero-copy h1,
body:is(.sector-page, .service-page) #page-overview.lf-hero h1,
body:is(.sector-page, .service-page) #page-overview.lf-hero #page-intro-title{
  margin:0 0 1rem;
  color:var(--lf-ink) !important;
  opacity:1 !important;
  font-family:var(--title);
  font-size:clamp(2rem, 4.5vw, 3.15rem);
  font-weight:800;
  letter-spacing:-.02em;
  line-height:1.12;
  max-width:18ch;
  text-shadow:none !important;
}

body:is(.sector-page, .service-page) .lf-hero-copy > p,
body:is(.sector-page, .service-page) #page-overview.lf-hero .lf-hero-copy > p{
  margin:0 0 1.5rem;
  color:var(--lf-body) !important;
  opacity:1 !important;
  font-size:clamp(1rem, 1.15vw, 1.125rem);
  line-height:1.55;
  max-width:38ch;
  font-weight:450;
  text-shadow:none !important;
}

body:is(.sector-page, .service-page) .lf-hero .page-intro-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
}

body:is(.sector-page, .service-page) .lf-hero-media{
  margin:0;
  position:relative;
  border-radius:var(--lf-radius);
  overflow:hidden;
  background:var(--lf-dark);
  aspect-ratio:4 / 3;
  max-height:none;
  border:1px solid rgba(16,24,40,.12);
  box-shadow:0 14px 36px rgba(7,17,31,.1);
  animation:lf-rise .7s var(--ease, cubic-bezier(.2,.8,.2,1)) both;
}
body:is(.sector-page, .service-page) .lf-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 36%;
  display:block;
}
@media (prefers-reduced-motion:reduce){
  body:is(.sector-page, .service-page) .lf-hero-media{animation:none}
}

@keyframes lf-rise{
  from{opacity:0; transform:translateY(12px)}
  to{opacity:1; transform:none}
}

@media (max-width:900px){
  body:is(.sector-page, .service-page) .lf-hero-grid{
    grid-template-columns:1fr;
    gap:1.75rem;
  }
  body:is(.sector-page, .service-page) .lf-hero-copy h1,
  body:is(.sector-page, .service-page) #page-overview.lf-hero h1,
  body:is(.sector-page, .service-page) #page-overview.lf-hero #page-intro-title{
    max-width:none;
  }
  body:is(.sector-page, .service-page) .lf-hero-copy > p{
    max-width:none;
  }
  body:is(.sector-page, .service-page) .lf-hero-media{
    aspect-ratio:16 / 10;
    order:2;
  }
  body:is(.sector-page, .service-page) .lf-hero-copy{order:1}
}

/* =============================================================================
   Route Snapshot — homepage card language
   ============================================================================= */
body:is(.sector-page, .service-page) .lf-route-snap,
body:is(.sector-page, .service-page) .lp-route-snap{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:var(--lf-gap);
  margin:0 auto;
  max-width:none;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  box-shadow:none;
}
body:is(.sector-page, .service-page) .lf-route-snap > div,
body:is(.sector-page, .service-page) .lp-route-snap > div{
  padding:clamp(16px, 2vw, 20px);
  border:var(--lf-card-border);
  border-radius:var(--lf-radius);
  background:#fff;
  box-shadow:var(--lf-card-shadow);
  min-width:0;
}
body:is(.sector-page, .service-page) .lf-route-snap > div:last-child,
body:is(.sector-page, .service-page) .lp-route-snap > div:last-child{border-right:var(--lf-card-border)}
body:is(.sector-page, .service-page) .lf-route-snap p,
body:is(.sector-page, .service-page) .lp-route-snap p{
  margin:0;
  color:var(--lf-ink);
  font-size:.95rem;
  line-height:1.5;
  font-weight:500;
}
@media (max-width:800px){
  body:is(.sector-page, .service-page) .lf-route-snap,
  body:is(.sector-page, .service-page) .lp-route-snap{grid-template-columns:1fr}
}

/* =============================================================================
   Quick Answer — concern-card / insight left-accent pattern
   ============================================================================= */
body:is(.sector-page, .service-page) .quick-answer{
  margin:0 auto;
  max-width:none;
  padding:clamp(1.15rem, 2.5vw, 1.5rem) clamp(1.15rem, 3vw, 1.75rem);
  border:var(--lf-card-border);
  border-left:3px solid var(--lf-red);
  background:#fff;
  border-radius:0 var(--lf-radius) var(--lf-radius) 0;
  box-shadow:var(--lf-card-shadow);
}
body:is(.sector-page, .service-page) .quick-answer .qa-label{
  display:inline-block;
  margin:0 0 8px;
  font:800 .6875rem/1.2 var(--title);
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--lf-red);
}
body:is(.sector-page, .service-page) .quick-answer p{
  margin:0;
  color:var(--lf-ink);
  font-size:clamp(1.02rem, 1.2vw, 1.125rem);
  line-height:1.65;
  font-weight:500;
  max-width:68ch;
}

/* =============================================================================
   Photo band / overview split
   ============================================================================= */
body:is(.sector-page, .service-page) .lf-photo-split{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(1.75rem, 4vw, 3.25rem);
  align-items:center;
  max-width:none;
  margin:0;
}
body:is(.sector-page, .service-page) .lf-photo-split.is-flip{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
}
body:is(.sector-page, .service-page) .lf-photo-split.is-flip .lf-mid-media{order:2}
body:is(.sector-page, .service-page) .lf-photo-split.is-flip .lf-mid-copy{order:1}

body:is(.sector-page, .service-page) .lf-mid-media{
  margin:0;
  border-radius:var(--lf-radius);
  overflow:hidden;
  background:#e4e4e7;
  aspect-ratio:4 / 3;
  border:1px solid rgba(16,24,40,.12);
  box-shadow:0 14px 36px rgba(7,17,31,.1);
  animation:lf-rise .75s var(--ease, cubic-bezier(.2,.8,.2,1)) .08s both;
}
body:is(.sector-page, .service-page) .lf-mid-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
body:is(.sector-page, .service-page) .lf-mid-copy .lf-head{margin-bottom:1rem}
body:is(.sector-page, .service-page) .lf-mid-copy .lander-core p{
  margin:0 0 1.05rem;
  color:var(--lf-body);
  font-size:1.05rem;
  line-height:1.65;
  font-weight:450;
  max-width:52ch;
}
body:is(.sector-page, .service-page) .lf-mid-copy .lander-core p:last-child{margin-bottom:0}
body:is(.sector-page, .service-page) .lf-mid-copy .lander-core a{
  color:var(--lf-red);
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (max-width:900px){
  body:is(.sector-page, .service-page) .lf-photo-split,
  body:is(.sector-page, .service-page) .lf-photo-split.is-flip{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
  body:is(.sector-page, .service-page) .lf-photo-split.is-flip .lf-mid-media,
  body:is(.sector-page, .service-page) .lf-photo-split .lf-mid-media{order:0}
  body:is(.sector-page, .service-page) .lf-photo-split.is-flip .lf-mid-copy,
  body:is(.sector-page, .service-page) .lf-photo-split .lf-mid-copy{order:0}
  body:is(.sector-page, .service-page) .lf-mid-media{aspect-ratio:16 / 10}
}

body:is(.sector-page, .service-page) .lander-core{
  max-width:none;
  margin:0;
}
body:is(.sector-page, .service-page) .lander-core > p{
  margin:0 0 1.05rem;
  color:var(--lf-body);
  font-size:1.05rem;
  line-height:1.65;
  font-weight:450;
  max-width:65ch;
}
body:is(.sector-page, .service-page) .lander-core > p:last-child{margin-bottom:0}

/* =============================================================================
   Checklists — editorial rows
   ============================================================================= */
body:is(.sector-page, .service-page) .lp-checklist,
body:is(.sector-page, .service-page) .lf-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px 28px;
  max-width:none;
}
body:is(.sector-page, .service-page) .lp-checklist li,
body:is(.sector-page, .service-page) .lf-checklist li{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:12px;
  align-items:start;
  padding:12px 0;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--lf-line);
  border-radius:0;
  color:var(--lf-ink);
  font-size:1rem;
  line-height:1.45;
  font-weight:600;
}
body:is(.sector-page, .service-page) .lp-checklist li::before,
body:is(.sector-page, .service-page) .lf-checklist li::before{
  content:"";
  width:16px;
  height:16px;
  margin-top:3px;
  border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed0000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center/12px 12px no-repeat,
    var(--lf-red-soft);
  border:1px solid rgba(237,0,0,.22);
}
@media (max-width:700px){
  body:is(.sector-page, .service-page) .lp-checklist,
  body:is(.sector-page, .service-page) .lf-checklist{grid-template-columns:1fr}
}

/* =============================================================================
   Process timeline — file-steps card language
   ============================================================================= */
body:is(.sector-page, .service-page) .lp-timeline,
body:is(.sector-page, .service-page) .lf-timeline{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:var(--lf-gap);
  max-width:none;
  counter-reset:lfstep;
}
body:is(.sector-page, .service-page) .lp-timeline li,
body:is(.sector-page, .service-page) .lf-timeline li{
  position:relative;
  padding:clamp(16px, 2vw, 20px);
  counter-increment:lfstep;
  min-width:0;
  border:var(--lf-card-border);
  border-radius:var(--lf-radius);
  background:#fff;
  box-shadow:var(--lf-card-shadow);
}
body:is(.sector-page, .service-page) .lp-timeline li:not(:last-child)::after,
body:is(.sector-page, .service-page) .lf-timeline li:not(:last-child)::after{display:none}
body:is(.sector-page, .service-page) .lp-timeline .lp-step-num,
body:is(.sector-page, .service-page) .lf-timeline .lf-step-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-bottom:14px;
  border-radius:50%;
  background:var(--lf-red);
  color:#fff;
  font-size:12px;
  font-weight:800;
  position:relative;
  z-index:1;
}
body:is(.sector-page, .service-page) .lp-timeline .lp-step-num::before,
body:is(.sector-page, .service-page) .lf-timeline .lf-step-num::before{
  content:counter(lfstep, decimal-leading-zero);
}
body:is(.sector-page, .service-page) .lp-timeline .card-title,
body:is(.sector-page, .service-page) .lf-timeline .card-title{
  display:block;
  margin:0 0 6px;
  color:var(--lf-ink);
  font-family:var(--title);
  font-size:1.02rem;
  font-weight:750;
  letter-spacing:-.02em;
  line-height:1.25;
}
body:is(.sector-page, .service-page) .lp-timeline p,
body:is(.sector-page, .service-page) .lf-timeline p{
  margin:0;
  color:var(--lf-body);
  font-size:.9375rem;
  line-height:1.5;
  padding-right:0;
  font-weight:450;
}
@media (max-width:900px){
  body:is(.sector-page, .service-page) .lp-timeline,
  body:is(.sector-page, .service-page) .lf-timeline{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:560px){
  body:is(.sector-page, .service-page) .lp-timeline,
  body:is(.sector-page, .service-page) .lf-timeline{grid-template-columns:1fr}
}

/* =============================================================================
   Trust boundary
   ============================================================================= */
body:is(.sector-page, .service-page) .guarantee-note,
body:is(.sector-page, .service-page) .lp-trust,
body:is(.sector-page, .service-page) .lf-trust{
  max-width:none;
  margin:0;
  border:var(--lf-card-border);
  border-left:3px solid #71717a;
  background:#fff;
  border-radius:0 var(--lf-radius) var(--lf-radius) 0;
  padding:1.15rem 1.25rem;
  box-shadow:var(--lf-card-shadow);
}
body:is(.sector-page, .service-page) .guarantee-note p,
body:is(.sector-page, .service-page) .lp-trust p,
body:is(.sector-page, .service-page) .lf-trust p{
  margin:0;
  color:var(--lf-body);
  font-size:1.05rem;
  line-height:1.65;
  max-width:68ch;
}

/* =============================================================================
   FAQ accordion — homepage FAQ card language
   ============================================================================= */
body:is(.sector-page, .service-page) .faq-grid{
  display:grid;
  gap:var(--lf-gap);
  max-width:none;
  margin:0;
}
body:is(.sector-page, .service-page) .faq-grid details{
  border:var(--lf-card-border);
  border-radius:var(--lf-radius);
  background:#fff;
  box-shadow:var(--lf-card-shadow);
  padding:0;
  overflow:hidden;
}
body:is(.sector-page, .service-page) .faq-grid summary{
  cursor:pointer;
  list-style:none;
  padding:1rem 1.15rem;
  color:var(--lf-ink);
  font-family:var(--title);
  font-size:1.02rem;
  font-weight:700;
  letter-spacing:-.015em;
  line-height:1.35;
}
body:is(.sector-page, .service-page) .faq-grid summary::-webkit-details-marker{display:none}
body:is(.sector-page, .service-page) .faq-grid summary::after{
  content:"+";
  float:right;
  color:var(--lf-red);
  font-weight:800;
  margin-left:12px;
}
body:is(.sector-page, .service-page) .faq-grid details[open] summary::after{content:"–"}
body:is(.sector-page, .service-page) .faq-grid details p{
  margin:0;
  padding:0 1.15rem 1.15rem;
  color:var(--lf-body);
  font-size:1.05rem;
  line-height:1.65;
  max-width:68ch;
}

/* =============================================================================
   Related routes — pathway-card language
   ============================================================================= */
body:is(.sector-page, .service-page) .lp-related,
body:is(.sector-page, .service-page) .lf-related{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:var(--lf-gap);
  max-width:none;
  margin:0;
}
body:is(.sector-page, .service-page) .lp-related a,
body:is(.sector-page, .service-page) .lf-related a{
  display:block;
  padding:1.15rem 1.2rem 1.25rem;
  border:var(--lf-card-border);
  border-radius:var(--lf-radius);
  background:#fff;
  box-shadow:var(--lf-card-shadow);
  text-decoration:none;
  transition:border-color .2s ease, box-shadow .2s ease;
  min-width:0;
}
body:is(.sector-page, .service-page) .lp-related a:hover,
body:is(.sector-page, .service-page) .lf-related a:hover{
  border-color:rgba(237,0,0,.42);
  box-shadow:0 0 0 1px rgba(237,0,0,.12), 0 12px 28px rgba(7,17,31,.06);
  transform:none;
}
body:is(.sector-page, .service-page) .lp-related .card-title,
body:is(.sector-page, .service-page) .lf-related .card-title{
  display:block;
  margin:0 0 4px;
  color:var(--lf-ink);
  font-family:var(--title);
  font-size:1.02rem;
  font-weight:750;
  letter-spacing:-.02em;
}
body:is(.sector-page, .service-page) .lp-related p,
body:is(.sector-page, .service-page) .lf-related p{
  margin:0;
  color:var(--lf-body);
  font-size:.9375rem;
  line-height:1.5;
}
@media (max-width:900px){
  body:is(.sector-page, .service-page) .lp-related,
  body:is(.sector-page, .service-page) .lf-related{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  body:is(.sector-page, .service-page) .lp-related,
  body:is(.sector-page, .service-page) .lf-related{grid-template-columns:1fr}
}

/* =============================================================================
   Final CTA — conversion band shell like home
   ============================================================================= */
body:is(.sector-page, .service-page) .conversion-band{
  padding-top:var(--lf-section-y) !important;
  padding-bottom:var(--lf-section-y) !important;
}
body:is(.sector-page, .service-page) .conversion-band h2{
  color:inherit;
  font-size:clamp(1.45rem, 2.8vw, 2rem);
  letter-spacing:-.03em;
}
body:is(.sector-page, .service-page) .conversion-band p{
  opacity:1 !important;
  max-width:48ch;
  color:inherit;
}
body:is(.sector-page, .service-page) .conversion-band-shell{
  max-width:var(--lf-max);
  margin-left:auto;
  margin-right:auto;
  border-radius:var(--lf-radius) !important;
  box-shadow:0 12px 32px rgba(7,17,31,.06) !important;
}
