@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root {
  color-scheme: light;
  font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
  --brand: #1677ff;
  --brand-deep: #0066f5;
  --ink: #252b36;
  --text: #344054;
  --muted: #78869a;
  --line: #e7eff9;
  --soft: #f5f9ff;
  --container: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  color: var(--text);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  max-width: 100%;
}

@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-slide-left {
  from {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes visual-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes stat-pop {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.site-container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  border-bottom: 1px solid #e7eef8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 88px;
  justify-content: space-between;
}

.brand {
  flex: 0 0 auto;
  color: #1185ff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: 190px;
  white-space: nowrap;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 88px;
  color: #2d3748;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.is-active {
  color: var(--brand);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand);
  transform: translateX(-50%);
}

.nav-search {
  position: relative;
  width: 24px;
  height: 24px;
}

.nav-search span {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 2px solid #a5b0c0;
  border-radius: 50%;
}

.nav-search span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: #a5b0c0;
  transform: rotate(45deg);
}

.nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  border-radius: 3px;
  background: var(--brand);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
}

.site-main {
  min-height: calc(100vh - 88px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 3px;
  padding: 0 42px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.16);
}

.btn-soft,
.btn-light {
  background: #edf6ff;
  color: var(--brand);
}

.btn-soft::after,
.btn-light::after {
  content: "→";
  margin-left: 7px;
  font-size: 14px;
}

.section-heading {
  margin: 0;
  text-align: center;
}

.section-heading h2,
.stats-section h2,
.cta-section h2 {
  margin: 0;
  color: #2b313b;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.home-hero {
  position: relative;
  height: 902px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 244, 255, 0.64)), repeating-linear-gradient(135deg, rgba(112, 171, 244, 0.08) 0 2px, transparent 2px 58px), #f4f9ff;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-hero::before {
  inset: 0;
  background: linear-gradient(160deg, transparent 0 56%, rgba(255, 255, 255, 0.92) 56% 100%), linear-gradient(28deg, rgba(205, 228, 255, 0.42), transparent 42%);
}

.home-hero::after {
  top: 40px;
  right: -80px;
  width: 620px;
  height: 210px;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.84), rgba(201, 225, 252, 0.52));
  transform: rotate(17deg);
}

.hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 700px;
  padding-top: 72px;
}

.js-ready .hero-notice,
.js-ready .hero-kicker,
.js-ready .hero-copy h1,
.js-ready .hero-summary,
.js-ready .hero-actions {
  animation: fade-slide-up 0.72s ease both;
}

.js-ready .hero-kicker {
  animation-delay: 0.06s;
}

.js-ready .hero-copy h1 {
  animation-delay: 0.12s;
}

.js-ready .hero-summary {
  animation-delay: 0.18s;
}

.js-ready .hero-actions {
  animation-delay: 0.24s;
}

.hero-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #56718f;
  font-size: 16px;
  font-weight: 700;
  padding: 0 14px 0 5px;
  box-shadow: 0 8px 20px rgba(69, 128, 203, 0.1);
}

.hero-notice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 24px;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.hero-kicker {
  margin: 62px 0 12px;
  background: linear-gradient(90deg, #1a63ff 0%, #198cff 48%, #27d3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 48%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-summary {
  width: 820px;
  margin: 24px 0 0;
  color: #38465a;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.9;
}

.hero-actions,
.inline-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -104px;
  width: 860px;
  height: 620px;
  background: radial-gradient(circle at 52% 56%, rgba(22, 119, 255, 0.22), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(213, 235, 255, 0.46));
}

.js-ready .hero-visual {
  animation: fade-slide-left 0.9s ease 0.16s both, visual-float 7s ease-in-out 1.2s infinite;
}

.hero-visual::before {
  content: "首屏主视觉占位";
  position: absolute;
  inset: 70px 90px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 18px;
  color: rgba(22, 119, 255, 0.52);
  font-size: 24px;
  font-weight: 700;
}

.hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 94px;
  transform: translateX(-50%);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 138px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 26px 36px 22px;
}

.hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: 34px 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  min-width: 0;
}

.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #50d7ff, #0f73ff 68%, #0059de);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.icon-star {
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}

.icon-shield {
  clip-path: polygon(50% 0, 88% 14%, 78% 75%, 50% 100%, 22% 75%, 12% 14%);
}

.icon-rocket {
  clip-path: polygon(50% 0, 78% 45%, 63% 100%, 50% 80%, 37% 100%, 22% 45%);
}

.hero-feature strong {
  color: #263245;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-feature p {
  grid-column: 1/-1;
  margin: 8px 0 0;
  color: #8a97aa;
  font-size: 13px;
  line-height: 1.6;
  white-space: nowrap;
}

.stats-section {
  height: 374px;
  background: #ffffff;
  padding-top: 74px;
  text-align: center;
}

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

.stat-item strong {
  display: block;
  color: #252b36;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
}

.stat-item strong span {
  margin-left: 2px;
  font-size: 0.7em;
}

.stat-item p {
  margin: 14px 0 0;
  color: #9aa4b4;
  font-size: 16px;
  line-height: 1;
}

.section {
  background: #ffffff;
}

.products-section {
  height: 824px;
  padding-top: 76px;
}

.products-section .section-heading {
  margin-bottom: 58px;
}

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

.product-card {
  position: relative;
  height: 268px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 4px;
  background: #f1f8ff;
  padding: 112px 40px 26px;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.card-number {
  position: absolute;
  left: 24px;
  top: 24px;
  color: rgba(22, 119, 255, 0.13);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.product-icon {
  position: absolute;
  right: 32px;
  top: 24px;
  width: 124px;
  height: 124px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #72ddff, #1677ff 65%, #0752d8);
  box-shadow: 0 18px 32px rgba(22, 119, 255, 0.18);
}

.product-icon::after {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 800;
}

.product-icon-01::after {
  content: "01";
}

.product-icon-02::after {
  content: "02";
}

.product-icon-03::after {
  content: "03";
}

.product-icon-04::after {
  content: "04";
}

.product-icon-05::after {
  content: "05";
}

.product-icon-06::after {
  content: "06";
}

.product-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 28px;
  color: #222222;
  line-height: 1.32;
}

.product-card p {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  margin: 0;
  padding-right: 82px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 1.75;
}

.product-card a {
  position: absolute;
  right: 40px;
  bottom: 36px;
  z-index: 2;
  display: inline-flex;
  color: var(--brand);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.product-card a::after {
  content: "→";
  margin-left: 6px;
}

.solution-section {
  height: 955px;
  background: #f7f7f8;
  padding-top: 76px;
}

.solution-tabs,
.case-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}

.solution-tabs button,
.case-tabs a {
  position: relative;
  border: 0;
  background: transparent;
  color: #3d4a5d;
  cursor: pointer;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.solution-tabs button.is-active,
.case-tabs a.is-active {
  color: var(--brand);
  font-weight: 600;
}

.solution-tabs button.is-active::after,
.case-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand);
}

.solution-tab-icon {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: linear-gradient(145deg, #eaf5ff, #ffffff);
  box-shadow: inset 0 -8px 18px rgba(22, 119, 255, 0.08), 0 12px 24px rgba(22, 119, 255, 0.08);
}

.solution-panel {
  display: grid;
  grid-template-columns: 720px 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 68px;
  border-top: 1px solid #e8edf5;
  padding-top: 62px;
}

.solution-visual {
  width: 720px;
  height: 480px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef7ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 24px;
  font-weight: 700;
}

.solution-visual::before {
  content: "解决方案图片占位";
}

.solution-copy,
.case-copy,
.about-copy {
  min-width: 0;
}

.solution-copy h3,
.case-copy h3,
.about-copy h3 {
  margin: 0;
  color: #273140;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.36;
}

.solution-copy p,
.case-copy p,
.about-copy p {
  margin: 18px 0 0;
  color: #667386;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.blue-line {
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand);
  margin: 24px 0 26px;
}

.solution-copy ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-copy li {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 10px;
  color: #667386;
  font-size: 19px;
  line-height: 1.75;
}

.solution-copy li strong {
  position: relative;
  color: #273140;
  font-weight: 700;
  padding-left: 22px;
}

.solution-copy li strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.cases-section {
  height: 1088px;
  background: #ffffff;
  padding-top: 76px;
}

.cases-section .section-heading {
  margin-bottom: 58px;
}

.case-tabs {
  margin-top: 0;
}

.case-tabs a {
  padding-bottom: 18px;
}

.case-showcase {
  height: 536px;
  margin-top: 28px;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(211, 233, 255, 0.94), rgba(248, 252, 255, 0.95)), #eff8ff;
}

.case-showcase-inner {
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  height: 100%;
}

.case-visual {
  width: 760px;
  height: 536px;
  margin-left: -180px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(217, 237, 255, 0.78), rgba(245, 251, 255, 0.92));
  color: rgba(22, 119, 255, 0.45);
  font-size: 24px;
  font-weight: 700;
}

.case-visual::before {
  content: "案例主图占位";
}

.case-copy {
  padding-top: 14px;
}

.case-copy .inline-actions {
  margin-top: 24px;
}

.case-card-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.case-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  height: 140px;
  border: 1px solid #dcecff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 20px;
  box-shadow: 0 14px 34px rgba(41, 103, 178, 0.08);
}

.case-card-icon {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #dff1ff, #f8fcff);
}

.case-card h4 {
  margin: 0 0 9px;
  color: #273140;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.case-card p {
  margin: 0;
  color: #667386;
  font-size: 15px;
  line-height: 1.8;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.brand-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 2px;
  background: #ffffff;
  color: #273140;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(34, 75, 128, 0.045);
}

.brand-shopee,
.brand-pdd {
  color: #ef3f2f !important;
}

.brand-kuaishou {
  color: #e85b2f !important;
}

.brand-jd {
  color: #e1251b !important;
}

.about-section {
  height: 780px;
  background: #fbfdff;
  padding-top: 76px;
}

.about-section .section-heading {
  margin-bottom: 72px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 660px;
  gap: 80px;
  align-items: start;
}

.about-copy {
  align-self: start;
  max-width: 580px;
  padding-top: 0;
}

.about-copy h3 {
  font-size: 31px;
  line-height: 1;
}

.about-copy p {
  margin-top: 22px;
  font-size: 18px;
}

.about-copy .inline-actions {
  margin-top: 44px;
}

.about-photo {
  align-self: start;
  width: 660px;
  height: 460px;
  margin-top: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0b65b8, #9dd4ff);
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 700;
}

.about-photo::before {
  content: "关于我们图片占位";
}

.news-section {
  height: 680px;
  background: #ffffff;
  padding-top: 76px;
}

.news-section .section-heading {
  margin-bottom: 60px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 46px;
}

.news-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 238px;
  align-items: center;
  height: 116px;
  background: #ffffff;
}

.news-date {
  text-align: center;
}

.news-date span {
  display: block;
  color: #778396;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.news-date strong {
  display: block;
  margin-top: 10px;
  color: #2a3039;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.news-copy {
  min-width: 0;
  padding: 0 22px 0 6px;
}

.news-copy h3 {
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: #263140;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #7b8796;
  font-size: 17px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-thumb {
  width: 238px;
  height: 116px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent), linear-gradient(135deg, #8ed4ff, #1a5d91);
}

.empty-state {
  color: var(--muted);
  text-align: center;
}

.news-hero {
  position: relative;
  height: 868px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(232, 244, 255, 0.68)), repeating-linear-gradient(135deg, rgba(112, 171, 244, 0.08) 0 2px, transparent 2px 58px), #f3f8ff;
}

.news-hero::before,
.news-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news-hero::before {
  inset: 0;
  background: linear-gradient(160deg, transparent 0 58%, rgba(255, 255, 255, 0.92) 58% 100%), linear-gradient(28deg, rgba(205, 228, 255, 0.42), transparent 42%);
}

.news-hero::after {
  right: -120px;
  top: 70px;
  width: 760px;
  height: 260px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(198, 225, 252, 0.48));
  transform: rotate(17deg);
}

.news-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.news-hero-copy {
  position: relative;
  z-index: 2;
  width: 700px;
  padding-top: 72px;
}

.news-hero-notice {
  margin-top: 0;
}

.news-hero-kicker {
  margin-top: 62px;
  margin-bottom: 8px;
}

.news-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 48%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.news-hero-summary {
  width: 720px;
  margin: 60px 0 0;
  color: #38465a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.95;
}

.news-hero-visual {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -62px;
  width: 820px;
  height: 620px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.42) 0 18%, rgba(22, 119, 255, 0.18) 18% 31%, transparent 32%), radial-gradient(circle at 53% 47%, rgba(255, 255, 255, 0.72), transparent 36%), linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(213, 235, 255, 0.48));
  color: rgba(22, 119, 255, 0.52);
  font-size: 24px;
  font-weight: 700;
}

.news-hero-visual::before {
  content: "新闻主视觉占位";
  width: 430px;
  height: 430px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.35);
  border-radius: 50%;
  background: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.32) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.32) 50%, transparent 51%);
}

.news-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
}

.news-hero-features {
  height: 128px;
}

.news-index-section {
  background: #ffffff;
}

.news-category-tabs {
  min-height: 104px;
  border-bottom: 1px solid #edf1f6;
  background: #ffffff;
}

.news-category-tabs-inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  align-items: center;
  max-width: 900px;
}

.news-category-tabs a {
  position: relative;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  color: #2f3b4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.news-category-tabs a.is-active {
  color: var(--brand);
  font-weight: 600;
}

.news-category-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 126px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand);
  transform: translateX(-50%);
}

.news-index-inner {
  padding: 94px 0 82px;
}

.news-featured-card {
  display: grid;
  grid-template-columns: 660px minmax(0, 1fr);
  min-height: 420px;
}

.news-featured-media {
  display: block;
  min-height: 420px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent), linear-gradient(135deg, #c8e7ff, #367fc2);
  background-position: center;
  background-size: cover;
}

.news-featured-media.is-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  font-weight: 700;
}

.news-featured-media.is-placeholder::before {
  content: "新闻图片占位";
}

.news-featured-copy {
  position: relative;
  min-width: 0;
  background: #fafcff;
  padding: 62px 66px 54px;
}

.news-featured-copy time {
  color: #667386;
  font-size: 16px;
  font-weight: 500;
}

.news-featured-copy h2 {
  margin: 18px 0 28px;
  color: #263140;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.news-featured-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #667386;
  font-size: 17px;
  line-height: 1.95;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-more-link,
.news-more-inline {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.news-more-link {
  margin-top: 42px;
  height: 42px;
  border-radius: 2px;
  background: #edf6ff;
  padding: 0 22px;
}

.news-more-link::after,
.news-more-inline::after {
  content: "→";
  margin-left: 6px;
  font-size: 13px;
}

.news-slider-controls {
  position: absolute;
  right: 34px;
  bottom: 74px;
  display: inline-flex;
  gap: 10px;
}

.news-slider-controls span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #edf6ff;
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.news-slider-controls span.is-active {
  background: var(--brand);
  color: #ffffff;
}

.news-list {
  margin-top: 42px;
}

.news-list-item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 68px;
  border-bottom: 1px solid #edf1f6;
  padding: 36px 0 38px;
}

.news-list-date {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  color: #1f2544;
}

.news-list-date strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.news-list-date span {
  border-left: 1px solid #e5ebf3;
  color: #8a96a9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  padding-left: 22px;
}

.news-list-copy {
  min-width: 0;
}

.news-list-copy h3 {
  margin: 0 0 18px;
  color: #263140;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.news-list-copy p {
  display: -webkit-box;
  max-width: 1050px;
  margin: 0 0 18px;
  overflow: hidden;
  color: #667386;
  font-size: 16px;
  line-height: 1.9;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 72px;
  color: #7c8798;
  font-size: 14px;
}

.news-pagination a,
.news-pagination span {
  min-width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 3px;
}

.news-pagination a.is-active {
  background: var(--brand);
  color: #ffffff;
  font-weight: 700;
}

.news-empty-panel {
  display: grid;
  justify-items: center;
  border: 1px solid #edf1f6;
  background: #fafcff;
  padding: 82px 24px;
  text-align: center;
}

.news-empty-panel h2 {
  margin: 0 0 16px;
  color: #263140;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.news-empty-panel p {
  max-width: 620px;
  margin: 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.8;
}

.news-detail-section {
  background: #f7f7f8;
  padding: 84px 0 88px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 920px) 420px;
  gap: 70px;
  align-items: start;
}

.news-detail-main {
  min-width: 0;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(31, 52, 82, 0.06);
  padding: 42px 46px 48px;
}

.news-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #8b97a8;
  font-size: 14px;
  line-height: 1.6;
}

.news-breadcrumb a {
  color: #6d7a8d;
}

.news-detail-header h2 {
  margin: 34px 0 22px;
  color: #263140;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  color: #8a96a9;
  font-size: 15px;
  line-height: 1.5;
}

.news-detail-meta span {
  position: relative;
}

.news-detail-meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 12px;
  background: #dbe3ed;
  transform: translateY(-50%);
}

.news-detail-cover {
  overflow: hidden;
  margin: 34px 0 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent), linear-gradient(135deg, #c8e7ff, #367fc2);
}

.news-detail-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail-cover.is-placeholder {
  display: grid;
  place-items: center;
  min-height: 430px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  font-weight: 700;
}

.news-detail-cover.is-placeholder::before {
  content: "新闻详情图片占位";
}

.news-detail-content {
  margin-top: 42px;
  color: #38465a;
  font-size: 18px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.news-detail-content > *:first-child {
  margin-top: 0;
}

.news-detail-content p {
  margin: 0 0 28px;
}

.news-detail-content h2,
.news-detail-content h3 {
  margin: 42px 0 18px;
  color: #263140;
  font-weight: 700;
  line-height: 1.5;
}

.news-detail-content h2 {
  font-size: 26px;
}

.news-detail-content h3 {
  font-size: 22px;
}

.news-detail-content h4 {
  margin: 34px 0 14px;
  color: #263140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.news-detail-content ul,
.news-detail-content ol {
  margin: -8px 0 28px;
  padding-left: 22px;
}

.news-detail-content li {
  margin: 8px 0;
}

.news-detail-content blockquote {
  margin: 34px 0;
  border-left: 4px solid var(--brand);
  background: #f6f9fc;
  color: #516174;
  padding: 22px 26px;
}

.news-detail-content blockquote p:last-child {
  margin-bottom: 0;
}

.news-detail-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 34px 0;
  border-radius: 8px;
}

.news-detail-content a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-detail-content pre {
  overflow-x: auto;
  margin: 34px 0;
  border-radius: 8px;
  background: #1e2733;
  color: #eef4fb;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 22px;
}

.news-detail-content code {
  border-radius: 4px;
  background: #eef3f8;
  color: #243246;
  font-size: 0.92em;
  padding: 2px 6px;
}

.news-detail-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.news-detail-content hr {
  margin: 42px 0;
  border: 0;
  border-top: 1px solid #e4eaf1;
}

.news-detail-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.news-detail-nav a,
.news-detail-nav span {
  position: relative;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #ffffff;
  color: #2f3b4f;
  line-height: 1.5;
  padding: 18px 24px;
}

.news-detail-nav span {
  border-color: transparent;
  background: transparent;
}

.news-detail-nav small {
  display: block;
  color: #8a96a9;
  font-size: 13px;
  font-weight: 600;
}

.news-detail-nav strong {
  display: block;
  max-width: 100%;
  margin-top: 8px;
  color: #263140;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail-nav .news-prev {
  align-items: flex-start;
  padding-left: 52px;
}

.news-detail-nav .news-prev::before {
  content: "←";
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--brand);
}

.news-detail-nav .news-next {
  align-items: flex-end;
  text-align: right;
  padding-right: 52px;
}

.news-detail-nav .news-next::after {
  content: "→";
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--brand);
}

.news-more-panel {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(36, 91, 150, 0.045);
}

.news-more-head {
  height: 108px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: radial-gradient(circle at 78% 18%, rgba(22, 119, 255, 0.18), transparent 34%), linear-gradient(135deg, #f4f9ff, #eef7ff);
  padding: 0 34px;
}

.news-more-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #58d4ff, #1677ff);
  box-shadow: 0 10px 18px rgba(22, 119, 255, 0.16);
}

.news-more-head h3 {
  margin: 0;
  color: #263140;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.news-more-list {
  padding: 10px 28px 20px;
}

.news-more-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid #edf1f6;
  padding: 22px 0;
}

.news-more-item:last-child {
  border-bottom: 0;
}

.news-more-item > span {
  color: var(--brand);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.news-more-item h4 {
  margin: 0;
  color: #263140;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.news-more-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  color: #8a96a9;
  font-size: 13px;
  line-height: 1;
}

.news-more-meta a {
  display: inline-flex;
  align-items: center;
  height: 26px;
  border-radius: 2px;
  background: #edf6ff;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  padding: 0 12px;
}

.news-detail-empty {
  min-height: 420px;
}

.news-detail-empty p {
  color: #667386;
  font-size: 18px;
  line-height: 1.8;
}

.news-detail-empty .btn {
  margin-top: 24px;
}

.products-hero {
  position: relative;
  height: 860px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 244, 255, 0.72)), repeating-linear-gradient(135deg, rgba(112, 171, 244, 0.08) 0 2px, transparent 2px 58px), #f3f9ff;
}

.products-hero::before,
.products-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.products-hero::before {
  inset: 0;
  background: linear-gradient(160deg, transparent 0 58%, rgba(255, 255, 255, 0.94) 58% 100%), linear-gradient(28deg, rgba(205, 228, 255, 0.42), transparent 42%);
}

.products-hero::after {
  right: -112px;
  top: 36px;
  width: 720px;
  height: 230px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(198, 225, 252, 0.5));
  transform: rotate(17deg);
}

.products-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.products-hero-copy {
  position: relative;
  z-index: 2;
  width: 620px;
  padding-top: 72px;
}

.products-hero-notice {
  height: 32px;
  gap: 8px;
  font-size: 16px;
  padding: 0 14px 0 5px;
}

.products-hero-notice span {
  min-width: 68px;
  height: 24px;
  font-size: 16px;
}

.products-hero-kicker {
  margin-top: 42px;
  margin-bottom: 8px;
  font-size: 28px;
}

.products-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 48%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.products-hero-summary {
  width: 660px;
  margin: 26px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.products-hero-points {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.products-hero-points li {
  position: relative;
  color: #3b4a5f;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 28px;
}

.products-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 4px solid var(--brand);
  border-radius: 50%;
  background: #ffffff;
}

.products-hero .hero-actions {
  gap: 16px;
  margin-top: 30px;
}

.products-hero .btn {
  height: 58px;
  padding: 0 42px;
  font-size: 18px;
}

.products-hero-visual {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -56px;
  width: 720px;
  height: 560px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 55% 45%, rgba(22, 119, 255, 0.34) 0 18%, rgba(22, 119, 255, 0.14) 18% 34%, transparent 35%), linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(213, 235, 255, 0.5));
  color: rgba(22, 119, 255, 0.52);
  font-size: 24px;
  font-weight: 700;
}

.products-hero-visual::before {
  content: "产品服务主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.76), transparent 40%), linear-gradient(135deg, rgba(22, 119, 255, 0.2), rgba(22, 119, 255, 0.04));
}

.products-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}

.products-hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 116px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 26px 56px 22px;
}

.products-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  min-width: 0;
}

.products-mini-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #50d7ff, #0f73ff 68%, #0059de);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.products-mini-icon-02 {
  border-radius: 8px;
}

.products-mini-icon-03 {
  clip-path: polygon(50% 0, 88% 14%, 78% 75%, 50% 100%, 22% 75%, 12% 14%);
}

.products-hero-feature strong {
  color: #263245;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.products-hero-feature p {
  grid-column: 1/-1;
  margin: 8px 0 0;
  color: #8a97aa;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}

.products-capability-section {
  background: #ffffff;
  padding: 76px 0 68px;
}

.products-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.products-capability-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 4px;
  background: #f1f8ff;
  padding: 78px 42px 32px;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.products-capability-number {
  position: absolute;
  left: 30px;
  top: 24px;
  color: rgba(22, 119, 255, 0.13);
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.products-capability-icon {
  position: absolute;
  right: 36px;
  top: 26px;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #72ddff, #1677ff 65%, #0752d8);
  box-shadow: 0 18px 32px rgba(22, 119, 255, 0.18);
}

.products-capability-icon-02 {
  border-radius: 50%;
}

.products-capability-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.products-capability-icon-04 {
  border-radius: 18px 18px 8px 8px;
}

.products-capability-icon::after {
  content: "";
  width: 36px;
  height: 36px;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 10px;
}

.products-capability-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.products-capability-card p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: #3f4d62;
  font-size: 16px;
  line-height: 1.75;
}

.products-capability-card a {
  position: absolute;
  right: 36px;
  bottom: 30px;
  z-index: 2;
  display: inline-flex;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.products-capability-card a::after {
  content: "→";
  margin-left: 6px;
}

.product-service-section {
  padding: 76px 0 88px;
}

.product-service-white {
  background: #ffffff;
}

.product-service-blue {
  background: radial-gradient(circle at 14% 16%, rgba(80, 169, 255, 0.12), transparent 30%), linear-gradient(135deg, #edf7ff, #f8fcff);
}

.product-service-heading {
  text-align: center;
}

.product-service-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.product-service-heading p {
  margin: 18px auto 0;
  max-width: 880px;
  color: #7a8798;
  font-size: 16px;
  line-height: 1.8;
}

.product-service-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.product-service-tabs button {
  height: 46px;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #edf3fa;
  border-radius: 2px;
  background: #ffffff;
  color: #526174;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 18px;
}

.product-service-tabs button span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #dff1ff, #5bbcff);
}

.product-service-tabs button.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff;
}

.product-service-tabs button.is-active span {
  background: rgba(255, 255, 255, 0.95);
}

.product-service-panel {
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  margin-top: 48px;
}

.product-service-panel.is-reverse {
  grid-template-columns: minmax(0, 1fr) 600px;
}

.product-service-panel[data-product-service-panel]:not(.is-active) {
  display: none;
}

.product-service-visual {
  aspect-ratio: 600/386;
  height: auto;
  min-height: 360px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 54% 48%, rgba(22, 119, 255, 0.22), transparent 34%), linear-gradient(135deg, #eef7ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 22px;
  font-weight: 700;
}

.product-service-visual::before {
  content: "服务图片占位";
  width: 300px;
  height: 210px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.42);
}

.product-service-visual-01::before {
  content: "电商服务图片占位";
}

.product-service-visual-02::before {
  content: "技术服务图片占位";
}

.product-service-visual-03::before {
  content: "AI 服务图片占位";
}

.product-service-visual-04::before {
  content: "自媒体服务图片占位";
}

.product-service-copy {
  min-width: 0;
}

.product-service-index {
  display: inline-flex;
  margin-right: 12px;
  color: var(--brand);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.product-service-copy h3 {
  display: inline;
  margin: 0;
  color: #273140;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.45;
}

.product-service-copy p {
  margin: 18px 0 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.9;
}

.product-service-copy ul {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.product-service-copy li {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  color: #667386;
  font-size: 16px;
  line-height: 1.75;
}

.product-service-copy li strong {
  position: relative;
  color: #273140;
  font-weight: 700;
  padding-left: 22px;
}

.product-service-copy li strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.product-service-copy .btn {
  height: 42px;
  padding: 0 24px;
  font-size: 15px;
}

.product-process-section {
  background: #ffffff;
  padding: 82px 0 96px;
}

.product-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 76px;
}

.product-process-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.14), rgba(22, 119, 255, 0.36), rgba(22, 119, 255, 0.14));
}

.process-step {
  position: relative;
  z-index: 1;
  min-height: 188px;
  background: #ffffff;
  padding: 0 20px;
  text-align: center;
}

.process-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  width: 10px;
  height: 10px;
  border: 3px solid #b7dbff;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.process-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #f3f9ff;
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.08);
}

.process-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #62d9ff, #1677ff);
}

.process-icon-02::before {
  border-radius: 6px;
}

.process-icon-03::before {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.process-icon-04::before {
  border-radius: 50%;
}

.process-step small {
  display: block;
  color: #c5cedb;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.process-step h3 {
  margin: 12px 0 10px;
  color: #273140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.process-step p {
  margin: 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.solutions-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 83% 32%, rgba(22, 119, 255, 0.12), transparent 30%), linear-gradient(135deg, rgba(245, 250, 255, 0.96), rgba(223, 240, 255, 0.78)), #f4f9ff;
}

.solutions-hero::before,
.solutions-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.solutions-hero::before {
  inset: 0;
  background: linear-gradient(160deg, transparent 0 55%, rgba(255, 255, 255, 0.9) 55% 100%), linear-gradient(28deg, rgba(194, 223, 255, 0.48), transparent 42%);
}

.solutions-hero::after {
  right: -140px;
  top: 58px;
  width: 640px;
  height: 220px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.82), rgba(193, 222, 252, 0.46));
  transform: rotate(18deg);
}

.solutions-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.solutions-hero-copy {
  position: relative;
  z-index: 2;
  width: 650px;
  padding-top: 82px;
}

.solutions-hero-kicker {
  margin-top: 44px;
  margin-bottom: 8px;
  font-size: 26px;
}

.solutions-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.solutions-hero-summary {
  width: 640px;
  margin: 30px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.solutions-hero-visual {
  position: absolute;
  z-index: 1;
  top: 36px;
  right: -44px;
  width: 730px;
  height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 46%, rgba(22, 119, 255, 0.22), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(209, 232, 255, 0.5));
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.solutions-hero-visual::before {
  content: "解决方案主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 20px;
  background: radial-gradient(circle at 52% 44%, rgba(255, 255, 255, 0.78), transparent 36%), linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04));
}

.solutions-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.solutions-hero-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 112px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 22px 28px 20px;
}

.solutions-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 12px;
}

.solutions-mini-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.solutions-mini-icon-02 {
  border-radius: 8px;
}

.solutions-mini-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.solutions-mini-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.solutions-mini-icon-05 {
  border-radius: 16px 16px 6px 6px;
}

.solutions-hero-feature strong {
  color: #263245;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.solutions-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.solutions-section-heading {
  text-align: center;
}

.solutions-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.solutions-section-heading > span {
  display: block;
  width: 44px;
  height: 4px;
  margin: 18px auto 22px;
  background: var(--brand);
}

.solutions-section-heading h3 {
  margin: 0;
  color: #2b313b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.solutions-section-heading p {
  max-width: 960px;
  margin: 20px auto 0;
  color: #7a8798;
  font-size: 16px;
  line-height: 1.8;
}

.solutions-brand-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 74%, rgba(74, 166, 255, 0.16), transparent 26%), linear-gradient(180deg, #ffffff 0%, #eaf6ff 100%);
  padding: 72px 0 78px;
}

.solutions-brand-section::before,
.solutions-digital-section::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: 0;
  height: 210px;
  background: radial-gradient(ellipse at 18% 80%, rgba(47, 151, 255, 0.22), transparent 30%), linear-gradient(170deg, transparent 0 38%, rgba(196, 229, 255, 0.48) 38% 50%, transparent 50% 100%);
  pointer-events: none;
}

.solutions-brand-section .site-container,
.solutions-digital-section .site-container {
  position: relative;
  z-index: 1;
}

.solutions-brand-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 58px;
}

.solutions-brand-path article {
  text-align: center;
}

.solutions-path-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0f3ff, #54b9ff);
}

.solutions-path-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, #62d9ff, #1677ff);
}

.solutions-path-icon-02::before {
  border-radius: 50%;
}

.solutions-path-icon-03::before {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.solutions-path-icon-04::before {
  border-radius: 6px 14px 6px 14px;
}

.solutions-brand-path h4 {
  margin: 0;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.solutions-brand-path p {
  margin: 12px auto 0;
  max-width: 250px;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.7;
}

.solutions-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 44px;
}

.solutions-card-section,
.solutions-ai-section,
.solutions-media-section,
.solutions-process-section {
  background: #ffffff;
  padding: 76px 0 88px;
}

.solutions-card-grid,
.solutions-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.solutions-card,
.solutions-ai-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 4px;
  background: #f1f8ff;
  padding: 30px 28px;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.solutions-card h4,
.solutions-ai-card h4 {
  margin: 0;
  color: #273140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.solutions-card p,
.solutions-ai-card p {
  margin: 14px 0 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.solutions-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
}

.solutions-card a::after {
  content: "→";
  font-size: 13px;
}

.solutions-card-visual {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 150px;
  height: 116px;
  border-radius: 56px 56px 0 0;
  background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.76), transparent 36%), linear-gradient(135deg, rgba(113, 218, 255, 0.7), rgba(22, 119, 255, 0.18));
}

.solutions-card-visual-02 {
  border-radius: 18px 18px 0 0;
}

.solutions-card-visual-03 {
  clip-path: polygon(16% 16%, 84% 4%, 100% 88%, 0 100%);
}

.solutions-card-visual-04 {
  border-radius: 18px;
}

.solutions-digital-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 18%, rgba(80, 169, 255, 0.14), transparent 30%), linear-gradient(135deg, #edf7ff, #f8fcff);
  padding: 76px 0 88px;
}

.solutions-digital-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 640px;
  gap: 68px;
  align-items: center;
  margin-top: 58px;
}

.solutions-digital-copy ul,
.solutions-media-copy ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-digital-copy li,
.solutions-media-copy li {
  position: relative;
  display: grid;
  gap: 8px;
  color: #667386;
  font-size: 15px;
  line-height: 1.75;
  padding-left: 28px;
}

.solutions-digital-copy li::before,
.solutions-media-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.solutions-digital-copy strong,
.solutions-media-copy strong {
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.solutions-digital-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.solutions-digital-cards article {
  min-height: 132px;
  border: 1px solid #e4f0ff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  padding: 24px 24px 22px;
}

.solutions-digital-cards article span {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e0f3ff, #5bbcff);
}

.solutions-digital-cards h4 {
  margin: 0;
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.solutions-digital-cards p {
  margin: 10px 0 0;
  color: #7a8798;
  font-size: 13px;
  line-height: 1.65;
}

.solutions-ai-card {
  min-height: 260px;
  text-align: center;
  padding-top: 44px;
}

.solutions-ai-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #76e1ff, #1677ff 66%, #0752d8);
  box-shadow: 0 18px 32px rgba(22, 119, 255, 0.18);
}

.solutions-ai-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 10px;
}

.solutions-ai-icon-02 {
  border-radius: 16px;
}

.solutions-ai-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.solutions-ai-icon-04 {
  border-radius: 16px 36px 16px 36px;
}

.solutions-media-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 580px;
  gap: 52px;
  align-items: center;
  margin-top: 52px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #f1f8ff;
  padding: 46px 54px;
}

.solutions-media-visual {
  aspect-ratio: 580/330;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.2), transparent 34%), linear-gradient(135deg, #eef7ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.solutions-media-visual::before {
  content: "自媒体增长图片占位";
  width: 300px;
  height: 200px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.solutions-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 76px;
}

.solutions-process-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.14), rgba(22, 119, 255, 0.36), rgba(22, 119, 255, 0.14));
}

.solutions-process-step {
  position: relative;
  z-index: 1;
  min-height: 188px;
  background: #ffffff;
  padding: 0 20px;
  text-align: center;
}

.solutions-process-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  width: 10px;
  height: 10px;
  border: 3px solid #b7dbff;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.solutions-process-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #f3f9ff;
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.08);
}

.solutions-process-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #62d9ff, #1677ff);
}

.solutions-process-icon-02::before {
  border-radius: 6px;
}

.solutions-process-icon-03::before {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.solutions-process-icon-04::before {
  border-radius: 50%;
}

.solutions-process-step small {
  display: block;
  color: #c5cedb;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.solutions-process-step h3 {
  margin: 12px 0 10px;
  color: #273140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.solutions-process-step p {
  margin: 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.solution-detail-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 74% 36%, rgba(22, 119, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(229, 241, 255, 0.86)), #f4f9ff;
}

.solution-detail-hero::before,
.solution-detail-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.solution-detail-hero::before {
  inset: 0;
  background: radial-gradient(ellipse at 56% 50%, rgba(255, 255, 255, 0.68), transparent 38%), linear-gradient(160deg, transparent 0 56%, rgba(255, 255, 255, 0.9) 56% 100%), linear-gradient(25deg, rgba(196, 225, 255, 0.42), transparent 42%);
}

.solution-detail-hero::after {
  right: -110px;
  top: 60px;
  width: 620px;
  height: 220px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.82), rgba(193, 222, 252, 0.46));
  transform: rotate(18deg);
}

.solution-detail-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.solution-detail-hero-copy {
  position: relative;
  z-index: 2;
  width: 760px;
  padding-top: 94px;
}

.solution-detail-hero-kicker {
  margin-top: 42px;
  margin-bottom: 8px;
  font-size: 26px;
}

.solution-detail-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.solution-detail-hero-summary {
  width: 720px;
  margin: 26px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.solution-detail-hero-visual {
  position: absolute;
  z-index: 1;
  top: 82px;
  right: 40px;
  width: 520px;
  height: 400px;
  display: grid;
  place-items: center;
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.solution-detail-hero-visual::before {
  content: "";
  width: 260px;
  height: 260px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(61, 216, 255, 0.96), rgba(22, 119, 255, 0.98) 72%), #1677ff;
  box-shadow: 82px 18px 0 rgba(181, 225, 255, 0.72), -58px 92px 0 rgba(18, 111, 245, 0.16), 26px 132px 0 rgba(169, 218, 255, 0.48);
  transform: rotate(45deg);
}

.solution-detail-hero-visual::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 26px;
  background: linear-gradient(135deg, #62deff, #6548ff 70%);
  box-shadow: 52px 72px 0 rgba(255, 168, 54, 0.9);
  transform: translate(-28px, -72px) rotate(45deg);
}

.solution-detail-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.solution-detail-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 108px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 24px 48px 20px;
}

.solution-detail-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
}

.solution-detail-feature span,
.detail-strength-icon,
.detail-process-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.solution-detail-feature span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.solution-detail-feature strong {
  color: #263245;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.solution-detail-feature p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.solution-detail-strengths,
.detail-scenes-section,
.detail-problem-section,
.detail-value-section,
.detail-process-section,
.detail-related-section {
  background: #ffffff;
  padding: 72px 0 78px;
}

.solution-detail-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.solution-detail-strength-grid article {
  text-align: center;
}

.detail-strength-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 18px;
}

.detail-strength-icon::before,
.detail-process-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.detail-strength-icon-02,
.detail-strength-icon-03,
.detail-strength-icon-04 {
  border-radius: 50%;
}

.solution-detail-strength-grid h3 {
  margin: 0;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.solution-detail-strength-grid p {
  margin: 12px auto 0;
  max-width: 250px;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.7;
}

.detail-section-heading {
  text-align: center;
}

.detail-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.detail-section-heading > span {
  display: block;
  width: 44px;
  height: 4px;
  margin: 18px auto 22px;
  background: var(--brand);
}

.detail-section-heading p {
  max-width: 960px;
  margin: 18px auto 0;
  color: #7a8798;
  font-size: 16px;
  line-height: 1.8;
}

.detail-tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  overflow-x: auto;
  border-bottom: 1px solid #edf3fa;
}

.detail-tabs button {
  position: relative;
  border: 0;
  background: transparent;
  color: #6b7688;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 0 20px;
}

.detail-tabs button.is-active {
  color: var(--brand);
}

.detail-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 64px;
  height: 3px;
  background: var(--brand);
  transform: translateX(-50%);
}

.detail-scene-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: stretch;
  overflow: hidden;
  margin-top: 34px;
  border: 0;
  border-radius: 8px;
  background: #f5f9ff;
  box-shadow: 0 18px 40px rgba(41, 103, 178, 0.08);
}

.detail-scene-copy {
  padding: 34px 42px;
}

.detail-scene-copy h3 {
  margin: 0 0 12px;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
}

.detail-scene-copy p {
  margin: 0 0 24px;
  color: #667386;
  font-size: 15px;
  line-height: 1.85;
}

.detail-scene-copy ul,
.detail-list-card ul,
.detail-value-copy ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-scene-copy li,
.detail-list-card li,
.detail-value-copy li {
  position: relative;
  color: #667386;
  font-size: 15px;
  line-height: 1.75;
  padding-left: 24px;
}

.detail-scene-copy li::before,
.detail-list-card li::before,
.detail-value-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.detail-scene-visual,
.detail-value-visual {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, rgba(241, 248, 255, 0.2), rgba(241, 248, 255, 0.95)), radial-gradient(circle at 58% 48%, rgba(22, 119, 255, 0.18), transparent 34%), #eef7ff;
  color: rgba(22, 119, 255, 0.45);
  font-size: 18px;
  font-weight: 700;
}

.detail-scene-visual::before {
  content: "";
  width: 210px;
  height: 140px;
  border: 1px dashed rgba(22, 119, 255, 0.28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04)), rgba(255, 255, 255, 0.5);
}

.detail-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.detail-list-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f5f9ff;
  padding: 34px 42px;
}

.detail-list-card h2 {
  margin: 0 0 22px;
  color: #273140;
  font-size: 24px;
  font-weight: 700;
}

.detail-card-mark {
  position: absolute;
  right: 38px;
  top: 42px;
  width: 132px;
  height: 132px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.76), transparent 40%), linear-gradient(135deg, rgba(84, 185, 255, 0.42), rgba(22, 119, 255, 0.06));
}

.detail-card-mark-02 {
  border-radius: 50%;
}

.detail-method-section {
  background: linear-gradient(180deg, #ffffff 0 44%, #edf4ff 44% 100%);
  padding: 0 0 78px;
}

.detail-method-head {
  min-height: 230px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1677ff, #2c91ff);
  color: #ffffff;
  padding: 44px 62px 70px;
}

.detail-method-head h2 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 700;
}

.detail-method-head p {
  max-width: 1180px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.85;
}

.solution-detail-richtext {
  display: grid;
  gap: 14px;
  max-width: 1180px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.85;
}

.solution-detail-richtext p,
.solution-detail-richtext ul,
.solution-detail-richtext ol,
.solution-detail-richtext h2,
.solution-detail-richtext h3,
.solution-detail-richtext h4 {
  margin: 0;
}

.solution-detail-richtext ul,
.solution-detail-richtext ol {
  padding-left: 20px;
}

.solution-detail-richtext a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.detail-method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: -42px 54px 0;
}

.detail-method-steps article {
  min-height: 150px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(36, 91, 150, 0.08);
  padding: 28px 24px 24px;
}

.detail-method-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.detail-method-steps h3 {
  margin: 0 0 10px;
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.detail-method-steps p {
  margin: 0;
  color: #667386;
  font-size: 13px;
  line-height: 1.65;
}

.detail-structure-section {
  background: #edf4ff;
  padding: 76px 0 92px;
}

.detail-structure-map {
  position: relative;
  min-height: 420px;
  margin-top: 60px;
}

.structure-core {
  position: absolute;
  left: 50%;
  top: 48px;
  width: 270px;
  height: 270px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, rgba(22, 119, 255, 0.28), transparent 35%), linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(209, 232, 255, 0.58));
  transform: translateX(-50%);
}

.structure-core::before {
  content: "方案构成";
  color: rgba(22, 119, 255, 0.55);
  font-weight: 800;
}

.structure-node {
  position: absolute;
  width: 330px;
  min-height: 118px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(36, 91, 150, 0.06);
  padding: 26px 78px 24px 26px;
}

.structure-node h3 {
  margin: 0;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
}

.structure-node p {
  margin: 14px 0 0;
  color: #667386;
  font-size: 13px;
  line-height: 1.65;
}

.structure-node span {
  position: absolute;
  right: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #64dbff, #1677ff);
}

.structure-node-left-top {
  left: 0;
  top: 0;
}

.structure-node-left-bottom {
  left: 0;
  bottom: 8px;
}

.structure-node-right-top {
  right: 0;
  top: 52px;
}

.structure-node-right-bottom {
  right: 0;
  bottom: 44px;
}

.detail-value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 64px;
  align-items: center;
  margin-top: 52px;
}

.detail-value-tabs {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #edf3fa;
  margin-bottom: 34px;
}

.detail-value-tabs button {
  position: relative;
  border: 0;
  background: transparent;
  color: #6b7688;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 18px;
}

.detail-value-tabs button.is-active {
  color: var(--brand);
}

.detail-value-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 88px;
  height: 3px;
  background: var(--brand);
}

.detail-value-copy h3 {
  margin: 0;
  color: #273140;
  font-size: 22px;
  font-weight: 700;
}

.detail-value-copy > p {
  margin: 18px 0 28px;
  color: #667386;
  font-size: 15px;
  line-height: 1.8;
}

.detail-value-copy li {
  display: grid;
  gap: 6px;
}

.detail-value-copy strong {
  color: #273140;
  font-weight: 700;
}

.detail-value-visual {
  aspect-ratio: 560/330;
}

.detail-value-visual::before {
  content: "方案价值图片占位";
}

.detail-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 76px;
}

.detail-process-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.14), rgba(22, 119, 255, 0.36), rgba(22, 119, 255, 0.14));
}

.detail-process-step {
  position: relative;
  z-index: 1;
  min-height: 188px;
  background: #ffffff;
  padding: 0 20px;
  text-align: center;
}

.detail-process-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  width: 10px;
  height: 10px;
  border: 3px solid #b7dbff;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.detail-process-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #f3f9ff;
}

.detail-process-icon-02::before {
  border-radius: 6px;
}

.detail-process-icon-03::before {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.detail-process-icon-04::before {
  border-radius: 50%;
}

.detail-process-step small {
  display: block;
  color: #c5cedb;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.detail-process-step h3 {
  margin: 12px 0 10px;
  color: #273140;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.detail-process-step p {
  margin: 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.detail-related-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 10px;
  margin-top: 48px;
}

.detail-related-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 26px;
  background: linear-gradient(180deg, rgba(11, 43, 91, 0.08), rgba(8, 35, 78, 0.78)), linear-gradient(135deg, #1d9cff, #084a9c);
}

.detail-related-card span {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 46% 34%, rgba(255, 255, 255, 0.22), transparent 30%), linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.18));
}

.detail-related-card h3,
.detail-related-card p {
  position: relative;
  z-index: 1;
}

.detail-related-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.detail-related-card p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.case-detail-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(246, 250, 255, 0.98) 0%, rgba(232, 243, 255, 0.94) 100%), #f4f9ff;
}

.case-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(25deg, rgba(194, 224, 255, 0.48), transparent 42%), linear-gradient(155deg, transparent 0 56%, rgba(255, 255, 255, 0.86) 56% 100%);
}

.case-detail-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.case-detail-hero-copy {
  position: relative;
  z-index: 2;
  width: 760px;
  padding-top: 96px;
}

.case-detail-hero-kicker {
  margin-top: 42px;
  margin-bottom: 8px;
  font-size: 26px;
}

.case-detail-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 52%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.case-detail-hero-summary {
  width: 760px;
  margin: 26px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.case-detail-hero-visual {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 92px;
  width: 520px;
  height: 390px;
  display: grid;
  place-items: center;
  color: rgba(22, 119, 255, 0.5);
}

.case-detail-hero-visual::before {
  content: "";
  width: 320px;
  height: 260px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(17, 126, 255, 0.95), rgba(52, 205, 255, 0.74)), #1677ff;
  box-shadow: 44px 34px 0 rgba(175, 222, 255, 0.72), -42px 78px 0 rgba(16, 107, 245, 0.18);
  transform: rotate(-2deg);
}

.case-detail-hero-visual::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.16);
  transform: translate(56px, -28px) rotate(8deg);
}

.case-detail-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
}

.case-detail-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 108px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 24px 48px 20px;
}

.case-detail-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  min-width: 0;
  padding: 0 14px;
}

.case-detail-feature-icon,
.case-detail-snapshot-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.case-detail-feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.case-detail-feature-icon::before,
.case-detail-snapshot-icon::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
}

.case-detail-feature strong {
  color: #263245;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.case-detail-feature p {
  grid-column: 1/-1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.case-detail-snapshot,
.case-detail-section,
.case-detail-result-section,
.case-detail-related-section {
  background: #ffffff;
  padding: 76px 0 84px;
}

.case-detail-snapshot {
  padding: 58px 0 70px;
}

.case-detail-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.case-detail-snapshot-grid article {
  text-align: center;
}

.case-detail-snapshot-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 18px;
}

.case-detail-snapshot-grid h3 {
  margin: 0;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.case-detail-snapshot-grid p {
  display: -webkit-box;
  max-width: 260px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 12px auto 0;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.7;
}

.case-detail-heading {
  text-align: center;
}

.case-detail-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.case-detail-heading p {
  max-width: 920px;
  margin: 20px auto 0;
  color: #7a8798;
  font-size: 16px;
  line-height: 1.8;
}

.case-detail-background-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: stretch;
  overflow: hidden;
  max-width: 1140px;
  margin: 42px auto 0;
  border-radius: 8px;
  background: #f5f9ff;
  box-shadow: 0 18px 40px rgba(41, 103, 178, 0.08);
}

.case-detail-background-copy {
  padding: 38px 42px;
}

.case-detail-background-copy h3,
.case-detail-list-card h2 {
  margin: 0;
  color: #273140;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.36;
}

.case-detail-background-copy p {
  margin: 20px 0 0;
  color: #667386;
  font-size: 15px;
  line-height: 1.9;
}

.case-detail-background-visual {
  min-height: 290px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(245, 249, 255, 0.2), rgba(245, 249, 255, 0.86)), linear-gradient(135deg, #dcecff, #f7fbff);
}

.case-detail-background-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.58;
}

.case-detail-background-visual::before {
  content: "";
  width: 230px;
  height: 150px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04)), rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(22, 119, 255, 0.28);
}

.case-detail-background-visual.has-image::before {
  content: none;
}

.case-detail-challenge-section {
  padding-top: 0;
}

.case-detail-two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1140px;
}

.case-detail-list-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f9ff;
  padding: 38px 44px;
}

.case-detail-list-card ul {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.case-detail-list-card li {
  position: relative;
  color: #667386;
  font-size: 15px;
  line-height: 1.72;
  padding-left: 28px;
}

.case-detail-list-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--brand);
}

.case-detail-list-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.case-detail-card-mark {
  position: absolute;
  right: 44px;
  top: 46px;
  width: 128px;
  height: 128px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(84, 185, 255, 0.34), rgba(22, 119, 255, 0.06));
  opacity: 0.7;
}

.case-detail-card-mark-02 {
  border-radius: 50%;
}

.case-detail-process-section {
  background: linear-gradient(180deg, #ffffff 0 46%, #edf4ff 46% 100%);
  padding: 0 0 84px;
}

.case-detail-process-head {
  min-height: 260px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1677ff, #2c91ff);
  color: #ffffff;
  padding: 44px 64px 78px;
}

.case-detail-process-head h2 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.32;
}

.case-detail-process-head p,
.case-detail-richtext {
  max-width: 1180px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.85;
}

.case-detail-richtext {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.case-detail-richtext p,
.case-detail-richtext ul,
.case-detail-richtext ol,
.case-detail-richtext h2,
.case-detail-richtext h3 {
  margin: 0;
}

.case-detail-richtext ul,
.case-detail-richtext ol {
  padding-left: 20px;
}

.case-detail-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: -52px 54px 0;
}

.case-detail-process-steps article {
  min-height: 154px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(36, 91, 150, 0.08);
  padding: 26px 24px 24px;
}

.case-detail-process-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.case-detail-process-steps h3 {
  margin: 0 0 10px;
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.case-detail-process-steps p {
  margin: 0;
  color: #667386;
  font-size: 13px;
  line-height: 1.65;
}

.case-detail-solution-section {
  background: #edf4ff;
  padding: 76px 0 92px;
}

.case-detail-solution-map {
  position: relative;
  min-height: 420px;
  margin-top: 58px;
}

.case-detail-solution-core {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 230px;
  height: 230px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.14), rgba(22, 119, 255, 0.04)), rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 48px rgba(36, 91, 150, 0.08);
  transform: translateX(-50%) rotate(45deg);
}

.case-detail-solution-core::before {
  content: "";
  position: absolute;
  inset: 54px;
  border-radius: 22px;
  background: linear-gradient(135deg, #64dbff, #1677ff);
}

.case-detail-solution-node {
  position: absolute;
  width: 330px;
  min-height: 132px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(36, 91, 150, 0.06);
  padding: 26px 78px 24px 26px;
}

.case-detail-solution-node h3 {
  margin: 0;
  color: #273140;
  font-size: 18px;
  font-weight: 700;
}

.case-detail-solution-node p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 14px 0 0;
  color: #667386;
  font-size: 13px;
  line-height: 1.65;
}

.case-detail-solution-node span {
  position: absolute;
  right: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #64dbff, #1677ff);
}

.case-detail-solution-node-left-top {
  left: 0;
  top: 0;
}

.case-detail-solution-node-left-bottom {
  left: 0;
  bottom: 0;
}

.case-detail-solution-node-right-top {
  right: 0;
  top: 36px;
}

.case-detail-solution-node-right-bottom {
  right: 0;
  bottom: 28px;
}

.case-detail-result-section {
  padding-top: 76px;
}

.case-detail-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  max-width: 920px;
  margin: 56px auto 0;
  text-align: center;
}

.case-detail-result-grid strong {
  display: block;
  color: #2b313b;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.case-detail-result-grid h3 {
  margin: 14px 0 0;
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.case-detail-result-grid p {
  max-width: 220px;
  margin: 10px auto 0;
  color: #7a8798;
  font-size: 13px;
  line-height: 1.65;
}

.case-detail-related-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 10px;
  margin-top: 48px;
}

.case-detail-related-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 26px;
  background: linear-gradient(180deg, rgba(11, 43, 91, 0.08), rgba(8, 35, 78, 0.78)), linear-gradient(135deg, #1d9cff, #084a9c);
}

.case-detail-related-card span {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.18));
}

.case-detail-related-card h3,
.case-detail-related-card p {
  position: relative;
  z-index: 1;
}

.case-detail-related-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.case-detail-related-card p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.case-detail-alert {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f5f9ff;
  padding: 30px 34px;
}

.case-detail-alert h2 {
  margin: 0 0 10px;
  color: #273140;
  font-size: 22px;
}

.case-detail-alert p {
  margin: 0;
  color: #667386;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1399px) {
  .case-detail-hero-copy {
    width: 620px;
  }
  .case-detail-hero-copy h1 {
    font-size: 46px;
  }
  .case-detail-hero-summary {
    width: 600px;
  }
  .case-detail-hero-visual {
    right: -50px;
    width: 500px;
  }
  .case-detail-features {
    padding-left: 28px;
    padding-right: 28px;
  }
  .case-detail-feature {
    padding: 0 10px;
  }
  .case-detail-background-card,
  .case-detail-two-grid {
    max-width: 1080px;
  }
  .case-detail-process-head {
    padding-left: 48px;
    padding-right: 48px;
  }
  .case-detail-solution-node {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .case-detail-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .case-detail-hero-layout {
    height: auto;
  }
  .case-detail-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .case-detail-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .case-detail-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .case-detail-hero-summary {
    width: auto;
    font-size: 15px;
  }
  .case-detail-hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .case-detail-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .case-detail-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .case-detail-snapshot,
  .case-detail-section,
  .case-detail-result-section,
  .case-detail-related-section {
    padding: 58px 0 66px;
  }
  .case-detail-snapshot-grid,
  .case-detail-process-steps,
  .case-detail-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .case-detail-background-card,
  .case-detail-two-grid {
    grid-template-columns: 1fr;
  }
  .case-detail-background-visual {
    min-height: 240px;
  }
  .case-detail-process-head {
    padding: 36px 34px 76px;
  }
  .case-detail-process-steps {
    margin: -42px 24px 0;
  }
  .case-detail-solution-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-height: auto;
  }
  .case-detail-solution-core {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1/-1;
    justify-self: center;
    order: -1;
    width: 180px;
    height: 180px;
    transform: rotate(45deg);
  }
  .case-detail-solution-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
  }
  .case-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .case-detail-related-card-large {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .case-detail-hero {
    padding: 30px 0;
  }
  .case-detail-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .case-detail-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .case-detail-hero-kicker {
    margin-top: 18px;
    font-size: 14px;
  }
  .case-detail-hero-copy h1 {
    font-size: 28px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }
  .case-detail-hero-summary {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .case-detail-hero-visual {
    height: 180px;
    margin-top: 18px;
  }
  .case-detail-hero-visual::before {
    width: 150px;
    height: 120px;
    border-radius: 18px;
    box-shadow: 22px 16px 0 rgba(175, 222, 255, 0.72), -20px 42px 0 rgba(16, 107, 245, 0.18);
  }
  .case-detail-hero-visual::after {
    width: 96px;
    height: 70px;
    transform: translate(28px, -12px) rotate(8deg);
  }
  .case-detail-feature-wrap {
    margin-top: 14px;
  }
  .case-detail-features,
  .case-detail-snapshot-grid,
  .case-detail-process-steps,
  .case-detail-result-grid,
  .case-detail-related-grid {
    grid-template-columns: 1fr;
  }
  .case-detail-features {
    gap: 12px;
    padding: 14px 16px;
  }
  .case-detail-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .case-detail-feature-icon {
    width: 24px;
    height: 24px;
  }
  .case-detail-snapshot,
  .case-detail-section,
  .case-detail-result-section,
  .case-detail-related-section {
    padding: 38px 0 42px;
  }
  .case-detail-heading h2 {
    font-size: 24px;
  }
  .case-detail-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
  .case-detail-background-card {
    margin-top: 24px;
  }
  .case-detail-background-copy,
  .case-detail-list-card,
  .case-detail-process-head {
    padding: 22px 18px;
  }
  .case-detail-background-copy h3,
  .case-detail-list-card h2 {
    font-size: 19px;
  }
  .case-detail-background-copy p,
  .case-detail-list-card li {
    font-size: 13px;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }
  .case-detail-background-visual {
    min-height: 170px;
  }
  .case-detail-card-mark {
    right: 18px;
    top: 20px;
    width: 76px;
    height: 76px;
  }
  .case-detail-process-head {
    min-height: auto;
    padding-bottom: 58px;
  }
  .case-detail-process-head h2 {
    font-size: 22px;
  }
  .case-detail-process-head p,
  .case-detail-richtext {
    font-size: 13px;
    line-height: 1.72;
  }
  .case-detail-process-steps {
    gap: 12px;
    margin: -36px 12px 0;
  }
  .case-detail-solution-section {
    padding: 38px 0 42px;
  }
  .case-detail-solution-map {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .case-detail-solution-core {
    width: 128px;
    height: 128px;
  }
  .case-detail-solution-node {
    min-height: auto;
    padding: 20px 68px 20px 18px;
  }
  .case-detail-solution-node h3 {
    font-size: 16px;
  }
  .case-detail-result-grid {
    gap: 24px;
    margin-top: 30px;
  }
  .case-detail-result-grid strong {
    font-size: 34px;
  }
  .case-detail-related-card,
  .case-detail-related-card-large {
    min-height: 170px;
    padding: 20px;
  }
  .case-detail-related-card h3 {
    font-size: 20px;
  }
}
.customer-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 38%, rgba(22, 119, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(244, 249, 255, 0.98), rgba(231, 241, 255, 0.88)), #f4f9ff;
}

.customer-hero::before,
.customer-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.customer-hero::before {
  inset: 0;
  background: linear-gradient(155deg, transparent 0 54%, rgba(255, 255, 255, 0.9) 54% 100%), linear-gradient(25deg, rgba(195, 224, 255, 0.5), transparent 44%);
}

.customer-hero::after {
  right: -120px;
  top: 88px;
  width: 700px;
  height: 260px;
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.78), rgba(198, 225, 255, 0.46));
  transform: rotate(15deg);
}

.customer-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.customer-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
  padding-top: 82px;
}

.customer-hero-kicker {
  margin-top: 44px;
  margin-bottom: 8px;
  font-size: 26px;
}

.customer-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.customer-hero-summary {
  width: 710px;
  margin: 30px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.customer-hero-visual {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: -32px;
  width: 720px;
  height: 510px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 51% 50%, rgba(22, 119, 255, 0.22), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(210, 232, 255, 0.52));
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.customer-hero-visual::before {
  content: "客户案例主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 20px;
  background: radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.82), transparent 35%), linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04));
}

.customer-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.customer-hero-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 112px;
  border-top: 3px solid var(--brand);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 22px 28px 20px;
}

.customer-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 12px;
}

.customer-mini-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.customer-mini-icon-02 {
  border-radius: 8px;
}

.customer-mini-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.customer-mini-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.customer-mini-icon-05 {
  border-radius: 16px 16px 6px 6px;
}

.customer-hero-feature strong {
  color: #263245;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.customer-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.customer-overview-section,
.customer-focus-section,
.customer-stats-section {
  background: #ffffff;
  padding: 86px 0 96px;
}

.customer-section-heading {
  text-align: center;
}

.customer-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.customer-section-heading p {
  max-width: 920px;
  margin: 22px auto 0;
  color: #7a8798;
  font-size: 17px;
  line-height: 1.8;
}

.customer-overview-grid {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-top: 58px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
}

.customer-overview-card {
  position: relative;
  flex: 0 0 210px;
  min-width: 0;
  box-sizing: border-box;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 108, 255, 0.9) 0%, rgba(30, 132, 255, 0.56) 42%, rgba(30, 108, 255, 0.28) 100%), radial-gradient(circle at 40% 62%, rgba(255, 255, 255, 0.36), transparent 22%), linear-gradient(135deg, #e5f4ff, #6fbfff);
  color: #ffffff;
  padding: 34px 26px;
  box-shadow: 0 18px 34px rgba(22, 119, 255, 0.12);
  transition: flex-basis 0.26s ease, background 0.26s ease, box-shadow 0.26s ease, color 0.26s ease;
}

.customer-overview-card::before {
  content: "";
  position: absolute;
  inset: 96px 0 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 78, 184, 0.34) 100%), radial-gradient(circle at 36% 48%, rgba(255, 255, 255, 0.3), transparent 10%), radial-gradient(circle at 68% 58%, rgba(255, 255, 255, 0.24), transparent 12%), linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(0, 52, 168, 0.1));
  transform: scale(1.02);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.customer-overview-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.customer-overview-card-02 {
  background: linear-gradient(180deg, rgba(0, 153, 222, 0.9) 0%, rgba(0, 170, 224, 0.5) 42%, rgba(0, 153, 222, 0.22) 100%), radial-gradient(circle at 42% 62%, rgba(255, 255, 255, 0.34), transparent 22%), linear-gradient(135deg, #e5f9ff, #3fb4e8);
}

.customer-overview-card-03 {
  background: linear-gradient(180deg, rgba(0, 83, 207, 0.92) 0%, rgba(0, 83, 207, 0.58) 42%, rgba(0, 83, 207, 0.28) 100%), radial-gradient(circle at 42% 62%, rgba(255, 255, 255, 0.28), transparent 22%), linear-gradient(135deg, #dcecff, #0959d8);
}

.customer-overview-card-main {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.customer-overview-card-main h3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  max-width: 170px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.customer-overview-card-main p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  max-width: 160px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.7;
}

.customer-overview-card-detail {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.26s ease, margin-top 0.26s ease;
}

.customer-overview-card.is-expanded {
  flex-basis: 430px;
  background: #f4f8fe;
  color: #273140;
  box-shadow: 0 20px 42px rgba(45, 96, 156, 0.08);
}

.customer-overview-card.is-expanded::before,
.customer-overview-card.is-expanded::after {
  opacity: 0;
}

.customer-overview-card.is-expanded .customer-overview-card-main h3 {
  max-width: none;
  color: #273140;
  font-size: 22px;
  -webkit-line-clamp: 2;
}

.customer-overview-card.is-expanded .customer-overview-card-main p {
  max-width: none;
  color: #667386;
  -webkit-line-clamp: 2;
}

.customer-overview-card.is-expanded .customer-overview-card-detail {
  max-height: 214px;
  margin-top: 22px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.customer-overview-card-detail ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-overview-card-detail li {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #667386;
  font-size: 14px;
  line-height: 1.55;
  padding-left: 26px;
}

.customer-overview-card-detail li:nth-child(n+4) {
  display: none;
}

.customer-overview-card-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.customer-overview-card-detail .inline-actions {
  margin-top: 0;
}

.customer-overview-card-detail .btn {
  min-height: 40px;
  padding-left: 18px;
  padding-right: 18px;
}

.customer-overview-section {
  padding: 78px 0 86px;
}

.customer-overview-section .customer-section-heading p {
  max-width: 760px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.75;
}

.customer-overview-grid {
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 52px auto 0;
  overflow: visible;
  padding-bottom: 0;
}

.customer-overview-card {
  flex-basis: 170px;
  height: 360px;
  isolation: isolate;
  padding: 28px 22px 26px;
  box-shadow: 0 18px 34px rgba(21, 96, 184, 0.1);
  transition: flex-basis 0.38s cubic-bezier(0.22, 1, 0.36, 1), padding 0.32s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.customer-overview-card-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: radial-gradient(circle at 36% 58%, rgba(255, 255, 255, 0.34), transparent 24%), linear-gradient(135deg, #dfeeff, #2f89ff);
  opacity: 0.78;
  transform: scale(1.02);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.customer-overview-card::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(25, 109, 255, 0.82) 0%, rgba(25, 109, 255, 0.54) 48%, rgba(5, 66, 164, 0.34) 100%), linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 52, 168, 0.12));
  transform: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.customer-overview-card::after {
  content: "→";
  z-index: 3;
}

.customer-overview-card-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: height 0.28s ease;
}

.customer-overview-card-main h3 {
  font-size: 20px;
  line-height: 1.42;
}

.customer-overview-card-main p {
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.72;
}

.customer-overview-card.is-expanded {
  display: flex;
  flex-direction: column;
  flex-basis: 420px;
  background: #f5f7fb;
  padding: 30px 38px 26px;
  box-shadow: none;
}

.customer-overview-card.is-expanded .customer-overview-card-cover,
.customer-overview-card.is-expanded::before,
.customer-overview-card.is-expanded::after {
  opacity: 0;
  visibility: hidden;
}

.customer-overview-card.is-expanded .customer-overview-card-cover {
  transform: scale(1.08);
}

.customer-overview-card.is-expanded .customer-overview-card-main {
  height: auto;
}

.customer-overview-card.is-expanded .customer-overview-card-main h3 {
  font-size: 22px;
  line-height: 1.36;
}

.customer-overview-card.is-expanded .customer-overview-card-main p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
}

.customer-overview-card.is-expanded .customer-overview-card-detail {
  flex: 1;
  min-height: 0;
  max-height: 196px;
  margin-top: 18px;
}

.customer-overview-card-detail {
  display: flex;
  flex-direction: column;
  transition: max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease 0.06s, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.customer-overview-card-detail ul {
  gap: 10px;
  transform: translateY(8px);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.customer-overview-card.is-expanded .customer-overview-card-detail ul {
  transform: translateY(0);
}

.customer-overview-card-detail li {
  font-size: 14px;
  line-height: 1.48;
  padding-left: 28px;
}

.customer-overview-card-detail li::before {
  top: 4px;
  width: 16px;
  height: 16px;
  border: 0;
  background: var(--brand);
}

.customer-overview-card-detail li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.customer-overview-card-detail .inline-actions {
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease 0.12s, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.customer-overview-card.is-expanded .customer-overview-card-detail .inline-actions {
  opacity: 1;
  transform: translateY(0);
}

.customer-overview-card-detail .btn {
  height: 34px;
  min-height: 0;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1;
}

.customer-overview-panel {
  min-height: 420px;
  border-radius: 8px;
  background: #f4f8fe;
  padding: 48px 54px;
}

.customer-overview-panel h3 {
  margin: 0;
  color: #273140;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.customer-overview-panel > p {
  margin: 22px 0 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.8;
}

.customer-overview-panel ul,
.customer-focus-copy ul {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.customer-overview-panel li,
.customer-focus-copy li {
  position: relative;
  color: #667386;
  font-size: 15px;
  line-height: 1.75;
  padding-left: 30px;
}

.customer-overview-panel li::before,
.customer-focus-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.customer-focus-section {
  padding-top: 72px;
}

.customer-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 54px;
  border-bottom: 1px solid #e5edf8;
  white-space: nowrap;
}

.customer-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 58px;
  color: #5f6c7d;
  font-size: 15px;
  font-weight: 600;
}

.customer-tabs a.is-active {
  color: var(--brand);
}

.customer-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand);
}

.customer-focus-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  gap: 62px;
  align-items: center;
  margin-top: 52px;
}

.customer-focus-panel[hidden],
.customer-stats-grid[hidden] {
  display: none;
}

.customer-focus-copy h3 {
  margin: 0;
  color: #273140;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.38;
}

.customer-focus-copy > p {
  margin: 22px 0 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.85;
}

.customer-focus-copy li {
  display: grid;
  gap: 8px;
}

.customer-focus-copy strong {
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.customer-focus-visual {
  aspect-ratio: 620/520;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.2), transparent 34%), linear-gradient(135deg, #edf7ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.customer-focus-visual::before {
  content: "重点案例图片占位";
  width: 330px;
  height: 230px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.customer-stats-section {
  padding-top: 62px;
}

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

.customer-stats-grid article {
  min-width: 0;
}

.customer-stats-grid strong {
  display: block;
  color: #2b313b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.customer-stats-grid strong span {
  margin-left: 2px;
  font-size: 28px;
}

.customer-stats-grid p {
  max-width: 230px;
  margin: 16px 0 0;
  color: #7a8798;
  font-size: 15px;
  line-height: 1.7;
}

.about-page-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 36%, rgba(22, 119, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(244, 249, 255, 0.98), rgba(229, 241, 255, 0.88)), #f4f9ff;
}

.about-page-hero::before,
.about-page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-page-hero::before {
  inset: 0;
  background: linear-gradient(155deg, transparent 0 54%, rgba(255, 255, 255, 0.92) 54% 100%), linear-gradient(24deg, rgba(195, 224, 255, 0.5), transparent 44%);
}

.about-page-hero::after {
  right: -120px;
  top: 58px;
  width: 700px;
  height: 260px;
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.78), rgba(198, 225, 255, 0.46));
  transform: rotate(15deg);
}

.about-page-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.about-page-hero-copy {
  position: relative;
  z-index: 2;
  width: 680px;
  padding-top: 82px;
}

.about-page-hero-kicker {
  margin-top: 44px;
  margin-bottom: 8px;
  font-size: 26px;
}

.about-page-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.about-page-hero-summary {
  width: 650px;
  margin: 30px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.about-page-hero-visual {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -40px;
  width: 720px;
  height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.22), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(210, 232, 255, 0.52));
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.about-page-hero-visual::before {
  content: "关于我们主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 20px;
  background: radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.82), transparent 35%), linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04));
}

.about-page-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.about-page-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 22px 32px 20px;
}

.about-page-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
}

.about-page-mini-icon,
.about-page-card-icon,
.about-choice-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.about-page-mini-icon-02,
.about-page-card-icon-02,
.about-choice-icon-02 {
  border-radius: 8px;
}

.about-page-mini-icon-03,
.about-page-card-icon-03,
.about-choice-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.about-page-mini-icon-04,
.about-page-card-icon-04,
.about-choice-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.about-page-hero-feature strong {
  color: #263245;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.about-page-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.about-company-section,
.about-identity-section,
.about-capability-section,
.about-values-section,
.about-results-section {
  background: #ffffff;
  padding: 82px 0 96px;
}

.about-page-section-heading {
  text-align: center;
}

.about-page-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.about-page-section-heading p {
  max-width: 920px;
  margin: 22px auto 0;
  color: #7a8798;
  font-size: 17px;
  line-height: 1.8;
}

.about-company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 110px;
  align-items: start;
  margin-top: 62px;
}

.about-company-copy h3 {
  margin: 0 0 34px;
  color: #273140;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.about-company-copy p {
  max-width: 650px;
  margin: 0 0 20px;
  color: #536173;
  font-size: 16px;
  line-height: 1.9;
}

.about-company-stats {
  display: flex;
  gap: 58px;
  margin-top: 70px;
}

.about-company-stats article {
  position: relative;
  min-width: 128px;
}

.about-company-stats article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 10px;
  width: 1px;
  height: 70px;
  background: #d8e2f0;
  transform: rotate(24deg);
}

.about-company-stats strong {
  color: #2b313b;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.about-company-stats span {
  margin-left: 4px;
  color: #9aa6b5;
  font-size: 15px;
}

.about-company-stats p {
  margin: 10px 0 0;
  color: #8a97aa;
  font-size: 13px;
  line-height: 1.3;
}

.about-company-visual {
  height: 370px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 46% 38%, rgba(22, 119, 255, 0.18), transparent 32%), linear-gradient(135deg, #eaf5ff, #f9fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.about-company-visual::before {
  content: "公司图片占位";
  width: 300px;
  height: 210px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.44);
}

.about-identity-section {
  padding-top: 72px;
}

.about-identity-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 44px;
  align-items: stretch;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #eef7ff;
  margin-top: 52px;
  padding: 56px 58px;
}

.about-identity-copy h3 {
  margin: 0;
  color: #273140;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
}

.about-identity-copy > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.85;
}

.about-identity-copy ul,
.about-choice-copy ul {
  display: grid;
  gap: 24px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.about-identity-copy li {
  position: relative;
  display: grid;
  gap: 8px;
  color: #667386;
  font-size: 15px;
  line-height: 1.75;
  padding-left: 30px;
}

.about-identity-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.about-identity-copy strong {
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.about-identity-visual {
  display: grid;
  place-items: center;
  min-height: 280px;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.2), transparent 34%), linear-gradient(135deg, #f7fbff, rgba(213, 235, 255, 0.74));
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.about-identity-visual::before {
  content: "业务理解图片占位";
  width: 300px;
  height: 200px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.about-identity-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-identity-cards article,
.about-capability-grid article,
.about-values-grid article {
  border: 1px solid #dcecff;
  border-radius: 6px;
  background: #f3f9ff;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.about-identity-cards article {
  min-height: 150px;
  padding: 24px 24px 22px;
}

.about-page-card-icon {
  display: block;
  margin-bottom: 16px;
}

.about-identity-cards h3,
.about-capability-grid h3,
.about-values-grid h3 {
  margin: 0;
  color: #273140;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.about-identity-cards p,
.about-capability-grid p,
.about-values-grid p {
  margin: 12px 0 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.about-capability-section {
  padding-top: 64px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.about-capability-grid article {
  min-height: 280px;
  text-align: center;
  padding: 42px 30px 34px;
}

.about-capability-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #76e1ff, #1677ff 66%, #0752d8);
  box-shadow: 0 18px 32px rgba(22, 119, 255, 0.18);
}

.about-capability-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 10px;
}

.about-capability-icon-02 {
  border-radius: 16px;
}

.about-capability-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.about-capability-icon-04 {
  border-radius: 16px 36px 16px 36px;
}

.about-values-section {
  padding-top: 62px;
}

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

.about-values-grid article {
  position: relative;
  min-height: 182px;
  padding: 34px 100px 30px 34px;
}

.about-values-grid span {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e0f3ff, #54b9ff);
}

.about-values-grid span::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, #62d9ff, #1677ff);
}

.about-choice-section {
  overflow: hidden;
  background: var(--brand);
}

.about-choice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 620px;
}

.about-choice-copy {
  padding: 74px 86px 74px max(24px, (100vw - var(--container)) / 2);
  color: #ffffff;
}

.about-choice-copy h2 {
  margin: 0 0 52px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.about-choice-copy li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.about-choice-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.about-choice-copy strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.about-choice-copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.about-choice-visual {
  display: grid;
  place-items: center;
  min-height: 620px;
  background: radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.18), transparent 30%), linear-gradient(135deg, #dff1ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.about-choice-visual::before {
  content: "选择我们图片占位";
  width: 340px;
  height: 250px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.about-results-section {
  padding-top: 74px;
}

.about-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  margin-top: 70px;
}

.about-results-grid article {
  min-width: 0;
}

.about-results-grid strong {
  display: block;
  color: #2b313b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.about-results-grid strong span {
  margin-left: 2px;
  font-size: 28px;
}

.about-results-grid p {
  max-width: 230px;
  margin: 16px 0 0;
  color: #7a8798;
  font-size: 15px;
  line-height: 1.7;
}

.jobs-page-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 36%, rgba(22, 119, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(244, 249, 255, 0.98), rgba(229, 241, 255, 0.88)), #f4f9ff;
}

.jobs-page-hero::before,
.jobs-page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.jobs-page-hero::before {
  inset: 0;
  background: linear-gradient(155deg, transparent 0 54%, rgba(255, 255, 255, 0.92) 54% 100%), linear-gradient(24deg, rgba(195, 224, 255, 0.5), transparent 44%);
}

.jobs-page-hero::after {
  right: -120px;
  top: 58px;
  width: 700px;
  height: 260px;
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.78), rgba(198, 225, 255, 0.46));
  transform: rotate(15deg);
}

.jobs-page-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.jobs-page-hero-copy {
  position: relative;
  z-index: 2;
  width: 680px;
  padding-top: 82px;
}

.jobs-page-hero-kicker {
  margin-top: 44px;
  margin-bottom: 8px;
  font-size: 26px;
}

.jobs-page-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.jobs-page-hero-summary {
  width: 650px;
  margin: 30px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.jobs-page-hero-visual {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -40px;
  width: 720px;
  height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.22), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(210, 232, 255, 0.52));
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.jobs-page-hero-visual::before {
  content: "招聘主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 20px;
  background: radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.82), transparent 35%), linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04));
}

.jobs-page-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.jobs-page-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 22px 32px 20px;
}

.jobs-page-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
}

.jobs-page-mini-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.jobs-page-mini-icon-02 {
  border-radius: 8px;
}

.jobs-page-mini-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.jobs-page-mini-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.jobs-page-hero-feature strong {
  color: #263245;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.jobs-page-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.jobs-why-section,
.jobs-list-section,
.jobs-culture-section,
.jobs-opportunity-section {
  background: #ffffff;
  padding: 82px 0 96px;
}

.jobs-page-section-heading {
  text-align: center;
}

.jobs-page-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.jobs-page-section-heading p {
  max-width: 920px;
  margin: 22px auto 0;
  color: #7a8798;
  font-size: 17px;
  line-height: 1.8;
}

.jobs-why-visual {
  height: 470px;
  display: grid;
  place-items: center;
  margin-top: 56px;
  background: radial-gradient(circle at 50% 38%, rgba(22, 119, 255, 0.18), transparent 30%), linear-gradient(135deg, #e4f4ff, #f8fcff);
  color: rgba(22, 119, 255, 0.45);
  font-size: 20px;
  font-weight: 700;
}

.jobs-why-visual::before {
  content: "办公环境图片占位";
  width: 340px;
  height: 240px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.jobs-why-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: calc(100% - 80px);
  margin: -82px auto 0;
}

.jobs-why-grid article,
.jobs-culture-grid article {
  position: relative;
  min-height: 150px;
  border: 1px solid #dcecff;
  border-radius: 6px;
  background: #f3f9ff;
  box-shadow: 0 14px 30px rgba(36, 91, 150, 0.06);
  padding: 34px 96px 30px 34px;
}

.jobs-why-grid h3,
.jobs-culture-grid h3 {
  margin: 0;
  color: #273140;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.jobs-why-grid p,
.jobs-culture-grid p {
  margin: 16px 0 0;
  color: #667386;
  font-size: 14px;
  line-height: 1.75;
}

.jobs-why-grid span,
.jobs-culture-grid span {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e0f3ff, #54b9ff);
}

.jobs-why-grid span::before,
.jobs-culture-grid span::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, #62d9ff, #1677ff);
}

.jobs-list-section {
  padding-top: 44px;
}

.jobs-list {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.jobs-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 42px;
  align-items: center;
  min-height: 166px;
  border: 1px solid #e4f0ff;
  border-radius: 8px;
  background: #f3f7ff;
  padding: 30px 38px;
}

.jobs-card-main {
  min-width: 0;
}

.jobs-card h3 {
  margin: 0;
  color: #273140;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.jobs-card p {
  margin: 14px 0 0;
  color: #536173;
  font-size: 15px;
  line-height: 1.75;
}

.jobs-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 16px;
  color: #7a8798;
  font-size: 13px;
  line-height: 1.5;
}

.jobs-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jobs-card-tags span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  border-radius: 3px;
  background: #e5f2ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

.jobs-card .btn {
  width: 150px;
  height: 46px;
  padding: 0 24px;
  justify-self: end;
  font-size: 15px;
}

.jobs-culture-section {
  padding-top: 72px;
}

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

.jobs-opportunity-section {
  padding-top: 56px;
}

.jobs-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  margin-top: 70px;
}

.jobs-opportunity-grid article {
  min-width: 0;
}

.jobs-opportunity-grid strong {
  display: block;
  color: #2b313b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.jobs-opportunity-grid strong span {
  margin-left: 2px;
  font-size: 28px;
}

.jobs-opportunity-grid p {
  max-width: 230px;
  margin: 16px 0 0;
  color: #7a8798;
  font-size: 15px;
  line-height: 1.7;
}

.job-detail-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 88%, rgba(22, 119, 255, 0.14), transparent 24%), radial-gradient(circle at 26% -20%, rgba(22, 119, 255, 0.08), transparent 32%), linear-gradient(135deg, #f4f9ff, #edf5ff);
  padding: 54px 0 58px;
}

.job-detail-hero::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -60px;
  width: 360px;
  height: 220px;
  border-radius: 50%;
  background: rgba(22, 119, 255, 0.12);
  pointer-events: none;
}

.job-detail-breadcrumb {
  color: #7c899b;
  font-size: 14px;
  line-height: 1.5;
}

.job-detail-hero h1 {
  margin: 22px 0 0;
  color: var(--brand);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.job-detail-hero p {
  max-width: 1160px;
  margin: 22px 0 0;
  color: #38465a;
  font-size: 17px;
  line-height: 1.85;
}

.job-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 26px;
  color: #667386;
  font-size: 14px;
}

.job-detail-section {
  background: #ffffff;
  padding: 24px 0 76px;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 360px;
  gap: 36px;
  align-items: start;
}

.job-detail-main {
  display: grid;
  gap: 24px;
}

.job-detail-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #f7fbff;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.job-detail-panel header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  background: #eef5ff;
  padding: 0 28px;
}

.job-detail-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
}

.job-detail-icon-02 {
  border-radius: 50%;
}

.job-detail-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.job-detail-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.job-detail-icon-05 {
  border-radius: 16px 16px 6px 6px;
}

.job-detail-panel h2 {
  margin: 0;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.job-detail-panel-body {
  padding: 30px 34px 34px;
  color: #38465a;
  font-size: 16px;
  line-height: 1.95;
}

.job-detail-panel-body p {
  margin: 0 0 22px;
}

.job-detail-panel-body p:last-child {
  margin-bottom: 0;
}

.job-detail-panel-body ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
}

.job-detail-panel-body li {
  padding-left: 4px;
}

.job-apply-panel {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #1677ff, #42b8ff);
  color: #ffffff;
  padding: 28px 28px 30px;
  box-shadow: 0 18px 38px rgba(22, 119, 255, 0.18);
}

.job-apply-icon {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.22);
}

.job-apply-icon::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.job-apply-panel h2 {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.job-apply-panel p {
  position: relative;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.job-apply-line {
  min-height: 56px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #ffffff;
  color: #738196;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
  padding: 12px 16px;
}

.job-apply-panel .btn {
  width: 100%;
  height: 56px;
  margin-top: 18px;
  background: #ffffff;
  color: var(--brand);
  font-size: 16px;
}

.job-apply-panel .btn::after {
  content: none;
}

.job-related-section {
  background: #ffffff;
  padding: 0 0 86px;
}

.job-detail-heading {
  text-align: center;
}

.job-detail-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.job-related-list {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.contact-page-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 74% 38%, rgba(22, 119, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(244, 249, 255, 0.98), rgba(229, 241, 255, 0.88)), #f4f9ff;
}

.contact-page-hero::before,
.contact-page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact-page-hero::before {
  inset: 0;
  background: linear-gradient(155deg, transparent 0 54%, rgba(255, 255, 255, 0.92) 54% 100%), linear-gradient(24deg, rgba(195, 224, 255, 0.5), transparent 44%);
}

.contact-page-hero::after {
  right: -120px;
  top: 58px;
  width: 700px;
  height: 260px;
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.78), rgba(198, 225, 255, 0.46));
  transform: rotate(15deg);
}

.contact-page-hero-layout {
  position: relative;
  z-index: 1;
  height: 100%;
}

.contact-page-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
  padding-top: 82px;
}

.contact-page-hero-kicker {
  margin-top: 44px;
  margin-bottom: 8px;
  font-size: 26px;
}

.contact-page-hero-copy h1 {
  margin: 0;
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.contact-page-hero-summary {
  width: 700px;
  margin: 30px 0 0;
  color: #38465a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.contact-page-hero-visual {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -40px;
  width: 720px;
  height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 52% 48%, rgba(22, 119, 255, 0.22), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(210, 232, 255, 0.52));
  color: rgba(22, 119, 255, 0.48);
  font-size: 22px;
  font-weight: 700;
}

.contact-page-hero-visual::before {
  content: "联系主视觉占位";
  width: 360px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 119, 255, 0.34);
  border-radius: 20px;
  background: radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.82), transparent 35%), linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(22, 119, 255, 0.04));
}

.contact-page-hero-feature-wrap {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
}

.contact-page-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  padding: 22px 32px 20px;
}

.contact-page-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
}

.contact-page-mini-icon,
.contact-direct-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64dbff, #1677ff 68%, #0752d8);
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

.contact-page-mini-icon-02,
.contact-direct-icon-02 {
  border-radius: 8px;
}

.contact-page-mini-icon-03,
.contact-direct-icon-03 {
  clip-path: polygon(50% 0, 88% 18%, 82% 74%, 50% 100%, 18% 74%, 12% 18%);
}

.contact-page-mini-icon-04 {
  border-radius: 8px 16px 8px 16px;
}

.contact-page-hero-feature strong {
  color: #263245;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-page-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
}

.contact-direct-section,
.contact-message-section,
.contact-map-section {
  background: #ffffff;
}

.contact-direct-section {
  padding: 86px 0 42px;
}

.contact-direct-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  gap: 90px;
  align-items: start;
}

.contact-direct-copy h2,
.contact-map-copy h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-direct-copy p,
.contact-map-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.85;
}

.contact-direct-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}

.contact-direct-list article {
  border-bottom: 1px solid #e5edf8;
  padding-bottom: 28px;
}

.contact-direct-list article.is-wide {
  grid-column: 1/-1;
}

.contact-direct-list span {
  display: block;
  color: #8a97aa;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 22px;
}

.contact-direct-list strong {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2b313b;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-direct-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}

.contact-message-section {
  padding: 42px 0 70px;
}

.contact-page-section-heading {
  text-align: center;
}

.contact-page-section-heading h2 {
  margin: 0;
  color: #2b313b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-page-section-heading p {
  max-width: 850px;
  margin: 22px auto 0;
  color: #7a8798;
  font-size: 17px;
  line-height: 1.8;
}

.contact-page-form {
  margin-top: 42px;
  border-radius: 8px;
  background: #f7fbff;
  padding: 54px 80px 46px;
  box-shadow: 0 10px 26px rgba(36, 91, 150, 0.04);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 54px;
}

.contact-form-grid label {
  display: grid;
  gap: 16px;
  color: #273140;
  font-size: 17px;
  font-weight: 700;
}

.contact-form-grid label.is-full {
  grid-column: 1/-1;
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid #dce8f7;
  border-radius: 6px;
  background: #ffffff;
  color: #273140;
  font-size: 16px;
  outline: none;
  padding: 0 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-grid input {
  height: 60px;
}

.contact-form-grid textarea {
  min-height: 160px;
  resize: vertical;
  padding-top: 20px;
}

.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
  border-color: #9acbff;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.08);
}

.contact-form-grid input::-moz-placeholder, .contact-form-grid textarea::-moz-placeholder {
  color: #9aa6b5;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
  color: #9aa6b5;
}

.contact-form-tip {
  margin: 26px 0 0;
  color: #8a97aa;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.contact-form-actions {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 28px;
}

.contact-form-actions .btn {
  width: 360px;
  border: 0;
  cursor: pointer;
}

.contact-map-section {
  padding: 20px 0 86px;
}

.contact-map-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px;
  gap: 64px;
  align-items: center;
  border-radius: 8px;
  background: #f7fbff;
  padding: 58px 62px;
}

.contact-map-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.1) 1px, transparent 1px), linear-gradient(0deg, rgba(22, 119, 255, 0.1) 1px, transparent 1px), radial-gradient(circle at 58% 42%, rgba(22, 119, 255, 0.18), transparent 22%), linear-gradient(135deg, #f7fcff, #e8f6ff);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.contact-map-visual span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 46px;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(22, 119, 255, 0.22);
}

.cta-section {
  height: 345px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 116%, rgba(83, 143, 255, 0.38), transparent 30%), linear-gradient(135deg, #eef8ff, #f8fbff);
  padding-top: 76px;
  text-align: center;
}

.cta-section p {
  margin: 18px 0 0;
  color: #758296;
  font-size: 19px;
}

.cta-actions {
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  background: #17191d;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 1fr;
  gap: 110px;
  padding: 54px 0 48px;
}

.footer-logo {
  display: inline-flex;
  color: #168dff;
  margin-bottom: 18px;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.footer-brand p,
.footer-contact p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.8;
}

.qr-box {
  width: 104px;
  height: 104px;
  margin-top: 22px;
  background: #f0f0f0;
}

.footer-brand span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 86px);
  align-content: start;
  gap: 14px 28px;
}

.footer-links h4 {
  grid-column: 1/-1;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.socials span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  line-height: 54px;
  text-align: center;
}

.message {
  border-radius: 6px;
  margin: 16px 0;
  padding: 12px 14px;
}

.message-error {
  background: #fef2f2;
  color: #991b1b;
}

.message-success {
  background: #ecfdf5;
  color: #047857;
}

.placeholder-page {
  width: min(100% - 48px, 1000px);
  min-height: 520px;
  margin: 0 auto;
  padding: 96px 0;
}

.placeholder-page .eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-weight: 800;
}

.placeholder-page h1 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 42px;
}

.placeholder-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.placeholder-list li {
  border-top: 1px solid #e5e7eb;
  padding: 18px 0;
}

.placeholder-list a {
  color: var(--brand);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  padding: 10px 12px;
}

.contact-form button {
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  padding: 10px 18px;
}

.reveal-ready {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-index, 0) * 80ms);
  will-change: opacity, transform;
}

.reveal-ready.reveal-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-in .stat-item strong {
  animation: stat-pop 0.5s ease both;
}

.reveal-in .stat-item:nth-child(2) strong {
  animation-delay: 0.08s;
}

.reveal-in .stat-item:nth-child(3) strong {
  animation-delay: 0.16s;
}

.reveal-in .stat-item:nth-child(4) strong {
  animation-delay: 0.24s;
}

@media (hover: hover) {
  .btn,
  .product-card,
  .case-card,
  .news-card,
  .news-featured-media,
  .news-list-item,
  .news-more-item,
  .news-detail-nav a,
  .products-capability-card,
  .product-service-tabs button,
  .product-service-visual,
  .process-step,
  .solutions-hero-feature,
  .solutions-card,
  .solutions-ai-card,
  .solutions-digital-cards article,
  .solutions-media-panel,
  .solutions-process-step,
  .solution-detail-feature,
  .solution-detail-strength-grid article,
  .detail-list-card,
  .detail-method-steps article,
  .structure-node,
  .detail-process-step,
  .detail-related-card,
  .customer-hero-feature,
  .customer-overview-card,
  .customer-overview-panel,
  .customer-focus-visual,
  .customer-stats-grid article,
  .about-page-hero-feature,
  .about-company-visual,
  .about-identity-panel,
  .about-identity-cards article,
  .about-capability-grid article,
  .about-values-grid article,
  .about-choice-visual,
  .about-results-grid article,
  .jobs-page-hero-feature,
  .jobs-why-visual,
  .jobs-why-grid article,
  .jobs-card,
  .jobs-culture-grid article,
  .jobs-opportunity-grid article,
  .job-detail-panel,
  .job-apply-panel,
  .contact-page-hero-feature,
  .contact-direct-list article,
  .contact-page-form,
  .contact-map-panel,
  .contact-map-visual,
  .brand-strip span {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }
  .btn:hover,
  .product-card:hover,
  .case-card:hover,
  .news-card:hover,
  .news-featured-media:hover,
  .news-list-item:hover,
  .news-more-item:hover,
  .news-detail-nav a:hover,
  .products-capability-card:hover,
  .product-service-visual:hover,
  .process-step:hover,
  .solutions-hero-feature:hover,
  .solutions-card:hover,
  .solutions-ai-card:hover,
  .solutions-digital-cards article:hover,
  .solutions-media-panel:hover,
  .solutions-process-step:hover,
  .solution-detail-feature:hover,
  .solution-detail-strength-grid article:hover,
  .detail-list-card:hover,
  .detail-method-steps article:hover,
  .structure-node:hover,
  .detail-process-step:hover,
  .detail-related-card:hover,
  .customer-hero-feature:hover,
  .customer-overview-panel:hover,
  .customer-focus-visual:hover,
  .customer-stats-grid article:hover,
  .about-page-hero-feature:hover,
  .about-company-visual:hover,
  .about-identity-panel:hover,
  .about-identity-cards article:hover,
  .about-capability-grid article:hover,
  .about-values-grid article:hover,
  .about-choice-visual:hover,
  .about-results-grid article:hover,
  .jobs-page-hero-feature:hover,
  .jobs-why-visual:hover,
  .jobs-why-grid article:hover,
  .jobs-card:hover,
  .jobs-culture-grid article:hover,
  .jobs-opportunity-grid article:hover,
  .job-detail-panel:hover,
  .job-apply-panel:hover,
  .contact-page-hero-feature:hover,
  .contact-direct-list article:hover,
  .contact-page-form:hover,
  .contact-map-panel:hover,
  .contact-map-visual:hover,
  .brand-strip span:hover {
    transform: translateY(-4px);
  }
  .btn-primary:hover {
    box-shadow: 0 16px 30px rgba(22, 119, 255, 0.22);
  }
  .btn-soft:hover,
  .btn-light:hover {
    background: #e4f1ff;
  }
  .btn-soft:hover::after,
  .btn-light:hover::after,
  .product-card a:hover::after,
  .products-capability-card a:hover::after,
  .news-more-link:hover::after,
  .news-more-inline:hover::after {
    transform: translateX(4px);
  }
  .btn-soft::after,
  .btn-light::after,
  .product-card a::after,
  .products-capability-card a::after,
  .news-more-link::after,
  .news-more-inline::after {
    transition: transform 0.2s ease;
  }
  .product-card:hover,
  .case-card:hover,
  .products-capability-card:hover,
  .solutions-card:hover,
  .solutions-ai-card:hover,
  .solutions-digital-cards article:hover,
  .detail-list-card:hover,
  .structure-node:hover,
  .customer-overview-panel:hover,
  .about-identity-cards article:hover,
  .about-capability-grid article:hover,
  .about-values-grid article:hover,
  .jobs-why-grid article:hover,
  .jobs-card:hover,
  .jobs-culture-grid article:hover,
  .job-detail-panel:hover,
  .contact-page-form:hover,
  .contact-map-panel:hover {
    border-color: #b9dcff;
    box-shadow: 0 18px 40px rgba(41, 103, 178, 0.1);
  }
  .news-card:hover .news-thumb {
    box-shadow: 0 14px 30px rgba(34, 75, 128, 0.1);
  }
  .news-list-item:hover {
    border-color: #d8e9ff;
  }
  .news-detail-nav a:hover {
    border-color: #d8e9ff;
    box-shadow: 0 14px 30px rgba(34, 75, 128, 0.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1599px) {
  .site-nav {
    gap: 34px;
    margin-left: 130px;
  }
  .hero-copy {
    width: 660px;
  }
  .hero-kicker {
    font-size: 28px;
  }
  .hero-copy h1 {
    font-size: 58px;
  }
  .hero-summary {
    width: 650px;
    font-size: 20px;
  }
  .hero-visual {
    top: 0;
    right: -70px;
    width: 680px;
    height: 540px;
  }
  .solution-panel {
    grid-template-columns: 680px 1fr;
    gap: 48px;
  }
  .solution-visual {
    width: 680px;
    height: 452px;
  }
  .case-showcase-inner {
    grid-template-columns: 540px minmax(0, 1fr);
  }
  .case-visual {
    width: 700px;
    margin-left: -160px;
  }
  .news-hero-copy {
    width: 620px;
  }
  .news-hero-copy h1 {
    font-size: 54px;
  }
  .news-hero-summary {
    width: 620px;
    font-size: 20px;
  }
  .news-hero-visual {
    right: -50px;
    width: 680px;
    height: 560px;
  }
  .news-hero-visual::before {
    width: 360px;
    height: 360px;
  }
  .news-featured-card {
    grid-template-columns: 600px minmax(0, 1fr);
  }
  .news-featured-copy {
    padding: 54px 54px 48px;
  }
  .news-list-item {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 52px;
  }
  .news-detail-layout {
    grid-template-columns: minmax(0, 860px) 380px;
    gap: 52px;
  }
  .news-detail-cover.is-placeholder {
    min-height: 400px;
  }
  .news-more-head {
    padding: 0 28px;
  }
  .news-more-list {
    padding-left: 24px;
    padding-right: 24px;
  }
  .products-hero {
    height: 860px;
  }
  .products-hero-copy {
    width: 600px;
    padding-top: 72px;
  }
  .products-hero-notice {
    height: 32px;
    gap: 8px;
    font-size: 16px;
    padding: 0 14px 0 5px;
  }
  .products-hero-notice span {
    min-width: 68px;
    height: 24px;
    font-size: 16px;
  }
  .products-hero-kicker {
    margin-top: 34px;
    margin-bottom: 8px;
    font-size: 28px;
  }
  .products-hero-copy h1 {
    font-size: 52px;
  }
  .products-hero-summary {
    width: 610px;
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.9;
  }
  .products-hero-points {
    gap: 12px;
    margin-top: 24px;
  }
  .products-hero-points li {
    font-size: 16px;
    padding-left: 28px;
  }
  .products-hero-points li::before {
    top: 7px;
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
  .products-hero .hero-actions {
    gap: 16px;
    margin-top: 30px;
  }
  .products-hero .btn {
    height: 58px;
    padding: 0 42px;
    font-size: 18px;
  }
  .products-hero-visual {
    top: 22px;
    right: -50px;
    width: 660px;
    height: 560px;
  }
  .products-hero-visual::before {
    width: 360px;
    height: 260px;
    font-size: 24px;
  }
  .products-hero-feature-wrap {
    bottom: 40px;
  }
  .products-hero-features {
    height: 116px;
    padding: 26px 56px 22px;
  }
  .products-hero-feature {
    grid-template-columns: 34px minmax(0, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .products-mini-icon {
    width: 30px;
    height: 30px;
  }
  .products-hero-feature strong {
    font-size: 18px;
  }
  .products-hero-feature p {
    margin-top: 8px;
    font-size: 13px;
  }
  .products-capability-section {
    padding: 76px 0 68px;
  }
  .products-capability-grid {
    gap: 24px;
  }
  .products-capability-card {
    min-height: 210px;
    padding: 78px 42px 32px;
  }
  .products-capability-number {
    left: 30px;
    top: 24px;
    font-size: 58px;
  }
  .products-capability-icon {
    right: 36px;
    top: 26px;
    width: 104px;
    height: 104px;
  }
  .products-capability-icon::after {
    width: 36px;
    height: 36px;
    border-width: 6px;
    border-radius: 10px;
  }
  .products-capability-card h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .products-capability-card p {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.75;
  }
  .products-capability-card a {
    right: 36px;
    bottom: 30px;
    font-size: 16px;
  }
  .product-service-section {
    padding: 76px 0 88px;
  }
  .product-service-heading h2 {
    font-size: 34px;
  }
  .product-service-heading p {
    margin-top: 18px;
    max-width: 880px;
    font-size: 16px;
  }
  .product-service-tabs {
    gap: 20px;
    margin-top: 48px;
  }
  .product-service-tabs button {
    height: 46px;
    min-width: 142px;
    gap: 8px;
    font-size: 15px;
    padding: 0 18px;
  }
  .product-service-tabs button span {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
  .product-service-panel {
    grid-template-columns: 560px minmax(0, 1fr);
    gap: 58px;
    margin-top: 48px;
  }
  .product-service-panel.is-reverse {
    grid-template-columns: minmax(0, 1fr) 560px;
  }
  .product-service-visual {
    height: 360px;
    font-size: 22px;
  }
  .product-service-visual::before {
    width: 300px;
    height: 210px;
  }
  .product-service-index {
    font-size: 22px;
  }
  .product-service-copy h3 {
    font-size: 25px;
  }
  .product-service-copy p,
  .product-service-copy li {
    font-size: 16px;
  }
  .product-service-copy .btn {
    height: 42px;
    padding: 0 24px;
    font-size: 15px;
  }
  .product-process-section {
    padding: 82px 0 96px;
  }
  .product-process-line {
    margin-top: 76px;
  }
  .process-step {
    min-height: 188px;
  }
  .process-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
  .process-icon::before {
    width: 28px;
    height: 28px;
  }
  .process-step small {
    font-size: 16px;
  }
  .process-step h3 {
    margin: 12px 0 10px;
    font-size: 20px;
  }
  .process-step p {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  :root {
    --container: 1200px;
  }
  .site-nav {
    gap: 24px;
    margin-left: 80px;
  }
  .hero-visual {
    right: -120px;
    width: 660px;
  }
  .hero-copy {
    width: 620px;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-summary {
    width: 560px;
  }
  .solution-panel {
    grid-template-columns: 560px 1fr;
  }
  .solution-visual {
    width: 560px;
    height: 374px;
  }
  .case-showcase-inner {
    grid-template-columns: 540px minmax(0, 1fr);
    gap: 50px;
  }
  .news-card {
    grid-template-columns: 82px minmax(0, 1fr) 210px;
  }
  .news-thumb {
    width: 210px;
  }
  .about-grid {
    grid-template-columns: 1fr 560px;
  }
  .about-photo {
    width: 560px;
    height: 390px;
  }
  .news-hero-copy {
    width: 560px;
  }
  .news-hero-copy h1 {
    font-size: 48px;
  }
  .news-hero-summary {
    width: 540px;
    font-size: 18px;
  }
  .news-hero-visual {
    right: -120px;
    width: 620px;
  }
  .news-category-tabs-inner {
    max-width: 760px;
  }
  .news-featured-card {
    grid-template-columns: 520px minmax(0, 1fr);
  }
  .news-featured-copy {
    padding: 48px 42px;
  }
  .news-featured-copy h2 {
    font-size: 24px;
  }
  .news-list-item {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 42px;
  }
  .news-detail-layout {
    grid-template-columns: minmax(0, 760px) 360px;
    gap: 40px;
  }
  .news-detail-cover.is-placeholder {
    min-height: 360px;
  }
  .news-detail-header h2 {
    font-size: 30px;
  }
  .news-detail-content {
    font-size: 17px;
  }
  .products-hero-copy {
    width: 540px;
  }
  .products-hero-copy h1 {
    font-size: 40px;
  }
  .products-hero-summary {
    width: 520px;
    font-size: 17px;
  }
  .products-hero-visual {
    right: -130px;
    width: 600px;
  }
  .products-hero-features {
    padding-left: 36px;
    padding-right: 36px;
  }
  .product-service-panel,
  .product-service-panel.is-reverse {
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 40px;
  }
  .product-service-panel.is-reverse {
    grid-template-columns: minmax(0, 1fr) 520px;
  }
  .product-service-visual {
    height: 336px;
  }
  .product-service-copy h3 {
    font-size: 23px;
  }
  .solutions-hero-copy {
    width: 560px;
  }
  .solutions-hero-copy h1 {
    font-size: 48px;
  }
  .solutions-hero-summary {
    width: 540px;
  }
  .solutions-hero-visual {
    right: -120px;
    width: 620px;
  }
  .solutions-hero-features {
    padding-left: 18px;
    padding-right: 18px;
  }
  .solutions-hero-feature {
    padding: 0 8px;
  }
  .solutions-hero-feature strong {
    font-size: 14px;
  }
  .solutions-digital-layout {
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 48px;
  }
  .solutions-media-panel {
    grid-template-columns: minmax(0, 1fr) 500px;
  }
  .solution-detail-hero-copy {
    width: 600px;
  }
  .solution-detail-hero-copy h1 {
    font-size: 48px;
  }
  .solution-detail-hero-summary {
    width: 590px;
  }
  .solution-detail-hero-visual {
    right: -110px;
    width: 640px;
  }
  .detail-value-layout {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 48px;
  }
  .structure-node {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .site-container {
    width: min(100% - 32px, 720px);
  }
  .site-header,
  .header-inner {
    height: 64px;
  }
  .brand {
    font-size: 20px;
  }
  .nav-toggle {
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(22, 119, 255, 0.32);
    border-radius: 4px;
    background: #ffffff;
    padding: 0;
  }
  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: #1f2937;
  }
  .site-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    border-bottom: 1px solid var(--line);
    background: #ffffff;
    padding: 10px 16px 18px;
    box-shadow: 0 18px 42px rgba(35, 75, 132, 0.12);
  }
  .nav-open .site-nav {
    display: flex;
  }
  .nav-link {
    align-self: flex-start;
    height: 42px;
  }
  .nav-link.is-active::after {
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
  }
  .nav-search {
    display: none;
  }
  .nav-login {
    width: 100%;
    margin-top: 10px;
  }
  .home-hero,
  .news-hero,
  .stats-section,
  .products-section,
  .solution-section,
  .cases-section,
  .about-section,
  .news-section,
  .cta-section {
    height: auto;
  }
  .home-hero {
    padding: 48px 0 42px;
  }
  .news-hero {
    padding: 48px 0 42px;
  }
  .hero-layout,
  .news-hero-layout {
    height: auto;
  }
  .hero-copy,
  .news-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .hero-copy h1,
  .news-hero-copy h1 {
    font-size: clamp(34px, 7vw, 48px);
    white-space: normal;
  }
  .hero-summary,
  .news-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-visual,
  .news-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 360px;
    margin-top: 28px;
  }
  .hero-feature-wrap,
  .news-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 20px;
  }
  .stats-section,
  .products-section,
  .solution-section,
  .cases-section,
  .about-section,
  .news-section,
  .cta-section {
    padding: 64px 0;
  }
  .section-heading h2,
  .stats-section h2,
  .cta-section h2 {
    font-size: 28px;
  }
  .stats-grid {
    margin-top: 42px;
  }
  .product-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .products-section .section-heading {
    margin-bottom: 36px;
  }
  .solution-tabs,
  .case-tabs {
    gap: 28px;
    justify-content: flex-start;
    margin-top: 42px;
    overflow-x: auto;
    padding-bottom: 22px;
  }
  .solution-panel,
  .case-showcase-inner,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .solution-panel {
    gap: 32px;
    margin-top: 36px;
    padding-top: 36px;
  }
  .solution-visual,
  .about-photo {
    width: 100%;
  }
  .case-showcase {
    height: auto;
    margin-top: 28px;
    padding: 42px 0;
  }
  .case-showcase-inner {
    gap: 32px;
  }
  .case-visual {
    width: calc(100% + 32px);
    height: 320px;
    margin-left: -16px;
  }
  .case-card-row {
    grid-template-columns: 1fr;
  }
  .brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 40px;
  }
  .about-section .section-heading {
    margin-bottom: 36px;
  }
  .about-grid {
    gap: 36px;
  }
  .news-section .section-heading {
    margin-bottom: 36px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .news-hero-kicker {
    margin-top: 30px;
  }
  .news-hero-summary {
    margin-top: 18px;
  }
  .news-hero-visual::before {
    width: 260px;
    height: 260px;
    font-size: 18px;
  }
  .news-category-tabs {
    height: auto;
    overflow-x: auto;
    padding: 0 16px;
  }
  .news-category-tabs-inner {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 48px;
    padding: 0;
  }
  .news-category-tabs a {
    height: 78px;
    flex: 0 0 auto;
    font-size: 18px;
  }
  .news-index-inner {
    padding: 56px 0 64px;
  }
  .news-featured-card {
    grid-template-columns: 1fr;
  }
  .news-featured-media {
    min-height: 320px;
  }
  .news-featured-copy {
    padding: 34px 30px 38px;
  }
  .news-slider-controls {
    right: 28px;
    bottom: 38px;
  }
  .news-list-item {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    padding: 30px 0;
  }
  .news-list-date {
    grid-template-columns: 68px minmax(0, 1fr);
  }
  .news-list-date strong {
    font-size: 40px;
  }
  .news-list-copy h3 {
    font-size: 20px;
  }
  .news-detail-section {
    padding: 56px 0 64px;
  }
  .news-detail-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .news-detail-main {
    padding: 34px 34px 40px;
  }
  .news-detail-header h2 {
    margin-top: 24px;
    font-size: 28px;
  }
  .news-detail-cover.is-placeholder {
    min-height: 340px;
  }
  .news-detail-content {
    font-size: 16px;
    line-height: 1.9;
  }
  .news-more-panel {
    max-width: none;
  }
  .news-more-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }
  .products-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .products-hero-layout {
    height: auto;
  }
  .products-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .products-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .products-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .products-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .products-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 320px;
    margin-top: 28px;
  }
  .products-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .products-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .products-hero-features {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .products-hero-feature p {
    white-space: normal;
  }
  .products-capability-section {
    padding: 56px 0;
  }
  .products-capability-grid {
    gap: 18px;
  }
  .product-service-section,
  .product-process-section {
    padding: 60px 0 66px;
  }
  .product-service-panel,
  .product-service-panel.is-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-service-panel.is-reverse .product-service-visual {
    order: -1;
  }
  .product-service-visual {
    height: 320px;
  }
  .product-service-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .product-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }
  .product-process-line::before {
    display: none;
  }
  .process-step::before {
    display: none;
  }
  .solutions-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .solutions-hero-layout {
    height: auto;
  }
  .solutions-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .solutions-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .solutions-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .solutions-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .solutions-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .solutions-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .solutions-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .solutions-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .solutions-brand-section,
  .solutions-card-section,
  .solutions-digital-section,
  .solutions-ai-section,
  .solutions-media-section,
  .solutions-process-section {
    padding: 60px 0 66px;
  }
  .solutions-brand-path,
  .solutions-card-grid,
  .solutions-ai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solutions-digital-layout,
  .solutions-media-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .solutions-media-panel {
    padding: 34px;
  }
  .solutions-media-visual {
    order: -1;
  }
  .solutions-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }
  .solutions-process-line::before,
  .solutions-process-step::before {
    display: none;
  }
  .solution-detail-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .solution-detail-hero-layout {
    height: auto;
  }
  .solution-detail-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .solution-detail-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .solution-detail-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .solution-detail-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .solution-detail-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .solution-detail-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .solution-detail-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .solution-detail-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .solution-detail-strengths,
  .detail-scenes-section,
  .detail-problem-section,
  .detail-method-section,
  .detail-structure-section,
  .detail-value-section,
  .detail-process-section,
  .detail-related-section {
    padding: 60px 0 66px;
  }
  .solution-detail-strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-scene-panel,
  .detail-problem-grid,
  .detail-value-layout {
    grid-template-columns: 1fr;
  }
  .detail-scene-visual {
    min-height: 240px;
  }
  .detail-method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 28px;
    margin-right: 28px;
  }
  .detail-structure-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    min-height: auto;
  }
  .structure-core,
  .structure-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }
  .structure-core {
    grid-column: 1/-1;
    justify-self: center;
    width: 240px;
    height: 240px;
    order: -1;
  }
  .detail-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }
  .detail-process-line::before,
  .detail-process-step::before {
    display: none;
  }
  .detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-related-card-large {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .site-container {
    width: calc(100% - 32px);
  }
  .home-hero {
    padding: 30px 0 30px;
  }
  .btn {
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
  .hero-actions,
  .inline-actions,
  .cta-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .hero-notice {
    height: 26px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }
  .hero-notice span {
    min-width: 48px;
    height: 18px;
    font-size: 12px;
  }
  .hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .hero-copy h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .hero-summary {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }
  .hero-visual {
    height: 150px;
    margin-top: 16px;
  }
  .hero-visual::before {
    inset: 28px;
    font-size: 14px;
  }
  .hero-feature-wrap {
    margin-top: 14px;
  }
  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }
  .brand-strip {
    grid-template-columns: 1fr;
  }
  .hero-feature {
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 68px;
  }
  .feature-icon {
    width: 24px;
    height: 24px;
  }
  .hero-feature strong {
    font-size: 14px;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .hero-feature p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .stats-section,
  .products-section,
  .solution-section,
  .cases-section,
  .about-section,
  .news-section,
  .cta-section {
    padding: 34px 0;
  }
  .section-heading h2,
  .stats-section h2,
  .cta-section h2 {
    font-size: 24px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
    margin-top: 24px;
  }
  .stat-item strong {
    font-size: 36px;
  }
  .stat-item p {
    margin-top: 8px;
    font-size: 12px;
  }
  .products-section .section-heading,
  .solution-section .section-heading,
  .cases-section .section-heading,
  .about-section .section-heading,
  .news-section .section-heading {
    margin-bottom: 24px;
  }
  .product-grid {
    gap: 12px;
  }
  .product-card {
    height: auto;
    min-height: 146px;
    padding: 50px 18px 16px;
  }
  .card-number {
    left: 18px;
    top: 14px;
    font-size: 42px;
  }
  .product-card h3 {
    margin-bottom: 8px;
    font-size: 19px;
    overflow-wrap: anywhere;
  }
  .product-card p {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .product-card a {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    font-size: 14px;
  }
  .product-icon {
    right: 18px;
    top: 16px;
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
  .product-icon::after {
    font-size: 14px;
  }
  .solution-tabs,
  .case-tabs {
    gap: 20px;
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .solution-tabs button,
  .case-tabs a {
    font-size: 14px;
  }
  .solution-tab-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    border-radius: 12px;
  }
  .solution-panel {
    gap: 22px;
    margin-top: 24px;
    padding-top: 24px;
  }
  .solution-visual {
    height: 160px;
  }
  .solution-visual::before,
  .case-visual::before,
  .about-photo::before {
    font-size: 14px;
  }
  .solution-copy h3,
  .case-copy h3,
  .about-copy h3 {
    font-size: 22px;
    line-height: 1.35;
  }
  .solution-copy p,
  .case-copy p,
  .about-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
  .solution-copy li {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 14px;
    line-height: 1.65;
  }
  .case-showcase {
    padding: 28px 0;
  }
  .case-showcase-inner {
    gap: 20px;
  }
  .case-visual {
    height: 180px;
  }
  .case-card-row {
    gap: 12px;
    margin-top: 18px;
  }
  .case-card {
    height: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }
  .case-card-icon {
    width: 42px;
    height: 42px;
  }
  .case-card h4 {
    font-size: 16px;
  }
  .case-card p {
    font-size: 13px;
    line-height: 1.6;
  }
  .brand-strip {
    gap: 10px;
  }
  .brand-strip span {
    height: 42px;
    font-size: 16px;
  }
  .about-copy p {
    margin-top: 14px;
  }
  .about-copy .inline-actions {
    margin-top: 24px;
  }
  .about-photo {
    height: 180px;
    margin-top: 0;
  }
  .news-grid {
    gap: 14px;
  }
  .news-card {
    grid-template-columns: 76px minmax(0, 1fr);
    height: auto;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
  }
  .news-date span {
    font-size: 13px;
  }
  .news-date strong {
    margin-top: 6px;
    font-size: 34px;
  }
  .news-copy {
    padding: 0;
  }
  .news-copy h3 {
    font-size: 15px;
  }
  .news-copy p {
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }
  .news-thumb {
    grid-column: 1/-1;
    width: 100%;
    height: 92px;
  }
  .news-hero {
    padding: 30px 0;
  }
  .news-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .news-hero-copy h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .news-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .news-hero-visual {
    height: 180px;
    margin-top: 18px;
  }
  .news-hero-visual::before {
    width: 132px;
    height: 132px;
    font-size: 13px;
  }
  .news-hero-feature-wrap {
    margin-top: 14px;
  }
  .news-category-tabs {
    padding: 0 16px;
  }
  .news-category-tabs-inner {
    gap: 38px;
  }
  .news-category-tabs a {
    height: 58px;
    justify-content: center;
    font-size: 15px;
  }
  .news-category-tabs a.is-active::after {
    left: 50%;
    width: 74px;
    height: 3px;
    transform: translateX(-50%);
  }
  .news-index-inner {
    padding: 34px 0 42px;
  }
  .news-featured-media {
    min-height: 180px;
  }
  .news-featured-media.is-placeholder {
    font-size: 14px;
  }
  .news-featured-copy {
    padding: 22px 18px 24px;
  }
  .news-featured-copy time {
    font-size: 13px;
  }
  .news-featured-copy h2 {
    margin: 10px 0 12px;
    font-size: 18px;
  }
  .news-featured-copy p {
    font-size: 14px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
  }
  .news-more-link {
    height: 34px;
    margin-top: 18px;
    padding: 0 14px;
    font-size: 13px;
  }
  .news-slider-controls {
    display: none;
  }
  .news-list {
    margin-top: 18px;
  }
  .news-list-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }
  .news-list-date {
    display: block;
  }
  .news-list-date strong {
    display: block;
    font-size: 32px;
  }
  .news-list-date span {
    display: block;
    margin-top: 6px;
    border-left: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.45;
  }
  .news-list-copy h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .news-list-copy p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .news-more-inline {
    font-size: 13px;
  }
  .news-pagination {
    gap: 10px;
    margin-top: 34px;
    font-size: 12px;
  }
  .news-pagination a,
  .news-pagination span {
    min-width: 28px;
    height: 28px;
  }
  .news-detail-section {
    padding: 34px 0 42px;
  }
  .news-breadcrumb {
    font-size: 12px;
  }
  .news-detail-main {
    padding: 24px 18px 28px;
  }
  .news-detail-header h2 {
    margin: 18px 0 14px;
    font-size: 22px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .news-detail-meta {
    display: grid;
    gap: 6px;
    font-size: 12px;
  }
  .news-detail-meta span + span::before {
    display: none;
  }
  .news-detail-cover {
    margin-top: 20px;
  }
  .news-detail-cover.is-placeholder {
    min-height: 190px;
    font-size: 14px;
  }
  .news-detail-content {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .news-detail-content p {
    margin-bottom: 18px;
    overflow-wrap: anywhere;
  }
  .news-detail-content h2,
  .news-detail-content h3,
  .news-detail-content h4 {
    margin: 28px 0 10px;
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .news-detail-content ul,
  .news-detail-content ol {
    margin: -4px 0 18px;
    padding-left: 18px;
  }
  .news-detail-content blockquote,
  .news-detail-content pre {
    margin: 24px 0;
    padding: 16px 18px;
  }
  .news-detail-content img {
    margin: 24px 0;
  }
  .news-detail-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }
  .news-detail-nav a,
  .news-detail-nav span {
    min-height: 72px;
    padding: 14px 16px;
  }
  .news-detail-nav strong {
    font-size: 13px;
  }
  .news-detail-nav .news-next {
    align-items: flex-start;
    text-align: left;
    padding-right: 16px;
    padding-left: 44px;
  }
  .news-detail-nav .news-prev {
    padding-left: 44px;
  }
  .news-detail-nav .news-prev::before,
  .news-detail-nav .news-next::after {
    top: 18px;
    right: auto;
    left: 16px;
  }
  .news-more-head {
    height: 74px;
    gap: 10px;
    padding: 0 18px;
  }
  .news-more-icon {
    width: 22px;
    height: 22px;
  }
  .news-more-head h3 {
    font-size: 18px;
  }
  .news-more-list {
    display: block;
    padding: 4px 18px 12px;
  }
  .news-more-item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }
  .news-more-item > span {
    font-size: 15px;
  }
  .news-more-item h4 {
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .news-more-meta {
    margin-top: 10px;
    font-size: 12px;
  }
  .news-more-meta a {
    height: 24px;
    font-size: 12px;
    padding: 0 10px;
  }
  .products-hero {
    padding: 30px 0;
  }
  .products-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .products-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .products-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .products-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .products-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .products-hero-points {
    gap: 8px;
    margin-top: 16px;
  }
  .products-hero-points li {
    font-size: 13px;
    line-height: 1.55;
    padding-left: 22px;
  }
  .products-hero-points li::before {
    top: 6px;
    width: 9px;
    height: 9px;
    border-width: 3px;
  }
  .products-hero .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }
  .products-hero .btn {
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
  .products-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .products-hero-visual::before {
    width: 150px;
    height: 108px;
    font-size: 13px;
  }
  .products-hero-feature-wrap {
    margin-top: 14px;
  }
  .products-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .products-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 52px;
  }
  .products-mini-icon {
    width: 24px;
    height: 24px;
  }
  .products-hero-feature strong {
    font-size: 14px;
  }
  .products-hero-feature p {
    margin-top: 4px;
    font-size: 11px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .products-capability-section {
    padding: 34px 0;
  }
  .products-capability-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .products-capability-card {
    min-height: 146px;
    padding: 50px 18px 16px;
  }
  .products-capability-number {
    left: 18px;
    top: 14px;
    font-size: 42px;
  }
  .products-capability-icon {
    right: 18px;
    top: 16px;
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
  .products-capability-icon::after {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
  .products-capability-card h2 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .products-capability-card p {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .products-capability-card a {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    font-size: 14px;
  }
  .product-service-section,
  .product-process-section {
    padding: 38px 0 42px;
  }
  .product-service-heading h2 {
    font-size: 24px;
  }
  .product-service-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
  .product-service-tabs {
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 10px;
  }
  .product-service-tabs button {
    height: 36px;
    min-width: auto;
    gap: 6px;
    font-size: 12px;
    padding: 0 12px;
  }
  .product-service-tabs button span {
    width: 14px;
    height: 14px;
  }
  .product-service-panel,
  .product-service-panel.is-reverse {
    gap: 22px;
    margin-top: 24px;
  }
  .product-service-visual {
    height: 170px;
    font-size: 13px;
  }
  .product-service-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .product-service-index {
    margin-right: 8px;
    font-size: 18px;
  }
  .product-service-copy h3 {
    display: inline;
    font-size: 18px;
    line-height: 1.45;
  }
  .product-service-copy p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .product-service-copy .blue-line {
    margin: 16px 0 18px;
  }
  .product-service-copy ul {
    gap: 10px;
    margin-bottom: 18px;
  }
  .product-service-copy li {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 13px;
    line-height: 1.65;
  }
  .product-service-copy li strong {
    padding-left: 18px;
  }
  .product-service-copy li strong::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
  .product-service-copy .btn {
    height: 36px;
    font-size: 13px;
  }
  .product-process-line {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .process-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
    border: 1px solid #edf3fa;
    border-radius: 4px;
    background: #ffffff;
    text-align: left;
    padding: 16px;
  }
  .process-icon {
    grid-row: 1/span 3;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 12px;
  }
  .process-icon::before {
    width: 22px;
    height: 22px;
  }
  .process-step small {
    font-size: 12px;
  }
  .process-step h3 {
    margin: -2px 0 0;
    font-size: 16px;
  }
  .process-step p {
    font-size: 13px;
    line-height: 1.6;
  }
  .cta-section p {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer-grid {
    gap: 24px;
    padding: 34px 0 30px;
  }
  .footer-brand p,
  .footer-contact p,
  .footer-links a {
    font-size: 12px;
    line-height: 1.7;
  }
  .qr-box {
    width: 82px;
    height: 82px;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-bottom {
    line-height: 1.6;
    padding: 14px 0;
  }
  .solutions-hero {
    padding: 30px 0;
  }
  .solutions-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .solutions-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .solutions-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .solutions-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .solutions-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .solutions-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .solutions-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .solutions-hero-feature-wrap {
    margin-top: 14px;
  }
  .solutions-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .solutions-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .solutions-mini-icon {
    width: 24px;
    height: 24px;
  }
  .solutions-hero-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .solutions-hero-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .solutions-brand-section,
  .solutions-card-section,
  .solutions-digital-section,
  .solutions-ai-section,
  .solutions-media-section,
  .solutions-process-section {
    padding: 38px 0 42px;
  }
  .solutions-section-heading h2 {
    font-size: 24px;
  }
  .solutions-section-heading > span {
    width: 36px;
    height: 3px;
    margin: 12px auto 14px;
  }
  .solutions-section-heading h3 {
    font-size: 18px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .solutions-section-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .solutions-brand-path,
  .solutions-card-grid,
  .solutions-ai-grid,
  .solutions-digital-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
  .solutions-brand-path article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 4px 12px;
    text-align: left;
  }
  .solutions-path-icon {
    grid-row: 1/span 2;
    width: 34px;
    height: 34px;
    margin: 0;
  }
  .solutions-brand-path h4 {
    font-size: 15px;
  }
  .solutions-brand-path p {
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .solutions-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .solutions-card,
  .solutions-ai-card {
    min-height: 150px;
    padding: 20px 18px;
  }
  .solutions-card h4,
  .solutions-ai-card h4 {
    font-size: 17px;
  }
  .solutions-card p,
  .solutions-ai-card p {
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .solutions-card-visual {
    width: 92px;
    height: 74px;
  }
  .solutions-digital-layout,
  .solutions-media-panel {
    gap: 22px;
    margin-top: 24px;
  }
  .solutions-digital-copy ul,
  .solutions-media-copy ul {
    gap: 12px;
  }
  .solutions-digital-copy li,
  .solutions-media-copy li {
    gap: 4px;
    font-size: 13px;
    line-height: 1.65;
    padding-left: 20px;
  }
  .solutions-digital-copy li::before,
  .solutions-media-copy li::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
  .solutions-digital-copy strong,
  .solutions-media-copy strong {
    font-size: 14px;
  }
  .solutions-digital-cards article {
    min-height: auto;
    padding: 16px;
  }
  .solutions-ai-card {
    text-align: left;
    padding-left: 88px;
  }
  .solutions-ai-icon {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 52px;
    height: 52px;
    margin: 0;
  }
  .solutions-ai-icon::before {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
  .solutions-media-panel {
    padding: 18px;
  }
  .solutions-media-visual {
    min-height: 170px;
    font-size: 13px;
  }
  .solutions-media-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .solutions-process-line {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .solutions-process-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
    border: 1px solid #edf3fa;
    border-radius: 4px;
    background: #ffffff;
    text-align: left;
    padding: 16px;
  }
  .solutions-process-icon {
    grid-row: 1/span 3;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 12px;
  }
  .solutions-process-icon::before {
    width: 22px;
    height: 22px;
  }
  .solutions-process-step small {
    font-size: 12px;
  }
  .solutions-process-step h3 {
    margin: -2px 0 0;
    font-size: 16px;
  }
  .solutions-process-step p {
    font-size: 13px;
    line-height: 1.6;
  }
  .solution-detail-hero {
    padding: 30px 0;
  }
  .solution-detail-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .solution-detail-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .solution-detail-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .solution-detail-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .solution-detail-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .solution-detail-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .solution-detail-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .solution-detail-feature-wrap {
    margin-top: 14px;
  }
  .solution-detail-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .solution-detail-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .solution-detail-feature span {
    width: 24px;
    height: 24px;
  }
  .solution-detail-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .solution-detail-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .solution-detail-strengths,
  .detail-scenes-section,
  .detail-problem-section,
  .detail-method-section,
  .detail-structure-section,
  .detail-value-section,
  .detail-process-section,
  .detail-related-section {
    padding: 38px 0 42px;
  }
  .solution-detail-strength-grid,
  .detail-method-steps,
  .detail-structure-map,
  .detail-process-line,
  .detail-related-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .solution-detail-strength-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 4px 12px;
    text-align: left;
  }
  .detail-strength-icon {
    grid-row: 1/span 2;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 12px;
  }
  .detail-strength-icon::before {
    width: 18px;
    height: 18px;
  }
  .solution-detail-strength-grid h3,
  .detail-list-card h2 {
    font-size: 17px;
  }
  .solution-detail-strength-grid p {
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .detail-section-heading h2 {
    font-size: 24px;
  }
  .detail-section-heading > span {
    width: 36px;
    height: 3px;
    margin: 12px auto 14px;
  }
  .detail-section-heading p {
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .detail-tabs {
    justify-content: flex-start;
    gap: 28px;
    margin-top: 24px;
    padding-bottom: 0;
  }
  .detail-tabs button {
    font-size: 13px;
    padding-bottom: 14px;
  }
  .detail-scene-panel {
    margin-top: 20px;
  }
  .detail-scene-copy,
  .detail-list-card {
    padding: 20px 18px;
  }
  .detail-scene-copy h3 {
    font-size: 16px;
  }
  .detail-scene-copy p,
  .detail-scene-copy li,
  .detail-list-card li,
  .detail-value-copy li {
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .detail-scene-visual {
    min-height: 150px;
    font-size: 13px;
  }
  .detail-problem-grid {
    gap: 12px;
  }
  .detail-list-card {
    min-height: auto;
  }
  .detail-card-mark {
    right: 18px;
    top: 18px;
    width: 64px;
    height: 64px;
  }
  .detail-method-head {
    min-height: auto;
    padding: 28px 20px 58px;
  }
  .detail-method-head h2 {
    font-size: 22px;
  }
  .detail-method-head p {
    font-size: 13px;
    line-height: 1.7;
  }
  .detail-method-steps {
    margin: -38px 14px 0;
  }
  .detail-method-steps article {
    min-height: auto;
    padding: 18px;
  }
  .detail-structure-map {
    margin-top: 28px;
  }
  .structure-core {
    width: 170px;
    height: 170px;
  }
  .structure-node {
    min-height: auto;
    padding: 18px 68px 18px 18px;
  }
  .structure-node h3 {
    font-size: 16px;
  }
  .structure-node p {
    font-size: 12px;
  }
  .structure-node span {
    right: 18px;
    top: 18px;
    width: 38px;
    height: 38px;
  }
  .detail-value-layout {
    gap: 24px;
    margin-top: 24px;
  }
  .detail-value-tabs {
    gap: 24px;
    overflow-x: auto;
    margin-bottom: 22px;
  }
  .detail-value-tabs button {
    flex: 0 0 auto;
    font-size: 13px;
  }
  .detail-value-copy h3 {
    font-size: 18px;
  }
  .detail-value-copy > p {
    margin: 12px 0 18px;
    font-size: 13px;
    line-height: 1.7;
  }
  .detail-value-visual {
    min-height: 170px;
    font-size: 13px;
  }
  .detail-process-line {
    margin-top: 28px;
  }
  .detail-process-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
    border: 1px solid #edf3fa;
    border-radius: 4px;
    background: #ffffff;
    text-align: left;
    padding: 16px;
  }
  .detail-process-icon {
    grid-row: 1/span 3;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 12px;
  }
  .detail-process-icon::before {
    width: 22px;
    height: 22px;
  }
  .detail-process-step small {
    font-size: 12px;
  }
  .detail-process-step h3 {
    margin: -2px 0 0;
    font-size: 16px;
  }
  .detail-process-step p {
    font-size: 13px;
    line-height: 1.6;
  }
  .detail-related-card,
  .detail-related-card-large {
    grid-column: auto;
    min-height: 180px;
    padding: 20px;
  }
  .detail-related-card h3 {
    font-size: 20px;
  }
  .detail-related-card p {
    font-size: 13px;
  }
}
@media (max-width: 1599px) {
  .customer-hero-copy {
    width: 640px;
    padding-top: 72px;
  }
  .customer-hero-visual {
    right: -70px;
    width: 660px;
  }
  .customer-overview-grid {
    gap: 18px;
  }
  .customer-overview-card {
    flex-basis: 165px;
  }
  .customer-overview-card.is-expanded {
    flex-basis: 400px;
  }
  .customer-overview-panel {
    padding: 42px 44px;
  }
  .customer-focus-panel {
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 50px;
  }
}
@media (max-width: 1399px) {
  .customer-hero-copy {
    width: 560px;
  }
  .customer-hero-copy h1 {
    font-size: 48px;
  }
  .customer-hero-summary {
    width: 540px;
  }
  .customer-hero-visual {
    right: -130px;
    width: 620px;
  }
  .customer-hero-features {
    padding-left: 18px;
    padding-right: 18px;
  }
  .customer-hero-feature {
    padding: 0 8px;
  }
  .customer-hero-feature strong {
    font-size: 14px;
  }
  .customer-overview-grid {
    gap: 16px;
  }
  .customer-overview-card {
    flex-basis: 152px;
    height: 342px;
    padding: 24px 18px;
  }
  .customer-overview-card.is-expanded {
    flex-basis: 360px;
    padding: 28px 30px 24px;
  }
  .customer-overview-card h3 {
    font-size: 18px;
  }
  .customer-overview-panel {
    min-height: 390px;
    padding: 36px 34px;
  }
  .customer-overview-panel h3 {
    font-size: 24px;
  }
  .customer-focus-panel {
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 42px;
  }
}
@media (max-width: 1023px) {
  .customer-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .customer-hero-layout {
    height: auto;
  }
  .customer-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .customer-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .customer-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .customer-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .customer-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .customer-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .customer-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .customer-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .customer-overview-section,
  .customer-focus-section,
  .customer-stats-section {
    padding: 60px 0 66px;
  }
  .customer-section-heading h2 {
    font-size: 28px;
  }
  .customer-section-heading p {
    font-size: 15px;
  }
  .customer-overview-grid {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 38px;
  }
  .customer-overview-card {
    flex: 0 0 calc(50% - 9px);
    height: 330px;
  }
  .customer-overview-card.is-expanded {
    flex-basis: calc(50% - 9px);
  }
  .customer-overview-panel {
    grid-column: 1/-1;
    min-height: auto;
  }
  .customer-tabs {
    justify-content: flex-start;
    gap: 42px;
    margin-top: 38px;
    overflow-x: auto;
  }
  .customer-tabs a {
    flex: 0 0 auto;
  }
  .customer-focus-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 36px;
  }
  .customer-focus-visual {
    min-height: 320px;
  }
  .customer-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .customer-hero {
    padding: 30px 0;
  }
  .customer-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .customer-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .customer-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .customer-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .customer-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .customer-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .customer-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .customer-hero-feature-wrap {
    margin-top: 14px;
  }
  .customer-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .customer-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .customer-mini-icon {
    width: 24px;
    height: 24px;
  }
  .customer-hero-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .customer-hero-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .customer-overview-section,
  .customer-focus-section,
  .customer-stats-section {
    padding: 38px 0 42px;
  }
  .customer-section-heading h2 {
    font-size: 24px;
  }
  .customer-section-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .customer-overview-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
  .customer-overview-card {
    flex-basis: auto;
    height: auto;
    min-height: 190px;
    padding: 20px 18px;
  }
  .customer-overview-card.is-expanded {
    flex-basis: auto;
  }
  .customer-overview-card::before {
    left: auto;
    right: 16px;
    bottom: 18px;
    width: 104px;
    height: 78px;
  }
  .customer-overview-card::after {
    right: 18px;
    top: 22px;
    font-size: 16px;
  }
  .customer-overview-card h3 {
    max-width: 230px;
    font-size: 18px;
    overflow-wrap: anywhere;
  }
  .customer-overview-card p {
    max-width: 210px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }
  .customer-overview-panel {
    padding: 20px 18px;
  }
  .customer-overview-panel h3,
  .customer-focus-copy h3 {
    font-size: 19px;
    overflow-wrap: anywhere;
  }
  .customer-overview-panel > p,
  .customer-focus-copy > p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .customer-overview-panel ul,
  .customer-focus-copy ul {
    gap: 12px;
    margin-top: 18px;
  }
  .customer-overview-panel li,
  .customer-focus-copy li {
    font-size: 13px;
    line-height: 1.65;
    padding-left: 22px;
    overflow-wrap: anywhere;
  }
  .customer-overview-panel li::before,
  .customer-focus-copy li::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
  .customer-tabs {
    gap: 28px;
    margin-top: 24px;
  }
  .customer-tabs a {
    height: 48px;
    font-size: 13px;
  }
  .customer-focus-panel {
    gap: 24px;
    margin-top: 24px;
  }
  .customer-focus-copy strong {
    font-size: 14px;
  }
  .customer-focus-visual {
    min-height: 170px;
    font-size: 13px;
  }
  .customer-focus-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .customer-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    margin-top: 28px;
  }
  .customer-stats-grid strong {
    font-size: 34px;
  }
  .customer-stats-grid strong span {
    font-size: 18px;
  }
  .customer-stats-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 1599px) {
  .about-page-hero-copy {
    width: 600px;
    padding-top: 72px;
  }
  .about-page-hero-visual {
    right: -80px;
    width: 660px;
  }
  .about-company-layout {
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 82px;
  }
  .about-choice-copy {
    padding-right: 70px;
  }
}
@media (max-width: 1399px) {
  .about-page-hero-copy {
    width: 540px;
  }
  .about-page-hero-copy h1 {
    font-size: 48px;
  }
  .about-page-hero-summary {
    width: 520px;
  }
  .about-page-hero-visual {
    right: -130px;
    width: 620px;
  }
  .about-page-hero-features {
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-page-hero-feature {
    padding: 0 10px;
  }
  .about-company-layout {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 58px;
  }
  .about-company-visual {
    height: 340px;
  }
  .about-company-stats {
    gap: 42px;
  }
  .about-company-stats article:not(:last-child)::after {
    right: -22px;
  }
  .about-identity-panel {
    grid-template-columns: minmax(0, 1fr) 460px;
    padding: 48px;
  }
  .about-choice-copy {
    padding-right: 54px;
  }
}
@media (max-width: 1023px) {
  .about-page-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .about-page-hero-layout {
    height: auto;
  }
  .about-page-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .about-page-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .about-page-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .about-page-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .about-page-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .about-page-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .about-page-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .about-page-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .about-company-section,
  .about-identity-section,
  .about-capability-section,
  .about-values-section,
  .about-results-section {
    padding: 60px 0 66px;
  }
  .about-page-section-heading h2 {
    font-size: 28px;
  }
  .about-page-section-heading p {
    font-size: 15px;
  }
  .about-company-layout,
  .about-identity-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-company-layout {
    margin-top: 42px;
  }
  .about-company-visual {
    height: 320px;
  }
  .about-company-stats {
    margin-top: 42px;
  }
  .about-identity-panel {
    margin-top: 36px;
    padding: 34px;
  }
  .about-identity-cards,
  .about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-choice-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .about-choice-copy {
    padding: 58px max(16px, (100vw - 720px) / 2);
  }
  .about-choice-copy h2 {
    margin-bottom: 36px;
    font-size: 30px;
  }
  .about-choice-visual {
    min-height: 320px;
  }
  .about-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .about-page-hero {
    padding: 30px 0;
  }
  .about-page-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .about-page-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .about-page-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .about-page-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .about-page-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .about-page-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .about-page-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .about-page-hero-feature-wrap {
    margin-top: 14px;
  }
  .about-page-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .about-page-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .about-page-mini-icon {
    width: 24px;
    height: 24px;
  }
  .about-page-hero-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .about-page-hero-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .about-company-section,
  .about-identity-section,
  .about-capability-section,
  .about-values-section,
  .about-results-section {
    padding: 38px 0 42px;
  }
  .about-page-section-heading h2 {
    font-size: 24px;
  }
  .about-page-section-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .about-company-layout {
    gap: 24px;
    margin-top: 24px;
  }
  .about-company-copy h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .about-company-copy p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .about-company-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }
  .about-company-stats article {
    min-width: 0;
  }
  .about-company-stats article:not(:last-child)::after {
    display: none;
  }
  .about-company-stats strong {
    font-size: 28px;
  }
  .about-company-stats span,
  .about-company-stats p {
    font-size: 11px;
  }
  .about-company-visual {
    height: 180px;
    font-size: 13px;
  }
  .about-company-visual::before {
    width: 150px;
    height: 104px;
    border-radius: 14px;
  }
  .about-identity-panel {
    gap: 20px;
    margin-top: 24px;
    padding: 20px 18px;
  }
  .about-identity-copy h3 {
    font-size: 19px;
    overflow-wrap: anywhere;
  }
  .about-identity-copy > p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .about-identity-copy ul,
  .about-choice-copy ul {
    gap: 12px;
    margin-top: 18px;
  }
  .about-identity-copy li {
    gap: 4px;
    font-size: 13px;
    line-height: 1.65;
    padding-left: 22px;
  }
  .about-identity-copy li::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
  .about-identity-copy strong {
    font-size: 14px;
  }
  .about-identity-visual {
    min-height: 160px;
    font-size: 13px;
  }
  .about-identity-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .about-identity-cards,
  .about-capability-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }
  .about-identity-cards article,
  .about-capability-grid article,
  .about-values-grid article {
    min-height: auto;
    padding: 18px;
  }
  .about-identity-cards article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 6px 12px;
  }
  .about-page-card-icon {
    grid-row: 1/span 2;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .about-identity-cards h3,
  .about-capability-grid h3,
  .about-values-grid h3 {
    font-size: 17px;
  }
  .about-identity-cards p,
  .about-capability-grid p,
  .about-values-grid p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .about-capability-grid article {
    position: relative;
    text-align: left;
    padding-left: 86px;
  }
  .about-capability-icon {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .about-capability-icon::before {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
  .about-values-grid article {
    padding-right: 70px;
  }
  .about-values-grid span {
    right: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
  }
  .about-values-grid span::before {
    inset: 11px;
  }
  .about-choice-copy {
    padding: 36px 16px 38px;
  }
  .about-choice-copy h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .about-choice-copy li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }
  .about-choice-icon {
    width: 34px;
    height: 34px;
  }
  .about-choice-copy strong {
    font-size: 17px;
  }
  .about-choice-copy p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .about-choice-visual {
    min-height: 170px;
    font-size: 13px;
  }
  .about-choice-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .about-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    margin-top: 28px;
  }
  .about-results-grid strong {
    font-size: 34px;
  }
  .about-results-grid strong span {
    font-size: 18px;
  }
  .about-results-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 1599px) {
  .jobs-page-hero-copy {
    width: 600px;
    padding-top: 72px;
  }
  .jobs-page-hero-visual {
    right: -80px;
    width: 660px;
  }
  .jobs-why-grid {
    width: calc(100% - 64px);
  }
}
@media (max-width: 1399px) {
  .jobs-page-hero-copy {
    width: 540px;
  }
  .jobs-page-hero-copy h1 {
    font-size: 48px;
  }
  .jobs-page-hero-summary {
    width: 520px;
  }
  .jobs-page-hero-visual {
    right: -130px;
    width: 620px;
  }
  .jobs-page-hero-features {
    padding-left: 18px;
    padding-right: 18px;
  }
  .jobs-page-hero-feature {
    padding: 0 10px;
  }
  .jobs-why-grid {
    width: calc(100% - 44px);
  }
}
@media (max-width: 1023px) {
  .jobs-page-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .jobs-page-hero-layout {
    height: auto;
  }
  .jobs-page-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .jobs-page-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .jobs-page-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .jobs-page-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .jobs-page-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .jobs-page-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .jobs-page-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .jobs-page-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .jobs-why-section,
  .jobs-list-section,
  .jobs-culture-section,
  .jobs-opportunity-section {
    padding: 60px 0 66px;
  }
  .jobs-page-section-heading h2 {
    font-size: 28px;
  }
  .jobs-page-section-heading p {
    font-size: 15px;
  }
  .jobs-why-visual {
    height: 330px;
    margin-top: 38px;
  }
  .jobs-why-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -52px;
  }
  .jobs-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .jobs-card .btn {
    justify-self: start;
  }
  .jobs-culture-grid {
    grid-template-columns: 1fr;
  }
  .jobs-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
    margin-top: 44px;
  }
  .job-detail-hero {
    padding: 42px 0 46px;
  }
  .job-detail-hero h1 {
    font-size: 30px;
  }
  .job-detail-hero p {
    font-size: 15px;
  }
  .job-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .job-apply-panel {
    position: relative;
    top: auto;
    order: -1;
  }
  .job-related-section {
    padding-bottom: 66px;
  }
  .job-detail-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .jobs-page-hero {
    padding: 30px 0;
  }
  .jobs-page-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .jobs-page-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .jobs-page-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .jobs-page-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .jobs-page-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .jobs-page-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .jobs-page-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .jobs-page-hero-feature-wrap {
    margin-top: 14px;
  }
  .jobs-page-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .jobs-page-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .jobs-page-mini-icon {
    width: 24px;
    height: 24px;
  }
  .jobs-page-hero-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .jobs-page-hero-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .jobs-why-section,
  .jobs-list-section,
  .jobs-culture-section,
  .jobs-opportunity-section {
    padding: 38px 0 42px;
  }
  .jobs-page-section-heading h2 {
    font-size: 24px;
  }
  .jobs-page-section-heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .jobs-why-visual {
    height: 170px;
    margin-top: 24px;
    font-size: 13px;
  }
  .jobs-why-visual::before {
    width: 150px;
    height: 102px;
    border-radius: 14px;
  }
  .jobs-why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }
  .jobs-why-grid article,
  .jobs-culture-grid article {
    min-height: auto;
    padding: 18px 70px 18px 18px;
  }
  .jobs-why-grid h3,
  .jobs-culture-grid h3 {
    font-size: 17px;
  }
  .jobs-why-grid p,
  .jobs-culture-grid p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .jobs-why-grid span,
  .jobs-culture-grid span {
    right: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
  }
  .jobs-why-grid span::before,
  .jobs-culture-grid span::before {
    inset: 11px;
  }
  .jobs-list {
    gap: 12px;
    margin-top: 24px;
  }
  .jobs-card {
    min-height: auto;
    padding: 20px 18px;
  }
  .jobs-card h3 {
    font-size: 18px;
  }
  .jobs-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .jobs-card-meta {
    gap: 6px 12px;
    margin-top: 12px;
    font-size: 12px;
  }
  .jobs-card-tags {
    gap: 8px;
    margin-top: 12px;
  }
  .jobs-card-tags span {
    height: 24px;
    font-size: 11px;
    padding: 0 9px;
  }
  .jobs-card .btn {
    width: auto;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
  .jobs-culture-grid {
    gap: 12px;
    margin-top: 24px;
  }
  .jobs-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    margin-top: 28px;
  }
  .jobs-opportunity-grid strong {
    font-size: 34px;
  }
  .jobs-opportunity-grid strong span {
    font-size: 18px;
  }
  .jobs-opportunity-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .job-detail-hero {
    padding: 28px 0 32px;
  }
  .job-detail-breadcrumb {
    font-size: 12px;
  }
  .job-detail-hero h1 {
    margin-top: 14px;
    font-size: 26px;
  }
  .job-detail-hero p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .job-detail-meta {
    gap: 8px 14px;
    margin-top: 14px;
    font-size: 12px;
  }
  .job-detail-section {
    padding: 18px 0 42px;
  }
  .job-detail-main {
    gap: 14px;
  }
  .job-detail-panel header {
    min-height: 52px;
    padding: 0 18px;
  }
  .job-detail-icon {
    width: 22px;
    height: 22px;
  }
  .job-detail-panel h2 {
    font-size: 17px;
  }
  .job-detail-panel-body {
    padding: 18px;
    font-size: 13px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .job-detail-panel-body p {
    margin-bottom: 12px;
  }
  .job-detail-panel-body ul {
    gap: 8px;
    padding-left: 18px;
  }
  .job-apply-panel {
    padding: 22px 18px 20px;
  }
  .job-apply-icon {
    right: 18px;
    top: 16px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .job-apply-icon::before {
    inset: 13px;
  }
  .job-apply-panel h2 {
    font-size: 20px;
  }
  .job-apply-panel p {
    max-width: calc(100% - 58px);
    margin: 12px 0 14px;
    font-size: 13px;
    line-height: 1.65;
  }
  .job-apply-line {
    min-height: 44px;
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 12px;
  }
  .job-apply-panel .btn {
    height: 42px;
    margin-top: 12px;
    font-size: 14px;
  }
  .job-related-section {
    padding-bottom: 42px;
  }
  .job-detail-heading h2 {
    font-size: 24px;
  }
  .job-related-list {
    gap: 12px;
    margin-top: 24px;
  }
}
@media (max-width: 1599px) {
  .contact-page-hero-copy {
    width: 640px;
    padding-top: 72px;
  }
  .contact-page-hero-visual {
    right: -80px;
    width: 660px;
  }
  .contact-direct-layout {
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 72px;
  }
  .contact-map-panel {
    grid-template-columns: minmax(0, 1fr) 540px;
  }
}
@media (max-width: 1399px) {
  .contact-page-hero-copy {
    width: 560px;
  }
  .contact-page-hero-copy h1 {
    font-size: 48px;
  }
  .contact-page-hero-summary {
    width: 540px;
  }
  .contact-page-hero-visual {
    right: -130px;
    width: 620px;
  }
  .contact-page-hero-features {
    padding-left: 18px;
    padding-right: 18px;
  }
  .contact-page-hero-feature {
    padding: 0 10px;
  }
  .contact-direct-layout {
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 54px;
  }
  .contact-direct-list strong {
    font-size: 22px;
  }
  .contact-page-form {
    padding-left: 56px;
    padding-right: 56px;
  }
  .contact-map-panel {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 42px;
  }
}
@media (max-width: 1023px) {
  .contact-page-hero {
    height: auto;
    padding: 48px 0 42px;
  }
  .contact-page-hero-layout {
    height: auto;
  }
  .contact-page-hero-copy {
    width: auto;
    padding-top: 0;
  }
  .contact-page-hero-kicker {
    margin-top: 30px;
    font-size: 18px;
  }
  .contact-page-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
  }
  .contact-page-hero-summary {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-page-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    margin-top: 28px;
  }
  .contact-page-hero-visual::before {
    width: 260px;
    height: 190px;
    font-size: 18px;
  }
  .contact-page-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 26px;
  }
  .contact-page-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 22px;
  }
  .contact-direct-section {
    padding: 60px 0 34px;
  }
  .contact-direct-layout,
  .contact-map-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-direct-copy h2,
  .contact-page-section-heading h2,
  .contact-map-copy h2 {
    font-size: 28px;
  }
  .contact-direct-copy p,
  .contact-page-section-heading p,
  .contact-map-copy p {
    font-size: 15px;
  }
  .contact-message-section {
    padding: 34px 0 60px;
  }
  .contact-page-form {
    padding: 34px;
  }
  .contact-form-grid {
    gap: 24px;
  }
  .contact-form-actions {
    gap: 20px;
  }
  .contact-form-actions .btn {
    width: 240px;
  }
  .contact-map-section {
    padding-bottom: 66px;
  }
  .contact-map-panel {
    padding: 34px;
  }
  .contact-map-visual {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-page-hero {
    padding: 30px 0;
  }
  .contact-page-hero-notice {
    height: 28px;
    gap: 6px;
    max-width: 100%;
    font-size: 11px;
    padding: 0 10px 0 4px;
  }
  .contact-page-hero-notice span {
    min-width: 46px;
    height: 20px;
    font-size: 11px;
  }
  .contact-page-hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }
  .contact-page-hero-copy h1 {
    font-size: 30px;
    line-height: 1.22;
  }
  .contact-page-hero-summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }
  .contact-page-hero-visual {
    height: 170px;
    margin-top: 18px;
  }
  .contact-page-hero-visual::before {
    width: 150px;
    height: 108px;
    border-radius: 14px;
    font-size: 13px;
  }
  .contact-page-hero-feature-wrap {
    margin-top: 14px;
  }
  .contact-page-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .contact-page-hero-feature {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 54px;
    padding: 0;
  }
  .contact-page-mini-icon {
    width: 24px;
    height: 24px;
  }
  .contact-page-hero-feature strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .contact-page-hero-feature p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .contact-direct-section {
    padding: 38px 0 20px;
  }
  .contact-direct-layout {
    gap: 24px;
  }
  .contact-direct-copy h2,
  .contact-page-section-heading h2,
  .contact-map-copy h2 {
    font-size: 24px;
  }
  .contact-direct-copy p,
  .contact-page-section-heading p,
  .contact-map-copy p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .contact-direct-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-direct-list article {
    padding-bottom: 18px;
  }
  .contact-direct-list span {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .contact-direct-list strong {
    gap: 10px;
    font-size: 18px;
    overflow-wrap: anywhere;
  }
  .contact-direct-icon {
    width: 22px;
    height: 22px;
  }
  .contact-message-section {
    padding: 20px 0 38px;
  }
  .contact-page-form {
    margin-top: 24px;
    padding: 20px 18px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-form-grid label {
    gap: 8px;
    font-size: 14px;
  }
  .contact-form-grid label.is-full {
    grid-column: auto;
  }
  .contact-form-grid input {
    height: 44px;
  }
  .contact-form-grid input,
  .contact-form-grid textarea {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact-form-grid textarea {
    min-height: 120px;
    padding-top: 12px;
  }
  .contact-form-tip {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .contact-form-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }
  .contact-form-actions .btn {
    width: 100%;
    height: 38px;
  }
  .contact-map-section {
    padding: 8px 0 42px;
  }
  .contact-map-panel {
    gap: 22px;
    padding: 20px 18px;
  }
  .contact-map-visual {
    min-height: 170px;
  }
  .contact-map-visual span {
    min-width: 84px;
    height: 34px;
    font-size: 14px;
  }
}
.is-plain-page {
  background: #edf5ff;
}

.site-main-plain {
  min-height: 100vh;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.auth-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(218, 232, 255, 0.92) 0%, rgba(237, 246, 255, 0.82) 48%, #edf5ff 100%);
  isolation: isolate;
}

.auth-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(112deg, rgba(37, 125, 255, 0.13), transparent 31%), repeating-linear-gradient(13deg, rgba(59, 106, 167, 0.11) 0 1px, transparent 1px 10px);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 58%, transparent 100%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 58%, transparent 100%);
}

.auth-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.auth-bg::before,
.auth-bg::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(79, 139, 222, 0.16);
  background: rgba(255, 255, 255, 0.34);
  transform: rotate(-18deg);
}

.auth-bg::before {
  left: -80px;
  top: -78px;
  width: 1200px;
  height: 430px;
  border-radius: 8px;
}

.auth-bg::after {
  left: 640px;
  bottom: 40px;
  width: 620px;
  height: 220px;
  border-radius: 6px;
  opacity: 0.44;
}

.auth-cloud {
  position: absolute;
  left: max(58px, 50% - 846px);
  top: 212px;
  width: 720px;
  height: 420px;
  animation: visual-float 7s ease-in-out infinite;
}

.auth-cloud::before {
  content: "";
  position: absolute;
  left: 86px;
  top: 42px;
  width: 488px;
  height: 300px;
  border-radius: 46% 54% 42% 58%/50% 48% 52% 50%;
  background: radial-gradient(circle at 73% 33%, #4bd6fb 0 24%, transparent 25%), radial-gradient(circle at 45% 34%, #1186ff 0 31%, transparent 32%), radial-gradient(circle at 28% 58%, #2358ff 0 30%, transparent 31%), linear-gradient(145deg, #1f62ff 0%, #52d4ff 78%);
  box-shadow: inset 18px 24px 0 rgba(255, 255, 255, 0.52), inset -42px -36px 0 rgba(3, 65, 207, 0.28), 0 34px 64px rgba(39, 115, 255, 0.28);
}

.auth-cloud::after {
  content: "";
  position: absolute;
  left: 198px;
  top: 152px;
  width: 166px;
  height: 116px;
  border-radius: 46% 54% 44% 56%/52% 46% 54% 48%;
  background: linear-gradient(145deg, #e9f5ff, #bcdcff);
  box-shadow: inset -16px -15px 0 rgba(80, 130, 255, 0.14);
}

.auth-cloud span {
  position: absolute;
  left: 48px;
  top: 100px;
  width: 560px;
  height: 324px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(25, 111, 255, 0.3), transparent 66%);
  filter: blur(2px);
}

.auth-platform {
  position: absolute;
  left: max(-22px, 50% - 1016px);
  top: 585px;
  width: 960px;
  height: 280px;
  border: 1px solid rgba(79, 139, 222, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(195, 219, 255, 0.36)), repeating-linear-gradient(0deg, transparent 0 34px, rgba(22, 119, 255, 0.08) 34px 36px);
  box-shadow: 0 44px 96px rgba(60, 112, 198, 0.22);
  transform: rotate(15deg) skewX(-9deg);
}

.auth-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: min(100% - 96px, var(--container));
  min-height: 100vh;
  margin: 0 auto;
  padding: 198px 120px 96px 0;
}

.auth-copy,
.auth-tabs,
.auth-form-shell,
.auth-reset-title,
.auth-reset-form {
  width: 510px;
}

.auth-copy h1 {
  margin: 0;
  color: #071346;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.auth-copy h1 span {
  color: var(--brand);
}

.auth-copy p {
  margin: 28px 0 0;
  color: #68758a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.92;
}

.auth-tabs {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-top: 50px;
}

.auth-tabs button {
  position: relative;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #798197;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.auth-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.auth-tabs button.is-active {
  color: var(--brand);
  font-weight: 800;
}

.auth-tabs button.is-active::after {
  background: var(--brand);
}

.auth-form-shell {
  margin-top: 38px;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.auth-form[hidden] {
  display: none;
}

.auth-reset-form {
  margin-top: 32px;
  gap: 26px;
}

.auth-field {
  position: relative;
  display: block;
  height: 60px;
}

.auth-field input {
  width: 100%;
  height: 100%;
  border: 1px solid #ccd7e6;
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, 0.94);
  color: #172033;
  font-size: 16px;
  font-weight: 400;
  padding: 0 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-field input::-moz-placeholder {
  color: #a3a9b4;
}

.auth-field input::placeholder {
  color: #a3a9b4;
}

.auth-field input:focus {
  border-color: rgba(22, 119, 255, 0.62);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.1);
}

.auth-field-phone input,
.auth-field-password input {
  padding-left: 56px;
}

.auth-field-phone::before,
.auth-field-password::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.auth-field-phone::before {
  border: 2px solid #a7afb9;
  border-radius: 50% 50% 44% 44%;
  box-shadow: 0 13px 0 -6px #a7afb9;
}

.auth-field-password::before {
  width: 18px;
  height: 14px;
  border: 2px solid #a7afb9;
  border-radius: 3px;
  box-shadow: 0 -8px 0 -4px #a7afb9;
}

.auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  gap: 22px;
}

.auth-send,
.auth-submit {
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.auth-send {
  height: 60px;
  font-size: 16px;
}

.auth-submit {
  height: 60px;
  font-size: 16px;
}

.auth-forgot-link {
  align-self: center;
  margin-top: 12px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 500;
}

.auth-reset-title {
  margin-top: 44px;
  color: var(--brand);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

@media (hover: hover) {
  .auth-send:hover,
  .auth-submit:hover {
    background: var(--brand-deep);
    box-shadow: 0 14px 24px rgba(22, 119, 255, 0.22);
    transform: translateY(-1px);
  }
  .auth-forgot-link:hover {
    color: var(--brand-deep);
  }
}
@media (max-width: 1599px) {
  .auth-cloud {
    left: max(28px, 50% - 730px);
    width: 620px;
    transform: scale(0.9);
    transform-origin: left top;
  }
  .auth-platform {
    left: max(-88px, 50% - 860px);
    width: 820px;
  }
  .auth-shell {
    padding-right: 50px;
  }
}
@media (max-width: 1399px) {
  .auth-shell {
    width: min(100% - 72px, var(--container));
    padding-top: 168px;
    padding-right: 28px;
  }
  .auth-copy,
  .auth-tabs,
  .auth-form-shell,
  .auth-reset-title,
  .auth-reset-form {
    width: 486px;
  }
  .auth-copy h1 {
    font-size: 50px;
  }
  .auth-tabs button {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .auth-page {
    min-height: 100vh;
  }
  .auth-page::before {
    -webkit-mask-image: none;
            mask-image: none;
    opacity: 0.52;
  }
  .auth-bg {
    opacity: 0.32;
  }
  .auth-cloud {
    left: 50%;
    top: 76px;
    transform: translateX(-50%) scale(0.72);
    transform-origin: center top;
  }
  .auth-platform {
    left: 50%;
    top: 430px;
    transform: translateX(-50%) rotate(15deg) skewX(-9deg) scale(0.72);
    transform-origin: center top;
  }
  .auth-shell {
    align-items: center;
    width: min(100% - 48px, 620px);
    padding: 88px 0 58px;
  }
  .auth-copy,
  .auth-tabs,
  .auth-form-shell,
  .auth-reset-title,
  .auth-reset-form {
    width: 100%;
  }
  .auth-copy {
    text-align: center;
  }
  .auth-copy h1 {
    font-size: 40px;
  }
  .auth-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
  }
  .auth-tabs {
    justify-content: center;
    margin-top: 34px;
  }
  .auth-form-shell {
    margin-top: 28px;
  }
  .auth-reset-title {
    margin-top: 34px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .auth-page {
    min-height: 100vh;
  }
  .auth-bg {
    opacity: 0.22;
  }
  .auth-cloud {
    top: 22px;
    transform: translateX(-50%) scale(0.5);
  }
  .auth-platform {
    top: 318px;
    transform: translateX(-50%) rotate(15deg) skewX(-9deg) scale(0.52);
  }
  .auth-shell {
    width: calc(100% - 32px);
    padding: 42px 0 34px;
  }
  .auth-copy h1 {
    font-size: 30px;
    line-height: 1.18;
  }
  .auth-copy p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.68;
  }
  .auth-tabs {
    gap: 34px;
    margin-top: 24px;
  }
  .auth-tabs button {
    height: 40px;
    font-size: 18px;
  }
  .auth-form-shell {
    margin-top: 18px;
  }
  .auth-form {
    gap: 16px;
  }
  .auth-reset-form {
    margin-top: 18px;
    gap: 14px;
  }
  .auth-field,
  .auth-send,
  .auth-submit {
    height: 46px;
  }
  .auth-field input {
    border-radius: 7px;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .auth-field-phone input,
  .auth-field-password input {
    padding-left: 44px;
  }
  .auth-field-phone::before,
  .auth-field-password::before {
    left: 15px;
    transform: translateY(-50%) scale(0.84);
  }
  .auth-code-row {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px;
  }
  .auth-send,
  .auth-submit {
    border-radius: 7px;
    font-size: 14px;
  }
  .auth-forgot-link {
    margin-top: 2px;
    font-size: 14px;
  }
  .auth-reset-title {
    margin-top: 24px;
    font-size: 22px;
  }
}
@keyframes control-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(22, 119, 255, 0.18);
  outline-offset: 3px;
}

.section-heading h2,
.stats-section h2,
.cta-section h2,
.solutions-section-heading h2,
.detail-section-heading h2,
.customer-section-heading h2,
.about-page-section-heading h2,
.jobs-page-section-heading h2,
.contact-page-section-heading h2 {
  color: #252b36;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.hero-summary,
.news-hero-summary,
.products-hero-summary,
.solutions-hero-summary,
.solution-detail-hero-summary,
.customer-hero-summary,
.about-page-hero-summary,
.jobs-page-hero-summary,
.contact-page-hero-summary,
.solutions-section-heading p,
.detail-section-heading p,
.customer-section-heading p,
.about-page-section-heading p,
.jobs-page-section-heading p,
.contact-page-section-heading p,
.cta-section p {
  color: #627187;
  line-height: 1.74;
  letter-spacing: 0;
}

.product-card p,
.case-copy p,
.about-copy p,
.news-card p,
.news-list-copy p,
.products-capability-card p,
.product-service-copy p,
.solutions-card p,
.solutions-ai-card p,
.solutions-digital-copy p,
.detail-list-card p,
.customer-overview-panel p,
.customer-focus-copy p,
.about-company-copy p,
.jobs-card p,
.job-detail-panel p,
.contact-direct-copy p,
.contact-map-copy p {
  line-height: 1.68;
}

.nav-link,
.nav-login,
.solution-tabs button,
.case-tabs a,
.news-category-tabs a,
.product-service-tabs button,
.detail-tabs button,
.detail-value-tabs button,
.customer-tabs a,
.auth-tabs button {
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nav-link::after,
.solution-tabs button::after,
.case-tabs a::after,
.news-category-tabs a::after,
.detail-tabs button::after,
.detail-value-tabs button::after,
.customer-tabs a::after,
.auth-tabs button::after {
  transition: width 0.22s ease, transform 0.22s ease, background 0.22s ease, opacity 0.22s ease;
}

.contact-form-grid label.is-focused span,
.contact-form-grid label.is-filled span {
  color: var(--brand);
}

.contact-form-grid label.is-focused input,
.contact-form-grid label.is-focused textarea,
.contact-form-grid label.is-filled input,
.contact-form-grid label.is-filled textarea,
.auth-field.is-focused input,
.auth-field.is-filled input {
  border-color: rgba(22, 119, 255, 0.46);
  background: #ffffff;
}

.contact-form-grid label.is-focused input,
.contact-form-grid label.is-focused textarea,
.auth-field.is-focused input {
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.1);
}

.auth-field.is-focused::before,
.auth-field.is-filled::before {
  opacity: 0.78;
}

.btn.is-loading,
.auth-submit.is-loading {
  position: relative;
  pointer-events: none;
  color: transparent;
}

.btn.is-loading::after,
.auth-submit.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: control-spin 0.72s linear infinite;
}

.btn-light.is-loading::after,
.btn-soft.is-loading::after {
  border-color: rgba(22, 119, 255, 0.22);
  border-top-color: var(--brand);
}

.auth-send.is-sent {
  pointer-events: none;
  background: #4aa3ff;
  box-shadow: 0 12px 22px rgba(22, 119, 255, 0.18);
}

.contact-page-form.is-submitting {
  border-color: rgba(22, 119, 255, 0.28);
}

.site-toast {
  position: fixed;
  top: 112px;
  right: 32px;
  z-index: 2000;
  min-width: 240px;
  max-width: min(420px, 100vw - 48px);
  padding: 14px 18px;
  border: 1px solid rgba(22, 119, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(34, 75, 128, 0.16);
  color: #243247;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(12px);
}

.site-toast::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--brand);
  vertical-align: 1px;
}

.site-toast.is-error {
  border-color: rgba(209, 67, 67, 0.22);
  color: #8f2f2f;
}

.site-toast.is-error::before {
  background: #d14343;
}

.site-toast.is-hiding {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
}

@media (hover: hover) {
  .nav-link:hover,
  .auth-tabs button:hover,
  .solution-tabs button:hover,
  .case-tabs a:hover,
  .news-category-tabs a:hover,
  .detail-tabs button:hover,
  .detail-value-tabs button:hover,
  .customer-tabs a:hover {
    color: var(--brand);
  }
  .nav-login:hover {
    background: var(--brand-deep);
    box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
    transform: translateY(-1px);
  }
}
@media (max-width: 1023px) {
  .products-capability-section,
  .product-service-section,
  .product-process-section,
  .solutions-brand-section,
  .solutions-card-section,
  .solutions-digital-section,
  .solutions-ai-section,
  .solutions-media-section,
  .solutions-process-section,
  .solution-detail-strengths,
  .detail-scenes-section,
  .detail-problem-section,
  .detail-method-section,
  .detail-structure-section,
  .detail-value-section,
  .detail-process-section,
  .detail-related-section,
  .customer-overview-section,
  .customer-focus-section,
  .customer-stats-section,
  .about-company-section,
  .about-identity-section,
  .about-capability-section,
  .about-values-section,
  .about-choice-section,
  .about-results-section,
  .jobs-why-section,
  .jobs-list-section,
  .jobs-culture-section,
  .jobs-opportunity-section,
  .job-detail-section,
  .job-related-section,
  .news-index-section,
  .news-detail-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
@media (max-width: 767px) {
  .site-container {
    width: calc(100% - 28px);
  }
  .home-hero,
  .news-hero,
  .products-hero,
  .solutions-hero,
  .solution-detail-hero,
  .customer-hero,
  .about-page-hero,
  .jobs-page-hero,
  .contact-page-hero {
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .hero-kicker,
  .news-hero-kicker,
  .products-hero-kicker,
  .solutions-hero-kicker,
  .solution-detail-hero-kicker,
  .customer-hero-kicker,
  .about-page-hero-kicker,
  .jobs-page-hero-kicker,
  .contact-page-hero-kicker {
    margin-top: 14px;
    font-size: 14px;
  }
  .hero-copy h1,
  .news-hero-copy h1,
  .products-hero-copy h1,
  .solutions-hero-copy h1,
  .solution-detail-hero-copy h1,
  .customer-hero-copy h1,
  .about-page-hero-copy h1,
  .jobs-page-hero-copy h1,
  .contact-page-hero-copy h1 {
    font-size: 28px;
    line-height: 1.18;
  }
  .hero-summary,
  .news-hero-summary,
  .products-hero-summary,
  .solutions-hero-summary,
  .solution-detail-hero-summary,
  .customer-hero-summary,
  .about-page-hero-summary,
  .jobs-page-hero-summary,
  .contact-page-hero-summary {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.62;
  }
  .hero-visual,
  .news-hero-visual,
  .products-hero-visual,
  .solutions-hero-visual,
  .solution-detail-hero-visual,
  .customer-hero-visual,
  .about-page-hero-visual,
  .jobs-page-hero-visual,
  .contact-page-hero-visual {
    height: 140px;
    margin-top: 14px;
  }
  .hero-feature-wrap,
  .news-hero-feature-wrap,
  .products-hero-feature-wrap,
  .solutions-hero-feature-wrap,
  .customer-hero-feature-wrap,
  .about-page-hero-feature-wrap,
  .jobs-page-hero-feature-wrap,
  .contact-page-hero-feature-wrap {
    margin-top: 10px;
  }
  .hero-features,
  .news-hero-features,
  .products-hero-features,
  .solutions-hero-features,
  .customer-hero-features,
  .about-page-hero-features,
  .jobs-page-hero-features,
  .contact-page-hero-features {
    gap: 8px;
    padding: 10px;
  }
  .stats-section,
  .products-section,
  .solution-section,
  .cases-section,
  .about-section,
  .news-section,
  .cta-section,
  .products-capability-section,
  .product-service-section,
  .product-process-section,
  .solutions-brand-section,
  .solutions-card-section,
  .solutions-digital-section,
  .solutions-ai-section,
  .solutions-media-section,
  .solutions-process-section,
  .solution-detail-strengths,
  .detail-scenes-section,
  .detail-problem-section,
  .detail-method-section,
  .detail-structure-section,
  .detail-value-section,
  .detail-process-section,
  .detail-related-section,
  .customer-overview-section,
  .customer-focus-section,
  .customer-stats-section,
  .about-company-section,
  .about-identity-section,
  .about-capability-section,
  .about-values-section,
  .about-choice-section,
  .about-results-section,
  .jobs-why-section,
  .jobs-list-section,
  .jobs-culture-section,
  .jobs-opportunity-section,
  .job-detail-section,
  .job-related-section,
  .news-index-section,
  .news-detail-section,
  .contact-direct-section,
  .contact-message-section,
  .contact-map-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .section-heading h2,
  .stats-section h2,
  .cta-section h2,
  .solutions-section-heading h2,
  .detail-section-heading h2,
  .customer-section-heading h2,
  .about-page-section-heading h2,
  .jobs-page-section-heading h2,
  .contact-page-section-heading h2 {
    font-size: 22px;
    line-height: 1.28;
  }
  .solutions-section-heading p,
  .detail-section-heading p,
  .customer-section-heading p,
  .about-page-section-heading p,
  .jobs-page-section-heading p,
  .contact-page-section-heading p,
  .cta-section p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.58;
  }
  .products-section .section-heading,
  .solution-section .section-heading,
  .cases-section .section-heading,
  .about-section .section-heading,
  .news-section .section-heading,
  .solutions-section-heading,
  .detail-section-heading,
  .customer-section-heading,
  .about-page-section-heading,
  .jobs-page-section-heading,
  .contact-page-section-heading {
    margin-bottom: 18px;
  }
  .product-grid,
  .products-capability-grid,
  .solutions-card-grid,
  .solutions-ai-grid,
  .customer-overview-grid,
  .about-capability-grid,
  .about-values-grid,
  .jobs-why-grid,
  .jobs-culture-grid,
  .jobs-opportunity-grid,
  .detail-related-grid {
    gap: 10px;
  }
  .products-capability-card,
  .solutions-card,
  .solutions-ai-card,
  .solutions-digital-cards article,
  .detail-list-card,
  .detail-method-steps article,
  .detail-related-card,
  .customer-overview-card,
  .customer-overview-panel,
  .about-identity-cards article,
  .about-capability-grid article,
  .about-values-grid article,
  .jobs-why-grid article,
  .jobs-culture-grid article,
  .jobs-opportunity-grid article,
  .job-detail-panel,
  .job-apply-panel,
  .contact-page-form,
  .contact-map-panel {
    padding: 16px;
  }
  .jobs-card {
    padding: 18px 16px;
  }
  .contact-form-grid {
    gap: 14px;
  }
  .contact-form-actions {
    margin-top: 14px;
  }
  .auth-shell {
    padding-top: 34px;
    padding-bottom: 28px;
  }
  .auth-copy p {
    line-height: 1.56;
  }
  .auth-tabs {
    margin-top: 18px;
  }
}
.hero-features,
.news-hero-features,
.products-hero-features,
.solutions-hero-features,
.solution-detail-features,
.customer-hero-features,
.about-page-hero-features,
.jobs-page-hero-features,
.contact-page-hero-features {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(51, 109, 184, 0.08);
  backdrop-filter: blur(10px);
}

.hero-feature,
.products-hero-feature,
.solutions-hero-feature,
.solution-detail-feature,
.customer-hero-feature,
.about-page-hero-feature,
.jobs-page-hero-feature,
.contact-page-hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 14px;
  align-items: center;
  min-width: 0;
}

.hero-feature strong,
.products-hero-feature strong,
.solutions-hero-feature strong,
.solution-detail-feature strong,
.customer-hero-feature strong,
.about-page-hero-feature strong,
.jobs-page-hero-feature strong,
.contact-page-hero-feature strong {
  color: #263245;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hero-feature p,
.products-hero-feature p,
.solutions-hero-feature p,
.solution-detail-feature p,
.customer-hero-feature p,
.about-page-hero-feature p,
.jobs-page-hero-feature p,
.contact-page-hero-feature p {
  grid-column: 1/-1;
  margin: 0;
  color: #8a97aa;
  font-size: 12px;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}

.feature-icon,
.products-mini-icon,
.solutions-mini-icon,
.solution-detail-feature span,
.customer-mini-icon,
.about-page-mini-icon,
.jobs-page-mini-icon,
.contact-page-mini-icon {
  width: 32px;
  height: 32px;
  box-shadow: 0 10px 20px rgba(22, 119, 255, 0.18);
}

@media (min-width: 1024px) {
  .hero-feature-wrap,
  .news-hero-feature-wrap,
  .products-hero-feature-wrap,
  .solutions-hero-feature-wrap,
  .solution-detail-feature-wrap,
  .customer-hero-feature-wrap,
  .about-page-hero-feature-wrap,
  .jobs-page-hero-feature-wrap,
  .contact-page-hero-feature-wrap {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
  }
  .hero-features,
  .news-hero-features,
  .products-hero-features,
  .solutions-hero-features,
  .solution-detail-features,
  .customer-hero-features,
  .about-page-hero-features,
  .jobs-page-hero-features,
  .contact-page-hero-features {
    min-height: 120px;
    height: auto;
    padding: 24px 36px 20px;
  }
  .hero-feature,
  .products-hero-feature,
  .solutions-hero-feature,
  .solution-detail-feature,
  .customer-hero-feature,
  .about-page-hero-feature,
  .jobs-page-hero-feature,
  .contact-page-hero-feature {
    padding: 0 14px;
  }
}
@media (max-width: 1023px) {
  .hero-feature-wrap,
  .news-hero-feature-wrap,
  .products-hero-feature-wrap,
  .solutions-hero-feature-wrap,
  .solution-detail-feature-wrap,
  .customer-hero-feature-wrap,
  .about-page-hero-feature-wrap,
  .jobs-page-hero-feature-wrap,
  .contact-page-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 18px;
  }
  .hero-features,
  .news-hero-features,
  .products-hero-features,
  .solutions-hero-features,
  .solution-detail-features,
  .customer-hero-features,
  .about-page-hero-features,
  .jobs-page-hero-features,
  .contact-page-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding: 16px 18px;
    gap: 14px 12px;
  }
  .hero-feature,
  .products-hero-feature,
  .solutions-hero-feature,
  .solution-detail-feature,
  .customer-hero-feature,
  .about-page-hero-feature,
  .jobs-page-hero-feature,
  .contact-page-hero-feature {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-feature-wrap,
  .news-hero-feature-wrap,
  .products-hero-feature-wrap,
  .solutions-hero-feature-wrap,
  .solution-detail-feature-wrap,
  .customer-hero-feature-wrap,
  .about-page-hero-feature-wrap,
  .jobs-page-hero-feature-wrap,
  .contact-page-hero-feature-wrap {
    margin-top: 10px;
  }
  .hero-features,
  .news-hero-features,
  .products-hero-features,
  .solutions-hero-features,
  .solution-detail-features,
  .customer-hero-features,
  .about-page-hero-features,
  .jobs-page-hero-features,
  .contact-page-hero-features {
    padding: 12px;
    gap: 12px 10px;
  }
  .hero-feature,
  .products-hero-feature,
  .solutions-hero-feature,
  .solution-detail-feature,
  .customer-hero-feature,
  .about-page-hero-feature,
  .jobs-page-hero-feature,
  .contact-page-hero-feature {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px 8px;
    min-height: 56px;
  }
  .feature-icon,
  .products-mini-icon,
  .solutions-mini-icon,
  .solution-detail-feature span,
  .customer-mini-icon,
  .about-page-mini-icon,
  .jobs-page-mini-icon,
  .contact-page-mini-icon {
    width: 24px;
    height: 24px;
  }
  .hero-feature strong,
  .products-hero-feature strong,
  .solutions-hero-feature strong,
  .solution-detail-feature strong,
  .customer-hero-feature strong,
  .about-page-hero-feature strong,
  .jobs-page-hero-feature strong,
  .contact-page-hero-feature strong {
    font-size: 13px;
    line-height: 1.25;
  }
  .hero-feature p,
  .products-hero-feature p,
  .solutions-hero-feature p,
  .solution-detail-feature p,
  .customer-hero-feature p,
  .about-page-hero-feature p,
  .jobs-page-hero-feature p,
  .contact-page-hero-feature p {
    font-size: 11px;
    line-height: 1.42;
  }
}
@media (min-width: 1024px) {
  .home-hero,
  .news-hero,
  .products-hero,
  .solutions-hero,
  .solution-detail-hero,
  .customer-hero,
  .about-page-hero,
  .jobs-page-hero,
  .contact-page-hero {
    height: auto;
    padding-bottom: 36px;
  }
  .hero-layout,
  .news-hero-layout,
  .products-hero-layout,
  .solutions-hero-layout,
  .solution-detail-hero-layout,
  .customer-hero-layout,
  .about-page-hero-layout,
  .jobs-page-hero-layout,
  .contact-page-hero-layout {
    height: auto;
  }
  .hero-feature-wrap,
  .news-hero-feature-wrap,
  .products-hero-feature-wrap,
  .solutions-hero-feature-wrap,
  .solution-detail-feature-wrap,
  .customer-hero-feature-wrap,
  .about-page-hero-feature-wrap,
  .jobs-page-hero-feature-wrap,
  .contact-page-hero-feature-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 70px;
  }
}
.hero-copy h1,
.news-hero-copy h1,
.products-hero-copy h1,
.solutions-hero-copy h1,
.solution-detail-hero-copy h1,
.customer-hero-copy h1,
.about-page-hero-copy h1,
.jobs-page-hero-copy h1,
.contact-page-hero-copy h1 {
  background: linear-gradient(92deg, #1267ff 0%, #168dff 50%, #22d0ff 100%);
  background-size: max(100%, 11em) 100%;
  background-position: left center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-kicker,
.news-hero-kicker,
.products-hero-kicker,
.solutions-hero-kicker,
.solution-detail-hero-kicker,
.customer-hero-kicker,
.about-page-hero-kicker,
.jobs-page-hero-kicker,
.contact-page-hero-kicker {
  background: linear-gradient(90deg, #1a63ff 0%, #198cff 48%, #27d3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .hero-notice {
    font-size: 16px;
  }
  .hero-notice span {
    font-size: 16px;
  }
  .hero-kicker,
  .news-hero-kicker,
  .products-hero-kicker,
  .solutions-hero-kicker,
  .solution-detail-hero-kicker,
  .customer-hero-kicker,
  .about-page-hero-kicker,
  .jobs-page-hero-kicker,
  .contact-page-hero-kicker {
    font-size: 26px;
  }
  .hero-copy h1,
  .news-hero-copy h1,
  .products-hero-copy h1,
  .solutions-hero-copy h1,
  .solution-detail-hero-copy h1,
  .customer-hero-copy h1,
  .about-page-hero-copy h1,
  .jobs-page-hero-copy h1,
  .contact-page-hero-copy h1 {
    font-size: 52px;
    line-height: 1.16;
  }
  .hero-summary,
  .news-hero-summary,
  .products-hero-summary,
  .solutions-hero-summary,
  .solution-detail-hero-summary,
  .customer-hero-summary,
  .about-page-hero-summary,
  .jobs-page-hero-summary,
  .contact-page-hero-summary {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
  }
}
@media (max-width: 1023px) {
  .hero-kicker,
  .news-hero-kicker,
  .products-hero-kicker,
  .solutions-hero-kicker,
  .solution-detail-hero-kicker,
  .customer-hero-kicker,
  .about-page-hero-kicker,
  .jobs-page-hero-kicker,
  .contact-page-hero-kicker {
    font-size: 18px;
  }
  .hero-copy h1,
  .news-hero-copy h1,
  .products-hero-copy h1,
  .solutions-hero-copy h1,
  .solution-detail-hero-copy h1,
  .customer-hero-copy h1,
  .about-page-hero-copy h1,
  .jobs-page-hero-copy h1,
  .contact-page-hero-copy h1 {
    font-size: clamp(34px, 7vw, 46px);
    line-height: 1.16;
  }
  .hero-summary,
  .news-hero-summary,
  .products-hero-summary,
  .solutions-hero-summary,
  .solution-detail-hero-summary,
  .customer-hero-summary,
  .about-page-hero-summary,
  .jobs-page-hero-summary,
  .contact-page-hero-summary {
    font-size: 15px;
    line-height: 1.78;
  }
}
@media (max-width: 767px) {
  .hero-notice {
    font-size: 11px;
  }
  .hero-notice span {
    font-size: 11px;
  }
  .hero-kicker,
  .news-hero-kicker,
  .products-hero-kicker,
  .solutions-hero-kicker,
  .solution-detail-hero-kicker,
  .customer-hero-kicker,
  .about-page-hero-kicker,
  .jobs-page-hero-kicker,
  .contact-page-hero-kicker {
    font-size: 14px;
  }
  .hero-copy h1,
  .news-hero-copy h1,
  .products-hero-copy h1,
  .solutions-hero-copy h1,
  .solution-detail-hero-copy h1,
  .customer-hero-copy h1,
  .about-page-hero-copy h1,
  .jobs-page-hero-copy h1,
  .contact-page-hero-copy h1 {
    font-size: 28px;
    line-height: 1.18;
  }
  .hero-summary,
  .news-hero-summary,
  .products-hero-summary,
  .solutions-hero-summary,
  .solution-detail-hero-summary,
  .customer-hero-summary,
  .about-page-hero-summary,
  .jobs-page-hero-summary,
  .contact-page-hero-summary {
    font-size: 13px;
    line-height: 1.62;
  }
}
/* Solution detail page refinement */
.detail-scene-panel[hidden],
.detail-value-panel[hidden] {
  display: none;
}

.detail-tabs {
  justify-content: flex-start;
  gap: clamp(36px, 5vw, 96px);
}

.detail-list-card ul {
  padding-right: 138px;
}

.detail-method-steps article {
  border-radius: 8px;
}

.structure-core {
  overflow: visible;
  isolation: isolate;
  border-radius: 0;
  background: transparent;
}

.structure-core::before,
.structure-core::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.structure-core::before {
  z-index: 2;
  width: 158px;
  height: 158px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(168, 220, 255, 0.64)), linear-gradient(135deg, #57d8ff, #1677ff 70%);
  box-shadow: 0 26px 58px rgba(22, 119, 255, 0.18), 42px 28px 0 rgba(203, 232, 255, 0.68), -40px 46px 0 rgba(22, 119, 255, 0.08);
  transform: translate(-50%, -50%) rotate(45deg);
}

.structure-core::after {
  z-index: 1;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(22, 119, 255, 0.2), transparent 44%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), transparent 68%);
  transform: translate(-50%, -50%);
}

.detail-value-panel {
  min-height: 252px;
}

.detail-value-visual {
  overflow: hidden;
  border-radius: 0;
}

.detail-value-visual::before {
  content: "";
  width: 330px;
  height: 210px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.12) 0 14%, transparent 14% 20%, rgba(22, 119, 255, 0.18) 20% 34%, transparent 34% 40%, rgba(22, 119, 255, 0.24) 40% 54%, transparent 54% 60%, rgba(22, 119, 255, 0.16) 60% 74%, transparent 74% 100%), linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(201, 230, 255, 0.72));
  box-shadow: 38px 28px 0 rgba(22, 119, 255, 0.08), -52px 40px 0 rgba(255, 255, 255, 0.62);
}

.detail-related-card {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .solution-detail-hero {
    min-height: 540px;
    padding-bottom: 36px;
  }
  .solution-detail-hero-layout {
    min-height: 424px;
  }
  .solution-detail-hero-copy {
    width: 720px;
    padding-top: 82px;
  }
  .solution-detail-hero-summary {
    width: 700px;
  }
  .solution-detail-hero-visual {
    top: 62px;
    right: 70px;
    width: 500px;
    height: 342px;
  }
  .solution-detail-hero-visual::before {
    width: 226px;
    height: 226px;
  }
  .solution-detail-hero-visual::after {
    width: 112px;
    height: 112px;
  }
  .solution-detail-feature-wrap {
    margin-top: 18px;
  }
  .solution-detail-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 108px;
    padding: 22px 44px 18px;
  }
  .solution-detail-strengths {
    padding: 78px 0 72px;
  }
  .detail-scenes-section,
  .detail-problem-section,
  .detail-value-section,
  .detail-related-section {
    padding: 72px 0;
  }
  .detail-method-section {
    padding-bottom: 78px;
  }
  .detail-method-head {
    min-height: 218px;
    padding: 42px 64px 82px;
  }
  .detail-method-steps {
    margin: -52px 56px 0;
  }
  .detail-structure-section {
    padding: 78px 0 96px;
  }
  .detail-structure-map {
    min-height: 430px;
    margin-top: 62px;
  }
  .structure-node {
    width: 338px;
    min-height: 126px;
  }
  .structure-node-left-top {
    left: 0;
    top: 0;
  }
  .structure-node-left-bottom {
    left: 0;
    bottom: 20px;
  }
  .structure-node-right-top {
    right: 0;
    top: 34px;
  }
  .structure-node-right-bottom {
    right: 0;
    bottom: 40px;
  }
  .detail-value-layout {
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 72px;
  }
  .detail-process-section {
    padding: 70px 0 78px;
  }
}
@media (max-width: 1023px) {
  .detail-list-card ul {
    padding-right: 116px;
  }
  .structure-core::before {
    width: 132px;
    height: 132px;
    border-radius: 24px;
  }
  .structure-core::after {
    width: 198px;
    height: 198px;
  }
  .detail-value-panel {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .detail-tabs {
    gap: 28px;
  }
  .detail-list-card ul {
    padding-right: 0;
  }
  .structure-core::before {
    width: 104px;
    height: 104px;
    border-radius: 18px;
  }
  .structure-core::after {
    width: 156px;
    height: 156px;
  }
  .detail-value-visual::before {
    width: 220px;
    height: 142px;
  }
}
.job-detail-richtext {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  color: #667386;
  font-size: 15px;
  line-height: 1.78;
}

.job-detail-richtext p,
.job-detail-richtext ul,
.job-detail-richtext ol,
.job-detail-richtext h2,
.job-detail-richtext h3,
.job-detail-richtext h4 {
  margin: 0;
}

.job-detail-richtext ul,
.job-detail-richtext ol {
  padding-left: 20px;
}
