
:root {
  --sub-navy: #08152a;
  --sub-ink: #111827;
  --sub-muted: #627086;
  --sub-red: #ed143d;
  --sub-line: rgba(17, 24, 39, 0.10);
  --sub-soft: #f5f7fb;
  --sub-card: rgba(255, 255, 255, 0.88);
}

.subservice-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(237, 20, 61, 0.10), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(8, 21, 42, 0.08), transparent 30%),
    linear-gradient(180deg, #f8f9fc 0%, #ffffff 42%, #f4f6fb 100%);
}

.subservice-page .shell {
  width: min(1520px, calc(100% - 44px));
}

.sub-hero {
  position: relative;
  isolation: isolate;
  padding: 86px 0 64px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 21, 42, 0.98), rgba(24, 32, 53, 0.96) 52%, rgba(75, 30, 45, 0.92)),
    radial-gradient(circle at 18% 20%, rgba(237, 20, 61, 0.25), transparent 28%);
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, black, transparent 85%);
}

.sub-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -170px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(237, 20, 61, 0.22), transparent 66%);
  z-index: -1;
}

.sub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 390px;
  gap: 46px;
  align-items: center;
}

.sub-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sub-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.sub-hero .sub-eyebrow {
  color: #ff7c91;
}

.sub-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 78px);
  line-height: .96;
  letter-spacing: -.065em;
}

.sub-hero p {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.72;
}

.sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sub-btn:hover { transform: translateY(-2px); }
.sub-btn.primary { background: var(--sub-red); color: #fff; box-shadow: 0 20px 44px rgba(237,20,61,.25); }
.sub-btn.secondary { background: #fff; color: #121525; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }

.sub-logo-card {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 36px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.sub-logo-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
}

.sub-logo-card::after {
  content: "Approval route";
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sub-logo-card img {
  position: relative;
  z-index: 1;
  width: 128px;
  height: 128px;
  object-fit: contain;
  padding: 14px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(0,0,0,.22);
}

.sub-logo-card strong {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.25;
}

.sub-logo-card span {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.5;
}

.sub-route-snapshot {
  padding: 0 0 42px;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.sub-route-shell {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 34px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 34px 90px rgba(12, 18, 34, .13);
  backdrop-filter: blur(18px);
}

.sub-route-intro {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #f7f9fd);
  border: 1px solid rgba(17, 24, 39, .07);
}

.sub-route-intro h2,
.sub-support-copy h2,
.sub-section h2,
.sub-cta h2 {
  margin: 0;
  color: var(--sub-ink);
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.sub-route-intro p,
.sub-support-copy p,
.sub-section p {
  color: var(--sub-muted);
  font-size: 16.5px;
  line-height: 1.75;
}

.sub-route-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sub-route-cards article {
  position: relative;
  min-height: 210px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  background: #101827;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 46px rgba(10, 18, 32, .16);
}

.sub-route-cards article:nth-child(even) { background: #ffffff; color: var(--sub-ink); border-color: rgba(17,24,39,.08); }
.sub-route-cards article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  border: 18px solid rgba(237, 20, 61, .16);
}
.sub-route-cards b { display: block; color: var(--sub-red); font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.sub-route-cards span { display: block; margin-top: 20px; color: currentColor; opacity: .62; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 950; }
.sub-route-cards strong { display: block; margin-top: 10px; font-size: 17px; line-height: 1.25; }

.sub-section { position: relative; padding: 78px 0; }
.sub-section + .sub-section { border-top: 1px solid rgba(17, 24, 39, .04); }
.sub-muted { background: linear-gradient(180deg, #f6f8fc, #ffffff); }

.sub-two-col {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: center;
}

.sub-two-col.align-start { align-items: start; }

.sub-benefits {
  display: grid;
  gap: 16px;
}

.sub-benefits article {
  position: relative;
  padding: 24px 24px 24px 86px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 18px 50px rgba(18,21,37,.08);
  overflow: hidden;
}

.sub-benefits article::before {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
  font-weight: 950;
}

.sub-benefits span { color: var(--sub-red); font-weight: 950; font-size: 12px; }
.sub-benefits strong { display: block; margin-top: 8px; color: var(--sub-ink); font-size: 18px; line-height: 1.35; }

.sub-section-head { max-width: 840px; margin-bottom: 30px; }
.sub-tags { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.sub-tags span {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: end;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  font-weight: 950;
  color: var(--sub-ink);
  box-shadow: 0 14px 38px rgba(18,21,37,.06);
  overflow: hidden;
}
.sub-tags span::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 18px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(237,20,61,.95), rgba(237,20,61,.55));
  box-shadow: 0 12px 26px rgba(237,20,61,.22);
}

.sub-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sub-process::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(237,20,61,.38), rgba(8,21,42,.28), transparent);
}
.sub-process article {
  position: relative;
  min-height: 210px;
  padding: 72px 22px 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 18px 46px rgba(18,21,37,.075);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.sub-process article:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(18,21,37,.12); }
.sub-process article::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  border: 10px solid rgba(237,20,61,.16);
  box-shadow: 0 0 0 1px rgba(237,20,61,.14);
}
.sub-process em { position: absolute; top: 30px; right: 22px; color: var(--sub-red); font-style: normal; font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.sub-process strong { display: block; margin-top: 10px; color: var(--sub-ink); font-size: 20px; line-height: 1.24; }
.sub-process p { margin-bottom: 0; font-size: 14.5px; line-height: 1.62; }

.sub-support-panel {
  padding: 78px 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(237,20,61,.10), transparent 28%),
    linear-gradient(135deg, #101827, #172238);
  color: #fff;
}
.sub-support-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}
.sub-support-copy {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.sub-support-copy h2 { color: #fff; }
.sub-support-copy p { color: rgba(255,255,255,.72); }
.sub-support-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sub-support-list article {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}
.sub-support-list span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  background: #fff;
  color: var(--sub-red);
  font-size: 22px;
  font-weight: 950;
}
.sub-support-list strong { display: block; font-size: 18px; line-height: 1.25; }
.sub-support-list small { display: block; margin-top: 8px; color: rgba(255,255,255,.68); line-height: 1.5; }

.sub-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: checklist;
}
.sub-checklist li {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  color: #4e586f;
  font-weight: 850;
  line-height: 1.45;
  box-shadow: 0 12px 32px rgba(18,21,37,.05);
}
.sub-checklist span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
}

.sub-faq { display: grid; gap: 12px; }
.sub-faq details {
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(18,21,37,.055);
}
.sub-faq summary {
  position: relative;
  cursor: pointer;
  padding: 20px 56px 20px 22px;
  font-weight: 950;
  color: var(--sub-ink);
  list-style: none;
}
.sub-faq summary::-webkit-details-marker { display: none; }
.sub-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
  font-weight: 950;
}
.sub-faq details[open] summary::after { content: "−"; }
.sub-faq details p { margin: 0; padding: 0 22px 20px; font-size: 15px; line-height: 1.65; }

.sub-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sub-related-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 16px 42px rgba(18,21,37,.07);
  overflow: hidden;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.sub-related-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(18,21,37,.11); }
.sub-related-card::after {
  content: "→";
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: var(--sub-red);
  font-size: 24px;
  font-weight: 950;
}
.sub-related-card span { color: var(--sub-red); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.sub-related-card strong { display: block; margin-top: 14px; color: var(--sub-ink); font-size: 21px; line-height: 1.18; }
.sub-related-card small { display: block; margin-top: 10px; color: var(--sub-muted); line-height: 1.55; }

.sub-cta {
  position: relative;
  padding: 84px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #101827, #222b43 58%, #3a1826);
}
.sub-cta::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.10);
  pointer-events: none;
}
.sub-cta h2 { color: #fff; }
.sub-cta p { max-width: 760px; margin: 18px auto 28px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }

@media (max-width: 1180px) {
  .sub-route-shell,
  .sub-support-grid,
  .sub-hero-grid,
  .sub-two-col { grid-template-columns: 1fr; }
  .sub-route-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .sub-logo-card { min-height: auto; }
  .sub-tags, .sub-process, .sub-related { grid-template-columns: 1fr 1fr; }
  .sub-support-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .subservice-page .shell { width: min(100% - 28px, 1520px); }
  .sub-hero { padding-top: 60px; }
  .sub-route-cards,
  .sub-tags,
  .sub-process,
  .sub-related { grid-template-columns: 1fr; }
  .sub-section,
  .sub-support-panel { padding: 56px 0; }
  .sub-route-shell { padding: 14px; border-radius: 26px; }
  .sub-route-intro, .sub-support-copy { padding: 24px; }
}

/* Sub-service visual dashboard upgrade */
.sub-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 28px;
}

.sub-hero-metrics article {
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.sub-hero-metrics strong {
  display: block;
  color: #ff7c91;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
}

.sub-hero-metrics span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 850;
}

.sub-visual-lab {
  padding: 72px 0 86px;
  background:
    radial-gradient(circle at 14% 22%, rgba(237, 20, 61, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7f9fd);
}

.sub-visual-grid {
  display: grid;
  grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
  gap: 34px;
  align-items: center;
}

.sub-visual-device {
  position: relative;
  min-height: 520px;
  padding: 26px;
  border-radius: 38px;
  background: linear-gradient(145deg, #101827, #1d263d 64%, #351827);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 100px rgba(8, 21, 42, 0.22);
  overflow: hidden;
}

.sub-visual-device::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.10);
}

.sub-visual-device::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -84px;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  border: 36px solid rgba(237,20,61,.18);
}

.sub-device-topline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
}

.sub-device-topline span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
}

.sub-device-topline span:first-child { background: #ed143d; }

.sub-device-orbit {
  position: relative;
  z-index: 1;
  min-height: 300px;
  margin-top: 32px;
  display: grid;
  place-items: center;
}

.sub-device-orbit .orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  animation: subOrbitPulse 4s ease-in-out infinite;
}

.sub-device-orbit .orbit-one { width: 260px; height: 260px; }
.sub-device-orbit .orbit-two { width: 200px; height: 200px; animation-delay: .5s; }
.sub-device-orbit .orbit-three { width: 140px; height: 140px; animation-delay: 1s; }

.sub-device-logo {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.sub-device-logo img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.sub-device-bars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.sub-device-bars span {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  overflow: hidden;
}

.sub-device-bars span::before {
  content: "";
  display: block;
  height: 100%;
  width: 78%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ed143d, #ffffff);
  opacity: .78;
}

.sub-device-bars span:nth-child(2)::before { width: 62%; }
.sub-device-bars span:nth-child(3)::before { width: 88%; }

.sub-device-status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
}

.sub-device-status strong { font-size: 17px; }
.sub-device-status em {
  color: #ff8da0;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 950;
}

.sub-visual-copy {
  padding: 42px;
  border-radius: 38px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 24px 80px rgba(12, 18, 34, .09);
}

.sub-visual-copy h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(32px, 4.8vw, 68px);
  line-height: .96;
  letter-spacing: -.065em;
}

.sub-visual-copy p {
  max-width: 850px;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.sub-visual-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sub-visual-points article {
  min-height: 170px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 16px 42px rgba(12, 18, 34, .065);
}

.sub-visual-points b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(237,20,61,.10);
  color: #ed143d;
  font-size: 12px;
  letter-spacing: .08em;
}

.sub-visual-points strong {
  display: block;
  margin-top: 18px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.sub-visual-points small {
  display: block;
  margin-top: 8px;
  color: #667085;
  line-height: 1.5;
}

@keyframes subOrbitPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 1120px) {
  .sub-visual-grid { grid-template-columns: 1fr; }
  .sub-visual-device { min-height: 430px; }
}

@media (max-width: 760px) {
  .sub-hero-metrics,
  .sub-visual-points { grid-template-columns: 1fr; }
  .sub-visual-copy { padding: 26px; }
  .sub-device-status { align-items: flex-start; flex-direction: column; }
}


/* Editorial service guide layout */
.service-guide-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(237, 20, 61, .24), transparent 34%),
    linear-gradient(135deg, #071426 0%, #111a2d 56%, #341927 100%);
}

.service-guide-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
}

.service-guide-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
}

.service-guide-copy h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.055em;
}

.service-guide-copy p {
  max-width: 850px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.72;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.guide-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 900;
}

.guide-identity-card {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 36px 90px rgba(0,0,0,.28);
}

.guide-identity-card img {
  width: 126px;
  height: 126px;
  object-fit: contain;
  padding: 14px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(0,0,0,.22);
}

.guide-identity-card strong {
  display: block;
  margin-top: 22px;
  font-size: 21px;
  line-height: 1.25;
}

.guide-identity-card span {
  display: block;
  max-width: 250px;
  margin-top: 10px;
  color: rgba(255,255,255,.68);
  line-height: 1.5;
}

.guide-layout-section {
  padding: 72px 0 86px;
  background:
    radial-gradient(circle at 5% 5%, rgba(237,20,61,.07), transparent 28%),
    linear-gradient(180deg, #f8f9fc, #ffffff);
}

.guide-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.guide-toc {
  position: sticky;
  top: 116px;
}

.guide-toc-card {
  padding: 20px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 18px 48px rgba(18,21,37,.08);
}

.guide-toc-card > span {
  display: block;
  margin-bottom: 14px;
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.guide-toc-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  color: #263247;
  border-top: 1px solid rgba(18,21,37,.07);
  text-decoration: none;
  font-weight: 850;
  line-height: 1.25;
}

.guide-toc-card a::after { content: "→"; color: var(--sub-red); }
.guide-toc-card .toc-cta {
  justify-content: center;
  margin-top: 16px;
  padding: 13px 16px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
}
.guide-toc-card .toc-cta::after { display: none; }

.guide-article {
  display: grid;
  gap: 24px;
}

.guide-block,
.guide-question-panel {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 20px 60px rgba(18,21,37,.075);
}

.guide-muted {
  background: linear-gradient(135deg, #ffffff, #f5f7fb);
}

.guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guide-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.guide-block h2,
.guide-question-panel h2 {
  margin: 0;
  color: var(--sub-ink);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.guide-block p,
.guide-question-panel p {
  color: var(--sub-muted);
  font-size: 16.5px;
  line-height: 1.78;
}

.guide-highlight-row,
.guide-timeline-grid,
.guide-maintenance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.guide-highlight-row article,
.guide-timeline-grid article,
.guide-maintenance-grid article {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  box-shadow: 0 14px 38px rgba(18,21,37,.06);
}

.guide-highlight-row b {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
}

.guide-highlight-row strong,
.guide-timeline-grid strong,
.guide-maintenance-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--sub-ink);
  font-size: 18px;
  line-height: 1.25;
}

.guide-highlight-row small {
  display: block;
  margin-top: 9px;
  color: var(--sub-muted);
  line-height: 1.5;
}

.guide-definition-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 22px;
  border-radius: 28px;
  background: #101827;
  color: #fff;
}

.guide-definition-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  padding: 14px;
  border-radius: 24px;
  background: #fff;
}

.guide-definition-card strong { font-size: 22px; }
.guide-definition-card p { color: rgba(255,255,255,.72); margin-bottom: 0; }

.guide-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.guide-product-grid span {
  min-height: 86px;
  display: flex;
  align-items: end;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  color: var(--sub-ink);
  font-weight: 950;
  box-shadow: 0 12px 34px rgba(18,21,37,.055);
}

.guide-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.guide-document-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  color: #4e586f;
  font-weight: 850;
  line-height: 1.45;
}

.guide-document-list span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
}

.guide-process { margin-top: 30px; }

.guide-timeline-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.guide-timeline-grid article { position: relative; overflow: hidden; }
.guide-timeline-grid article::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sub-red), #111827);
}
.guide-timeline-grid p,
.guide-maintenance-grid p { font-size: 14.5px; line-height: 1.62; margin-bottom: 0; }

.guide-question-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at 90% 20%, rgba(237,20,61,.20), transparent 26%),
    linear-gradient(135deg, #101827, #1f2a43);
  color: #fff;
}
.guide-question-panel h2 { color: #fff; }
.guide-question-panel p { color: rgba(255,255,255,.72); max-width: 760px; margin-bottom: 0; }

.guide-maintenance-grid span {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: rgba(237,20,61,.10);
  color: var(--sub-red);
  font-size: 22px;
  font-weight: 950;
}

.guide-faq { margin-top: 24px; }

@media (max-width: 1180px) {
  .service-guide-hero-grid,
  .guide-layout { grid-template-columns: 1fr; }
  .guide-toc { position: relative; top: auto; }
  .guide-toc-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .guide-toc-card > span, .guide-toc-card .toc-cta { grid-column: 1 / -1; }
  .guide-timeline-grid, .guide-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .service-guide-hero { padding: 60px 0; }
  .guide-identity-card { min-height: auto; }
  .guide-highlight-row,
  .guide-timeline-grid,
  .guide-maintenance-grid,
  .guide-document-list,
  .guide-product-grid { grid-template-columns: 1fr; }
  .guide-definition-card,
  .guide-question-panel { grid-template-columns: 1fr; display: grid; }
  .guide-toc-card { grid-template-columns: 1fr; }
}


/* Sub service industry marquee */
.sub-industry-marquee {
  position: relative;
  z-index: 4;
  margin-top: -28px;
  padding: 0 0 34px;
}

.sub-industry-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 24px 70px rgba(12, 18, 34, .12);
  backdrop-filter: blur(18px);
}

.sub-industry-head {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #101827, #172238);
  color: #fff;
}

.sub-industry-head span {
  color: #ff7188;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sub-industry-head strong {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.sub-industry-track {
  position: relative;
  display: flex;
  gap: 12px;
  overflow: hidden;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.sub-industry-track:hover .sub-industry-lane {
  animation-play-state: paused;
}

.sub-industry-lane {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  animation: subIndustryMarquee 34s linear infinite;
}

.sub-industry-lane span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f7f9fd);
  border: 1px solid rgba(18, 21, 37, .09);
  color: #263044;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(18, 21, 37, .055);
}

.sub-industry-lane span::before {
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: rgba(237, 20, 61, .10);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  box-shadow: inset 0 0 0 1px rgba(237, 20, 61, .13);
}

@keyframes subIndustryMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 12px)); }
}

@media (max-width: 900px) {
  .sub-industry-marquee { margin-top: -18px; }
  .sub-industry-shell { grid-template-columns: 1fr; padding: 12px; border-radius: 22px; }
  .sub-industry-head { min-height: auto; padding: 16px; border-radius: 18px; }
  .sub-industry-lane { animation-duration: 26s; }
  .sub-industry-lane span { min-height: 42px; padding: 0 15px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .sub-industry-lane { animation: none; }
  .sub-industry-track { overflow-x: auto; mask-image: none; }
}


/* Industry marquee icon set */
.sub-industry-lane span[data-icon="appliance"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 7h6M9 17h6M12 11v2'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="power"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="electronics"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='11' rx='2'/%3E%3Cpath d='M8 21h8M12 16v5M8 9h2M14 9h2'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="wireless"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0M8.5 16a5 5 0 0 1 7 0M12 20h.01'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="telecom"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21V7M7 21h10M8 7a4 4 0 0 1 8 0M4 10a8 8 0 0 1 16 0M9 13h6'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="medical"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M3 12h18'/%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="food"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 2v20M11 2v8a4 4 0 0 1-8 0V2M17 2v20M17 2c3 2 4 5 4 8 0 2-1 4-4 4'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="cosmetic"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 8h8l1 13H7L8 8Z'/%3E%3Cpath d='M9 8V5a3 3 0 0 1 6 0v3M10 14h4'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="auto"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14l2-5h12l2 5v5h-2a2 2 0 0 1-4 0H10a2 2 0 0 1-4 0H4v-5Z'/%3E%3Cpath d='M7 14h.01M17 14h.01'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="construction"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21h16M6 21V8l6-4 6 4v13M9 21v-6h6v6'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="consumer"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h15l-2 9H8L6 7ZM6 7 5 3H2'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="industrial"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21V9l6 4V9l6 4V5h6v16H3Z'/%3E%3Cpath d='M7 17h2M12 17h2M17 17h2'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="trade"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M4 17h16M7 4l-3 3 3 3M17 14l3 3-3 3'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="identity"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Ccircle cx='10' cy='11' r='2'/%3E%3Cpath d='M7 16c1-2 5-2 6 0M15 10h2M15 14h2'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="agri"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21V9M12 9C8 9 5 7 4 3c4 0 7 2 8 6ZM12 12c4 0 7-2 8-6-4 0-7 2-8 6Z'/%3E%3C/svg%3E"); }
.sub-industry-lane span[data-icon="default"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 7.5-8 8-4.5-.5-8-3-8-8V7l8-4Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E"); }

/* TOC enrichment and CRS product table */
.guide-side-stack {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.guide-side-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f6f8fc);
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 16px 44px rgba(18, 21, 37, .075);
}

.guide-side-card > span {
  display: block;
  color: var(--sub-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.guide-side-card a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid rgba(18, 21, 37, .07);
  color: #1b2537;
  text-decoration: none;
}

.guide-side-card a:first-of-type { border-top: 0; }
.guide-side-card strong { display: block; font-size: 14px; line-height: 1.25; }
.guide-side-card small { display: block; color: #677085; line-height: 1.45; margin-top: 4px; }
.guide-side-card a:hover strong { color: var(--sub-red); }

.crs-products {
  overflow: hidden;
}

.crs-product-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 22px 0 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #111827;
  color: #fff;
}

.crs-product-toolbar span {
  font-weight: 950;
}

.crs-product-toolbar small {
  color: rgba(255, 255, 255, .72);
  font-weight: 750;
}

.crs-product-table-wrap {
  max-height: 620px;
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(18, 21, 37, .09);
  background: #fff;
}

.crs-product-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  font-size: 14px;
}

.crs-product-table th,
.crs-product-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(18, 21, 37, .075);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.crs-product-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f4f6fb;
  color: #111827;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.crs-product-table td:first-child {
  width: 68px;
  color: var(--sub-red);
  font-weight: 950;
}

.crs-product-table tr:hover td {
  background: rgba(237, 20, 61, .035);
}

@media (max-width: 1180px) {
  .guide-side-stack { grid-column: 1 / -1; }
  .guide-side-card { margin-top: 0; }
}

@media (max-width: 760px) {
  .crs-product-toolbar { align-items: flex-start; flex-direction: column; }
}

/* CRS page: pinned left guide and visual article cues */
.guide-layout {
  align-items: start;
}

.guide-toc {
  align-self: start;
}

@media (min-width: 1181px) {
  .guide-toc {
    position: sticky;
    top: 112px;
    max-height: calc(100vh - 132px);
    overflow: hidden;
  }

  .guide-article {
    min-width: 0;
  }
}

.crs-page .guide-toc-card,
.crs-page .guide-side-card {
  box-shadow: 0 18px 48px rgba(18, 21, 37, .07);
}

.crs-page .guide-toc-card a,
.crs-page .guide-side-card a {
  font-size: 13px;
}

.crs-page .crs-icon-section {
  position: relative;
  overflow: hidden;
}

.crs-page .crs-icon-section::before {
  content: "CRS";
  position: absolute;
  right: 28px;
  top: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #111827, var(--sub-red));
  box-shadow: 0 18px 36px rgba(237, 20, 61, .18);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
}

.crs-page .crs-icon-route::before { content: "IS"; }
.crs-page .crs-icon-check::before { content: "OK"; }
.crs-page .crs-icon-docs::before { content: "DOC"; }
.crs-page .crs-icon-process::before { content: "LAB"; }
.crs-page .crs-icon-products::before { content: "74"; }
.crs-page .crs-icon-renewal::before { content: "REN"; }
.crs-page .crs-icon-faq::before { content: "FAQ"; }

.crs-page .guide-block h2 {
  padding-right: 86px;
}

.crs-route-snapshot {
  background:
    radial-gradient(circle at 100% 0%, rgba(237, 20, 61, .10), transparent 30%),
    linear-gradient(135deg, #ffffff, #f7f9fd);
}

.crs-route-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.crs-route-cards article {
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 14px 36px rgba(18, 21, 37, .06);
  position: relative;
}

.crs-route-cards article::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--sub-red), rgba(17, 24, 39, .22));
}

.crs-route-cards article:last-child::after {
  display: none;
}

.crs-route-cards span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(237, 20, 61, .1);
  color: var(--sub-red);
  font-weight: 950;
  margin-bottom: 14px;
}

.crs-route-cards strong {
  display: block;
  color: #111827;
  margin-bottom: 8px;
}

.crs-route-cards p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #647085;
}

.crs-page .guide-highlight-row article,
.crs-page .guide-document-list article,
.crs-page .guide-product-grid article,
.crs-page .guide-timeline-grid article,
.crs-page .guide-maintenance-grid article {
  position: relative;
  padding-top: 58px;
}

.crs-page .guide-highlight-row article::before,
.crs-page .guide-document-list article::before,
.crs-page .guide-product-grid article::before,
.crs-page .guide-timeline-grid article::before,
.crs-page .guide-maintenance-grid article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(237, 20, 61, .92), rgba(17, 24, 39, .92));
  box-shadow: 0 0 0 8px rgba(237, 20, 61, .08);
}

.crs-page .guide-document-list article:nth-child(2n)::before,
.crs-page .guide-product-grid article:nth-child(2n)::before,
.crs-page .guide-timeline-grid article:nth-child(2n)::before {
  background: linear-gradient(135deg, #111827, #526075);
  box-shadow: 0 0 0 8px rgba(17, 24, 39, .07);
}

.crs-page .guide-maintenance-grid span {
  display: none;
}

.crs-page .crs-product-table td:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  margin-right: 10px;
  background: linear-gradient(135deg, var(--sub-red), #111827);
  vertical-align: -1px;
}

@media (max-width: 1180px) {
  .crs-route-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crs-route-cards article::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .crs-page .crs-icon-section::before {
    position: static;
    margin-bottom: 16px;
  }

  .crs-page .guide-block h2 {
    padding-right: 0;
  }

  .crs-route-cards {
    grid-template-columns: 1fr;
  }
}

.crs-requirement-visual {
  margin-top: 24px;
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff, #f5f7fb);
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 20px 54px rgba(18, 21, 37, .08);
  overflow: hidden;
}

.crs-requirement-visual img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}

/* CRS sidebar visibility and industry icon refinement */
@media (min-width: 1181px) {
  .guide-toc {
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(237, 20, 61, .35) transparent;
  }

  .guide-toc::-webkit-scrollbar {
    width: 5px;
  }

  .guide-toc::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(237, 20, 61, .35);
  }

  .guide-toc-card {
    padding: 18px;
    border-radius: 22px;
  }

  .guide-toc-card a {
    padding: 10px 0;
    font-size: 13px;
  }

  .guide-side-stack {
    gap: 12px;
    margin-top: 12px;
  }

  .guide-side-card {
    padding: 15px;
    border-radius: 20px;
  }

  .guide-side-card a {
    padding: 9px 0;
  }

  .guide-side-card strong {
    font-size: 13px;
  }

  .guide-side-card small {
    font-size: 12px;
    line-height: 1.35;
  }
}

.sub-industry-lane span[data-icon] {
  padding-left: 50px;
}

.sub-industry-lane span[data-icon]::before {
  width: 28px;
  height: 28px;
  left: 14px;
  background-color: rgba(237, 20, 61, .08);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(237, 20, 61, .12);
  border-radius: 12px;
}

/* Keep guide sidebar fully visible without nested scrolling */
@media (min-width: 1181px) {
  .guide-toc {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }

  .guide-toc-card {
    padding: 14px 16px !important;
    border-radius: 20px !important;
  }

  .guide-toc-card > span {
    margin-bottom: 8px !important;
    font-size: 10px !important;
  }

  .guide-toc-card a {
    padding: 7px 0 !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  .guide-toc-card .toc-cta {
    margin-top: 10px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
  }

  .guide-side-stack {
    gap: 9px !important;
    margin-top: 9px !important;
  }

  .guide-side-card {
    padding: 12px 14px !important;
    border-radius: 18px !important;
  }

  .guide-side-card > span {
    margin-bottom: 6px !important;
    font-size: 10px !important;
  }

  .guide-side-card a {
    padding: 6px 0 !important;
  }

  .guide-side-card strong {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .guide-side-card small {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-top: 2px !important;
  }
}

/* CRS commercial upgrade */
.crs-product-tools {
  margin: 22px 0 12px;
}

.crs-product-search {
  display: grid;
  gap: 8px;
}

.crs-product-search span {
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.crs-product-search input,
.guide-side-form input,
.guide-side-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 15px;
  padding: 13px 14px;
  font: inherit;
  color: #111827;
  background: #fff;
  outline: none;
}

.crs-product-search input:focus,
.guide-side-form input:focus,
.guide-side-form textarea:focus {
  border-color: rgba(237, 20, 61, .42);
  box-shadow: 0 0 0 4px rgba(237, 20, 61, .08);
}

.crs-product-link {
  color: #151a2d;
  font-weight: 900;
  text-decoration: none;
}

.crs-product-link:hover {
  color: var(--sub-red);
}

.crs-doc-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.crs-doc-checklist article {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 21, 37, .08);
}

.crs-doc-checklist span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(237, 20, 61, .09);
  color: var(--sub-red);
  font-size: 12px;
  font-weight: 950;
}

.crs-doc-checklist strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.3;
}

.crs-process-icons .guide-timeline-grid article {
  position: relative;
  padding-top: 72px;
}

.crs-process-icons .guide-timeline-grid article::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(237, 20, 61, .1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ed143d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 7.5-8 8-4.5-.5-8-3-8-8V7l8-4Z'/%3E%3C/svg%3E") center/22px no-repeat;
  border: 1px solid rgba(237, 20, 61, .16);
}

.crs-pricing-table-wrap,
.crs-timeline-groups {
  margin-top: 24px;
}

.crs-pricing-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid rgba(18, 21, 37, .09);
}

.crs-pricing-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: #fff;
}

.crs-pricing-table th,
.crs-pricing-table td {
  padding: 15px;
  border-bottom: 1px solid rgba(18, 21, 37, .08);
  text-align: left;
  vertical-align: top;
}

.crs-pricing-table th {
  background: #111827;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.crs-pricing-table td:first-child {
  color: var(--sub-red);
  font-weight: 950;
}

.crs-timeline-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.crs-timeline-groups article {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 16px 44px rgba(18, 21, 37, .06);
}

.crs-timeline-groups h3 {
  margin: 0 0 14px;
  color: #111827;
}

.crs-timeline-groups div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(18, 21, 37, .08);
}

.crs-timeline-groups span {
  font-weight: 850;
  color: #293348;
}

.crs-timeline-groups strong {
  color: var(--sub-red);
  text-align: right;
}

.guide-side-form {
  display: grid;
  gap: 9px;
}

.guide-side-form button {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--sub-red);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.crs-product-detail-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.crs-product-detail-card article {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18, 21, 37, .08);
}

.crs-product-detail-card span {
  display: block;
  color: var(--sub-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.crs-product-detail-card strong {
  color: #111827;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .crs-doc-checklist,
  .crs-timeline-groups,
  .crs-product-detail-card { grid-template-columns: 1fr; }
}

.crs-process-flow-visual {
  margin-top: 24px;
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff, #f5f7fb);
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 20px 54px rgba(18, 21, 37, .08);
  overflow: hidden;
}

.crs-process-flow-visual img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}


/* Generated DOCX service page refinements */
.generated-service-hero .service-guide-panel img {
  max-width: 122px;
  max-height: 122px;
  object-fit: contain;
  margin-bottom: 18px;
}
.service-generated-page .guide-definition-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,250,252,0.74));
}
.service-generated-page .guide-definition-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
}
.service-generated-page .guide-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-generated-page .guide-mini-card {
  position: relative;
  padding: 18px 18px 18px 46px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.055);
}
.service-generated-page .guide-mini-dot {
  position: absolute;
  left: 18px;
  top: 23px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #e8334d;
  box-shadow: 0 0 0 6px rgba(232, 51, 77, 0.12);
}
.service-generated-page .guide-mini-card h3 {
  margin: 0 0 7px;
  font-size: 0.98rem;
  color: #111827;
}
.service-generated-page .guide-mini-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: #657084;
}
.doc-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.doc-process-card {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}
.doc-process-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #e8334d;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.doc-process-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #111827;
}
.doc-process-card p {
  margin: 0;
  color: #657084;
  line-height: 1.58;
  font-size: 0.92rem;
}
@media (max-width: 900px) {
  .service-generated-page .guide-product-grid,
  .doc-process-grid {
    grid-template-columns: 1fr;
  }
  .service-generated-page .guide-definition-card {
    grid-template-columns: 1fr;
  }
}

/* Service guide sidebar readability upgrade */
.guide-toc-card {
  padding: 26px 24px;
}
.guide-toc-card > span,
.guide-side-card > span,
.guide-side-form > span {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  font-weight: 900;
  text-transform: uppercase;
}
.guide-toc-card a {
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 14px;
}
.guide-toc-card .toc-cta {
  margin-top: 10px;
  justify-content: center;
  font-size: 0.96rem;
  padding: 13px 16px;
}
.guide-side-card {
  padding: 23px 22px;
}
.guide-side-card a {
  font-size: 0.98rem;
  line-height: 1.42;
  padding: 13px 0;
}
.guide-side-news a strong {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 5px;
}
.guide-side-news a small {
  display: block;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(86, 96, 116, 0.94);
}
.guide-side-card h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}
.guide-side-card p {
  font-size: 0.95rem;
  line-height: 1.58;
}
.guide-side-form input,
.guide-side-form textarea {
  font-size: 0.95rem;
  padding: 13px 14px;
}
.guide-side-form button {
  font-size: 0.98rem;
  padding: 13px 16px;
}
@media (min-width: 980px) {
  .guide-layout {
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
    gap: 34px;
  }
}


/* Business & Legal deeper route pages */
.business-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.business-route-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  min-height: 150px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f7f9fd);
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 16px 42px rgba(12, 18, 34, .07);
  color: var(--sub-ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.business-route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 20, 61, .22);
  box-shadow: 0 26px 70px rgba(12, 18, 34, .12);
}
.business-route-card::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 18px solid rgba(237, 20, 61, .11);
}
.business-route-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(237, 20, 61, .10);
  color: var(--sub-red);
  font-size: 24px;
  font-weight: 950;
}
.business-route-card span:not(.business-route-icon) {
  display: inline-flex;
  width: max-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(8, 21, 42, .06);
  color: var(--sub-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.business-route-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.business-route-card small {
  display: block;
  margin-top: 8px;
  color: var(--sub-muted);
  font-size: 14px;
  line-height: 1.55;
}
.business-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.business-route-strip article {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 12px 32px rgba(12, 18, 34, .055);
}
.business-route-strip b {
  display: block;
  color: var(--sub-red);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.business-route-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.32;
}
@media (max-width: 900px) {
  .business-route-grid,
  .business-route-strip { grid-template-columns: 1fr; }
}
