.content-page {
  min-height: 100vh;
  overflow-x: clip;
  background: #f4f6f5;
  color: var(--ink);
}

.content-header {
  min-height: 68px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 20;
  top: 0;
  background: #0c0f12;
  color: var(--white);
}

.content-header > a:last-child {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

.content-hero {
  padding: 112px 0 104px;
  background: #11161a;
  color: var(--white);
}

.content-kicker { margin: 34px 0 16px; color: #85afa8; font-size: 14px; }
.content-hero h1 { max-width: 980px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 7vw, 90px); line-height: 1.02; }
.content-lead { max-width: 800px; margin: 34px 0 0; color: rgba(255, 255, 255, 0.7); font-size: 18px; line-height: 1.75; }
.content-section, .content-note { padding: 100px 0; }
.content-grid { display: grid; grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr); gap: 80px; }
.content-section h2, .content-note h2 { margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 60px); line-height: 1.06; }
.answer-list { border-top: 2px solid var(--ink); }
.answer-list article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.answer-list h3 { margin: 0; font-family: var(--font-display); font-size: 25px; line-height: 1.25; }
.answer-list p, .content-note p { margin: 16px 0 0; color: var(--muted); line-height: 1.78; }
.content-visual { width: min(1120px, calc(100% - 40px)); margin: 0 auto 100px; }
.content-visual img { width: 100%; max-height: 680px; object-fit: cover; }
.content-visual figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; }
.content-note { background: #ffffff; }
.content-note p { max-width: 820px; }
.content-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.content-actions a { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.content-actions a:first-child { background: var(--ink); color: var(--white); }

/* ── 案例页 · 方案交流引导 ── */
.cases-cta { background: #ffffff; }
.cases-cta .content-grid { align-items: center; }
.cases-cta-copy p { margin: 0 0 26px; color: var(--muted); line-height: 1.78; }

@media (max-width: 760px) {
  .content-header { min-height: 60px; padding: 0 18px; }
  .content-header .brand span { display: none; }
  .content-header .brand img { width: 78px; height: 24px; }
  .content-hero { padding: 82px 0 72px; }
  .content-hero h1 { font-size: 40px; line-height: 1.08; }
  .content-lead { font-size: 16px; }
  .content-section, .content-note { padding: 72px 0; }
  .content-grid { grid-template-columns: 1fr; gap: 42px; }
  .content-section h2, .content-note h2 { font-size: 34px; line-height: 1.12; }
  .answer-list h3 { font-size: 22px; }
}

/* Product detail pages rebuilt from the 2026 website brief. */
.product-detail-page {
  background: #f3f4f2;
}

.product-detail-page .content-header,
.about-page .content-header {
  position: fixed;
  right: 0;
  left: 0;
}

.detail-hero {
  min-height: 92svh;
  padding: 150px 0 90px;
  display: flex;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #090d12;
  color: #fff;
}

.detail-hero-media,
.detail-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) brightness(0.64);
}

.detail-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 8, 12, 0.97) 0%, rgba(5, 8, 12, 0.78) 48%, rgba(5, 8, 12, 0.12) 80%), linear-gradient(0deg, rgba(5, 8, 12, 0.82), transparent 55%);
}

.detail-hero-simulation .detail-hero-media img {
  object-position: center;
}

.detail-hero-copy {
  position: relative;
}

.detail-number {
  margin: 0;
  color: #91a9dd;
  font-family: var(--font-label);
  font-size: 11px;
}

.detail-hero-copy h1 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 82px;
  line-height: 1;
}

.detail-hero-copy h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.18;
}

.detail-hero-copy > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.82;
}

.detail-intro {
  padding: 110px 0;
  background: #fff;
}

.detail-intro-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 100px;
}

.detail-intro h2 {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: 62px;
  line-height: 1.05;
}

.detail-intro span {
  margin-top: 16px;
  display: block;
  color: #737a80;
  font-size: 13px;
}

.detail-intro-grid > p {
  margin: 0;
  color: #505861;
  font-size: 18px;
  line-height: 1.9;
}

.capability-section {
  padding: 112px 0;
}

.capability-section header {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: end;
  gap: 60px;
}

.capability-section header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
}

.capability-list {
  margin-top: 58px;
  border-top: 1px solid rgba(21, 24, 27, 0.22);
}

.capability-list article {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  border-bottom: 1px solid rgba(21, 24, 27, 0.22);
}

.capability-list article > div {
  padding: 34px 40px 34px 0;
}

.capability-list article span,
.text-capability-grid article > span {
  color: #60749d;
  font-family: var(--font-label);
  font-size: 11px;
}

.capability-list article h3,
.text-capability-grid h3 {
  margin: 58px 0 0;
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.15;
}

.capability-list article p,
.text-capability-grid p {
  margin: 18px 0 0;
  color: #6e757c;
  line-height: 1.75;
}

.capability-list article > img,
.capability-list article > video {
  width: 100%;
  height: 390px;
  object-fit: cover;
  pointer-events: none;
  background: #0c1118;
}

.detail-wide-visual {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}

.detail-wide-visual img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.capability-text {
  background: #101419;
  color: #fff;
}

.capability-text .eyebrow.dark {
  color: rgba(255, 255, 255, 0.5);
}

.text-capability-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.text-capability-grid article {
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.text-capability-grid p {
  color: rgba(255, 255, 255, 0.58);
}

.detail-footer {
  background: #185bd8;
  color: #fff;
}

.detail-footer > div {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.detail-footer p {
  margin: 0;
  font-size: 15px;
}

.detail-footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-footer a {
  min-width: 190px;
  min-height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.detail-footer a.detail-footer-back {
  min-width: 160px;
}

/* About page */
.about-page {
  background: #f3f4f2;
}

.about-hero {
  min-height: 100svh;
  padding: 170px 0 90px;
  display: flex;
  align-items: center;
  background: #0b1015;
  color: #fff;
}

#company,
#partners {
  scroll-margin-top: 72px;
}

.about-hero h1 {
  max-width: 1100px;
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 1.08;
}

.about-hero div > p:not(.eyebrow) {
  max-width: 780px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.about-hero ul {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.about-hero li {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 13px;
}

.about-hero > div > a {
  margin-top: 38px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

.about-section {
  padding: 112px 0;
}

.about-section header {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px 80px;
}

.about-section header h2,
.founder-copy h2,
.about-contact h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1.12;
}

.about-section header .who-heading {
  max-width: none;
  font-size: min(52px, calc((100vw - 416px) / 17));
  white-space: normal;
  overflow-wrap: anywhere;
}

.about-section header > p:last-child {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: #6f777e;
  line-height: 1.8;
}

.partner-role-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 24, 27, 0.2);
  border-left: 1px solid rgba(21, 24, 27, 0.2);
}

.partner-role-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid rgba(21, 24, 27, 0.2);
  border-bottom: 1px solid rgba(21, 24, 27, 0.2);
}

.partner-role-grid span {
  color: #6c7890;
  font-size: 11px;
}

.partner-role-grid h3 {
  margin: 82px 0 0;
  font-family: var(--font-display);
  font-size: 25px;
}

.partner-role-grid p {
  margin: 16px 0 0;
  color: #6e757c;
  font-size: 13px;
  line-height: 1.7;
}

.founder-section {
  background: #11161b;
  color: #fff;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 90px;
}

.founder-photo {
  margin: 0;
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.8);
}

.founder-photo span {
  margin-top: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.founder-photo span strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.founder-copy .eyebrow {
  color: #8ca5d8;
}

.founder-copy h2 {
  margin-top: 22px;
}

.founder-copy > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.9;
  text-indent: 2em;
}

.founder-copy .founder-name {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 700;
}

.partners-section {
  background: #fff;
}

.partner-groups {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  border-top: 1px solid rgba(21, 24, 27, 0.2);
}

.partner-groups > div {
  min-height: 190px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(21, 24, 27, 0.2);
}

.partner-groups > div:nth-child(odd) {
  padding-right: 28px;
}

.partner-groups span {
  font-weight: 700;
}

.partner-groups p {
  color: #737a80;
  font-size: 12px;
  line-height: 1.7;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 20px 28px;
}

.partner-logos img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  filter: none;
}

.moments-section {
  background: #101419;
  color: #fff;
}

.moments-section header > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.moments-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.moments-grid figure {
  margin: 0;
}

.moments-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.moments-grid figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.about-contact {
  padding: 120px 0;
  background: #dce3e7;
}

.about-contact > div {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 100px;
}

.about-contact h2 {
  margin-top: 22px;
}

.about-contact div > p:last-child {
  max-width: 700px;
  color: #596169;
  line-height: 1.8;
}

.about-contact address {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(21, 24, 27, 0.24);
  background: #fff;
  font-style: normal;
}

.about-contact address > span {
  margin-top: 30px;
  color: #737a80;
  font-size: 10px;
}

.about-contact address > a,
.about-contact address > .contact-value {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 23px;
}

.about-contact address > .contact-email {
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.about-contact address p {
  margin: 8px 0 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .detail-hero-copy h1 { font-size: 64px; }
  .detail-intro h2 { font-size: 52px; }
  .about-hero h1 { font-size: 58px; }
  .about-section header h2, .founder-copy h2, .about-contact h2 { font-size: 46px; }
  .about-section header .who-heading { white-space: normal; overflow-wrap: anywhere; }
  .partner-role-grid { grid-template-columns: repeat(2, 1fr); }
  .moments-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1050px) and (min-width: 901px) {
  .about-section header .who-heading { white-space: normal; overflow-wrap: anywhere; }
}

@media (max-width: 760px) {
  .product-detail-page .content-header, .about-page .content-header { min-height: 62px; }
  .detail-hero { min-height: 86svh; padding: 120px 0 70px; }
  .detail-hero-copy h1 { font-size: 48px; line-height: 1.08; }
  .detail-hero-copy h2 { font-size: 28px; }
  .detail-hero-simulation .detail-hero-copy h2 {
    font-size: 24px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .detail-hero-copy > p:last-child { font-size: 14px; }
  .detail-intro, .capability-section { padding: 74px 0; }
  .detail-intro-grid, .capability-section header { grid-template-columns: 1fr; gap: 36px; }
  .detail-intro h2 { font-size: 42px; }
  .capability-section header h2 { font-size: 26px; }
  .detail-intro-grid > p { font-size: 16px; }
  .capability-list { margin-top: 38px; }
  .capability-list article { grid-template-columns: 1fr; }
  .capability-list article > div { min-height: 240px; padding-right: 0; }
  .capability-list article h3 { margin-top: 44px; font-size: 32px; }
  .capability-list article > img, .capability-list article > video { height: auto; min-height: 250px; }
  .detail-wide-visual { width: calc(100% - 36px); }
  .text-capability-grid { grid-template-columns: 1fr; }
  .text-capability-grid article { min-height: 240px; }
  .text-capability-grid h3 { margin-top: 48px; }
  .detail-footer > div { min-height: 210px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .detail-footer-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .detail-footer-actions a { width: 100%; }
  .about-hero { min-height: 92svh; padding: 120px 0 70px; }
  .about-hero h1 { font-size: 44px; line-height: 1.14; }
  .about-section { padding: 76px 0; }
  .about-section header { grid-template-columns: 1fr; gap: 26px; }
  .about-section header > p:last-child { grid-column: auto; }
  .about-section header h2, .founder-copy h2, .about-contact h2 { font-size: 39px; }
  .about-section header .who-heading {
    font-size: min(39px, calc((100vw - 36px) / 17));
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .partner-role-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .partner-role-grid article { min-height: 220px; }
  .partner-role-grid h3 { margin-top: 56px; }
  .founder-grid { grid-template-columns: 1fr; gap: 48px; }
  .partner-groups { grid-template-columns: 1fr; }
  .partner-groups > div { min-height: 0; }
  .partner-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .partner-logos img { height: 74px; }
  .moments-grid { grid-template-columns: 1fr; }
  .moments-grid img { height: 280px; }
  .about-contact { padding: 78px 0; }
  .about-contact > div { grid-template-columns: 1fr; gap: 44px; }
}

/* Product-detail media keeps its source aspect ratio and sits inside the ruled rows. */
.capability-list-decision article,
.capability-list-training article {
  align-items: center;
}

.capability-list-decision article {
  min-height: 434px;
}

.capability-list-decision article > img {
  width: auto;
  max-width: none;
  height: 370px;
  margin: 32px 0 32px 32px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.capability-list-decision article h3 {
  margin-top: 44px;
}

.capability-list-training article {
  min-height: 420px;
}

.capability-list-training article > img,
.capability-list-training article > video {
  width: auto;
  max-width: none;
  height: 360px;
  margin: 30px 0 30px 32px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.capability-list-training article h3 {
  margin-top: 36px;
}

@media (max-width: 1050px) and (min-width: 761px) {
  .capability-list-decision article > img {
    width: 100%;
    max-width: 100%;
    height: 290px;
    margin: 24px 0;
  }
  .capability-list-training article > img,
  .capability-list-training article > video {
    width: 100%;
    max-width: 100%;
    height: 280px;
    margin: 24px 0;
  }
}

@media (max-width: 760px) {
  .capability-list-decision article,
  .capability-list-training article { min-height: 0; }

  .capability-list-decision article > div,
  .capability-list-training article > div {
    min-height: 190px;
  }

  .capability-list-decision article > img {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: 190px;
    min-height: 0;
    margin: 24px 0 28px 24px;
  }

  .capability-list-training article > img,
  .capability-list-training article > video {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: 220px;
    min-height: 0;
    margin: 24px 0 28px 24px;
  }
}

/* ══ 服务流程页 how-we-work ══ */
.how-we-work-page .content-hero {
  padding-bottom: 150px;
}

.flow-intro {
  padding: 104px 0 0;
}

.flow-intro .content-grid {
  align-items: start;
}

.five-step-list {
  counter-reset: flowstep;
  border-top: 2px solid var(--ink);
}

.five-step-list article {
  padding: 36px 0 40px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px 34px;
  border-bottom: 1px solid var(--line);
}

.five-step-list article::before {
  counter-increment: flowstep;
  content: "0" counter(flowstep);
  grid-row: 1 / 3;
  color: #6c7890;
  font-family: var(--font-label);
  font-size: 13px;
}

.five-step-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.2;
}

.five-step-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
  max-width: 760px;
}

.five-step-list ul {
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.five-step-list li {
  padding: 7px 12px;
  border: 1px solid var(--line);
  font-size: 12px;
  color: #505861;
}

/* 服务清单表 */
.service-table-section {
  background: #fff;
}

.service-table-wrap {
  margin-top: 54px;
  overflow-x: auto;
  border-top: 2px solid var(--ink);
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.service-table th {
  padding: 16px 18px;
  text-align: left;
  color: #5e6670;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.service-table td {
  padding: 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  color: #3a4149;
  line-height: 1.7;
}

.service-table td:first-child {
  font-weight: 700;
  white-space: nowrap;
}

/* 交付成果 */
.deliverables-section {
  background: #101419;
  color: #fff;
}

.deliverables-section .eyebrow.dark {
  color: rgba(255, 255, 255, 0.5);
}

.deliverables-section h2 {
  color: #fff;
}

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

.deliverable-grid figure {
  margin: 0;
}

.deliverable-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: saturate(0.85);
}

.deliverable-grid figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.6;
}

.deliverable-note {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.8;
  max-width: 860px;
}

/* 六层技术基座 */
.tech-base-section header {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px 80px;
}

.tech-base-section header h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1.14;
}

.tech-base-section header > p:last-child {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: #6f777e;
  line-height: 1.8;
}

.tech-layer-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tech-layer-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tech-layer-grid span {
  color: #60749d;
  font-family: var(--font-label);
  font-size: 11px;
}

.tech-layer-grid h3 {
  margin: 46px 0 0;
  font-family: var(--font-display);
  font-size: 24px;
}

.tech-layer-grid p {
  margin: 14px 0 0;
  color: #6e757c;
  font-size: 13px;
  line-height: 1.75;
}

/* ══ 行业方案页 industries ══ */
.industry-anchor-nav {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-anchor-nav a {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.industry-anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.industry-section {
  padding: 96px 0;
}

.industry-section:nth-of-type(even) {
  background: #fff;
}

.industry-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
  gap: 40px 80px;
  align-items: end;
}

.industry-head .industry-index {
  color: #6c7890;
  font-family: var(--font-label);
  font-size: 11px;
}

.industry-head h2 {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 1.1;
}

.industry-head > div:last-child {
  color: #6f777e;
  font-size: 14px;
  line-height: 1.85;
}

.industry-cols {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.industry-cols > div {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.industry-cols h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
}

.industry-cols p {
  margin: 16px 0 0;
  color: #6e757c;
  font-size: 13px;
  line-height: 1.8;
}

.industry-cols .col-gen {
  color: #8a929b;
}

.industry-cols a {
  margin-top: 14px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
}

.industry-proof {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 40px;
  align-items: center;
}

.industry-proof img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: saturate(0.82);
}

.industry-proof-copy p {
  margin: 0;
  color: #6e757c;
  font-size: 13px;
  line-height: 1.85;
}

.industry-proof-copy strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 19px;
}

@media (max-width: 900px) {
  .deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-layer-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-base-section header { grid-template-columns: 1fr; }
  .tech-base-section header > p:last-child { grid-column: auto; }
  .industry-head { grid-template-columns: 1fr; gap: 22px; }
  .industry-cols { grid-template-columns: 1fr; }
  .industry-cols > div { min-height: 0; }
  .industry-proof { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .five-step-list article { grid-template-columns: 1fr; padding: 30px 0; }
  .five-step-list article::before { grid-row: auto; margin-bottom: 8px; }
  .five-step-list h3 { font-size: 25px; }
  .five-step-list ul { gap: 8px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-grid img { height: 260px; }
  .tech-layer-grid { grid-template-columns: 1fr; }
  .tech-layer-grid article { min-height: 200px; }
  .industry-section { padding: 70px 0; }
  .industry-head h2 { font-size: 36px; }
  .industry-proof img { height: 220px; }
}

/* ── 子页分区标题网格（替代内联 grid，响应式折叠） ── */
.subhead-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px 80px;
  align-items: end;
}

.subhead-grid > .eyebrow { grid-column: 1; }
.subhead-grid > h2 { grid-column: 2; margin: 0; font-family: var(--font-display); font-size: 44px; line-height: 1.14; }
.subhead-grid > p:not(.eyebrow) { grid-column: 2; max-width: 760px; margin: 0; color: #6f777e; line-height: 1.8; }

@media (max-width: 900px) {
  .subhead-grid { grid-template-columns: 1fr; gap: 22px; }
  .subhead-grid > .eyebrow,
  .subhead-grid > h2,
  .subhead-grid > p:not(.eyebrow) { grid-column: auto; }
  .subhead-grid > h2 { font-size: 34px; }
}

/* 能力详情入口 */
.capability-more {
  margin-top: 18px;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  color: #505861;
}

/* 行业详情入口 */
.industry-detail-link {
  margin-top: 12px;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  color: #505861;
}

.industry-detail-link.is-pending {
  border-bottom-style: dashed;
  color: #8a929b;
}

/* ══ 应用行业总览：宽产业领域入口 ══ */
.industries-overview-page { background: #080d12; color: #f3f7fb; }
.industries-overview-page main {
  background: radial-gradient(circle at 84% 11%, rgba(0, 193, 255, 0.1), transparent 26%), linear-gradient(180deg, #0b1117 0%, #070b10 100%);
}
.industries-hero {
  position: relative; padding: 130px 0 94px; overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.industries-hero::after {
  position: absolute; top: -180px; right: -90px; width: 600px; height: 600px;
  border: 1px solid rgba(0, 200, 255, 0.14); border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(0, 200, 255, 0.025), 0 0 0 160px rgba(0, 200, 255, 0.018);
  content: ""; pointer-events: none;
}
.industries-hero-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  gap: 80px; align-items: end;
}
.industries-overview-page .eyebrow { color: #00c8ff; }
.industries-hero h1 {
  margin: 20px 0 0; font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 96px); line-height: 1; letter-spacing: -0.04em;
}
.industries-hero-grid > p {
  max-width: 700px; margin: 0; color: rgba(232, 240, 247, 0.72);
  font-size: clamp(17px, 1.35vw, 21px); line-height: 1.85;
}
.industries-overview { padding: 104px 0 118px; }
.industries-section-head {
  display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(320px, 0.9fr);
  gap: 72px; align-items: end;
}
.industries-section-head h2 {
  margin: 18px 0 0; font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px); line-height: 1.12;
}
.industries-section-head > p {
  margin: 0 0 5px; color: rgba(222, 232, 240, 0.6); font-size: 15px; line-height: 1.8;
}
.industry-card-grid {
  margin-top: 64px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
}
.industry-domain-card {
  position: relative; min-height: 440px; padding: 30px; display: flex; flex-direction: column;
  overflow: hidden; border: 1px solid rgba(174, 207, 226, 0.17); border-radius: 2px;
  background: linear-gradient(145deg, rgba(21, 31, 40, 0.96), rgba(12, 18, 24, 0.98));
  transition: border-color 240ms ease, transform 240ms ease, background 240ms ease;
}
.industry-domain-card::before {
  position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #00c8ff;
  content: ""; transition: width 260ms ease;
}
.industry-domain-card:hover {
  transform: translateY(-4px); border-color: rgba(0, 200, 255, 0.48);
  background: linear-gradient(145deg, rgba(25, 39, 50, 0.98), rgba(11, 18, 24, 0.99));
}
.industry-domain-card:hover::before { width: 100%; }
.industry-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.industry-card-index {
  color: rgba(213, 225, 234, 0.42); font-family: var(--font-label); font-size: 12px; letter-spacing: 0.1em;
}
.industry-card-top svg {
  width: 48px; height: 48px; fill: none; stroke: #00c8ff; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.industry-card-scope {
  margin: 42px 0 0; color: #00c8ff; font-size: 11px; line-height: 1.5; letter-spacing: 0.07em;
}
.industry-domain-card h3 {
  margin: 12px 0 0; font-family: var(--font-display); font-size: 29px; line-height: 1.2;
}
.industry-domain-card strong {
  margin-top: 24px; color: rgba(248, 251, 253, 0.92); font-size: 16px; line-height: 1.65;
}
.industry-domain-card > p:not(.industry-card-scope) {
  margin: 13px 0 0; color: rgba(214, 225, 233, 0.58); font-size: 13px; line-height: 1.78;
}
.industry-tags { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
.industry-tags span {
  padding: 7px 10px; border: 1px solid rgba(0, 200, 255, 0.2); border-radius: 2px;
  background: rgba(0, 200, 255, 0.055); color: rgba(202, 236, 248, 0.82); font-size: 11px;
}
.industries-cta {
  padding: 72px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); background: #05080c;
}
.industries-cta .content-shell {
  display: grid; grid-template-columns: minmax(330px, 0.9fr) minmax(300px, 0.8fr) auto;
  gap: 60px; align-items: end;
}
.industries-cta h2 {
  margin: 14px 0 0; font-family: var(--font-display); font-size: clamp(30px, 3vw, 46px); line-height: 1.15;
}
.industries-cta .content-shell > p {
  margin: 0; color: rgba(216, 226, 234, 0.58); font-size: 14px; line-height: 1.8;
}
.industries-cta a {
  min-width: 150px; padding: 15px 20px; display: flex; justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.52); color: #fff; font-size: 13px;
  transition: background 200ms ease, color 200ms ease;
}
.industries-cta a:hover { background: #fff; color: #0a1015; }

@media (max-width: 1100px) {
  .industry-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industries-cta .content-shell { grid-template-columns: 1fr 1fr; }
  .industries-cta a { grid-column: 2; width: 180px; }
}

@media (max-width: 760px) {
  .industries-hero { padding: 92px 0 68px; }
  .industries-hero-grid, .industries-section-head, .industries-cta .content-shell { grid-template-columns: 1fr; gap: 30px; }
  .industries-hero h1 { font-size: 54px; }
  .industries-overview { padding: 72px 0 80px; }
  .industries-section-head h2 { font-size: 36px; }
  .industry-card-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .industry-domain-card { min-height: 390px; padding: 26px; }
  .industry-card-scope { margin-top: 34px; }
  .industries-cta a { grid-column: auto; width: 100%; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .industries-hero-grid,
  .industries-section-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-domain-card, .industry-domain-card::before { transition: none; }
}

/* ══ 服务流程长页内容适配 ══ */
.how-we-work-page .flow-intro { padding: 104px 0; }

.how-work-hero-copy {
  max-width: 1040px;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 72px;
}

.how-work-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.9;
}

.how-work-section-head {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px 70px;
  align-items: start;
}

.how-work-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.08;
}

.how-work-steps article {
  grid-template-columns: 90px minmax(0, 1fr);
  padding: 54px 0 58px;
}

.how-work-steps article::before {
  grid-row: auto;
  padding-top: 7px;
  color: #496ea7;
  font-size: 14px;
}

.flow-step-copy h3 { font-size: clamp(34px, 3vw, 46px); }

.flow-step-copy h4 {
  margin: 14px 0 0;
  color: #313942;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.45;
}

.flow-step-copy > p {
  max-width: 920px;
  font-size: 14px;
}

.flow-detail-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.flow-detail-grid.single { grid-template-columns: 1fr; }

.flow-detail-grid section,
.flow-application-groups section {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.flow-detail-grid h5,
.flow-application-groups h5 {
  margin: 0;
  color: #526b99;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.how-work-steps .flow-detail-grid ul,
.how-work-steps .flow-application-groups ul {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}

.how-work-steps .flow-detail-grid li,
.how-work-steps .flow-application-groups li {
  position: relative;
  padding: 0 0 0 15px;
  border: 0;
  color: #515a63;
  font-size: 12px;
  line-height: 1.75;
}

.how-work-steps .flow-detail-grid li::before,
.how-work-steps .flow-application-groups li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5277b4;
  content: "";
}

.flow-detail-grid section > p { margin-top: 18px; font-size: 12px; }

.flow-application-groups {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.flow-closing-note {
  margin-top: 28px !important;
  padding-left: 18px;
  border-left: 2px solid #5378b6;
  color: #303944 !important;
  font-weight: 600;
}

.service-scope-note {
  max-width: 980px;
  margin: 34px 0 0;
  color: #646d75;
  font-size: 13px;
  line-height: 1.85;
}

.delivery-case-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 60px 90px;
}

.delivery-case-intro { align-self: start; }

.delivery-case-kicker {
  margin: 0 0 26px;
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 28px !important;
  line-height: 1.4 !important;
}

.delivery-case-intro p,
.delivery-case-details p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.9;
}

.delivery-case-details { display: grid; gap: 42px; }

.delivery-case-details section {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.delivery-case-details h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
}

.delivery-path,
.delivery-outcomes {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.delivery-path li,
.delivery-outcomes li {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.delivery-path li { position: relative; padding-right: 28px; }

.delivery-path li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.38);
  content: "→";
}

.how-we-work-page .tech-layer-grid article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.how-we-work-page .tech-layer-grid h3 {
  margin-top: 34px;
  font-size: 22px;
  line-height: 1.35;
}

.tech-layer-grid strong {
  margin-top: auto;
  padding-top: 24px;
  color: #4d5e7b;
  font-size: 11px;
  line-height: 1.7;
}

.process-outcomes-section .content-shell { max-width: 1180px; }
.process-outcomes-section h2 { margin-top: 18px; }

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

.process-outcome-list p {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  color: #555e67;
  font-size: 13px;
  line-height: 1.8;
}

.process-method-statement {
  max-width: 1000px !important;
  margin-top: 38px !important;
  color: #4b545d !important;
}

.process-method-statement strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.8;
}

.how-work-cta { background: #fff; }

.how-work-cta ul {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.how-work-cta li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #505861;
  font-size: 13px;
}

@media (max-width: 900px) {
  .how-work-hero-copy,
  .how-work-section-head,
  .delivery-case-grid { grid-template-columns: 1fr; }
  .how-work-section-head { gap: 18px; }
  .delivery-case-grid { gap: 42px; }
  .process-outcome-list { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .how-work-steps article { grid-template-columns: 1fr; padding: 42px 0; }
  .flow-detail-grid,
  .flow-application-groups { grid-template-columns: 1fr; }
  .how-work-hero-copy { margin-top: 34px; gap: 20px; }
  .how-work-section-head { margin-bottom: 36px; }
  .flow-step-copy h3 { font-size: 34px; }
  .flow-step-copy h4 { font-size: 18px; }
  .service-table { min-width: 860px; }
  .how-we-work-page .tech-layer-grid article { min-height: 290px; }
}

/* ══ 客户支持与服务保障 support ══ */
.support-page {
  background: #f4f6f5;
}

.support-page .content-header {
  position: sticky;
  top: 0;
}

.support-hero {
  padding: 118px 0 110px;
  background:
    radial-gradient(circle at 82% 24%, rgba(43, 92, 170, 0.22), transparent 32%),
    linear-gradient(135deg, #0a0f14, #121a22 68%, #0b1117);
  color: #fff;
}

.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.support-hero h1 {
  max-width: 520px;
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.support-hero-copy {
  padding-top: 38px;
}

.support-hero-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.2;
}

.support-hero-copy > p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.support-hero-copy > strong {
  max-width: 760px;
  margin-top: 25px;
  display: block;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.8;
}

.support-keywords {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-keywords span {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.support-section {
  padding: 100px 0;
}

.support-section:nth-of-type(odd) {
  background: #fff;
}

.support-section-head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px 66px;
  align-items: start;
}

.support-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.support-section-head > p:last-child:not(.eyebrow) {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: #6b737c;
  font-size: 14px;
  line-height: 1.8;
}

.support-card-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.support-card-grid article {
  min-height: 310px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-card-grid article > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #9ba9bf;
  border-radius: 50%;
  color: #275ca7;
  font-size: 26px;
}

.support-card-grid h3 {
  margin: 42px 0 0;
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1.3;
}

.support-card-grid p {
  margin: 15px 0 0;
  color: #69717a;
  font-size: 13px;
  line-height: 1.8;
}

.support-card-grid strong,
.support-stage-list strong,
.commitment-list strong {
  margin-top: auto;
  padding-top: 24px;
  color: #4f6282;
  font-size: 11px;
  line-height: 1.75;
}

.support-services-section {
  background: #fff;
}

.support-stage-list {
  margin-top: 54px;
  border-top: 2px solid var(--ink);
}

.support-stage-list > article {
  min-height: 230px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.support-stage-list > article > span {
  padding-top: 34px;
  color: #64738d;
  font-family: var(--font-label);
  font-size: 13px;
}

.support-stage-list > article > div {
  padding: 30px 0 32px;
  display: grid;
  grid-template-columns: 62px minmax(190px, 0.55fr) minmax(0, 1fr);
  gap: 18px 32px;
  align-items: start;
}

.support-stage-list i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #aab4c2;
  color: #2b61ae;
  font-size: 25px;
}

.support-stage-list h3 {
  margin: 7px 0 0;
  font-family: var(--font-display);
  font-size: 25px;
}

.support-stage-list p {
  margin: 5px 0 0;
  color: #68717a;
  font-size: 14px;
  line-height: 1.8;
}

.support-stage-list strong {
  grid-column: 3;
  margin: 0;
  padding-top: 0;
}

.coverage-section {
  background: #f1f3f2 !important;
}

.coverage-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.coverage-grid article {
  padding: 34px 36px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
}

.coverage-grid h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 24px;
}

.coverage-grid h3 i {
  color: #2860ad;
  font-size: 28px;
}

.coverage-grid ul,
.support-info-list ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.coverage-grid li,
.support-info-list li {
  padding: 12px 0 12px 20px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: #525a63;
  font-size: 13px;
  line-height: 1.65;
}

.coverage-grid li::before,
.support-info-list li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 20px;
  left: 2px;
  border-radius: 50%;
  background: #2e67b6;
  content: "";
}

.boundary-callout {
  margin-top: 18px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  border: 1px solid #1d2a39;
  background: #111820;
  color: #fff;
}

.boundary-callout > i {
  color: #86a8df;
  font-size: 44px;
}

.boundary-callout h3 { margin: 0; font-family: var(--font-display); font-size: 22px; }
.boundary-callout strong { margin-top: 12px; display: block; font-size: 15px; line-height: 1.75; }
.boundary-callout p { margin: 9px 0 0; color: rgba(255, 255, 255, 0.62); font-size: 13px; line-height: 1.75; }

.response-section {
  background: #fff !important;
}

.response-flow {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.response-flow article {
  min-height: 300px;
  padding: 24px;
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.response-flow article > span {
  color: #68778f;
  font-family: var(--font-label);
  font-size: 11px;
}

.response-flow article > i {
  margin-top: 36px;
  display: block;
  color: #2c64b1;
  font-size: 34px;
}

.response-flow h3 {
  margin: 26px 0 0;
  font-family: var(--font-display);
  font-size: 21px;
}

.response-flow p {
  margin: 14px 0 0;
  color: #6a727b;
  font-size: 12px;
  line-height: 1.75;
}

.response-route {
  margin-top: 20px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid var(--line);
  color: #344354;
  font-size: 12px;
}

.response-route i {
  color: #2b66b8;
  font-style: normal;
}

.priority-note {
  margin-top: 20px;
  padding: 28px 32px;
  border-left: 4px solid #2d66b5;
  background: #f0f3f7;
}

.priority-note h3 { margin: 0; font-family: var(--font-display); font-size: 21px; }
.priority-note p { margin: 10px 0 0; color: #626b74; font-size: 13px; line-height: 1.7; }
.priority-note strong { margin-top: 12px; display: block; color: #364b6b; font-size: 12px; line-height: 1.7; }

.contact-support-section {
  background: #0e151c !important;
  color: #fff;
}

.contact-support-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr);
  gap: 38px 76px;
}

.contact-support-section .support-section-head {
  display: block;
}

.contact-support-section .support-section-head h2 {
  margin-top: 20px;
  color: #fff;
}

.contact-support-section .support-section-head > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.56);
}

.support-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-contact-cards a {
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.035);
}

.support-contact-cards i { color: #7fa8e7; font-size: 30px; }
.support-contact-cards span { margin-top: 32px; color: rgba(255, 255, 255, 0.54); font-size: 11px; }
.support-contact-cards strong { margin-top: 9px; color: #fff; font-size: 17px; word-break: break-word; }
.support-contact-cards small { margin-top: auto; color: rgba(255, 255, 255, 0.5); font-size: 11px; line-height: 1.65; }

.support-info-list {
  grid-column: 2;
}

.support-info-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
}

.support-info-list ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.support-info-list li {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
}

.support-contact-actions {
  grid-column: 2;
  margin-top: 0;
}

.support-contact-actions a {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.support-contact-actions a:first-child {
  background: #fff;
  color: #111820;
}

.enablement-section { background: #f4f6f5 !important; }

.commitment-section { background: #fff !important; }

.commitment-list {
  margin-top: 54px;
  border-top: 2px solid var(--ink);
}

.commitment-list article {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.commitment-list article > span {
  color: #65748e;
  font-family: var(--font-label);
  font-size: 12px;
}

.commitment-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
}

.commitment-list p {
  max-width: 820px;
  margin: 12px 0 0;
  color: #68717a;
  font-size: 14px;
  line-height: 1.8;
}

.commitment-list strong {
  display: block;
}

.support-final-cta {
  padding: 108px 0 72px;
  background: #e9eceb;
}

.support-final-cta > .content-shell {
  text-align: center;
}

.support-final-cta > .content-shell > i {
  color: #2d63ad;
  font-size: 50px;
}

.support-final-cta h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.15;
}

.support-final-cta p {
  max-width: 720px;
  margin: 20px auto 0;
  color: #626b74;
  font-size: 15px;
  line-height: 1.8;
}

.support-final-cta .content-actions {
  justify-content: center;
}

.support-final-cta small {
  max-width: 940px;
  margin: 70px auto 0;
  padding-top: 24px;
  display: block;
  border-top: 1px solid var(--line);
  color: #7a8289;
  font-size: 11px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .support-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .support-hero-copy { padding-top: 0; }
  .support-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .response-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .response-flow article:last-child { grid-column: 1 / -1; min-height: 230px; }
}

@media (max-width: 820px) {
  .support-section-head,
  .contact-support-grid { grid-template-columns: 1fr; gap: 18px; }
  .support-section-head > p:last-child:not(.eyebrow),
  .support-info-list,
  .support-contact-actions { grid-column: auto; }
  .support-stage-list > article > div { grid-template-columns: 54px minmax(0, 1fr); }
  .support-stage-list p,
  .support-stage-list strong { grid-column: 2; }
  .coverage-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .support-hero { padding: 82px 0 76px; }
  .support-hero h1 { font-size: 42px; }
  .support-hero-copy h2 { font-size: 28px; }
  .support-hero-copy > p { font-size: 14px; }
  .support-hero-copy > strong { font-size: 15px; }
  .support-section { padding: 72px 0; }
  .support-section-head h2,
  .support-final-cta h2 { font-size: 34px; }
  .support-card-grid,
  .response-flow,
  .support-contact-cards { grid-template-columns: 1fr; }
  .support-card-grid article { min-height: 270px; }
  .support-stage-list > article { grid-template-columns: 54px minmax(0, 1fr); }
  .support-stage-list > article > div { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; }
  .support-stage-list i { width: 40px; height: 40px; font-size: 21px; }
  .support-stage-list h3 { font-size: 22px; }
  .boundary-callout { grid-template-columns: 1fr; padding: 26px; }
  .response-flow article,
  .response-flow article:last-child { grid-column: auto; min-height: 250px; }
  .support-info-list ul { grid-template-columns: 1fr; }
  .commitment-list article { grid-template-columns: 52px minmax(0, 1fr); }
  .support-final-cta { padding: 80px 0 54px; }
}
