:root {
  --ink: #07162f;
  --navy: #06142d;
  --navy-2: #0a1f46;
  --cyan: #23c9e7;
  --blue: #3388d6;
  --violet: #7358ff;
  --coral: #ff6e68;
  --gold: #f2a51e;
  --paper: #f4f8fc;
  --white: #ffffff;
  --text-muted: #647795;
  --line: #dce7f2;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #dce4ef;
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei',
    'Noto Sans CJK SC', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3,
figure,
blockquote {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-shell {
  width: min(100%, 460px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 60px rgba(7, 22, 47, 0.16);
}

/* Hero */
.hero {
  min-height: clamp(760px, 100svh, 900px);
  padding: 24px 22px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #f8fbff;
  background:
    radial-gradient(circle at 92% 11%, rgba(45, 94, 255, 0.3), transparent 29%),
    radial-gradient(
      circle at 8% 54%,
      rgba(36, 216, 244, 0.13),
      transparent 33%
    ),
    linear-gradient(160deg, #041128 0%, #071a39 55%, #0c1740 100%);
}
.hero::after,
.dark-section::after,
.flow-section::after,
.service-section::after,
.cases-section::after,
.closing::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(143, 194, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 194, 255, 0.2) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(
    to bottom,
    transparent 2%,
    black 45%,
    transparent 98%
  );
}
.hero > *,
.dark-section > *,
.flow-section > *,
.service-section > *,
.cases-section > *,
.closing > * {
  position: relative;
  z-index: 1;
}
.brand-row-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 670;
  letter-spacing: 0.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(68, 220, 247, 0.82);
  color: #37def5;
  font-size: 13px;
}
.desktop-nav {
  display: none;
}
.edition {
  color: #7690b6;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.eyebrow {
  margin-top: clamp(48px, 8vh, 70px);
  display: flex;
  align-items: center;
  gap: 7px;
  color: #91a9ce;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.hero h1 {
  margin-top: 16px;
  font-size: clamp(39px, 11.5vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.05em;
  font-weight: 780;
}
.hero h1 span {
  color: #36dff6;
  text-shadow: 0 0 28px rgba(40, 215, 242, 0.22);
}
.hero-copy {
  margin-top: 20px;
  max-width: 370px;
  color: #bcc9dd;
  font-size: 17px;
  line-height: 1.8;
}
.hero-visual {
  margin: 26px -22px 0;
  overflow: hidden;
  position: relative;
}
.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 45px 45px #071831,
    inset 0 -35px 40px #081a38;
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: 61% center;
  filter: saturate(1.08) contrast(1.03);
}
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(130, 199, 255, 0.24);
  background: rgba(3, 15, 37, 0.72);
  color: #b4c5df;
  font-size: 12px;
  letter-spacing: 0.05em;
  backdrop-filter: blur(10px);
}
.scroll-cue {
  margin-top: auto;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c8d5e8;
  font-size: 14px;
  border-top: 1px solid rgba(147, 196, 255, 0.18);
}

/* Shared section language */
.section {
  position: relative;
  padding: 78px 24px;
}
.section-head {
  margin-bottom: 34px;
}
.section-index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 750;
}
.section-index i {
  width: 42px;
  height: 2px;
  background: currentColor;
}
.section-eyebrow {
  margin-top: 15px;
  color: #398eb8;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.11em;
}
.section-head h2 {
  margin-top: 12px;
  font-size: 33px;
  line-height: 1.25;
  letter-spacing: -0.045em;
}
.section-head h2 span {
  color: var(--cyan);
}
.section-intro {
  margin-top: 17px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.85;
}
.section-head.on-dark .section-eyebrow {
  color: #79a9d8;
}
.section-head.on-dark h2 {
  color: #f8fbff;
}
.section-head.on-dark .section-intro {
  color: #afbdd2;
}
.light-section {
  background: linear-gradient(180deg, #f9fbfe 0%, #eef5fb 100%);
}
.dark-section,
.flow-section,
.service-section,
.cases-section {
  color: white;
  background: var(--navy);
}

/* AI change */
.stage-list {
  display: grid;
  gap: 12px;
}
.stage-card {
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  gap: 11px;
  padding: 18px 15px;
  border: 1px solid #dbe6f1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(18, 55, 98, 0.06);
}
.stage-card > span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #e8faff;
  color: #10b4d3;
  font-size: 14px;
  font-weight: 750;
}
.stage-card:nth-child(2) > span {
  background: #f0edff;
  color: var(--violet);
}
.stage-card:nth-child(3) > span {
  background: #fff0ec;
  color: var(--coral);
}
.stage-card h3 {
  font-size: 20px;
}
.stage-card p {
  margin-top: 5px;
  color: #7789a4;
  font-size: 15px;
  line-height: 1.5;
}
.stage-card svg {
  color: #a9b7ca;
}
.thesis-card {
  margin-top: 22px;
  padding: 24px 22px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(135deg, #071a38, #112754);
  box-shadow: 0 18px 35px rgba(4, 21, 48, 0.14);
}
.thesis-card span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 750;
}
.thesis-card p {
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 650;
}

/* Pain */
.pain-section {
  padding-bottom: 86px;
}
.pain-list {
  border-top: 1px solid rgba(167, 201, 244, 0.2);
}
.pain-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(167, 201, 244, 0.18);
}
.pain-list article > span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 750;
}
.pain-list h3 {
  font-size: 19px;
}
.pain-list p {
  margin-top: 7px;
  color: #a7b8d1;
  font-size: 15px;
  line-height: 1.55;
}
.cost-result {
  margin-top: 29px;
  padding: 23px 20px;
  border: 1px solid rgba(73, 212, 241, 0.25);
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(29, 95, 142, 0.22),
    rgba(107, 73, 214, 0.12)
  );
}
.cost-result div {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
}
.cost-result b {
  color: #fff;
  font-size: 19px;
}
.cost-result span {
  color: #adbed7;
  font-size: 15px;
  line-height: 1.5;
}
.cost-result i {
  display: block;
  height: 1px;
  margin: 15px 0;
  background: rgba(171, 205, 244, 0.15);
}

/* Solution */
.solution-section {
  background: #fff;
}
.solution-flow {
  display: grid;
  gap: 8px;
}
.solution-flow > div {
  min-height: 106px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: #f2f7fc;
  border: 1px solid #dce9f4;
}
.solution-flow > div svg {
  grid-row: 1 / span 2;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 15px;
  color: #fff;
  background: var(--blue);
}
.solution-flow > div:nth-of-type(2) svg {
  background: var(--violet);
}
.solution-flow > div:nth-of-type(3) svg {
  background: var(--coral);
}
.solution-flow > div:nth-of-type(4) svg {
  background: var(--cyan);
}
.solution-flow span {
  font-size: 19px;
  font-weight: 700;
}
.solution-flow small {
  color: #71829d;
  font-size: 15px;
}
.solution-flow > svg {
  margin: -3px auto;
  color: #86a2bf;
  transform: rotate(90deg);
}
.solution-note {
  margin-top: 24px;
  padding: 24px;
  border-left: 4px solid var(--cyan);
  background: #071a38;
  color: #fff;
}
.solution-note strong {
  color: var(--cyan);
  font-size: 14px;
}
.solution-note p {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 620;
}

/* Department */
.department-section {
  background: linear-gradient(180deg, #edf5fb, #f8fbfe);
}
.team-visual {
  margin: 0 -24px;
  position: relative;
  overflow: hidden;
}
.team-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 35px 35px #eef5fb,
    inset 0 -40px 45px #f5f9fc;
  pointer-events: none;
}
.team-visual img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 52% center;
}
.team-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 19px;
  padding: 10px 13px;
  color: #d7e4f3;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  border: 1px solid rgba(168, 218, 255, 0.24);
  background: rgba(6, 22, 50, 0.76);
  backdrop-filter: blur(10px);
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.pillar-grid article {
  min-height: 185px;
  padding: 17px 15px;
  border: 1px solid #dce8f2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(18, 55, 98, 0.05);
}
.pillar-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #e7faff;
  color: #11b9d7;
}
.pillar-grid article:nth-child(2) .pillar-icon {
  color: var(--violet);
  background: #eeebff;
}
.pillar-grid article:nth-child(3) .pillar-icon {
  color: var(--coral);
  background: #ffedeb;
}
.pillar-grid article:nth-child(4) .pillar-icon {
  color: var(--blue);
  background: #e7f2fc;
}
.pillar-grid article > span {
  display: block;
  margin-top: 17px;
  color: #98aac0;
  font-size: 12px;
}
.pillar-grid h3 {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.35;
}
.pillar-grid p {
  margin-top: 7px;
  color: #71839c;
  font-size: 14px;
  line-height: 1.55;
}
.knowledge-callout {
  margin-top: 26px;
  padding: 22px 18px;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 650;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0c264f, #2b397e);
}

/* Tool flows */
.flow-section {
  padding-bottom: 84px;
}
.engine-visual {
  margin: 0 -24px 25px;
  overflow: hidden;
  position: relative;
}
.engine-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow:
    inset 0 45px 55px #06142d,
    inset 0 -38px 45px #06142d;
  pointer-events: none;
}
.engine-visual img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 55%;
}
.tool-flow-list {
  display: grid;
  gap: 15px;
}
.tool-card {
  padding: 22px 20px 21px;
  color: var(--ink);
  border-radius: 22px;
  background: #fff;
  border-top: 5px solid var(--cyan);
}
.tool-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tool-card header div {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #05afd0;
  background: #e6faff;
}
.tool-card header > span {
  color: #9db0c5;
  font-size: 14px;
}
.tool-card h3 {
  margin-top: 16px;
  font-size: 25px;
}
.tool-card > p {
  margin-top: 8px;
  color: #6e819e;
  font-size: 16px;
  line-height: 1.6;
}
.tool-card ul {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #e5edf5;
}
.tool-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  color: #30445f;
  font-size: 15px;
  line-height: 1.5;
}
.tool-card li svg {
  margin-top: 3px;
  color: #0bb7d5;
}
.image-flow {
  border-top-color: var(--violet);
}
.image-flow header div {
  color: var(--violet);
  background: #eeebff;
}
.image-flow li svg {
  color: var(--violet);
}
.video-flow {
  border-top-color: var(--coral);
}
.video-flow header div {
  color: var(--coral);
  background: #ffedeb;
}
.video-flow li svg {
  color: var(--coral);
}
.content-route {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #b7c6da;
  font-size: 12px;
}
.content-route svg {
  width: 14px;
  color: var(--cyan);
}

/* Values */
.value-section {
  background: #f3f8fc;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.value-grid article {
  min-height: 181px;
  padding: 17px 15px;
  border: 1px solid #dce7f2;
  border-radius: 19px;
  background: #fff;
}
.value-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #15b8d6;
}
.value-top svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 13px;
  background: #e7faff;
}
.value-top span {
  color: #a1b1c5;
  font-size: 12px;
}
.value-grid article:nth-child(3n + 2) .value-top {
  color: var(--violet);
}
.value-grid article:nth-child(3n + 2) .value-top svg {
  background: #eeebff;
}
.value-grid article:nth-child(3n + 3) .value-top {
  color: var(--coral);
}
.value-grid article:nth-child(3n + 3) .value-top svg {
  background: #ffedeb;
}
.value-grid h3 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.3;
}
.value-grid p {
  margin-top: 8px;
  color: #71839d;
  font-size: 14px;
  line-height: 1.55;
}

/* Operation loop */
.operating-section {
  background: #fff;
}
.operating-list {
  position: relative;
}
.operating-list::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(var(--cyan), var(--violet));
}
.operating-list li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.operating-list li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  border-radius: 50%;
  background: #0dbddc;
  border: 5px solid #fff;
}
.operating-list li:nth-child(n + 4) > span {
  background: var(--violet);
}
.operating-list li div {
  min-height: 66px;
  display: grid;
  grid-template-columns: 4px 1fr;
  align-items: center;
  gap: 15px;
  padding: 13px 17px;
  border: 1px solid #dce7f1;
  border-radius: 17px;
  background: #f7fafc;
}
.operating-list li i {
  width: 4px;
  height: 30px;
  border-radius: 4px;
  background: var(--cyan);
}
.operating-list li:nth-child(n + 4) i {
  background: var(--violet);
}
.operating-list b {
  font-size: 17px;
}
.loop-note {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  border-radius: 18px;
  background: var(--navy);
}
.loop-note svg {
  color: var(--cyan);
}

/* Services */
.service-section {
  background: linear-gradient(170deg, #06142d, #0b1a3a 62%, #171947);
}
.service-card {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 26px 20px 22px;
  color: var(--ink);
  border-radius: 24px;
  background: #fff;
}
.service-number {
  position: absolute;
  right: 18px;
  top: 15px;
  color: #ebf0f6;
  font-size: 70px;
  line-height: 1;
  font-weight: 780;
}
.service-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #077f99;
  background: #e4faff;
  font-size: 13px;
  font-weight: 700;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.service-card > p {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #667a96;
  font-size: 16px;
  line-height: 1.7;
}
.service-path {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 20px;
}
.service-path span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 10px;
  border-radius: 13px;
  color: #324761;
  font-size: 14px;
  background: #f1f7fb;
}
.service-path i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #06a9c8;
  background: #ddf8fd;
  font-size: 11px;
  font-style: normal;
}
.service-card footer {
  margin-top: 20px;
  padding: 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 15px;
  background: #082047;
}
.agent-service {
  background: #f5f2ff;
}
.agent-service .service-label {
  color: #5c43dc;
  background: #e9e4ff;
}
.agent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.agent-tags span {
  padding: 9px 12px;
  color: #5b46cc;
  font-size: 14px;
  border: 1px solid #d8d0ff;
  border-radius: 999px;
  background: #fff;
}
.agent-service footer {
  background: #5c49db;
}

/* Standards */
.standards-section {
  background: #f3f8fc;
}
.standard-list {
  display: grid;
  gap: 13px;
}
.standard-list article {
  padding: 21px 19px;
  border-radius: 21px;
  background: #fff;
  border: 1px solid #dce7f2;
}
.standard-list header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standard-list header div {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0eb5d3;
  border-radius: 14px;
  background: #e6faff;
}
.standard-list header > span {
  color: #9bacc1;
  font-size: 13px;
}
.standard-list article:nth-child(2) header div {
  color: var(--violet);
  background: #eeebff;
}
.standard-list article:nth-child(3) header div {
  color: var(--coral);
  background: #ffedeb;
}
.standard-list h3 {
  margin-top: 14px;
  font-size: 22px;
}
.standard-list ul {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}
.standard-list li {
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 8px;
  color: #526680;
  font-size: 15px;
  line-height: 1.55;
}
.standard-list li svg {
  margin-top: 4px;
  color: #10b9d7;
}

/* Cases */
.cases-section {
  background: #07162f;
}
.case-declaration {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  margin: 4px 0 30px;
  padding: 16px;
  border: 1px solid rgba(94, 226, 246, 0.18);
  border-radius: 18px;
  background: rgba(10, 37, 71, 0.78);
}
.case-declaration span {
  padding: 6px 9px;
  color: #06162d;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  border-radius: 999px;
  background: var(--cyan);
}
.case-declaration p {
  color: #b5c6dc;
  font-size: 14px;
  line-height: 1.6;
}
.case-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 16px;
}
.case-group-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #eff8ff;
  font-size: 19px;
  font-weight: 720;
}
.case-group-head svg {
  color: var(--cyan);
}
.case-group-head small {
  color: #6e88aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.visual-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.visual-case {
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(161, 196, 225, 0.18);
  border-radius: 18px;
  background: #fff;
}
.visual-case figure {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #10233f;
}
.visual-case figure::after,
.video-showcase figure::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(4, 13, 28, 0.04),
    transparent 52%,
    rgba(3, 12, 28, 0.54)
  );
}
.visual-case img,
.video-showcase img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visual-case figure > span,
.video-showcase figure > span {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 11px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
}
.visual-case figure > em,
.video-showcase figure > em {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
  padding: 5px 8px;
  color: #eafcff;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  border: 1px solid rgba(171, 239, 255, 0.35);
  border-radius: 999px;
  background: rgba(3, 18, 38, 0.68);
  backdrop-filter: blur(7px);
}
.visual-case > div {
  padding: 14px 13px 15px;
}
.visual-case h3 {
  font-size: 16px;
  line-height: 1.35;
}
.visual-case p {
  margin-top: 6px;
  color: #5d718a;
  font-size: 14px;
  line-height: 1.5;
}
.visual-case small {
  display: block;
  margin-top: 10px;
  color: #1d9ebc;
  font-size: 12px;
  line-height: 1.5;
}
.video-group-head {
  margin-top: 38px;
}
.video-group-head svg {
  color: #8a82ff;
}
.video-case-list {
  display: grid;
  gap: 15px;
}
.video-showcase {
  overflow: hidden;
  color: var(--ink);
  border-radius: 20px;
  background: #fff;
}
.video-showcase figure {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101a3c;
}
.video-showcase figure > i {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(9, 23, 51, 0.42);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
}
.video-showcase > div {
  padding: 17px 18px 19px;
}
.video-showcase p {
  color: #737f92;
  font-size: 14px;
  line-height: 1.5;
}
.video-showcase h3 {
  margin-top: 6px;
  font-size: 21px;
  line-height: 1.3;
}
.video-showcase small {
  display: block;
  margin-top: 10px;
  color: #6259db;
  font-size: 12px;
  line-height: 1.5;
}
.authorization-note {
  margin-top: 27px;
  padding-top: 22px;
  color: #8fa4c2;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid rgba(134, 166, 204, 0.16);
}

/* Enterprise insights */
.insights-section {
  background: linear-gradient(180deg, #f8fbfe 0%, #edf4fa 100%);
}
.insight-grid {
  display: grid;
  gap: 14px;
}
.insight-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 23px 20px 20px;
  border: 1px solid #dce7f2;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(18, 55, 98, 0.05);
}
.insight-card::after {
  content: '';
  position: absolute;
  right: -42px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(35, 201, 231, 0.15),
    transparent 68%
  );
  pointer-events: none;
}
.insight-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.insight-card header > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #188eaa;
  font-size: 14px;
  font-weight: 720;
}
.insight-card time {
  color: #8ca0b8;
  font-size: 12px;
  font-style: normal;
}
.insight-label {
  margin-top: 34px;
  color: #a5b4c6;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}
.insight-card h3 {
  margin-top: 9px;
  max-width: 520px;
  font-size: 23px;
  line-height: 1.42;
  letter-spacing: -0.025em;
}
.insight-card > p {
  margin-top: 12px;
  color: #657992;
  font-size: 15px;
  line-height: 1.7;
}
.insight-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5edf5;
  color: #8598af;
  font-size: 13px;
}
.insight-card footer i {
  color: #afbdcc;
  font-size: 12px;
  font-style: normal;
}
.lead-insight {
  color: #fff;
  border-color: rgba(96, 210, 235, 0.2);
  background: linear-gradient(145deg, #071a38, #102b58 62%, #202c74);
  box-shadow: 0 20px 46px rgba(7, 25, 57, 0.18);
}
.lead-insight::after {
  right: -15px;
  bottom: -78px;
  width: 230px;
  height: 230px;
  background: radial-gradient(
    circle,
    rgba(84, 219, 244, 0.25),
    rgba(107, 78, 255, 0.1) 45%,
    transparent 69%
  );
}
.lead-insight header > span {
  color: #64dff3;
}
.lead-insight time,
.lead-insight .insight-label {
  color: #91a9cb;
}
.lead-insight > p {
  color: #b8c7da;
}
.lead-insight footer {
  color: #a9bbd2;
  border-top-color: rgba(174, 205, 240, 0.16);
}
.lead-insight footer i {
  color: #60dced;
}
.insight-note {
  margin-top: 22px;
  padding: 19px 20px;
  color: #536982;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  border: 1px dashed #c9d9e8;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.58);
}

/* Closing */
.closing {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 24px 42px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg, #041128, #0a1f46 60%, #191b55);
}
.closing-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  right: -160px;
  top: 105px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(67, 224, 250, 0.23),
    rgba(104, 72, 255, 0.1) 42%,
    transparent 68%
  );
}
.closing > p {
  margin-top: 70px;
  color: #aebed5;
  font-size: 17px;
  line-height: 1.8;
}
.closing h2 {
  margin-top: 17px;
  font-size: 37px;
  line-height: 1.25;
  letter-spacing: -0.045em;
}
.closing h2 span {
  color: var(--cyan);
}
.closing-tags {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4dfed;
  font-size: 14px;
}
.closing-tags i {
  color: var(--violet);
  font-style: normal;
}
.closing small {
  margin-top: auto;
  padding-top: 50px;
  color: #7188ac;
  font-size: 10px;
  letter-spacing: 0.09em;
}

/* Site footer */
.site-footer {
  padding: 38px 24px 24px;
  color: #c1ccdc;
  background: #030b1b;
}
.footer-main {
  display: grid;
  gap: 28px;
}
.footer-profile p {
  margin-top: 14px;
  color: #7e91ad;
  font-size: 14px;
  line-height: 1.7;
}
.footer-contact {
  display: grid;
  gap: 13px;
  font-style: normal;
}
.footer-contact span {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 9px;
  color: #a9b8cc;
  font-size: 14px;
  line-height: 1.5;
}
.footer-contact svg {
  color: var(--cyan);
}
.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding-top: 20px;
  color: #667b9a;
  font-size: 12px;
  line-height: 1.6;
  border-top: 1px solid rgba(139, 172, 215, 0.13);
}
.footer-placeholder-note {
  margin-top: 12px;
  color: #435675;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 700px) {
  body {
    padding: 36px 0;
  }
  .site-shell {
    border-radius: 30px;
  }
}

@media (min-width: 960px) {
  :root {
    --desktop-gutter: max(56px, calc((100vw - 1180px) / 2));
  }

  body {
    padding: 0;
    background: #07162f;
  }
  .site-shell {
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }

  .hero {
    min-height: 820px;
    padding: 34px var(--desktop-gutter) 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
    grid-template-rows: auto auto auto 1fr auto;
    column-gap: 72px;
  }
  .brand-row-row {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .brand-row {
    font-size: 16px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
    margin-right: 38px;
    color: #aebfd8;
    font-size: 14px;
  }
  .desktop-nav a {
    position: relative;
    padding: 10px 0;
    transition: color 0.2s ease;
  }
  .desktop-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 3px;
    height: 1px;
    background: var(--cyan);
    transition: right 0.2s ease;
  }
  .desktop-nav a:hover {
    color: #fff;
  }
  .desktop-nav a:hover::after {
    right: 0;
  }
  .edition {
    font-size: 11px;
  }
  .eyebrow {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin-top: 112px;
    font-size: 14px;
  }
  .hero h1 {
    grid-column: 1;
    grid-row: 3;
    max-width: 700px;
    margin-top: 24px;
    font-size: clamp(64px, 5.3vw, 80px);
    line-height: 1.08;
  }
  .hero-copy {
    grid-column: 1;
    grid-row: 4;
    max-width: 560px;
    margin-top: 27px;
    font-size: 19px;
    line-height: 1.85;
  }
  .hero-visual {
    grid-column: 2;
    grid-row: 2 / 6;
    align-self: center;
    height: 570px;
    margin: 72px 0 0;
    border: 1px solid rgba(130, 199, 255, 0.16);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(0, 8, 27, 0.35);
  }
  .hero-visual::after {
    border-radius: inherit;
    box-shadow:
      inset 0 60px 55px rgba(7, 24, 49, 0.9),
      inset 0 -50px 55px rgba(8, 26, 56, 0.94);
  }
  .hero-visual img {
    height: 100%;
    object-position: 58% center;
  }
  .hero-visual figcaption {
    left: 24px;
    bottom: 22px;
    font-size: 13px;
  }
  .scroll-cue {
    grid-column: 1;
    grid-row: 5;
    max-width: 560px;
    padding-top: 24px;
    font-size: 15px;
  }

  .section {
    padding: 118px var(--desktop-gutter);
  }
  .section-head {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    column-gap: 36px;
    margin-bottom: 54px;
  }
  .section-index {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    padding-top: 4px;
    font-size: 15px;
  }
  .section-index i {
    width: 72px;
  }
  .section-eyebrow {
    grid-column: 2;
    margin-top: 0;
    font-size: 13px;
  }
  .section-head h2 {
    grid-column: 2;
    margin-top: 14px;
    max-width: 900px;
    font-size: clamp(46px, 4vw, 58px);
    line-height: 1.18;
  }
  .section-intro {
    grid-column: 2;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
  }

  .stage-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .stage-card {
    min-height: 190px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    padding: 28px;
  }
  .stage-card h3 {
    margin-top: 22px;
    font-size: 24px;
  }
  .stage-card p {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.65;
  }
  .stage-card svg {
    display: none;
  }
  .thesis-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 26px;
    margin-top: 22px;
    padding: 32px 36px;
  }
  .thesis-card span {
    font-size: 14px;
  }
  .thesis-card p {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.55;
  }

  .pain-section {
    padding-bottom: 126px;
  }
  .pain-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 38px;
    border-top: 0;
  }
  .pain-list article {
    min-height: 132px;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 26px 0;
  }
  .pain-list article > span {
    font-size: 14px;
  }
  .pain-list h3 {
    font-size: 23px;
  }
  .pain-list p {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.65;
  }
  .cost-result {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: center;
    margin-top: 36px;
    padding: 32px 36px;
  }
  .cost-result div {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
  .cost-result b {
    font-size: 23px;
  }
  .cost-result span {
    font-size: 16px;
  }
  .cost-result i {
    width: 1px;
    height: 64px;
    margin: 0;
  }

  .solution-flow {
    grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
    align-items: center;
    gap: 10px;
  }
  .solution-flow > div {
    min-height: 165px;
    grid-template-columns: 52px 1fr;
    padding: 24px;
  }
  .solution-flow > div svg {
    width: 50px;
    height: 50px;
  }
  .solution-flow span {
    font-size: 21px;
  }
  .solution-flow small {
    font-size: 15px;
    line-height: 1.5;
  }
  .solution-flow > svg {
    margin: 0;
    transform: none;
  }
  .solution-note {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    gap: 26px;
    margin-top: 28px;
    padding: 30px 36px;
  }
  .solution-note strong {
    font-size: 15px;
  }
  .solution-note p {
    margin-top: 0;
    font-size: 21px;
  }

  .department-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 28px 34px;
  }
  .department-section > .section-head {
    grid-column: 1 / -1;
  }
  .team-visual {
    min-height: 520px;
    margin: 0;
    border-radius: 28px;
  }
  .team-visual::after {
    border-radius: inherit;
    box-shadow:
      inset 0 55px 55px rgba(238, 245, 251, 0.92),
      inset 0 -55px 60px rgba(245, 249, 252, 0.94);
  }
  .team-visual img {
    height: 520px;
  }
  .team-visual figcaption {
    left: 30px;
    right: 30px;
    bottom: 28px;
    padding: 12px 15px;
    font-size: 13px;
  }
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
  }
  .pillar-grid article {
    min-height: 252px;
    padding: 24px;
  }
  .pillar-grid article > span {
    margin-top: 24px;
    font-size: 13px;
  }
  .pillar-grid h3 {
    font-size: 21px;
  }
  .pillar-grid p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.65;
  }
  .knowledge-callout {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 26px;
    font-size: 22px;
    border-radius: 22px;
  }

  .flow-section {
    padding-bottom: 122px;
  }
  .engine-visual {
    margin: 0 0 32px;
    border-radius: 30px;
  }
  .engine-visual::after {
    border-radius: inherit;
  }
  .engine-visual img {
    height: 430px;
  }
  .tool-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .tool-card {
    min-height: 500px;
    padding: 28px;
    border-radius: 24px;
  }
  .tool-card h3 {
    margin-top: 24px;
    font-size: 28px;
  }
  .tool-card > p {
    min-height: 78px;
    font-size: 17px;
  }
  .tool-card ul {
    gap: 14px;
    margin-top: 21px;
    padding-top: 21px;
  }
  .tool-card li {
    font-size: 16px;
    line-height: 1.55;
  }
  .content-route {
    gap: 14px;
    margin-top: 32px;
    font-size: 15px;
  }
  .content-route svg {
    width: 18px;
  }

  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .value-grid article {
    min-height: 220px;
    padding: 24px;
  }
  .value-top svg {
    width: 46px;
    height: 46px;
  }
  .value-grid h3 {
    margin-top: 24px;
    font-size: 22px;
  }
  .value-grid p {
    font-size: 16px;
    line-height: 1.65;
  }

  .operating-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    padding-top: 0;
  }
  .operating-list::before {
    left: 7%;
    right: 7%;
    top: 23px;
    bottom: auto;
    width: auto;
    height: 2px;
  }
  .operating-list li {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
    text-align: center;
  }
  .operating-list li > span {
    margin: 0 auto;
  }
  .operating-list li div {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .operating-list li i {
    display: none;
  }
  .operating-list b {
    font-size: 16px;
    line-height: 1.5;
  }
  .loop-note {
    max-width: 520px;
    margin: 34px auto 0;
    padding: 21px;
    font-size: 16px;
  }

  .service-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .service-section > .section-head {
    grid-column: 1 / -1;
  }
  .service-card {
    min-height: 535px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 34px;
    border-radius: 28px;
  }
  .service-label {
    font-size: 14px;
  }
  .service-card h3 {
    margin-top: 24px;
    font-size: 32px;
  }
  .service-card > p {
    min-height: 86px;
    font-size: 17px;
  }
  .service-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }
  .service-path span {
    min-height: 50px;
    font-size: 15px;
  }
  .service-card footer {
    margin-top: auto;
    padding: 19px;
    font-size: 16px;
  }
  .agent-tags {
    gap: 10px;
    margin-top: 24px;
  }
  .agent-tags span {
    padding: 11px 14px;
    font-size: 15px;
  }

  .standard-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .standard-list article {
    min-height: 300px;
    padding: 28px;
    border-radius: 24px;
  }
  .standard-list h3 {
    margin-top: 22px;
    font-size: 25px;
  }
  .standard-list ul {
    gap: 15px;
    margin-top: 22px;
  }
  .standard-list li {
    font-size: 16px;
    line-height: 1.65;
  }

  .case-declaration {
    max-width: 790px;
    margin: 0 0 46px 216px;
    padding: 20px 22px;
  }
  .case-declaration p {
    font-size: 15px;
  }
  .case-group-head {
    margin: 8px 0 22px;
  }
  .case-group-head > div {
    font-size: 22px;
  }
  .visual-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .visual-case {
    border-radius: 22px;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }
  .visual-case:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 7, 22, 0.28);
  }
  .visual-case > div {
    padding: 18px 18px 20px;
  }
  .visual-case h3 {
    font-size: 19px;
  }
  .visual-case p {
    font-size: 15px;
  }
  .visual-case small {
    font-size: 13px;
  }
  .video-group-head {
    margin-top: 62px;
  }
  .video-case-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .video-showcase {
    border-radius: 24px;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }
  .video-showcase:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 7, 22, 0.28);
  }
  .video-showcase > div {
    padding: 22px 24px 24px;
  }
  .video-showcase p {
    font-size: 15px;
  }
  .video-showcase h3 {
    font-size: 24px;
  }
  .video-showcase small {
    font-size: 13px;
  }
  .authorization-note {
    max-width: 760px;
    margin: 38px auto 0;
    font-size: 15px;
  }

  .insight-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .insight-card {
    min-height: 246px;
    padding: 28px;
    border-radius: 24px;
  }
  .lead-insight {
    grid-row: 1 / 3;
    min-height: 510px;
    padding: 36px;
  }
  .insight-card header > span {
    font-size: 15px;
  }
  .insight-label {
    margin-top: 34px;
    font-size: 13px;
  }
  .lead-insight .insight-label {
    margin-top: 108px;
  }
  .insight-card h3 {
    font-size: 25px;
  }
  .lead-insight h3 {
    max-width: 590px;
    font-size: 37px;
    line-height: 1.35;
  }
  .insight-card > p {
    max-width: 620px;
    font-size: 16px;
  }
  .lead-insight > p {
    font-size: 18px;
    line-height: 1.8;
  }
  .insight-card footer {
    margin-top: 22px;
  }
  .lead-insight footer {
    margin-top: 58px;
  }
  .insight-note {
    margin-top: 24px;
    padding: 22px;
    font-size: 16px;
  }

  .closing {
    min-height: 570px;
    align-items: center;
    padding: 80px var(--desktop-gutter) 48px;
    text-align: center;
  }
  .closing-glow {
    width: 640px;
    height: 640px;
    right: calc(50% - 320px);
    top: -34px;
  }
  .closing > p {
    margin-top: 58px;
    font-size: 19px;
  }
  .closing h2 {
    margin-top: 20px;
    font-size: 54px;
  }
  .closing-tags {
    margin-top: 42px;
    font-size: 16px;
  }
  .closing small {
    margin-top: 76px;
    padding-top: 0;
  }

  .site-footer {
    padding: 54px var(--desktop-gutter) 26px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 80px;
  }
  .footer-profile p {
    max-width: 430px;
    font-size: 15px;
  }
  .footer-contact {
    grid-template-columns: 1fr;
    justify-self: end;
    min-width: 390px;
  }
  .footer-contact span {
    font-size: 15px;
  }
  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 40px;
    padding-top: 24px;
    font-size: 13px;
  }
  .footer-placeholder-note {
    text-align: right;
  }
}

@media (max-width: 360px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pillar-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }
  .content-route {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Enterprise insights subpages */
.insight-card footer a {
  position: relative;
  z-index: 2;
  color: inherit;
  font-weight: 700;
}
.insight-card footer a::after {
  content: ' →';
}
.insight-all-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 17px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 720;
  border-radius: 17px;
  background: #0a1f46;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.insight-all-link i {
  color: var(--cyan);
  font-size: 22px;
  font-style: normal;
}

.subpage-body {
  background: #dce4ef;
}
.subpage-shell {
  overflow: visible;
}
.subpage-shell .footer-contact span {
  grid-template-columns: 1fr;
}
.subpage-header {
  position: relative;
  overflow: hidden;
  padding: 24px 22px 62px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(58, 111, 255, 0.32), transparent 31%),
    radial-gradient(circle at 8% 82%, rgba(35, 201, 231, 0.12), transparent 35%),
    linear-gradient(150deg, #041128 0%, #081c3d 58%, #17194c 100%);
}
.subpage-header::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 194, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 194, 255, 0.22) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 36%, transparent 100%);
}
.subpage-header > * {
  position: relative;
  z-index: 1;
}
.subpage-header .brand-row {
  color: #f6faff;
}
.desktop-nav .is-current {
  color: #fff;
}
.desktop-nav .is-current::after {
  right: 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 44px;
  color: #7f96b8;
  font-size: 13px;
}
.breadcrumb a {
  color: #b7c5d9;
}
.breadcrumb a:hover {
  color: var(--cyan);
}
.page-kicker {
  color: #58d9ef;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}
.listing-hero-copy {
  margin-top: 48px;
}
.listing-hero-copy h1 {
  margin-top: 14px;
  max-width: 750px;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: -0.045em;
}
.listing-hero-copy > p:last-child {
  margin-top: 20px;
  max-width: 630px;
  color: #b7c6dc;
  font-size: 16px;
  line-height: 1.8;
}
.listing-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 46px;
}
.listing-signal span {
  padding: 8px 10px;
  color: #7e98bd;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  border: 1px solid rgba(127, 179, 235, 0.2);
  border-radius: 999px;
  background: rgba(5, 20, 45, 0.45);
}
.insights-listing {
  padding: 28px 24px 78px;
  background: linear-gradient(180deg, #f7fbfe, #edf4fa);
}
.category-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 -24px;
  padding: 0 24px 22px;
  scrollbar-width: none;
}
.category-nav::-webkit-scrollbar {
  display: none;
}
.category-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: #58708f;
  font-size: 14px;
  font-weight: 680;
  border: 1px solid #d9e5f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}
.category-nav a:hover,
.category-nav .is-active {
  color: #fff;
  border-color: #0a1f46;
  background: #0a1f46;
}
.listing-layout {
  display: grid;
  gap: 26px;
}
.listing-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0 22px;
}
.listing-title-row p,
.aside-kicker,
.related-heading p {
  color: #879ab1;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
}
.listing-title-row h2 {
  margin-top: 7px;
  font-size: 30px;
  letter-spacing: -0.03em;
}
.listing-title-row > span {
  color: #879ab1;
  font-size: 13px;
}
.listing-main {
  min-width: 0;
}
.news-list-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 17px;
  margin-top: 14px;
  padding: 22px 18px;
  border: 1px solid #dce7f2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(20, 53, 91, 0.04);
  scroll-margin-top: 20px;
}
.news-date {
  align-self: start;
  padding-right: 13px;
  text-align: center;
  border-right: 1px solid #dfe8f1;
}
.news-date b {
  display: block;
  color: #16345d;
  font-size: 29px;
  line-height: 1;
}
.news-date span {
  display: block;
  margin-top: 7px;
  color: #94a6bb;
  font-size: 10px;
}
.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #8b9db2;
  font-size: 12px;
}
.category-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 720;
  border-radius: 999px;
}
.category-news {
  color: #0786a0;
  background: #def8fc;
}
.category-insight {
  color: #5a47ca;
  background: #ebe7ff;
}
.category-qa {
  color: #b95343;
  background: #ffebe7;
}
.news-content h3 {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.42;
  letter-spacing: -0.025em;
}
.news-content h3 a {
  transition: color 0.2s ease;
}
.news-content h3 a:hover {
  color: #128eab;
}
.news-content > p {
  margin-top: 11px;
  color: #667b96;
  font-size: 15px;
  line-height: 1.75;
}
.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.news-tags span {
  padding: 6px 8px;
  color: #71869f;
  font-size: 11px;
  border-radius: 7px;
  background: #eff4f8;
}
.read-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #087e98;
  font-size: 14px;
  font-weight: 720;
}
.read-link span {
  font-size: 18px;
  transition: transform 0.2s ease;
}
.read-link:hover span {
  transform: translateX(4px);
}
.featured-news {
  color: #fff;
  border-color: rgba(77, 204, 231, 0.18);
  background:
    radial-gradient(circle at 100% 100%, rgba(61, 210, 239, 0.18), transparent 34%),
    linear-gradient(145deg, #071a38, #102b58 65%, #202c74);
  box-shadow: 0 18px 44px rgba(7, 24, 54, 0.17);
}
.featured-news .news-date {
  border-right-color: rgba(176, 205, 239, 0.16);
}
.featured-news .news-date b {
  color: #fff;
}
.featured-news .news-date span,
.featured-news .news-meta {
  color: #8ea7c9;
}
.featured-news .news-content > p {
  color: #b9c7da;
}
.featured-news .news-tags span {
  color: #a7bad4;
  background: rgba(255, 255, 255, 0.07);
}
.featured-news .read-link {
  color: #59d9ef;
}
.listing-aside {
  display: grid;
  gap: 14px;
}
.aside-card {
  padding: 22px 20px;
  border: 1px solid #dbe6f0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
}
.aside-card h2 {
  margin-top: 7px;
  font-size: 22px;
}
.category-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: #4f6681;
  font-size: 14px;
  border-bottom: 1px solid #e2eaf2;
}
.category-card > a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.category-card > a b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #7790aa;
  font-size: 11px;
  border-radius: 50%;
  background: #edf3f7;
}
.editorial-note {
  color: #fff;
  border-color: transparent;
  background: #081a38;
}
.editorial-note h2 {
  margin-top: 24px;
  font-size: 24px;
}
.editorial-note p {
  margin-top: 10px;
  color: #aebed4;
  font-size: 14px;
  line-height: 1.75;
}
.editorial-note a {
  display: inline-flex;
  margin-top: 22px;
  color: #59d9ef;
  font-size: 14px;
  font-weight: 720;
}
.insights-cta {
  padding: 70px 24px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(53, 214, 241, 0.16), transparent 32%),
    linear-gradient(150deg, #06142d, #11194a);
}
.insights-cta > p {
  color: #6f88ad;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
}
.insights-cta h2 {
  margin-top: 13px;
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}
.insights-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 13px 17px;
  color: #07162f;
  font-size: 14px;
  font-weight: 760;
  border-radius: 999px;
  background: #59d9ef;
}

/* Article detail */
.article-page-header {
  padding-bottom: 64px;
}
.article-hero {
  margin-top: 44px;
}
.article-meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #8fa6c6;
  font-size: 12px;
}
.article-meta-line .category-badge {
  margin-right: 2px;
}
.article-hero .page-kicker {
  margin-top: 36px;
}
.article-hero h1 {
  margin-top: 13px;
  max-width: 940px;
  font-size: 38px;
  line-height: 1.24;
  letter-spacing: -0.045em;
}
.article-deck {
  margin-top: 21px;
  max-width: 760px;
  color: #b8c7db;
  font-size: 16px;
  line-height: 1.82;
}
.article-layout {
  display: grid;
  gap: 34px;
  padding: 54px 24px 72px;
  background: #fff;
}
.article-body {
  min-width: 0;
  color: #304762;
  font-size: 17px;
  line-height: 1.95;
}
.article-body > * + * {
  margin-top: 22px;
}
.article-body .article-lead {
  color: #173455;
  font-size: 19px;
  font-weight: 610;
  line-height: 1.85;
}
.article-body h2 {
  margin-top: 48px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.article-body h3 {
  margin-top: 31px;
  color: #183b62;
  font-size: 21px;
  line-height: 1.5;
}
.article-body blockquote {
  margin: 34px 0;
  padding: 24px 21px;
  color: #fff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.75;
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 100%, rgba(73, 215, 240, 0.18), transparent 40%),
    #081a38;
}
.article-principles {
  display: grid;
  gap: 10px;
  margin: 32px 0;
}
.article-principles > div {
  padding: 20px;
  border: 1px solid #dce7f1;
  border-radius: 17px;
  background: #f6f9fc;
}
.article-principles span {
  color: #0aa5c3;
  font-size: 12px;
  font-weight: 780;
}
.article-principles h3 {
  margin-top: 7px;
  color: #102d51;
  font-size: 19px;
}
.article-principles p {
  margin-top: 5px;
  color: #6b8099;
  font-size: 14px;
  line-height: 1.7;
}
.article-endnote {
  margin-top: 42px;
  padding: 23px 21px;
  border-left: 4px solid var(--cyan);
  background: #eef8fb;
}
.article-endnote span {
  color: #0989a3;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
}
.article-endnote p {
  margin-top: 8px;
  color: #36536e;
  font-size: 16px;
  line-height: 1.8;
}
.article-aside {
  display: grid;
  align-content: start;
  gap: 14px;
}
.back-to-list {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #4e6682;
  font-size: 14px;
  font-weight: 680;
}
.article-info-card,
.article-aside-quote {
  padding: 21px;
  border: 1px solid #dce7f1;
  border-radius: 19px;
  background: #f6f9fc;
}
.article-info-card > p {
  color: #8a9db3;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
}
.article-info-card dl {
  margin: 13px 0 0;
}
.article-info-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #e0e8f0;
}
.article-info-card dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.article-info-card dt {
  color: #8295ab;
  font-size: 13px;
}
.article-info-card dd {
  margin: 0;
  color: #2d4865;
  font-size: 13px;
  font-weight: 680;
}
.article-aside-quote {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #071a38, #17245b);
}
.article-aside-quote p {
  margin-top: 24px;
  color: #c3d0e1;
  font-size: 16px;
  font-weight: 670;
  line-height: 1.65;
}
.article-aside-quote a {
  display: inline-flex;
  margin-top: 18px;
  color: #55d9ef;
  font-size: 13px;
  font-weight: 700;
}
.related-insights {
  padding: 60px 24px 72px;
  background: #edf4fa;
}
.related-heading h2 {
  margin-top: 7px;
  font-size: 29px;
}
.related-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.related-grid a {
  position: relative;
  min-height: 180px;
  padding: 22px 48px 22px 20px;
  border: 1px solid #d9e5ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}
.related-grid a > span {
  color: #148ba6;
  font-size: 12px;
  font-weight: 740;
}
.related-grid h3 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
}
.related-grid i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #0ba7c4;
  font-size: 23px;
  font-style: normal;
}

@media (min-width: 700px) and (max-width: 959px) {
  .subpage-shell {
    overflow: hidden;
  }
}

@media (min-width: 960px) {
  .insight-card footer a:hover {
    color: #0ba4c0;
  }
  .lead-insight footer a:hover {
    color: #fff;
  }
  .insight-all-link {
    max-width: 320px;
    margin: 18px auto 0;
  }
  .insight-all-link:hover {
    background: #12305f;
    transform: translateY(-2px);
  }
  .subpage-header {
    min-height: 590px;
    padding: 34px var(--desktop-gutter) 84px;
  }
  .subpage-header .brand-row-row {
    display: flex;
  }
  .breadcrumb {
    margin-top: 72px;
    font-size: 14px;
  }
  .listing-hero-copy {
    margin-top: 64px;
  }
  .listing-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(58px, 5.2vw, 76px);
    line-height: 1.12;
  }
  .listing-hero-copy > p:last-child {
    margin-top: 28px;
    font-size: 18px;
  }
  .listing-signal {
    position: absolute;
    right: var(--desktop-gutter);
    bottom: 92px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 9px;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
  }
  .insights-listing {
    padding: 36px var(--desktop-gutter) 118px;
  }
  .category-nav {
    margin: 0;
    padding: 0 0 36px;
    border-bottom: 1px solid #dce6ef;
  }
  .category-nav a {
    padding: 11px 17px;
    font-size: 15px;
  }
  .listing-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 48px;
  }
  .listing-title-row {
    margin: 48px 0 28px;
  }
  .listing-title-row h2 {
    font-size: 38px;
  }
  .news-list-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    margin-top: 18px;
    padding: 32px 34px 34px;
    border-radius: 24px;
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease;
  }
  .news-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 46px rgba(18, 52, 91, 0.09);
  }
  .news-date {
    padding-right: 24px;
  }
  .news-date b {
    font-size: 42px;
  }
  .news-date span {
    font-size: 11px;
  }
  .news-content h3 {
    max-width: 740px;
    font-size: 29px;
  }
  .news-content > p {
    max-width: 740px;
    font-size: 16px;
  }
  .listing-aside {
    position: sticky;
    top: 28px;
    margin-top: 48px;
  }
  .aside-card {
    padding: 26px;
    border-radius: 22px;
  }
  .editorial-note {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .editorial-note a {
    margin-top: auto;
    padding-top: 32px;
  }
  .insights-cta {
    padding: 100px var(--desktop-gutter);
  }
  .insights-cta h2 {
    font-size: 51px;
  }
  .insights-cta a {
    margin-top: 32px;
    padding: 15px 21px;
    font-size: 15px;
  }

  .article-page-header {
    min-height: 640px;
  }
  .article-hero {
    margin-top: 78px;
  }
  .article-hero .page-kicker {
    margin-top: 48px;
  }
  .article-hero h1 {
    margin-top: 16px;
    font-size: clamp(52px, 5vw, 72px);
    line-height: 1.17;
  }
  .article-deck {
    margin-top: 28px;
    font-size: 19px;
  }
  .article-layout {
    grid-template-columns: minmax(0, 790px) 280px;
    justify-content: space-between;
    gap: 74px;
    padding: 92px var(--desktop-gutter) 120px;
  }
  .article-body {
    font-size: 18px;
    line-height: 2;
  }
  .article-body .article-lead {
    font-size: 22px;
  }
  .article-body h2 {
    margin-top: 60px;
    font-size: 35px;
  }
  .article-body h3 {
    font-size: 23px;
  }
  .article-body blockquote {
    margin: 42px 0;
    padding: 32px 34px;
    font-size: 24px;
  }
  .article-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin: 38px 0;
  }
  .article-principles > div {
    min-height: 185px;
    padding: 22px;
  }
  .article-aside {
    position: sticky;
    top: 28px;
  }
  .related-insights {
    padding: 80px var(--desktop-gutter) 108px;
  }
  .related-heading h2 {
    font-size: 38px;
  }
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
  }
  .related-grid a {
    min-height: 215px;
    padding: 28px 64px 28px 28px;
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease;
  }
  .related-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(20, 54, 92, 0.1);
  }
  .related-grid h3 {
    max-width: 480px;
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  .subpage-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .listing-hero-copy h1,
  .article-hero h1 {
    font-size: 34px;
  }
  .insights-listing,
  .article-layout,
  .related-insights {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-list-item {
    grid-template-columns: 1fr;
  }
  .news-date {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding-right: 0;
    padding-bottom: 13px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #dfe8f1;
  }
  .featured-news .news-date {
    border-bottom-color: rgba(176, 205, 239, 0.16);
  }
  .news-date span {
    margin-top: 0;
  }
}
