/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --sf-blue: #00A7E1;
  --sf-blue-600: #0077C8;
  --sf-cyan: #26D6FF;
  --sf-navy: #001B44;
  --sf-deep: #0B1F3A;
  --sf-text: #24364B;
  --sf-muted: #667085;
  --sf-ice: #F4F9FF;
  --sf-ice-2: #EAF6FF;
  --sf-border: #D9E6F2;
  --brand: var(--sf-blue-600);
  --brand-2: var(--sf-blue);
  --brand-3: var(--sf-cyan);
  --sky: var(--sf-ice);
  --sky-2: #FFFFFF;
  --ink: var(--sf-navy);
  --muted: var(--sf-muted);
  --line: var(--sf-border);
  --dark: var(--sf-navy);
  --dark-2: var(--sf-deep);
  --card: #FFFFFF;
  --shadow: 0 18px 50px rgba(0, 40, 90, 0.12);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --shell: 1360px;
  --font-sans: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", Monaco, Consolas, monospace;
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  height: 100%;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% -8%, rgba(38, 214, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #FFFFFF 0%, #F4F9FF 58%, #FFFFFF 100%);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

.shell {
  width: min(var(--shell), calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #249edc;
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
          backdrop-filter: blur(16px) saturate(1.05);
  transition: background var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.site-header + main {
  padding-top: 120px;
}

.site-header.is-at-top {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.site-header.is-locked {
  box-shadow: 0 18px 42px rgba(0, 35, 82, 0.18);
}

.announcement-bar {
  color: #FFFFFF;
  background: #187fba;
  font-size: 13px;
  font-weight: 600;
  transition: background var(--transition-normal), border-color var(--transition-normal);
}

.site-header.is-at-top .announcement-bar {
  background: linear-gradient(90deg, var(--sf-navy), var(--sf-blue-600));
}

.site-header.is-locked .announcement-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #187fba;
}

.announcement-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.announcement-inner a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 142px;
  height: auto;
}

.brand-logo.logo-light {
  display: block;
}

.brand-logo.logo-dark {
  display: none;
}

.site-header.is-at-top .brand-logo.logo-dark {
  display: block;
}

.site-header.is-at-top .brand-logo.logo-light {
  display: none;
}

.footer-logo {
  width: 150px;
}

.nav-links,
.nav-actions,
.actions,
.tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  transition: color var(--transition-normal);
}

.site-header.is-at-top .nav-links {
  color: var(--sf-navy);
}

.nav-links a {
  padding: 9px 8px;
  border-radius: 999px;
  transition: color var(--transition-fast), background var(--transition-fast);
}

.nav-links a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.16);
}

.nav-links a.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.16);
}

.site-header.is-at-top .nav-links a:hover,
.site-header.is-at-top .nav-links a.active {
  color: var(--sf-blue-600);
  background: #EAF6FF;
}

.brand,
.nav,
.nav-actions {
  color: #FFFFFF;
}

.site-header.is-at-top .brand,
.site-header.is-at-top .nav,
.site-header.is-at-top .nav-actions {
  color: var(--sf-navy);
}

.header-page-btn {
  min-width: 118px;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  text-transform: none;
  letter-spacing: 0;
}

.site-header.is-at-top .header-page-btn {
  color: var(--sf-blue-600);
  border-color: rgba(0, 119, 200, 0.24);
  background: #FFFFFF;
}

.header-page-btn:hover {
  color: var(--sf-blue-600);
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.site-header.is-at-top .header-page-btn:hover {
  color: #FFFFFF;
  border-color: var(--sf-blue-600);
  background: var(--sf-blue-600);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 28px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1.5px solid var(--sf-navy);
  color: var(--sf-navy);
  background: transparent;
  transition: all 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  color: #FFFFFF;
  border-color: var(--sf-blue-600);
  background: var(--sf-blue-600);
  box-shadow: 0 18px 40px rgba(0, 119, 200, 0.18);
}

.btn.primary {
  color: #FFFFFF;
  border: none;
  background: var(--sf-blue);
  box-shadow: none;
}

.btn.primary:hover {
  background: var(--sf-blue-600);
}

.btn.ghost {
  background: #ffffff;
}

.hero {
  padding: 96px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.hero-home {
  position: relative;
  width: min(1440px, calc(100vw - 32px));
  min-height: min(720px, calc(100vh - 120px));
  margin-top: 16px;
  padding: clamp(48px, 8vw, 96px);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  align-items: center;
  border: 1px solid var(--sf-border);
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 20%, rgba(38, 214, 255, 0.2), transparent 20rem),
    linear-gradient(135deg, #FFFFFF 0%, #F4F9FF 62%, #EAF6FF 100%);
  box-shadow: var(--shadow);
}

.hero-copy,
.agent-panel {
  position: relative;
  z-index: 1;
}

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

.hero-home::before {
  width: 36vw;
  height: 36vw;
  right: -8vw;
  top: 10%;
  border: 1px solid rgba(0, 167, 225, 0.24);
  box-shadow: inset 0 0 80px rgba(38, 214, 255, 0.1);
}

.hero-home::after {
  width: 16vw;
  height: 16vw;
  right: 18vw;
  bottom: 15%;
  background: rgba(38, 214, 255, 0.18);
  filter: blur(2px);
}

.hero-home h1 {
  max-width: 1000px;
  font-size: clamp(64px, 7vw, 80px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--sf-navy);
  text-shadow: none;
}

.hero-home .lead {
  max-width: 820px;
  color: var(--sf-text);
}

.hero-home .eyebrow {
  color: var(--sf-blue-600);
  border-color: rgba(0, 167, 225, 0.26);
  background: #EAF6FF;
}

.hero-home .btn.primary {
  color: #FFFFFF;
  background: var(--sf-blue);
}

.hero-home .btn.ghost {
  color: var(--sf-navy);
  border-color: var(--sf-navy);
  background: transparent;
}

.cloud-visual {
  position: relative;
  min-height: 520px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 27, 68, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 27, 68, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 26% 24%, rgba(38, 214, 255, 0.2), transparent 16rem),
    linear-gradient(145deg, #FFFFFF, #EAF6FF);
  background-size: 42px 42px, 42px 42px, auto, auto;
  border: 1px solid var(--sf-border);
  box-shadow: var(--shadow);
}

.cloud-panel {
  position: absolute;
  border: 1px solid rgba(0, 119, 200, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(0, 40, 90, 0.12);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.cloud-panel-main {
  width: min(78%, 420px);
  left: 42px;
  top: 58px;
  padding: 24px;
}

.panel-topline {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.panel-topline span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #BDE7FF;
}

.cloud-panel-main b {
  display: block;
  color: var(--sf-navy);
  font-size: 20px;
  margin-bottom: 20px;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--sf-border);
  color: var(--sf-muted);
  font-size: 13px;
}

.metric-row strong {
  color: var(--sf-blue-600);
}

.chart-bars {
  height: 96px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 20px;
}

.chart-bars i {
  flex: 1 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--sf-cyan), var(--sf-blue));
}

.cloud-panel-agent {
  width: min(66%, 340px);
  right: 32px;
  bottom: 54px;
  padding: 22px;
}

.cloud-panel-agent p {
  margin-top: 14px;
  color: var(--sf-text);
  line-height: 1.6;
}

.cloud-node {
  position: absolute;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--sf-blue-600), var(--sf-blue));
  box-shadow: 0 16px 40px rgba(0, 119, 200, 0.22);
  font-weight: 800;
  font-size: 13px;
}

.node-a { right: 52px; top: 58px; }
.node-b { left: 78px; bottom: 56px; }
.node-c { right: 180px; top: 224px; background: linear-gradient(135deg, var(--sf-navy), var(--sf-blue-600)); }

.hero-about,
.hero-technology,
.hero-solutions,
.hero-products,
.hero-customers,
.hero-services,
.hero-investors {
  position: relative;
  margin-top: 24px;
  padding: clamp(42px, 5.2vw, 74px);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-about h1,
.hero-products h1,
.hero-customers h1,
.hero-services h1,
.hero-about h2,
.hero-products h2,
.hero-customers h2,
.hero-services h2 {
  color: #1A1A1A;
}

.hero-about .lead,
.hero-products .lead,
.hero-customers .lead,
.hero-services .lead {
  color: #4A4A4A;
}

.hero-technology h1,
.hero-solutions h1,
.hero-investors h1 {
  color: white;
  text-shadow: 0 18px 50px rgba(1, 18, 35, 0.42);
}

.hero-technology .lead,
.hero-solutions .lead,
.hero-investors .lead {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 10px 28px rgba(1, 18, 35, 0.32);
}

.hero-about {
  background:
    radial-gradient(circle at 86% 20%, rgba(41, 181, 232, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 255, 0.92));
}

.hero-technology {
  color: white;
  background:
    radial-gradient(circle at 20% 30%, rgba(41, 181, 232, 0.18), transparent 18rem),
    linear-gradient(145deg, #0D0D0D, #1A1A2E 72%, #115DCD);
}

.hero-products {
  background:
    radial-gradient(circle at 82% 18%, rgba(41, 181, 232, 0.2), transparent 18rem),
    linear-gradient(135deg, #ffffff, #eef7ff);
}

.hero-solutions {
  background:
    linear-gradient(135deg, rgba(13, 13, 13, 0.94), rgba(26, 26, 46, 0.88) 58%, rgba(17, 93, 205, 0.56)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;
  color: white;
}

.hero-customers {
  background:
    radial-gradient(circle at 78% 15%, rgba(41, 181, 232, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 246, 255, 0.9));
}

.hero-services {
  background:
    radial-gradient(circle at 78% 15%, rgba(41, 181, 232, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(231, 246, 255, 0.94));
}

.hero-investors {
  color: white;
  background:
    linear-gradient(135deg, rgba(13, 13, 13, 0.96), rgba(26, 26, 46, 0.88)),
    url("https://www.colasoft.com.cn/new_images/index/banner/honor.png") center / cover no-repeat;
}

.hero-technology .btn.primary,
.hero-solutions .btn.primary,
.hero-investors .btn.primary {
  color: #115DCD;
  background: white;
}

.hero-technology .btn.ghost,
.hero-solutions .btn.ghost,
.hero-investors .btn.ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.hero-technology .eyebrow,
.hero-solutions .eyebrow,
.hero-investors .eyebrow {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.eyebrow,
.mini-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(41, 181, 232, 0.26);
  border-radius: 999px;
  color: #115DCD;
  background: rgba(41, 181, 232, 0.1);
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 24px 0;
  max-width: 960px;
  font-size: clamp(48px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(36px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.lead {
  max-width: 760px;
  color: #4A4A4A;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.76;
}

.agent-panel {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(41, 181, 232, 0.18), transparent 14rem),
    radial-gradient(circle at 75% 70%, rgba(17, 93, 205, 0.18), transparent 14rem),
    linear-gradient(145deg, #0D0D0D, #1A1A2E);
  box-shadow: var(--shadow);
}

.hero-about .agent-panel {
  background:
    radial-gradient(circle at 70% 20%, rgba(41, 181, 232, 0.18), transparent 13rem),
    linear-gradient(145deg, #ffffff, #dff1ff);
}

.hero-about .agent-card {
  color: var(--ink);
  border-color: rgba(36, 94, 146, 0.14);
  background: rgba(255, 255, 255, 0.76);
}

.hero-about .agent-card span {
  color: rgba(23, 32, 51, 0.62);
}

.hero-products .agent-panel {
  background:
    radial-gradient(circle at 28% 42%, rgba(41, 181, 232, 0.22), transparent 14rem),
    linear-gradient(145deg, #0D0D0D, #1A1A2E);
}

.hero-solutions .agent-panel {
  min-height: 460px;
  background:
    radial-gradient(circle at 30% 30%, rgba(41, 181, 232, 0.26), transparent 12rem),
    url("https://www.colasoft.com.cn/new_images/hangye/manufacturing-banner.jpg") center / cover no-repeat;
}

.hero-customers .agent-panel {
  background:
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.5), transparent 13rem),
    url("https://www.colasoft.com.cn/new_images/index/five/1.jpg") center / cover no-repeat;
}

.hero-investors .agent-panel {
  background:
    radial-gradient(circle at 30% 30%, rgba(41, 181, 232, 0.18), transparent 12rem),
    linear-gradient(145deg, #0D0D0D, #1A1A2E);
}

.agent-panel::before {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.agent-panel::after {
  content: "";
  position: absolute;
  inset: 116px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.agent-orb {
  position: absolute;
  width: 168px;
  height: 168px;
  left: calc(50% - 84px);
  top: calc(50% - 84px);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 80px rgba(41, 181, 232, 0.34);
}

.agent-card {
  position: absolute;
  width: 210px;
  padding: 20px;
  border-radius: 14px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.agent-card b,
.agent-card span {
  display: block;
}

.agent-card span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.agent-card.top { left: 34px; top: 48px; }
.agent-card.mid { right: 30px; top: 184px; }
.agent-card.bottom { left: 86px; bottom: 54px; }

.section {
  padding: 112px 0;
}

.section.dark {
  color: white;
  background:
    radial-gradient(circle at 8% 0%, rgba(38, 214, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--sf-navy), var(--sf-deep));
}

.section.dark .section-title p,
.section.dark p {
  color: rgba(255, 255, 255, 0.82);
}

.section-title {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-title p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.72;
}

.section-actions {
  margin-top: 28px;
}

.card-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.card-row {
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  grid-template-columns: none;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.card-row .card {
  scroll-snap-align: start;
}

.card-row .card:nth-child(2n) {
  transform: translateY(10px);
}

.card-row .card.linked:hover {
  transform: translateY(-4px) scale(1.01);
}

.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  min-height: 226px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid var(--sf-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  background: var(--card);
  box-shadow: none;
}

.card:nth-child(3n) {
  background: #FFFFFF;
}

.card.linked {
  padding: 0;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal), background var(--transition-normal);
}

.card.linked:hover {
  transform: translateY(-4px);
  color: var(--sf-navy);
  border-color: #BDE7FF;
  background: linear-gradient(135deg, #F4F9FF 0%, #EAF6FF 58%, #D7EEFF 100%);
  box-shadow: 0 18px 48px rgba(0, 119, 200, 0.14);
}

.card.linked:hover p,
.card.linked:hover .card-points {
  color: #344054;
}

.card.linked:hover .mini-label {
  color: var(--sf-blue-600);
  border-color: #BDE7FF;
  background: #FFFFFF;
}

.card.linked:hover .tags span {
  color: var(--sf-blue-600);
  background: #FFFFFF;
}

.card.linked:hover .card-link-label {
  color: var(--sf-blue-600);
}

.card-link {
  min-height: 226px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
}

.card-link-label {
  margin-top: 4px;
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
}

.card h3 {
  color: var(--sf-navy);
}

.card.linked:hover h3 {
  color: var(--sf-navy);
}

.card p {
  color: var(--muted);
  line-height: 1.72;
}

.card-points {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.section.dark .card p,
.section.dark .card .card-points {
  color: #3a4f67;
}

.section.dark .card .mini-label {
  color: #0a6fa8;
  background: rgba(41, 181, 232, 0.12);
}

.section.dark .card .tags span {
  color: #0a6fa8;
  background: rgba(41, 181, 232, 0.12);
}

.section.dark .card.linked:hover p,
.section.dark .card.linked:hover .card-points {
  color: #344054;
}

.section.dark .card.linked:hover .mini-label {
  color: var(--sf-blue-600);
  border-color: #BDE7FF;
  background: #FFFFFF;
}

.section.dark .card.linked:hover .tags span {
  color: var(--sf-blue-600);
  background: #FFFFFF;
}

.tags {
  margin-top: auto;
}

.tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--sf-blue-600);
  background: #EAF6FF;
  font-size: 12px;
  font-weight: 800;
}

.proof-band {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #FFFFFF;
  box-shadow: var(--shadow);
}

.proof-band div {
  padding: 24px;
}

.proof-band strong {
  display: block;
  font-size: clamp(34px, 3.6vw, 46px);
  letter-spacing: -0.05em;
  color: var(--sf-blue-600);
}

.proof-band span {
  display: block;
  margin: 8px 0;
  font-weight: 900;
}

.proof-band p {
  color: var(--muted);
  line-height: 1.55;
}

.detail-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(41, 181, 232, 0.12), transparent 24rem),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

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

.detail-main,
.detail-aside {
  display: grid;
  gap: 18px;
}

.detail-main {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.detail-main .section-title {
  margin-bottom: 12px;
}

.detail-main .section-title p {
  max-width: 760px;
}

.detail-block {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.detail-block h2 {
  margin-bottom: 16px;
  font-size: 25px;
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-list div,
.detail-list-link {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(0, 48, 98, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.detail-list-link {
  grid-template-columns: 12px 1fr auto;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.detail-list-link:hover {
  transform: translateY(-3px) translateX(2px);
  border-color: #29B5E8;
  background: #F5F5F5;
}

.detail-list-link b {
  color: #115DCD;
  font-size: 13px;
  white-space: nowrap;
}

.detail-list span,
.detail-list-link span {
  width: 11px;
  height: 11px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #115DCD, #29B5E8);
}

.detail-list p,
.aside-card li,
.aside-card p {
  color: var(--muted);
  line-height: 1.68;
}

.aside-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  box-shadow: none;
}

.aside-card h3 {
  margin: 10px 0 14px;
}

.aside-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.dark-card {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, #0D0D0D, #1A1A2E);
}

.dark-card li,
.dark-card p {
  color: rgba(255, 255, 255, 0.86);
}

.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.related-list span,
.related-list a {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(41, 181, 232, 0.1);
  font-size: 12px;
  font-weight: 600;
}

.related-list a {
  transition: transform 0.2s ease, background 0.2s ease;
}

.related-list a:hover {
  transform: translateY(-2px);
  background: rgba(41, 181, 232, 0.14);
}

.related-list.light span,
.related-list.light a {
  color: white;
  background: rgba(255, 255, 255, 0.18);
}

.related-list.light a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.detail-cta {
  width: 100%;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-visual-section {
  background:
    radial-gradient(circle at 15% 0%, rgba(41, 181, 232, 0.12), transparent 24rem),
    rgba(255, 255, 255, 0.5);
}

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

.proof-visual-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  box-shadow: none;
}

.proof-visual-link {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.proof-visual-card.linked {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.proof-visual-card.linked:hover {
  transform: translateY(-4px);
  border-color: #29B5E8;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.proof-visual-media {
  min-height: 210px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #0D0D0D, #1A1A2E);
}

.proof-visual-media.white-mark img {
  filter: brightness(0) invert(1) drop-shadow(0 20px 34px rgba(0, 0, 0, 0.22));
}

.recognition-preview-card .proof-visual-media {
  min-height: 170px;
  border-radius: 18px;
}

.proof-visual-media img {
  display: block;
  max-width: min(82%, 360px);
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.32));
}

.proof-visual-copy {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.proof-visual-copy p {
  color: var(--muted);
  line-height: 1.72;
}

.about-copy {
  display: grid;
  gap: 18px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  box-shadow: none;
}

.about-copy p {
  color: var(--muted);
  line-height: 1.82;
}

.industry-trust-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(38, 214, 255, 0.12), transparent 24rem),
    #FFFFFF;
}

.industry-trust-image {
  display: block;
  width: 100%;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.industry-trust-panel {
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.industry-trust-chip {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--sf-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 167, 225, 0.16), transparent 4rem),
    #FFFFFF;
  box-shadow: 0 16px 38px rgba(0, 40, 90, 0.08);
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.industry-trust-chip:nth-child(2n) {
  transform: translateY(12px);
}

.industry-trust-chip:hover {
  transform: translateY(-3px);
  border-color: var(--sf-blue-600);
  box-shadow: 0 22px 48px rgba(0, 119, 200, 0.16);
}

.industry-trust-chip strong {
  color: var(--sf-navy);
  font-size: 20px;
}

.industry-trust-chip span {
  color: var(--sf-blue-600);
  font-size: 13px;
  font-weight: 700;
}

.resources-section {
  background: var(--sf-ice);
}

.final-cta {
  margin-top: 16px;
  margin-bottom: 84px;
  padding: clamp(36px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  color: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(38, 214, 255, 0.28), transparent 20rem),
    linear-gradient(135deg, var(--sf-navy), var(--sf-blue-600));
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 820px;
  margin-top: 18px;
  color: #FFFFFF;
}

.final-cta p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.final-cta .eyebrow {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.final-cta .btn.primary {
  color: var(--sf-navy);
  background: #FFFFFF;
}

.final-cta .btn.ghost {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  box-shadow: none;
}

.timeline-item span {
  color: var(--brand);
  font-size: 18px;
  font-weight: 600;
}

.timeline-item p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.72;
}

.recognition-item,
.risk-notice {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.62;
}

.risk-notice {
  margin-top: 30px;
  margin-bottom: 74px;
  color: #0b4e79;
  border-color: rgba(41, 181, 232, 0.24);
  background: rgba(41, 181, 232, 0.08);
}

.risk-notice p {
  margin: 8px 0 0;
  color: #0b4e79;
  line-height: 1.7;
}

.footer {
  padding: 64px 0;
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 10% 0%, rgba(41, 181, 232, 0.22), transparent 24rem),
    linear-gradient(135deg, #0D0D0D, #1A1A2E);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 1fr 1.8fr 0.8fr;
  gap: 30px;
}

.footer strong,
.footer .brand {
  color: white;
}

.footer a,
.footer p {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.footer b {
  color: #FFFFFF;
  font-weight: 600;
}

.footer-records {
  margin-top: 18px;
}

.footer-records a {
  font-size: 13px;
}

.footer-offices p {
  font-size: 13px;
}

.footer-qr img {
  display: block;
  width: 112px;
  height: 112px;
  margin-top: 14px;
  border-radius: 12px;
  background: #FFFFFF;
}

.fineprint {
  font-size: 13px;
}

@media (max-width: 1020px) {
  .site-header + main {
    padding-top: 188px;
  }

  .nav {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
  }

  .hero,
  .hero-home,
  .split,
  .detail-layout,
  .timeline-item,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .agent-panel {
    min-height: 430px;
  }

  .cloud-visual {
    min-height: 480px;
  }

  .cloud-panel-main {
    width: calc(100% - 48px);
    left: 24px;
  }

  .cloud-panel-agent {
    width: calc(100% - 48px);
    right: 24px;
  }

  .node-c {
    right: 42px;
    top: 248px;
  }

  .cols-2,
  .cols-3,
  .cols-4,
  .proof-band,
  .proof-visual-grid,
  .recognition-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .card:nth-child(2n) {
    transform: none;
  }

  .section-title {
    display: block;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100vw - 28px, var(--shell));
  }

  h1 {
    font-size: 40px;
    letter-spacing: -0.035em;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .lead {
    font-size: 16.5px;
    line-height: 1.68;
  }

  .hero {
    padding-top: 56px;
    gap: 34px;
  }

  .hero-home,
  .hero-about,
  .hero-technology,
  .hero-solutions,
  .hero-products,
  .hero-customers,
  .hero-services,
  .hero-investors {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .hero-home h1 {
    font-size: clamp(34px, 12vw, 42px);
  }

  .announcement-inner {
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
  }

  .section {
    padding: 68px 0;
  }

  .card,
  .card-link,
  .detail-main,
  .aside-card {
    padding: 22px;
  }

  .agent-card {
    width: 176px;
  }

  .agent-card.mid {
    right: 14px;
  }
}

