
: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; }
}

/* Cross-page service content alignment */
.subservice-page .shell,
.service-guide-hero .shell,
.guide-layout-section .shell,
.sub-industry-marquee .shell,
.sub-cta .shell {
  width: min(1360px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.service-guide-hero {
  padding: clamp(54px, 7vw, 86px) 0 clamp(48px, 6vw, 74px);
}

.service-guide-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(24px, 4vw, 44px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.service-guide-copy,
.service-guide-copy p,
.service-guide-copy h1 {
  min-width: 0;
}

.service-guide-copy h1 {
  max-width: 900px;
  font-size: clamp(34px, 4.8vw, 64px);
}

.service-guide-copy p {
  max-width: 820px;
}

.guide-identity-card {
  width: 100%;
  min-height: 320px;
  align-content: center;
}

.guide-layout-section {
  padding: clamp(48px, 6vw, 72px) 0 clamp(62px, 7vw, 86px);
}

.guide-layout {
  grid-template-columns: minmax(270px, 320px) minmax(0, 920px);
  gap: clamp(20px, 3vw, 34px);
  justify-content: center;
  align-items: start;
}

.guide-toc,
.guide-article,
.guide-block,
.guide-question-panel {
  min-width: 0;
}

.guide-toc-card,
.guide-side-card,
.guide-block,
.guide-question-panel {
  box-sizing: border-box;
}

.guide-article {
  width: 100%;
  max-width: 920px;
}

.guide-block,
.guide-question-panel {
  padding: clamp(26px, 3vw, 40px);
  border-radius: clamp(24px, 3vw, 34px);
}

.guide-block h2,
.guide-question-panel h2 {
  max-width: 820px;
  font-size: clamp(26px, 2.8vw, 42px);
}

.guide-block p,
.guide-question-panel p {
  max-width: 820px;
}

.guide-highlight-row,
.guide-timeline-grid,
.guide-maintenance-grid,
.crs-process-grid,
.crs-doc-checklist,
.business-route-grid,
.sub-related,
.guide-product-grid,
.guide-document-list,
.business-route-strip {
  align-items: stretch;
}

.guide-highlight-row article,
.guide-timeline-grid article,
.guide-maintenance-grid article,
.crs-process-grid article,
.crs-doc-checklist article,
.business-route-card,
.sub-related-card,
.business-route-strip article {
  height: 100%;
  min-width: 0;
}

.guide-definition-card,
.crs-product-table-wrap,
.sub-industry-shell,
.sub-cta .shell {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.crs-product-table-wrap {
  overflow-x: auto;
}

.crs-product-table {
  width: 100%;
  min-width: 720px;
}

.guide-side-form input,
.guide-side-form textarea,
.contact-form input,
.contact-form textarea,
.contact-form select,
form input,
form textarea,
form select {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .service-guide-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .guide-layout {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .subservice-page .shell,
  .service-guide-hero .shell,
  .guide-layout-section .shell,
  .sub-industry-marquee .shell,
  .sub-cta .shell {
    width: min(100% - 28px, 1360px);
  }

  .service-guide-hero {
    padding: 44px 0 42px;
  }

  .service-guide-hero-grid,
  .sub-hero-grid,
  .sub-route-shell,
  .sub-two-col,
  .sub-support-grid,
  .guide-layout,
  .guide-definition-card {
    grid-template-columns: 1fr !important;
  }

  .service-guide-copy h1,
  .sub-hero h1 {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.03;
    letter-spacing: -.045em;
  }

  .service-guide-copy p,
  .sub-hero p,
  .guide-block p,
  .guide-question-panel p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .guide-identity-card,
  .sub-logo-card {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .guide-identity-card img,
  .sub-logo-card img,
  .guide-definition-card img {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }

  .guide-toc {
    position: static;
    top: auto;
  }

  .guide-article {
    max-width: none;
  }

  .guide-block,
  .guide-question-panel {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .guide-block h2,
  .guide-question-panel h2,
  .sub-route-intro h2,
  .sub-support-copy h2,
  .sub-section h2,
  .sub-cta h2 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.08;
  }

  .guide-highlight-row,
  .guide-timeline-grid,
  .guide-maintenance-grid,
  .crs-process-grid,
  .crs-doc-checklist,
  .business-route-grid,
  .sub-related,
  .guide-product-grid,
  .guide-document-list,
  .business-route-strip,
  .sub-tags,
  .sub-process,
  .sub-support-list,
  .sub-route-cards {
    grid-template-columns: 1fr !important;
  }

  .guide-definition-card {
    gap: 18px;
    text-align: left;
  }

  .sub-actions,
  .guide-meta {
    align-items: stretch;
  }

  .sub-actions .sub-btn {
    width: 100%;
  }

  .sub-industry-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .guide-block,
  .guide-question-panel,
  .guide-toc-card,
  .guide-side-card,
  .business-route-card,
  .sub-related-card {
    border-radius: 20px;
  }

  .guide-highlight-row article,
  .guide-timeline-grid article,
  .guide-maintenance-grid article,
  .crs-process-grid article,
  .crs-doc-checklist article,
  .business-route-card,
  .sub-related-card {
    padding: 18px;
  }

  .business-route-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .business-route-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}

.category-table-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
}
.category-table-link::after {
  content: "→";
  color: #e7334d;
  font-size: 0.95em;
  transition: transform 180ms ease;
}
.category-table-link:hover {
  color: #e7334d;
}
.category-table-link:hover::after {
  transform: translateX(3px);
}
.subservice-visual-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(18,21,37,0.1);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 22px 70px rgba(18,21,37,0.12);
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 18px;
}
.subservice-visual-card img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 24px;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(18,21,37,0.08);
}
.subservice-visual-card span {
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 900;
  color: #111525;
}
.subservice-visual-card p {
  color: #626b7e;
  line-height: 1.7;
}
.split-info {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 18px;
}
.split-info > div:last-child {
  border-radius: 22px;
  background: #f7f8fb;
  padding: 22px;
  border: 1px solid rgba(18,21,37,0.08);
}
.document-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.document-checklist li {
  border: 1px solid rgba(18,21,37,0.08);
  border-radius: 16px;
  padding: 14px 16px 14px 42px;
  background: #fff;
  position: relative;
  font-weight: 700;
  color: #273044;
}
.document-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e7334d;
  font-size: 12px;
}
.visual-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.visual-step {
  border: 1px solid rgba(18,21,37,0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8f9fc);
  padding: 20px;
  min-height: 190px;
  box-shadow: 0 16px 45px rgba(18,21,37,0.07);
}
.visual-step b {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  margin-bottom: 18px;
}
.visual-step span {
  display: block;
  font-weight: 900;
  color: #111525;
  line-height: 1.2;
}
.visual-step p {
  margin-top: 10px;
  color: #667085;
  line-height: 1.55;
}
.timeline-panel .mini-stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.timeline-panel .mini-stats span {
  border-radius: 18px;
  border: 1px solid rgba(18,21,37,0.08);
  background: #fff;
  padding: 14px;
  font-weight: 800;
  color: #273044;
}
.timeline-panel .mini-stats b {
  display: block;
  color: #e7334d;
  font-size: 1.2rem;
}
@media (max-width: 980px) {
  .split-info,
  .document-checklist,
  .visual-process-grid,
  .timeline-panel .mini-stats {
    grid-template-columns: 1fr;
  }
}


.sub-industry-lane a {
  color: inherit;
  text-decoration: none;
}
.sub-industry-lane a.sub-industry-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.09);
  box-shadow: 0 12px 34px rgba(18,21,37,.08);
  font-weight: 800;
}
.sub-industry-lane a.sub-industry-chip-link:hover {
  border-color: rgba(231,51,77,.28);
  color: #e7334d;
}
.sub-industry-lane a.sub-industry-chip-link::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-industry-lane a[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 a[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 a[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 a[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 a[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 a[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 a[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 a[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 a[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 a[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"); }


/* Service process visual banners */
.process-visual-card {
  margin: 22px 0 28px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(18,21,37,.08);
  background: linear-gradient(135deg, #fff, #f7f8fb);
  box-shadow: 0 24px 70px rgba(18,21,37,.1);
}
.process-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.process-visual-fallback {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (max-width: 720px) {
  .process-visual-card {
    border-radius: 20px;
    margin: 18px 0 22px;
  }
}


/* Process image-first layout refinement */
.process-visual-card + p {
  margin-top: 0;
}
.guide-block:has(.process-visual-card) > .visual-process-grid,
.guide-block:has(.process-visual-card) > .process-grid,
.guide-block:has(.process-visual-card) > .sub-process-grid,
.guide-block:has(.process-visual-card) > .business-process-grid {
  display: none;
}

/* Product/category route page polish - aligns generated service product pages with guide pages */
.service-guide-hero.subservice-hero {
  padding: clamp(56px, 7vw, 92px) 0 clamp(46px, 6vw, 78px);
  background:
    radial-gradient(circle at 78% 18%, rgba(237, 20, 61, .18), transparent 32%),
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(135deg, #071426 0%, #111a2d 58%, #321827 100%);
}

.service-guide-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.service-guide-hero__grid h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
}

.service-guide-hero__grid p {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(15.5px, 1.2vw, 18px);
  line-height: 1.72;
}

.hero-actions,
.service-guide-hero__grid .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn.btn-primary,
.hero-actions .btn-primary,
.guide-cta-panel .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #ed143d, #ff315a);
  box-shadow: 0 18px 42px rgba(237, 20, 61, .22);
  font-weight: 950;
  text-decoration: none;
}

.btn.btn-soft,
.hero-actions .btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  color: #111827;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .13);
  font-weight: 950;
  text-decoration: none;
}

.subservice-visual-card {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  text-align: center;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 90px rgba(0,0,0,.26);
}

.subservice-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.11);
  pointer-events: none;
}

.subservice-visual-card::after {
  content: "Route mapping";
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.subservice-visual-card span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.25;
}

.subservice-visual-card p {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}

.sub-industry-marquee:has(.marquee-track) {
  margin-top: -26px;
  padding: 0 0 38px;
  z-index: 4;
}

.marquee-track {
  width: min(1520px, calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  gap: 12px;
  overflow: hidden;
  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);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.marquee-track span {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(18, 21, 37, .08);
  color: #263247;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(18, 21, 37, .055);
  animation: routeChipFloat 18s linear infinite;
}

.marquee-track span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ed143d;
  box-shadow: 0 0 0 5px rgba(237, 20, 61, .10);
}

.guide-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.guide-sidebar .guide-toc,
.guide-sidebar .guide-side-card {
  position: static;
  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-sidebar .guide-toc strong,
.guide-sidebar .guide-side-card strong {
  display: block;
  margin-bottom: 12px;
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
}

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

.guide-sidebar .guide-toc a::after {
  content: "→";
  color: #ed143d;
}

.guide-sidebar .guide-side-card p {
  margin: 0 0 14px;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.65;
}

.guide-sidebar .guide-side-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: #111827;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.split-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .56fr);
  gap: 22px;
  align-items: stretch;
}

.split-info > div {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.07);
}

.split-info h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

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

.document-checklist li {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 58px;
  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);
}

.document-checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(237,20,61,.10);
  color: #ed143d;
  font-size: 13px;
  font-weight: 950;
}

.process-visual-card {
  margin-top: 24px;
  padding: clamp(14px, 2vw, 22px);
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #f6f8fc);
  border: 1px solid rgba(18, 21, 37, .08);
  box-shadow: 0 22px 60px rgba(18, 21, 37, .08);
}

.process-visual-card img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  display: block;
  border-radius: 22px;
}

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

.mini-stats span {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  color: #4e586f;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 32px rgba(18,21,37,.05);
}

.mini-stats b {
  color: #ed143d;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.04em;
}

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

.related-card {
  position: relative;
  min-height: 156px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18,21,37,.08);
  color: #111827;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(18,21,37,.06);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(18,21,37,.10);
}

.related-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #ed143d;
  font-size: 24px;
  font-weight: 950;
}

.related-card span {
  color: #111827;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.22;
}

.related-card small {
  max-width: 92%;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.guide-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(237,20,61,.24), transparent 28%),
    linear-gradient(135deg, #101827, #1f2a43);
  box-shadow: 0 22px 66px rgba(18,21,37,.12);
}

.guide-cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.guide-cta-panel p {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.65;
}

@keyframes routeChipFloat {
  from { transform: translateX(0); }
  to { transform: translateX(-18px); }
}

@media (max-width: 1120px) {
  .service-guide-hero__grid,
  .guide-layout,
  .split-info,
  .guide-cta-panel {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: relative;
    top: auto;
  }

  .related-grid,
  .mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .service-guide-hero__grid h1 {
    font-size: clamp(32px, 12vw, 48px);
  }

  .subservice-visual-card {
    min-height: auto;
    padding: 28px;
  }

  .marquee-track {
    width: min(100% - 28px, 1520px);
  }

  .document-checklist,
  .related-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .guide-sidebar .guide-toc,
  .guide-sidebar .guide-side-card,
  .guide-block,
  .guide-cta-panel {
    border-radius: 24px;
  }
}


/* Generated route page header/footer repair */
.subservice-page .nav .nav-actions,
body:not(.home-page) > nav.nav .nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.subservice-page .nav .complise-ai-trigger,
body:not(.home-page) > nav.nav .complise-ai-trigger {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(18, 21, 37, .10);
  border-radius: 999px;
  color: #121525;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(18, 21, 37, .08);
}

.subservice-page .nav .nav-cta,
body:not(.home-page) > nav.nav .nav-actions .nav-cta {
  justify-self: auto;
}

.subservice-page .footer {
  margin-top: 0;
  padding: 72px 0 0;
  background: #0c1424;
  color: rgba(255,255,255,.76);
}

.subservice-page .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, .75fr));
  gap: 30px;
  align-items: start;
}

.subservice-page .footer-logo {
  width: 190px;
  height: auto;
  display: block;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.subservice-page .footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.subservice-page .footer a {
  display: block;
  margin: 9px 0;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 750;
}

.subservice-page .footer a:hover {
  color: #fff;
}

.subservice-page .footer p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}

.subservice-page .footer-bottom {
  margin-top: 42px;
  padding: 18px 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.58);
  text-align: center;
  font-size: 13px;
}

.subservice-page .guide-layout-section {
  padding-top: 68px;
}

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

.subservice-page .guide-block h2 {
  max-width: 900px;
}

.subservice-page .guide-block p {
  max-width: 980px;
}

@media (max-width: 1280px) {
  .subservice-page .nav .nav-actions,
  body:not(.home-page) > nav.nav .nav-actions {
    gap: 8px;
  }

  .subservice-page .nav .complise-ai-trigger,
  body:not(.home-page) > nav.nav .complise-ai-trigger {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .subservice-page .nav .nav-actions,
  body:not(.home-page) > nav.nav .nav-actions {
    justify-self: stretch;
    width: 100%;
    grid-column: 1 / -1;
    justify-content: center;
    padding-bottom: 12px;
  }

  .subservice-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .subservice-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .subservice-page .nav .nav-actions,
  body:not(.home-page) > nav.nav .nav-actions {
    display: none;
  }
}


/* Subservice universal alignment repair */
body.subservice-page {
  color: #111827;
  background:
    radial-gradient(circle at 8% 10%, rgba(237,20,61,.08), transparent 26%),
    radial-gradient(circle at 92% 6%, rgba(8,21,42,.07), transparent 28%),
    linear-gradient(180deg, #f8f9fc 0%, #ffffff 42%, #f5f7fb 100%);
  overflow-x: hidden;
}

body.subservice-page main {
  position: relative;
  overflow: hidden;
}

body.subservice-page .service-guide-hero,
body.subservice-page .sub-hero {
  margin: 0;
  border: 0;
}

body.subservice-page .service-guide-hero-grid,
body.subservice-page .service-guide-hero__grid,
body.subservice-page .sub-hero-grid {
  width: min(1520px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

body.subservice-page .service-guide-copy,
body.subservice-page .service-guide-hero__grid > div:first-child,
body.subservice-page .sub-hero-grid > div:first-child {
  min-width: 0;
}

body.subservice-page .service-guide-copy h1,
body.subservice-page .service-guide-hero__grid h1,
body.subservice-page .sub-hero h1 {
  max-width: 940px;
  overflow-wrap: anywhere;
}

body.subservice-page .guide-layout-section {
  padding: clamp(52px, 6vw, 82px) 0 clamp(62px, 7vw, 96px);
}

body.subservice-page .guide-layout {
  width: min(1520px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
  gap: clamp(20px, 2.5vw, 34px);
  align-items: start;
}

body.subservice-page .guide-sidebar,
body.subservice-page .guide-toc {
  min-width: 0;
}

body.subservice-page .guide-article {
  min-width: 0;
  display: grid;
  gap: 24px;
}

body.subservice-page .guide-block,
body.subservice-page .guide-question-panel,
body.subservice-page .guide-cta-panel {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

body.subservice-page .guide-block h2,
body.subservice-page .guide-question-panel h2,
body.subservice-page .guide-cta-panel h2 {
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

body.subservice-page .guide-block p,
body.subservice-page .guide-question-panel p,
body.subservice-page .guide-cta-panel p {
  font-size: clamp(15px, 1vw, 16.5px);
  line-height: 1.72;
}

body.subservice-page .crs-doc-checklist,
body.subservice-page .document-checklist,
body.subservice-page .guide-document-list,
body.subservice-page .related-grid,
body.subservice-page .guide-highlight-row,
body.subservice-page .guide-maintenance-grid,
body.subservice-page .guide-timeline-grid,
body.subservice-page .mini-stats,
body.subservice-page .guide-product-grid {
  align-items: stretch;
}

body.subservice-page .crs-doc-checklist article,
body.subservice-page .document-checklist li,
body.subservice-page .guide-document-list li,
body.subservice-page .related-card,
body.subservice-page .mini-stats span,
body.subservice-page .guide-product-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.subservice-page .crs-product-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 24px;
}

body.subservice-page .crs-product-table {
  min-width: 760px;
}

body.subservice-page .sub-industry-marquee {
  position: relative;
}

body.subservice-page .sub-industry-shell,
body.subservice-page .marquee-track {
  width: min(1520px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

body.subservice-page .process-visual-card img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1180px) {
  body.subservice-page .service-guide-hero-grid,
  body.subservice-page .service-guide-hero__grid,
  body.subservice-page .sub-hero-grid,
  body.subservice-page .guide-layout {
    grid-template-columns: 1fr;
  }

  body.subservice-page .guide-sidebar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  body.subservice-page .service-guide-hero-grid,
  body.subservice-page .service-guide-hero__grid,
  body.subservice-page .sub-hero-grid,
  body.subservice-page .guide-layout,
  body.subservice-page .sub-industry-shell,
  body.subservice-page .marquee-track {
    width: min(100% - 28px, 1520px);
  }

  body.subservice-page .guide-block,
  body.subservice-page .guide-question-panel,
  body.subservice-page .guide-cta-panel {
    padding: 24px;
    border-radius: 24px;
  }
}

/* Bottom route mapping CTA repair */
body.subservice-page .guide-cta-panel {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(30px, 4vw, 52px) !important;
  border-radius: 34px !important;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(237,20,61,.26), transparent 30%),
    linear-gradient(135deg, #08152a 0%, #172238 58%, #321827 100%) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 28px 80px rgba(8, 21, 42, .18) !important;
}

body.subservice-page .guide-cta-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

body.subservice-page .guide-cta-panel::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  border: 30px solid rgba(237,20,61,.18);
  pointer-events: none;
}

body.subservice-page .guide-cta-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
}

body.subservice-page .guide-cta-panel p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 14px 0 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.7 !important;
}

body.subservice-page .guide-cta-panel .btn,
body.subservice-page .guide-cta-panel .btn-primary,
body.subservice-page .guide-cta-panel a {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: max-content;
  min-width: 190px;
  min-height: 52px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ed143d, #ff315a) !important;
  box-shadow: 0 18px 42px rgba(237,20,61,.28) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

body.subservice-page .guide-cta-panel .btn:hover,
body.subservice-page .guide-cta-panel .btn-primary:hover,
body.subservice-page .guide-cta-panel a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(237,20,61,.34) !important;
}

@media (max-width: 900px) {
  body.subservice-page .guide-cta-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }

  body.subservice-page .guide-cta-panel .btn,
  body.subservice-page .guide-cta-panel .btn-primary,
  body.subservice-page .guide-cta-panel a {
    justify-self: start;
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 560px) {
  body.subservice-page .guide-cta-panel {
    padding: 26px !important;
    border-radius: 26px !important;
  }

  body.subservice-page .guide-cta-panel::before {
    inset: 12px;
    border-radius: 20px;
  }
}


/* ISI page structured content polish */
.isi-page .isi-hero{background:linear-gradient(135deg,#fff 0%,#f7f9fc 52%,#fff3f4 100%)}
.isi-page .isi-hero-grid{align-items:center}
.isi-page .isi-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 4px}
.isi-page .isi-hero-points span{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(18,21,37,.1);border-radius:999px;background:#fff;color:#172033;font-size:13px;box-shadow:0 10px 24px rgba(18,21,37,.06)}
.isi-page .isi-hero-points span:before{content:"";width:8px;height:8px;border-radius:50%;background:#e7334b;box-shadow:0 0 0 4px rgba(231,51,75,.12)}
.isi-page .isi-identity-card{border:1px solid rgba(18,21,37,.12);box-shadow:0 20px 55px rgba(18,21,37,.1)}
.isi-page .isi-section{scroll-margin-top:130px}
.isi-page .isi-section h2{max-width:860px;line-height:1.08;letter-spacing:-.03em}
.isi-page .isi-section p{font-size:17px;line-height:1.82;color:#566174;max-width:930px}
.isi-page .isi-copy-stack{display:grid;gap:14px}
.isi-page .isi-two-col{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:start}
.isi-page .isi-mark-card{padding:24px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(18,21,37,.1);box-shadow:0 22px 45px rgba(18,21,37,.08);display:grid;gap:16px;justify-items:center;text-align:left}
.isi-page .isi-mark-card img{width:120px;height:120px;object-fit:contain;border-radius:24px;background:#fff}
.isi-page .isi-mark-card strong{font-size:18px;color:#121525;justify-self:stretch}
.isi-page .isi-mark-card ul{margin:0;padding-left:20px;color:#566174;line-height:1.75;justify-self:stretch}
.isi-page .isi-icon-grid,.isi-page .isi-product-grid,.isi-page .isi-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}
.isi-page .isi-icon-grid article,.isi-page .isi-product-grid article,.isi-page .isi-document-grid article{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(18,21,37,.1);box-shadow:0 18px 38px rgba(18,21,37,.06)}
.isi-page .isi-icon-grid i,.isi-page .isi-product-grid i,.isi-page .isi-document-grid i,.isi-page .isi-requirement-grid i,.isi-page .isi-route-grid i{font-style:normal;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#fff2f3,#fff);border:1px solid rgba(231,51,75,.15);font-size:21px;box-shadow:0 12px 22px rgba(231,51,75,.08)}
.isi-page .isi-icon-grid strong,.isi-page .isi-product-grid strong,.isi-page .isi-document-grid strong{display:block;color:#121525;font-size:17px;line-height:1.25}
.isi-page .isi-icon-grid span,.isi-page .isi-product-grid span,.isi-page .isi-document-grid span{display:block;color:#5d6879;font-size:14px;line-height:1.6;margin-top:5px}
.isi-page .isi-comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.isi-page .isi-comparison-grid div{padding:20px;border-radius:22px;border:1px solid rgba(18,21,37,.1);background:#fff;box-shadow:0 14px 30px rgba(18,21,37,.05)}
.isi-page .isi-comparison-grid span{display:inline-flex;margin-bottom:9px;padding:5px 10px;border-radius:999px;background:#121525;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.isi-page .isi-comparison-grid div:nth-child(even) span{background:#e7334b}
.isi-page .isi-comparison-grid strong{display:block;color:#121525;font-size:17px;line-height:1.3}
.isi-page .isi-comparison-grid small{display:block;margin-top:5px;color:#697386;line-height:1.5}
.isi-page .isi-requirement-grid{display:grid;gap:16px;margin-top:24px}
.isi-page .isi-requirement-grid article{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:20px;border-radius:24px;border:1px solid rgba(18,21,37,.1);background:#fff;box-shadow:0 16px 34px rgba(18,21,37,.06)}
.isi-page .isi-requirement-grid span{display:block;color:#e7334b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.isi-page .isi-requirement-grid strong{display:block;color:#121525;font-size:18px}
.isi-page .isi-requirement-grid small{display:block;color:#5d6879;line-height:1.6;margin-top:5px}
.isi-page .isi-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;counter-reset:isiStep}
.isi-page .isi-step-grid article{position:relative;min-height:150px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#fafbfe);border:1px solid rgba(18,21,37,.1);box-shadow:0 16px 34px rgba(18,21,37,.06)}
.isi-page .isi-step-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#121525;color:#fff;font-weight:900;margin-bottom:14px}
.isi-page .isi-step-grid article:nth-child(even) span{background:#e7334b}
.isi-page .isi-step-grid strong{display:block;color:#121525;font-size:17px;line-height:1.3}
.isi-page .isi-step-grid small{display:block;color:#5d6879;line-height:1.6;margin-top:8px}
.isi-page .isi-process-card{padding:14px;border-radius:30px;background:#fff;border:1px solid rgba(18,21,37,.08);box-shadow:0 22px 55px rgba(18,21,37,.09)}
.isi-page .isi-process-card img{width:100%;display:block;border-radius:22px}
.isi-page .isi-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}
.isi-page .isi-route-grid article{padding:24px;border-radius:28px;background:#fff;border:1px solid rgba(18,21,37,.1);box-shadow:0 18px 40px rgba(18,21,37,.07)}
.isi-page .isi-route-grid h3{margin:16px 0 8px;color:#121525;font-size:22px;line-height:1.15}
.isi-page .isi-route-grid p{font-size:15px;line-height:1.65;margin:0 0 12px}
.isi-page .isi-route-grid ul{margin:0 0 18px;padding-left:18px;color:#566174;line-height:1.75}
.isi-page .isi-mini-flow{display:flex;flex-wrap:wrap;gap:8px}
.isi-page .isi-mini-flow span{padding:7px 10px;border-radius:999px;background:#f3f5f8;color:#334054;font-size:12px;font-weight:800}
.isi-page .isi-fee-grid,.isi-page .isi-timeline-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:22px}
.isi-page .isi-fee-grid article,.isi-page .isi-timeline-cards article{padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(18,21,37,.1);box-shadow:0 14px 30px rgba(18,21,37,.05)}
.isi-page .isi-fee-grid span,.isi-page .isi-timeline-cards span{display:block;color:#667085;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.isi-page .isi-fee-grid strong,.isi-page .isi-timeline-cards strong{display:block;margin-top:9px;color:#121525;font-size:18px;line-height:1.2}
.isi-page .isi-note-card{margin-top:18px;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(18,21,37,.1)}
.isi-page .isi-note-card strong{display:block;color:#121525;font-size:20px;margin-bottom:8px}
.isi-page .isi-risk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.isi-page .isi-risk-list span{position:relative;padding:15px 16px 15px 42px;border-radius:18px;background:#fff;border:1px solid rgba(18,21,37,.1);color:#334054;font-weight:800;line-height:1.35}
.isi-page .isi-risk-list span:before{content:"!";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff1f2;color:#e7334b;font-size:12px;font-weight:900}
.isi-page .isi-question-panel{align-items:center;border:1px solid rgba(231,51,75,.16);background:linear-gradient(135deg,#fff,#fff6f7)}
@media (max-width:980px){.isi-page .isi-two-col,.isi-page .isi-route-grid{grid-template-columns:1fr}.isi-page .isi-icon-grid,.isi-page .isi-product-grid,.isi-page .isi-document-grid,.isi-page .isi-step-grid,.isi-page .isi-comparison-grid,.isi-page .isi-risk-list{grid-template-columns:1fr}.isi-page .isi-fee-grid,.isi-page .isi-timeline-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.isi-page .isi-fee-grid,.isi-page .isi-timeline-cards{grid-template-columns:1fr}.isi-page .isi-section p{font-size:15.5px}.isi-page .isi-hero-points{display:grid}.isi-page .isi-requirement-grid article,.isi-page .isi-icon-grid article,.isi-page .isi-product-grid article,.isi-page .isi-document-grid article{grid-template-columns:1fr}.isi-page .isi-icon-grid i,.isi-page .isi-product-grid i,.isi-page .isi-document-grid i,.isi-page .isi-requirement-grid i{width:40px;height:40px}}


/* ISI shared service-page alignment */
body.isi-page .service-guide-hero {
  background:
    radial-gradient(circle at 88% 14%, rgba(237,20,61,.10), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
}
body.isi-page .service-guide-hero-grid {
  grid-template-columns: minmax(0, 1fr) 330px !important;
  align-items: center !important;
}
body.isi-page .service-guide-copy h1 {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: .98 !important;
  letter-spacing: -.06em !important;
}
body.isi-page .service-guide-copy p {
  max-width: 900px !important;
}
body.isi-page .guide-identity-card,
body.isi-page .isi-mark-card,
body.isi-page .isi-icon-grid article,
body.isi-page .isi-product-grid article,
body.isi-page .isi-document-grid article,
body.isi-page .isi-requirement-grid article,
body.isi-page .isi-step-grid article,
body.isi-page .isi-comparison-grid div,
body.isi-page .isi-route-grid article,
body.isi-page .isi-fee-grid article,
body.isi-page .isi-timeline-cards article,
body.isi-page .isi-note-card,
body.isi-page .isi-risk-list span {
  background: #fff;
  border: 1px solid rgba(18,21,37,.10);
  box-shadow: 0 16px 40px rgba(18,21,37,.055);
}
body.isi-page .isi-hero-points,
body.isi-page .guide-meta,
body.isi-page .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.isi-page .isi-hero-points {
  margin: 22px 0 12px;
}
body.isi-page .isi-hero-points span,
body.isi-page .guide-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(18,21,37,.10);
  border-radius: 999px;
  background: #fff;
  color: #334054;
  font-size: 13px;
  font-weight: 850;
}
body.isi-page .isi-hero-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ed143d;
  box-shadow: 0 0 0 4px rgba(237,20,61,.12);
}
body.isi-page .isi-section h2 {
  max-width: 900px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.isi-page .isi-section p {
  max-width: 930px;
  color: #566174;
  line-height: 1.78;
}
body.isi-page .isi-copy-stack {
  display: grid;
  gap: 14px;
}
body.isi-page .isi-two-col,
body.isi-page .isi-route-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 24px;
  align-items: start;
}
body.isi-page .isi-icon-grid,
body.isi-page .isi-product-grid,
body.isi-page .isi-document-grid,
body.isi-page .isi-step-grid,
body.isi-page .isi-comparison-grid,
body.isi-page .isi-risk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
body.isi-page .isi-requirement-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
body.isi-page .isi-icon-grid article,
body.isi-page .isi-product-grid article,
body.isi-page .isi-document-grid article,
body.isi-page .isi-requirement-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 24px;
}
body.isi-page .isi-step-grid article,
body.isi-page .isi-comparison-grid div,
body.isi-page .isi-route-grid article,
body.isi-page .isi-mark-card,
body.isi-page .isi-note-card {
  padding: 22px;
  border-radius: 24px;
}
body.isi-page .isi-icon-grid i,
body.isi-page .isi-product-grid i,
body.isi-page .isi-document-grid i,
body.isi-page .isi-requirement-grid i,
body.isi-page .isi-route-grid i {
  font-style: normal;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #fff1f3;
  border: 1px solid rgba(237,20,61,.14);
  font-size: 20px;
}
body.isi-page .isi-icon-grid strong,
body.isi-page .isi-product-grid strong,
body.isi-page .isi-document-grid strong,
body.isi-page .isi-requirement-grid strong,
body.isi-page .isi-step-grid strong,
body.isi-page .isi-comparison-grid strong {
  display: block;
  color: #121525;
  font-size: 17px;
  line-height: 1.3;
}
body.isi-page .isi-icon-grid span,
body.isi-page .isi-product-grid span,
body.isi-page .isi-document-grid span,
body.isi-page .isi-requirement-grid small,
body.isi-page .isi-step-grid small,
body.isi-page .isi-comparison-grid small {
  display: block;
  color: #667085;
  line-height: 1.6;
  margin-top: 5px;
}
body.isi-page .isi-comparison-grid span,
body.isi-page .isi-step-grid span,
body.isi-page .isi-requirement-grid span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #121525;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.isi-page .isi-comparison-grid div:nth-child(even) span,
body.isi-page .isi-step-grid article:nth-child(even) span {
  background: #ed143d;
}
body.isi-page .isi-requirement-grid span {
  background: #fff1f3;
  color: #ed143d;
}
body.isi-page .isi-mark-card {
  display: grid;
  justify-items: center;
  gap: 14px;
}
body.isi-page .isi-mark-card img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}
body.isi-page .isi-mark-card strong,
body.isi-page .isi-mark-card ul {
  justify-self: stretch;
}
body.isi-page .isi-process-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}
body.isi-page .isi-mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
body.isi-page .isi-mini-flow span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f6f9;
  color: #334054;
  font-size: 12px;
  font-weight: 800;
}
body.isi-page .isi-fee-grid,
body.isi-page .isi-timeline-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
body.isi-page .isi-fee-grid article,
body.isi-page .isi-timeline-cards article {
  padding: 18px;
  border-radius: 22px;
}
body.isi-page .isi-fee-grid span,
body.isi-page .isi-timeline-cards span {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.isi-page .isi-fee-grid strong,
body.isi-page .isi-timeline-cards strong {
  display: block;
  margin-top: 8px;
  color: #121525;
  font-size: 18px;
}
body.isi-page .isi-risk-list span {
  position: relative;
  padding: 15px 16px 15px 42px;
  border-radius: 18px;
  color: #334054;
  font-weight: 850;
}
body.isi-page .isi-risk-list span::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff1f3;
  color: #ed143d;
  font-size: 12px;
  font-weight: 950;
}
@media (max-width: 1100px) {
  body.isi-page .service-guide-hero-grid,
  body.isi-page .isi-two-col,
  body.isi-page .isi-route-grid {
    grid-template-columns: 1fr !important;
  }
  body.isi-page .isi-fee-grid,
  body.isi-page .isi-timeline-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  body.isi-page .isi-icon-grid,
  body.isi-page .isi-product-grid,
  body.isi-page .isi-document-grid,
  body.isi-page .isi-step-grid,
  body.isi-page .isi-comparison-grid,
  body.isi-page .isi-risk-list,
  body.isi-page .isi-fee-grid,
  body.isi-page .isi-timeline-cards {
    grid-template-columns: 1fr;
  }
  body.isi-page .isi-icon-grid article,
  body.isi-page .isi-product-grid article,
  body.isi-page .isi-document-grid article,
  body.isi-page .isi-requirement-grid article {
    grid-template-columns: 1fr;
  }
}

/* ISI structured article polish */
.isi-structured-article .guide-block {
  overflow: hidden;
}
.isi-overview-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.isi-overview-strip div,
.isi-fee-card {
  border: 1px solid rgba(18, 21, 37, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(18, 21, 37, 0.06);
}
.isi-overview-strip strong,
.isi-fee-card strong {
  display: block;
  color: #111827;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.isi-overview-strip span,
.isi-fee-card span {
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.45;
}
.isi-feature-grid,
.isi-route-grid,
.isi-document-groups,
.isi-fee-panel {
  display: grid;
  gap: 18px;
}
.isi-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.isi-feature-card,
.isi-route-card,
.isi-document-groups > div {
  position: relative;
  border: 1px solid rgba(18, 21, 37, 0.1);
  border-radius: 26px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 20px 48px rgba(18, 21, 37, 0.07);
}
.isi-feature-card.primary {
  background: linear-gradient(135deg, #121827, #243041);
  color: #fff;
}
.isi-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(225, 48, 68, 0.12);
  color: #e13044;
  font-weight: 900;
  margin-bottom: 18px;
}
.isi-feature-card.primary .isi-card-icon {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.isi-feature-card h3,
.isi-route-card h3,
.isi-document-groups h3 {
  margin: 0 0 10px;
  color: #111827;
}
.isi-feature-card.primary h3,
.isi-feature-card.primary p {
  color: #fff;
}
.isi-feature-card p,
.isi-route-card p,
.isi-document-groups p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}
.isi-comparison-table {
  border: 1px solid rgba(18, 21, 37, 0.1);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 48px rgba(18, 21, 37, 0.07);
}
.isi-table-row {
  display: grid;
  grid-template-columns: 0.7fr 1.25fr 1.25fr;
  border-top: 1px solid rgba(18, 21, 37, 0.08);
}
.isi-table-row:first-child {
  border-top: 0;
}
.isi-table-row span {
  padding: 18px;
  color: #667085;
  line-height: 1.55;
  border-left: 1px solid rgba(18, 21, 37, 0.08);
}
.isi-table-row span:first-child {
  border-left: 0;
  color: #111827;
  font-weight: 800;
}
.isi-table-row.head {
  background: #111827;
}
.isi-table-row.head span {
  color: #fff;
  font-weight: 900;
}
.isi-checklist-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.isi-checklist-grid div strong {
  background: #e13044;
  color: #fff;
}
.isi-product-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.isi-product-cloud a {
  text-decoration: none;
  color: #202637;
  font-weight: 800;
  border: 1px solid rgba(18, 21, 37, 0.1);
  background: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  box-shadow: 0 12px 28px rgba(18, 21, 37, 0.06);
}
.isi-product-cloud a:hover {
  color: #e13044;
  border-color: rgba(225, 48, 68, 0.28);
}
.isi-route-grid,
.isi-document-groups,
.isi-fee-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.isi-document-groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.isi-route-card > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #e13044;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}
.isi-route-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.isi-route-card li {
  color: #384152;
  padding-left: 22px;
  position: relative;
}
.isi-route-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e13044;
}
.isi-process-visual {
  padding: 16px;
}
.isi-process-visual img {
  border-radius: 24px;
}
.isi-timeline-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.isi-question-panel {
  background: linear-gradient(135deg, #111827, #263244);
}
@media (max-width: 980px) {
  .isi-overview-strip,
  .isi-feature-grid,
  .isi-route-grid,
  .isi-document-groups,
  .isi-fee-panel,
  .isi-checklist-grid,
  .isi-timeline-grid {
    grid-template-columns: 1fr;
  }
  .isi-table-row {
    grid-template-columns: 1fr;
  }
  .isi-table-row span {
    border-left: 0;
    border-top: 1px solid rgba(18, 21, 37, 0.08);
  }
  .isi-table-row span:first-child {
    border-top: 0;
  }
}

/* ISI detailed source content layout */
.isi-detailed-article .guide-muted {
  margin-top: -4px;
  margin-bottom: 22px;
}
.isi-detail-list {
  display: grid;
  gap: 14px;
}
.isi-detail-list.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.isi-detail-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(18, 21, 37, .055);
}
.isi-detail-list span {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
}
.isi-detail-list p {
  margin: 0;
  color: #384152;
  font-weight: 700;
  line-height: 1.45;
}
.isi-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.isi-category-grid.products,
.isi-category-grid.documents,
.isi-category-grid.support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.isi-category-grid > div,
.isi-flow-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 22px;
  box-shadow: 0 18px 42px rgba(18, 21, 37, .065);
}
.isi-category-grid h3,
.isi-flow-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 1rem;
}
.isi-category-grid ul,
.isi-flow-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.isi-category-grid li,
.isi-flow-card li {
  position: relative;
  padding-left: 18px;
  color: #667085;
  line-height: 1.5;
}
.isi-category-grid li::before,
.isi-flow-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e13044;
}
.isi-application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.isi-flow-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}
.isi-flow-card p {
  margin: 0 0 16px;
  color: #667085;
}
.isi-flow-line {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.isi-flow-line span {
  display: block;
  border-radius: 999px;
  background: rgba(18, 24, 39, .06);
  color: #202637;
  font-weight: 800;
  padding: 9px 12px;
  font-size: .86rem;
}
.isi-fee-table {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 21, 37, .065);
  margin-bottom: 18px;
}
.isi-fee-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(18, 21, 37, .08);
}
.isi-fee-row:first-child {
  border-top: 0;
}
.isi-fee-row span {
  padding: 16px 18px;
  color: #667085;
  border-left: 1px solid rgba(18, 21, 37, .08);
  line-height: 1.45;
}
.isi-fee-row span:first-child {
  border-left: 0;
  color: #111827;
  font-weight: 900;
}
.isi-fee-row.head {
  background: #111827;
}
.isi-fee-row.head span {
  color: #fff;
}
.isi-table-row.two {
  grid-template-columns: 1fr 1fr;
}
.danger-list span {
  background: rgba(225, 48, 68, .14);
}
@media (max-width: 980px) {
  .isi-detail-list.two-col,
  .isi-category-grid,
  .isi-category-grid.products,
  .isi-category-grid.documents,
  .isi-category-grid.support-grid,
  .isi-application-grid,
  .isi-flow-duo {
    grid-template-columns: 1fr;
  }
  .isi-fee-row {
    grid-template-columns: 1fr;
  }
  .isi-fee-row span {
    border-left: 0;
    border-top: 1px solid rgba(18, 21, 37, .08);
  }
  .isi-fee-row span:first-child {
    border-top: 0;
  }
}

/* ISI meaning section structured layout */
.isi-meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 20px;
  align-items: stretch;
}
.isi-meaning-main,
.isi-mark-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 28px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 48px rgba(18, 21, 37, .07);
}
.isi-meaning-main {
  background:
    radial-gradient(circle at 0 0, rgba(225, 48, 68, .09), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.isi-meaning-kicker {
  display: inline-flex;
  color: #e13044;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.isi-meaning-main h3,
.isi-mark-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.18;
}
.isi-meaning-main p {
  margin: 0 0 14px;
  color: #667085;
  line-height: 1.75;
}
.isi-meaning-proof {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  border-radius: 22px;
  background: #111827;
  padding: 20px;
}
.isi-meaning-proof strong {
  color: #fff;
  font-size: .95rem;
}
.isi-meaning-proof span {
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}
.isi-mark-card {
  display: grid;
  gap: 18px;
}
.isi-mark-emblem {
  width: 94px;
  height: 94px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff, #f5f7fb);
  border: 1px solid rgba(18, 21, 37, .1);
  box-shadow: 0 16px 34px rgba(18, 21, 37, .08);
}
.isi-mark-emblem img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.isi-mark-parts {
  display: grid;
  gap: 12px;
}
.isi-mark-parts div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
  border: 1px solid rgba(18, 21, 37, .08);
  border-radius: 18px;
  padding: 14px;
  background: #f8fafc;
}
.isi-mark-parts span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
}
.isi-mark-parts strong {
  color: #111827;
  line-height: 1.25;
}
.isi-mark-parts p {
  margin: 0;
  color: #667085;
  line-height: 1.45;
  font-size: .92rem;
}
@media (max-width: 980px) {
  .isi-meaning-layout {
    grid-template-columns: 1fr;
  }
}

/* ISI readiness section structured layout */
.isi-readiness-panel {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.45fr);
  gap: 20px;
  align-items: stretch;
}
.isi-readiness-lead {
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(145deg, #111827, #263244);
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.isi-readiness-lead::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(225, 48, 68, .22);
  right: -70px;
  bottom: -70px;
}
.isi-readiness-lead span {
  display: inline-flex;
  color: #ffced4;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.isi-readiness-lead h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.16;
  max-width: 12ch;
}
.isi-readiness-lead p {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.isi-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.isi-readiness-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 20px;
  box-shadow: 0 16px 36px rgba(18, 21, 37, .06);
}
.isi-readiness-card.wide {
  grid-column: span 2;
}
.isi-readiness-no {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
  margin-bottom: 14px;
}
.isi-readiness-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1rem;
}
.isi-readiness-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.isi-readiness-card li {
  position: relative;
  padding-left: 18px;
  color: #667085;
  line-height: 1.45;
}
.isi-readiness-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e13044;
}
@media (max-width: 980px) {
  .isi-readiness-panel,
  .isi-readiness-grid {
    grid-template-columns: 1fr;
  }
  .isi-readiness-card.wide {
    grid-column: auto;
  }
  .isi-readiness-lead h3 {
    max-width: none;
  }
}

/* ISI application stages structured layout */
.isi-application-panel {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.5fr);
  gap: 20px;
  align-items: stretch;
}
.isi-application-summary {
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(225, 48, 68, .2), transparent 36%),
    linear-gradient(145deg, #111827, #263244);
  color: #fff;
  min-height: 100%;
}
.isi-application-summary > span {
  display: inline-flex;
  color: #ffced4;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.isi-application-summary h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.16;
}
.isi-application-summary p {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}
.isi-application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.isi-application-tags strong {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: .78rem;
  padding: 8px 10px;
}
.isi-application-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.isi-application-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 18px;
  box-shadow: 0 16px 36px rgba(18, 21, 37, .06);
}
.isi-application-step > span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
}
.isi-application-step h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: .98rem;
  line-height: 1.3;
}
.isi-application-step p {
  margin: 0;
  color: #667085;
  line-height: 1.5;
  font-size: .92rem;
}
@media (max-width: 980px) {
  .isi-application-panel,
  .isi-application-steps {
    grid-template-columns: 1fr;
  }
}

/* ISI procedure routes structured layout */
.isi-procedure-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.isi-procedure-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 24px;
  box-shadow: 0 20px 48px rgba(18, 21, 37, .07);
}
.isi-procedure-head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.isi-procedure-head > span {
  width: max-content;
  display: inline-flex;
  border-radius: 999px;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  padding: 8px 11px;
}
.isi-procedure-head h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.isi-procedure-head strong {
  color: #384152;
}
.isi-procedure-card > p {
  margin: 0 0 20px;
  color: #667085;
  line-height: 1.65;
}
.isi-procedure-flow {
  display: grid;
  gap: 10px;
  position: relative;
}
.isi-procedure-flow div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(18, 21, 37, .08);
  border-radius: 18px;
  background: #fff;
  padding: 12px;
}
.isi-procedure-flow span {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-weight: 900;
}
.simplified-route .isi-procedure-flow span {
  background: #e13044;
}
.isi-procedure-flow p {
  margin: 0;
  color: #384152;
  font-weight: 800;
  line-height: 1.35;
}
.isi-procedure-note {
  margin-top: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111827, #263244);
  padding: 22px;
  display: grid;
  gap: 8px;
}
.isi-procedure-note strong {
  color: #fff;
}
.isi-procedure-note p {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.6;
}
@media (max-width: 980px) {
  .isi-procedure-layout {
    grid-template-columns: 1fr;
  }
}

/* ISI support section structured layout */
.isi-support-layout {
  display: grid;
  grid-template-columns: minmax(270px, .82fr) minmax(0, 1.35fr);
  gap: 20px;
  align-items: stretch;
}
.isi-support-lead {
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 10%, rgba(225, 48, 68, .24), transparent 34%),
    linear-gradient(145deg, #111827, #263244);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
}
.isi-support-lead span,
.isi-route-mapping-panel span {
  color: #ffced4;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.isi-support-lead h3 {
  margin: 12px 0 12px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.16;
}
.isi-support-lead p {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}
.isi-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.isi-support-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 20px;
  box-shadow: 0 16px 36px rgba(18, 21, 37, .06);
}
.isi-support-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
  margin-bottom: 14px;
}
.isi-support-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 1rem;
}
.isi-support-card ul {
  list-style: none;
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
}
.isi-support-card li {
  position: relative;
  padding-left: 18px;
  color: #667085;
  line-height: 1.45;
}
.isi-support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e13044;
}
.isi-route-mapping-panel {
  margin-top: 20px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fafc, #fff);
  border: 1px solid rgba(18, 21, 37, .1);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 18px 42px rgba(18, 21, 37, .065);
}
.isi-route-mapping-panel span {
  color: #e13044;
}
.isi-route-mapping-panel h3 {
  margin: 8px 0 8px;
  color: #111827;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}
.isi-route-mapping-panel p {
  margin: 0;
  color: #667085;
  line-height: 1.6;
  max-width: 720px;
}
@media (max-width: 1100px) {
  .isi-support-layout,
  .isi-support-grid {
    grid-template-columns: 1fr;
  }
  .isi-route-mapping-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ISI validity renewal structured layout */
.isi-validity-layout {
  display: grid;
  grid-template-columns: minmax(270px, .85fr) minmax(0, 1.35fr);
  gap: 20px;
  align-items: stretch;
}
.isi-validity-lead {
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(225, 48, 68, .2), transparent 34%),
    linear-gradient(145deg, #111827, #263244);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.isi-validity-lead > span {
  display: inline-flex;
  color: #ffced4;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.isi-validity-lead h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.16;
}
.isi-validity-lead p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}
.isi-validity-lead strong {
  display: block;
  border-radius: 18px;
  background: rgba(225, 48, 68, .18);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  padding: 14px;
  line-height: 1.45;
}
.isi-validity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.isi-validity-card {
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 20px;
  box-shadow: 0 16px 36px rgba(18, 21, 37, .06);
}
.isi-validity-card.wide {
  grid-column: span 2;
}
.isi-validity-card > span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 48, 68, .12);
  color: #e13044;
  font-weight: 900;
  margin-bottom: 14px;
}
.isi-validity-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1rem;
}
.isi-validity-card p {
  margin: 0;
  color: #667085;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .isi-validity-layout,
  .isi-validity-grid {
    grid-template-columns: 1fr;
  }
  .isi-validity-card.wide {
    grid-column: auto;
  }
}

/* ISI compulsory products searchable table */
.isi-product-search-panel {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: linear-gradient(135deg, #111827, #263244);
  padding: 18px;
  margin-bottom: 18px;
}
.isi-product-search-panel strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
}
.isi-product-search-panel span {
  display: block;
  color: rgba(255,255,255,.72);
  line-height: 1.45;
  margin-top: 4px;
}
.isi-product-search-panel label {
  color: #ffced4;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  justify-self: end;
}
.isi-product-search-panel input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 14px 16px;
  outline: none;
}
.isi-product-search-panel input::placeholder {
  color: rgba(255,255,255,.54);
}
.isi-compulsory-table-wrap {
  max-height: 620px;
  overflow: auto;
  border: 1px solid rgba(18, 21, 37, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 21, 37, .065);
}
.isi-compulsory-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 900px;
}
.isi-compulsory-table th,
.isi-compulsory-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(18, 21, 37, .08);
  color: #475467;
  line-height: 1.45;
}
.isi-compulsory-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #111827;
  color: #fff;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.isi-compulsory-table td:nth-child(1) {
  width: 70px;
  color: #111827;
  font-weight: 900;
}
.isi-compulsory-table td:nth-child(2) {
  width: 150px;
  color: #111827;
  font-weight: 800;
}
.isi-compulsory-table td:nth-child(3) {
  color: #202637;
  font-weight: 800;
}
.isi-compulsory-table a {
  display: inline-flex;
  width: max-content;
  color: #e13044;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 5px;
}
.isi-compulsory-table small {
  display: block;
  color: #667085;
  font-size: .78rem;
}
.isi-source-note {
  margin: 12px 0 0;
  color: #667085;
  font-size: .9rem;
}
@media (max-width: 980px) {
  .isi-product-search-panel {
    grid-template-columns: 1fr;
  }
  .isi-product-search-panel label {
    justify-self: start;
  }
  .isi-compulsory-table-wrap {
    max-height: 520px;
  }
}
