:root {
  --service-accent: #174db9;
  --service-accent-rgb: 23, 77, 185;
}

.sp-page {
  color: #17243a;
  background: #fff;
}

.sp-page.green {
  --service-accent: #267842;
  --service-accent-rgb: 38, 120, 66;
}

.sp-page.orange {
  --service-accent: #ed641e;
  --service-accent-rgb: 237, 100, 30;
}

.sp-hero {
  height: auto;
  aspect-ratio: 2048 / 683;
  min-height: 0;
  max-height: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071f40 center/cover no-repeat;
  color: #fff;
}

.sp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 19, 42, .96) 0%, rgba(4, 28, 58, .89) 42%, rgba(4, 28, 58, .30) 73%, rgba(4, 28, 58, .10) 100%);
}

.sp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 105px;
  background: linear-gradient(0deg, rgba(3, 18, 39, .78), transparent);
}

.sp-hero-content {
  position: relative;
  z-index: 2;
  width: 690px;
  padding: 36px 0 112px;
}

.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.2px;
  color: #9fc0ff;
}

.sp-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--service-accent);
}

.sp-hero h1 {
  margin: 15px 0 10px;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.sp-hero h1 span {
  color: #fff;
}

.sp-hero-subtitle {
  margin: 0 0 18px;
  color: #c9d8ed;
  font-size: 19px;
  font-weight: 700;
}

.sp-hero-copy {
  margin: 0;
  width: 620px;
  color: #dce6f4;
  font-size: 16px;
  line-height: 1.9;
}

.sp-hero-value {
  margin: 18px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--service-accent);
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.sp-actions {
  display: flex;
  gap: 12px;
  margin-top: 27px;
}

.sp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 22px;
  color: #fff;
  background: var(--service-accent);
  border: 1px solid var(--service-accent);
  font-size: 14px;
  font-weight: 800;
  transition: .2s;
}

.sp-button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, .65);
}

.sp-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.sp-process {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(1200px, calc(100% - 48px));
  color: #fff;
}

.sp-process span {
  min-height: 88px;
  padding: 20px 18px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  background: rgba(5, 30, 63, .78);
  backdrop-filter: blur(5px);
  font-size: 13px;
  line-height: 1.5;
}

.sp-process span:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.sp-process b { display: block; margin-bottom: 4px; color: #88adf5; font-size: 11px; }

.sp-section { padding: 86px 0; }
.sp-section.alt { background: #f6f8fc; }
.sp-section.dark { position: relative; overflow: hidden; color: #fff; background: #071f40; }
.sp-section.dark::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 40px 40px; }

.sp-section-heading {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.sp-section-heading.left { max-width: none; text-align: left; }
.sp-section-heading .number { display: block; margin-bottom: 8px; color: var(--service-accent); font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.sp-section-heading h2 { margin: 0 0 13px; color: #071f40; font-size: 34px; line-height: 1.3; }
.sp-section-heading p { margin: 0; color: #65738a; font-size: 15px; line-height: 1.85; }
.sp-section.dark .sp-section-heading h2, .sp-section.dark .sp-section-heading p { color: #fff; }
.sp-section.dark .sp-section-heading p { opacity: .72; }

.sp-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.sp-service-grid.three { grid-template-columns: repeat(3, 1fr); }
.sp-service-grid.four { grid-template-columns: repeat(2, 1fr); }
.sp-service-card { position: relative; overflow: hidden; padding: 32px; background: #fff; border: 1px solid #e4e9f1; box-shadow: 0 14px 40px rgba(8, 35, 72, .07); }
.sp-service-card::before { content: attr(data-index); position: absolute; right: 20px; top: 12px; color: rgba(var(--service-accent-rgb), .08); font-size: 76px; font-weight: 900; line-height: 1; }
.sp-service-card .tag { color: var(--service-accent); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.sp-service-card h3 { position: relative; margin: 10px 0 12px; color: #071f40; font-size: 23px; }
.sp-service-card > p { position: relative; min-height: 54px; margin: 0 0 20px; color: #667085; font-size: 14px; line-height: 1.75; }
.sp-service-card h4 { margin: 17px 0 9px; font-size: 14px; color: #26364f; }
.sp-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 17px; margin: 0; padding: 0; list-style: none; }
.sp-list.one { grid-template-columns: 1fr; }
.sp-list li { position: relative; padding-left: 16px; color: #57657b; font-size: 13px; line-height: 1.6; }
.sp-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--service-accent); }
.sp-card-quote { margin-top: 22px; padding: 14px 16px; background: rgba(var(--service-accent-rgb), .07); color: #243852; border-left: 3px solid var(--service-accent); font-size: 14px; line-height: 1.7; font-weight: 700; }
.sp-text-link { display: inline-flex; margin-top: 19px; color: var(--service-accent); font-size: 13px; font-weight: 800; }

.sp-advantage-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sp-advantage { padding: 30px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); }
.sp-advantage em { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 19px; border-radius: 50%; color: #fff; background: var(--service-accent); font-style: normal; font-size: 18px; font-weight: 800; }
.sp-advantage h3 { margin: 0 0 11px; color: #fff; font-size: 20px; line-height: 1.45; }
.sp-advantage > p { min-height: 73px; margin: 0 0 18px; color: #b9c7da; font-size: 14px; line-height: 1.75; }
.sp-advantage .sp-list li { color: #d1dae7; }
.sp-advantage .sp-list li::before { background: #7da4ef; }
.sp-wide-note { position: relative; margin-top: 24px; padding: 22px 27px; color: #eaf1fb; background: rgba(var(--service-accent-rgb), .20); border-left: 3px solid var(--service-accent); font-size: 16px; line-height: 1.75; text-align: center; font-weight: 700; }

.sp-feature-layout { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; }
.sp-feature-nav { position: sticky; top: 95px; padding: 20px; background: #071f40; color: #fff; }
.sp-feature-nav h3 { margin: 0 0 15px; font-size: 19px; }
.sp-feature-nav a { display: block; padding: 12px 13px; border-top: 1px solid rgba(255,255,255,.12); color: #bfccdd; font-size: 13px; }
.sp-feature-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.sp-feature-content { display: grid; gap: 18px; }
.sp-feature { padding: 28px; background: #fff; border: 1px solid #e3e8f0; }
.sp-feature h3 { margin: 0 0 9px; color: #071f40; font-size: 20px; }
.sp-feature p { margin: 0 0 14px; color: #65738a; font-size: 14px; line-height: 1.75; }

.sp-research-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.sp-research-grid.three { grid-template-columns: repeat(3, 1fr); }
.sp-research-card { padding: 28px; background: #fff; border-top: 3px solid var(--service-accent); box-shadow: 0 12px 35px rgba(8, 35, 72, .06); }
.sp-research-card h3 { margin: 0 0 17px; color: #071f40; font-size: 19px; }
.sp-question-list { margin: 0; padding: 0; list-style: none; }
.sp-question-list li { padding: 10px 0 10px 22px; position: relative; border-top: 1px solid #edf0f5; color: #526079; font-size: 13px; line-height: 1.6; }
.sp-question-list li a { display: block; transition: color .2s, transform .2s; }
.sp-question-list li a:hover { color: var(--service-accent); transform: translateX(3px); }
.sp-question-list li::before { content: "?"; position: absolute; left: 0; color: var(--service-accent); font-weight: 900; }

.sp-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sp-case-card { overflow: hidden; background: #fff; border: 1px solid #e2e7ef; box-shadow: 0 12px 35px rgba(8,35,72,.07); }
.sp-case-card img { width: 100%; height: 225px; object-fit: cover; transition: .35s; }
.sp-case-card:hover img { transform: scale(1.04); }
.sp-case-card > div { padding: 22px; }
.sp-case-card small { color: var(--service-accent); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.sp-case-card h3 { min-height: 50px; margin: 8px 0; color: #071f40; font-size: 19px; line-height: 1.4; }
.sp-case-card p { min-height: 45px; margin: 0 0 12px; color: #69768a; font-size: 13px; line-height: 1.65; }
.sp-case-card span { color: var(--service-accent); font-size: 13px; font-weight: 800; }
.sp-case-empty { grid-column: 1/-1; padding: 50px; text-align: center; color: #98a2b3; background: #f7f9fc; }

.sp-contact { padding: 62px 0; background: linear-gradient(110deg, #eaf2ff, #f8fbff 55%, rgba(var(--service-accent-rgb), .12)); }
.sp-contact-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.sp-contact h2 { margin: 8px 0 12px; color: #071f40; font-size: 30px; }
.sp-contact-copy { max-width: 720px; margin: 0; color: #607087; font-size: 14px; line-height: 1.8; }
.sp-contact-number { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.sp-contact-number strong { color: #071f40; font-size: 25px; }
.sp-contact-number span { color: #526079; font-size: 16px; font-weight: 700; }
.sp-contact .sp-button.secondary { color: var(--service-accent); border-color: var(--service-accent); }

@media (max-width: 1000px) {
  .sp-hero-content { padding: 26px 0; }
  .sp-hero-copy, .sp-hero-value, .sp-process { display: none; }
  .sp-service-grid.three, .sp-advantage-grid, .sp-research-grid.three { grid-template-columns: 1fr; }
  .sp-process { grid-template-columns: repeat(3, 1fr); }
  .sp-process span:nth-child(n+4) { display: none; }
  .sp-feature-layout { grid-template-columns: 1fr; }
  .sp-feature-nav { position: static; }
}

@media (max-width: 760px) {
  .sp-hero { height: 56vw; aspect-ratio: auto; min-height: 220px; max-height: none; align-items: center; background-position: 62% center; }
  .sp-hero::before { background: rgba(3, 20, 44, .88); }
  .sp-hero-content { width: auto; padding: 28px 0; }
  .sp-hero h1 { margin-top: 10px; font-size: 30px; }
  .sp-hero-subtitle { margin-bottom: 0; font-size: 14px; line-height: 1.5; }
  .sp-hero-copy, .sp-hero-value, .sp-hero .sp-actions, .sp-process { display: none; }
  .sp-actions { flex-wrap: wrap; }
  .sp-button { min-width: 135px; padding: 12px 16px; }
  .sp-section { padding: 56px 0; }
  .sp-section-heading { margin-bottom: 29px; text-align: left; }
  .sp-section-heading h2 { font-size: 27px; }
  .sp-service-grid, .sp-service-grid.four, .sp-research-grid, .sp-case-grid { grid-template-columns: 1fr; }
  .sp-service-card { padding: 25px 21px; }
  .sp-list { grid-template-columns: 1fr; }
  .sp-case-card img { height: 210px; }
  .sp-contact-inner { grid-template-columns: 1fr; gap: 28px; }
  .sp-contact h2 { font-size: 25px; }
  .sp-contact-number { flex-wrap: wrap; }
}

/* Industrial cost-reduction solution detail pages. */
.solution-page { background: #fff; }
.solution-hero h1 { max-width: 1020px; font-size: 44px; letter-spacing: 1px; }
.solution-process a { display: block; width: 100%; height: 100%; }
.solution-process span { transition: background-color .25s ease, transform .25s ease; }
.solution-process span:hover { background: rgba(var(--service-accent-rgb),.35); }
.solution-section { scroll-margin-top: 86px; }
.solution-section.alt { background: #f6f8fc; }
.solution-shell { max-width: 980px; }
.solution-section .sp-section-heading { max-width: 900px; margin-bottom: 34px; }
.solution-prose { color: #3c4b61; font-size: 16px; line-height: 1.95; }
.solution-prose p { margin: 0 0 18px; }
.solution-prose h3 { position: relative; margin: 34px 0 16px; padding-left: 17px; color: #092a59; font-size: 22px; line-height: 1.5; }
.solution-prose h3::before { content: ""; position: absolute; left: 0; top: .3em; bottom: .3em; width: 4px; background: var(--service-accent); }
.solution-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 28px; margin: 0 0 24px; padding: 20px 24px 20px 45px; border: 1px solid #e1e8f2; background: #fff; box-shadow: 0 12px 32px rgba(8,35,72,.05); }
.solution-list li { padding-left: 4px; color: #536176; line-height: 1.75; }
.solution-list li::marker { color: var(--service-accent); }
.solution-emphasis { margin: 24px 0!important; padding: 19px 22px; border-left: 4px solid #f06419; background: linear-gradient(90deg,#eef4ff,#f8fbff); color: #082b5c; font-size: 18px; line-height: 1.75; font-weight: 800; }
.solution-section-action { margin-top: 30px; }
.solution-section-action .sp-button.secondary { color: var(--service-accent); border-color: var(--service-accent); }
.sp-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sp-solution-card { position: relative; min-height: 220px; padding: 30px 28px; overflow: hidden; border: 1px solid #dce4ef; background: #fff; transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease; }
.sp-solution-card::after { content: ""; position: absolute; top: -38px; right: -34px; width: 98px; height: 98px; border-radius: 50%; background: rgba(var(--service-accent-rgb),.09); transition: transform .3s ease; }
.sp-solution-card:hover { transform: translateY(-7px); border-color: rgba(var(--service-accent-rgb),.5); box-shadow: 0 22px 48px rgba(8,35,72,.13); }
.sp-solution-card:hover::after { transform: scale(1.18); }
.sp-solution-card small { color: var(--service-accent); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.sp-solution-card h3 { margin: 16px 0 10px; color: #10213d; font-size: 22px; line-height: 1.45; }
.sp-solution-card p { min-height: 52px; margin: 0 0 24px; color: #67758a; font-size: 14px; line-height: 1.8; }
.sp-solution-card span { color: var(--service-accent); font-size: 14px; font-weight: 900; }

@media (max-width: 760px) {
  .solution-hero h1 { font-size: 27px!important; line-height: 1.3; }
  .solution-hero .sp-hero-subtitle { font-size: 15px; }
  .solution-shell { width: calc(100% - 40px); }
  .solution-section { padding: 54px 0; }
  .solution-prose { font-size: 15px; line-height: 1.85; }
  .solution-prose h3 { margin-top: 28px; font-size: 19px; }
  .solution-list { grid-template-columns: 1fr; padding: 17px 18px 17px 38px; }
  .solution-emphasis { padding: 16px 17px; font-size: 16px; }
  .sp-solution-grid { grid-template-columns: 1fr; }
  .sp-solution-card { min-height: 0; padding: 25px 22px; }
  .sp-solution-card p { min-height: 0; }
}

/* Unified hero geometry, alignment and phone treatment across all new pages. */
.sp-hero { height: 33.35vw; aspect-ratio: auto; min-height: 0; }
.sp-page .sp-hero-content { width: 900px; padding: 28px 0 104px; }
.sp-page .sp-hero h1 { font-size: 48px; }
.sp-hero .sp-actions { display: none; }
.sp-hero-phone { position: absolute; top: 30px; right: 0; display: grid; grid-template-columns: auto auto; gap: 4px 13px; min-width: 245px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.24); background: rgba(3,25,55,.72); box-shadow: 0 12px 28px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.sp-hero-phone span { grid-row: 1/3; align-self: center; padding-right: 13px; border-right: 1px solid rgba(255,255,255,.25); color: #b9cae1; font-size: 12px; font-weight: 700; }
.sp-hero-phone a { color: #fff; font-size: 17px; line-height: 1.25; font-weight: 900; letter-spacing: .4px; }
.sp-hero-phone a:first-of-type { color: #ffad72; }
.sp-hero-phone a:hover { color: #ffd0ad; }

/* Deliberate hover feedback for the principal interactive content blocks. */
.sp-service-card,.sp-advantage,.sp-feature,.sp-research-card,.sp-case-card,.sp-wide-note,.sp-process span { transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease; }
.sp-service-card::before,.sp-advantage em,.sp-card-quote { transition: transform .35s ease,background-color .28s ease,color .28s ease; }
.sp-service-card:hover,.sp-feature:hover,.sp-research-card:hover,.sp-case-card:hover { transform: translateY(-7px); border-color: rgba(var(--service-accent-rgb),.45); box-shadow: 0 22px 48px rgba(8,35,72,.14); }
.sp-service-card:hover::before { transform: translate(-5px,5px) scale(1.08); color: rgba(var(--service-accent-rgb),.14); }
.sp-service-card:hover .sp-card-quote { transform: translateX(4px); background: rgba(var(--service-accent-rgb),.12); }
.sp-advantage:hover { transform: translateY(-7px); border-color: rgba(var(--service-accent-rgb),.7); background: rgba(255,255,255,.10); box-shadow: 0 18px 38px rgba(0,0,0,.18); }
.sp-advantage:hover em { transform: rotate(7deg) scale(1.08); }
.sp-feature:hover { border-left: 4px solid var(--service-accent); }
.sp-research-card:hover h3,.sp-case-card:hover h3 { color: var(--service-accent); }
.sp-process span:hover { transform: translateY(-4px); background: rgba(var(--service-accent-rgb),.28); }
.sp-wide-note:hover { transform: translateY(-3px); background: rgba(var(--service-accent-rgb),.28); }

@media (max-width: 1000px) {
  .sp-page .sp-hero-content { width: min(900px, calc(100% - 48px)); }
  .sp-hero-phone { top: 22px; right: 0; }
}
@media (max-width: 760px) {
  .sp-hero { height: 330px; min-height: 330px; }
  .sp-page .sp-hero-content { width: calc(100% - 30px); padding: 25px 0; }
  .sp-page .sp-hero h1 { font-size: 28px; }
  .sp-hero-phone { position: static; display: grid; grid-template-columns: auto 1fr; gap: 5px 10px; width: max-content; min-width: 0; margin-top: 15px; padding: 10px 13px; }
  .sp-hero-phone span { grid-row: 1/3; }
  .sp-hero-phone a { font-size: 16px; }
  .sp-service-card:hover,.sp-advantage:hover,.sp-feature:hover,.sp-research-card:hover,.sp-case-card:hover { transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  .sp-service-card,.sp-advantage,.sp-feature,.sp-research-card,.sp-case-card,.sp-wide-note,.sp-process span,.sp-service-card::before,.sp-advantage em,.sp-card-quote { transition: none!important; transform: none!important; }
}

/* Final unified banner treatment: same overlay, phone anchor and emphasis on all four new pages. */
.sp-hero::before {
  background: linear-gradient(90deg, rgba(3,19,42,.94) 0%, rgba(4,28,58,.86) 45%, rgba(4,28,58,.38) 74%, rgba(4,28,58,.12) 100%);
}
.sp-page .sp-hero-content { padding: 22px 0 92px; }
.sp-page .sp-eyebrow { font-size: 12px; line-height: 1.4; letter-spacing: 2.2px; }
.sp-page .sp-hero h1 { font-size: 48px; line-height: 1.2; }
.sp-page .sp-hero-subtitle { margin-bottom: 9px; font-size: 21px; line-height: 1.45; }
.sp-page .sp-hero-copy { width: 720px; font-size: 14px; line-height: 1.65; }
.sp-hero-subtitle strong,
.sp-hero-value strong {
  color: #ff912f;
  font-weight: 900;
  text-shadow: 0 3px 16px rgba(0,0,0,.28);
}
.sp-hero > .sp-hero-phone,
.sp-hero > .zf-home-hero-phone {
  position: absolute;
  z-index: 4;
  left: max(24px, calc((100% - 1200px) / 2));
  right: auto;
  top: auto;
  bottom: 103px;
  display: flex;
  align-items: center;
  gap: 13px;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 3px solid #f06419;
  border-radius: 3px;
  background: rgba(3,25,55,.58);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}
.sp-hero > .sp-hero-phone span,
.sp-hero > .zf-home-hero-phone span {
  grid-row: auto;
  align-self: center;
  padding: 0;
  border: 0;
  color: #dbe8fb;
  font-size: 14px;
  font-weight: 700;
}
.sp-hero > .sp-hero-phone a,
.sp-hero > .zf-home-hero-phone a {
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .5px;
  text-shadow: 0 3px 16px rgba(0,0,0,.28);
}
.sp-hero > .sp-hero-phone a:first-of-type,
.sp-hero > .zf-home-hero-phone a:first-of-type { color: #ff9a50; }
.sp-hero > .sp-hero-phone a + a {
  padding-left: 13px;
  border-left: 1px solid rgba(255,255,255,.32);
}
.sp-hero > .zf-home-hero-phone i {
  width: 1px;
  height: 29px;
  background: rgba(255,255,255,.32);
}

@media (max-width: 760px) {
  .sp-hero::before { background: linear-gradient(90deg, rgba(3,20,44,.95), rgba(3,20,44,.84)); }
  .sp-page .sp-hero-content,
  .zf-home-service-hero .sp-hero-content {
    width: calc(100% - 48px);
    max-width: none;
    margin: 0 auto;
    padding: 24px 0 96px;
  }
  .sp-page .sp-eyebrow { font-size: 11px; letter-spacing: 1.7px; }
  .sp-page .sp-hero h1 { margin: 10px 0 7px; font-size: 28px; line-height: 1.3; }
  .sp-page .sp-hero-subtitle { margin: 0; font-size: 16px; line-height: 1.5; }
  .sp-hero > .sp-hero-phone,
  .sp-hero > .zf-home-hero-phone {
    left: 24px;
    bottom: 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 10px;
    padding: 9px 12px;
  }
  .sp-hero > .sp-hero-phone span,
  .sp-hero > .zf-home-hero-phone span {
    grid-row: 1 / 3;
    padding-right: 10px;
    border-right: 1px solid rgba(255,255,255,.28);
    font-size: 12px;
  }
  .sp-hero > .sp-hero-phone a,
  .sp-hero > .zf-home-hero-phone a { font-size: 19px; }
  .sp-hero > .sp-hero-phone a + a { padding-left: 0; border-left: 0; }
  .sp-hero > .zf-home-hero-phone i { display: none; }
}

/* 2026-08 final hero typography, contrast and in-flow phone alignment. */
.sp-hero::before {
  background: linear-gradient(90deg,rgba(3,19,42,.985) 0%,rgba(4,28,58,.95) 48%,rgba(4,28,58,.76) 76%,rgba(4,28,58,.48) 100%);
}
.sp-page .sp-hero-content { padding: 18px 0 92px; }
.sp-page .sp-eyebrow { font-size: 14px; letter-spacing: 2.35px; }
.sp-page .sp-hero-subtitle { margin-bottom: 11px; font-size: 24px; }
.sp-page .sp-hero-copy { width: 760px; font-size: 16px; line-height: 1.7; }
.sp-hero-content > .sp-hero-phone,
.sp-hero-content > .zf-home-hero-phone {
  position: static;
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  min-width: 0;
  margin: 15px 0 0;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-left: 3px solid #f06419;
  border-radius: 3px;
  background: rgba(3,25,55,.72);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}
.sp-hero-content > .sp-hero-phone span,
.sp-hero-content > .zf-home-hero-phone span { padding: 0; border: 0; color: #dbe8fb; font-size: 14px; font-weight: 700; }
.sp-hero-content > .sp-hero-phone a,
.sp-hero-content > .zf-home-hero-phone a { color: #fff; font-size: 27px; line-height: 1.1; font-weight: 900; letter-spacing: .5px; text-shadow: 0 3px 16px rgba(0,0,0,.3); }
.sp-hero-content > .sp-hero-phone a:first-of-type,
.sp-hero-content > .zf-home-hero-phone a:first-of-type { color: #ff9a50; }
.sp-hero-content > .sp-hero-phone a + a { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.32); }

/* Motion feedback for the newly-built solution detail pages. */
.solution-prose h3,.solution-list,.solution-emphasis,.solution-section-action .sp-button { transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease,color .28s ease; }
@media (hover:hover) {
  .solution-prose h3:hover { transform: translateX(7px); color: var(--service-accent); }
  .solution-list:hover { transform: translateY(-4px); border-color: rgba(var(--service-accent-rgb),.42); box-shadow: 0 18px 42px rgba(8,35,72,.12); }
  .solution-emphasis:hover { transform: translateX(6px); box-shadow: 0 14px 34px rgba(8,35,72,.10); }
  .solution-section-action .sp-button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(var(--service-accent-rgb),.22); }
}

@media (max-width:760px) {
  .sp-hero::before { background: linear-gradient(90deg,rgba(3,20,44,.985),rgba(3,20,44,.94)); }
  .sp-page .sp-hero-content { width: calc(100% - 48px); padding: 22px 0 78px; }
  .sp-page .sp-eyebrow { font-size: 12px; letter-spacing: 1.8px; }
  .sp-page .sp-hero h1 { font-size: 28px; }
  .sp-page .sp-hero-subtitle { font-size: 18px; line-height: 1.5; }
  .sp-hero-content > .sp-hero-phone,
  .sp-hero-content > .zf-home-hero-phone { display: grid; grid-template-columns: auto 1fr; gap: 5px 10px; margin-top: 14px; padding: 9px 12px; }
  .sp-hero-content > .sp-hero-phone span,
  .sp-hero-content > .zf-home-hero-phone span { grid-row: 1 / 3; padding-right: 10px; border-right: 1px solid rgba(255,255,255,.28); font-size: 12px; }
  .sp-hero-content > .sp-hero-phone a,
  .sp-hero-content > .zf-home-hero-phone a { font-size: 19px; }
  .sp-hero-content > .sp-hero-phone a + a { padding-left: 0; border-left: 0; }
}

/* 2026-08-05: PC banner copy moves a little left; left overlay stays deep for readability, right side stays clearer. */
.sp-hero::before,
.zf-home-service-hero::before {
  background: linear-gradient(90deg, rgba(3,19,42,.985) 0%, rgba(4,28,58,.95) 46%, rgba(4,28,58,.56) 76%, rgba(4,28,58,.30) 100%)!important;
}

@media (min-width:761px) {
  .sp-hero > .zf-shell.sp-hero-content {
    margin-left: max(24px, calc((100% - 1200px) / 2 + 68px));
    margin-right: auto;
  }
}

@media (max-width:760px) {
  .sp-hero::before,
  .zf-home-service-hero::before {
    background: linear-gradient(90deg, rgba(3,20,44,.90), rgba(3,20,44,.78))!important;
  }
}
