:root {
  --white-bg: #ffffff;
  --white-soft: #f5f5f7;
  --white-card: rgba(255, 255, 255, 0.82);
  --white-line: rgba(0, 0, 0, 0.08);
  --white-text: #1d1d1f;
  --white-muted: #6e6e73;
  --white-blue: #0071e3;
  --white-blue-2: #2997ff;
  --white-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  --white-soft-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

html {
  background: var(--white-bg) !important;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--white-bg) !important;
  color: var(--white-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", "Microsoft YaHei", sans-serif !important;
}

body::before,
body::after,
.hero::before,
.hero::after,
.section::before,
.section::after {
  display: none !important;
}

.site-header {
  top: 0 !important;
  height: 54px !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: var(--white-text) !important;
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: none !important;
}

.brand {
  min-width: 170px !important;
  color: var(--white-text) !important;
}

.brand-logo {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  filter: none !important;
}

.brand-main {
  color: var(--white-text) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.brand-sub {
  display: none !important;
}

.site-nav {
  gap: 28px !important;
}

.site-nav a {
  color: rgba(29, 29, 31, 0.78) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white-text) !important;
}

.nav-toggle span {
  background: var(--white-text) !important;
}

.scroll-progress {
  background: linear-gradient(90deg, var(--white-blue), var(--white-blue-2)) !important;
}

main {
  background: var(--white-bg) !important;
}

.hero {
  min-height: auto !important;
  padding: 72px 0 62px !important;
  background: linear-gradient(180deg, #fff 0%, #fff 72%, var(--white-soft) 100%) !important;
  color: var(--white-text) !important;
}

.hero-grid {
  display: block !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.hero-copy {
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
}

.eyebrow {
  color: var(--white-muted) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.eyebrow::before,
.eyebrow::after {
  display: none !important;
}

.hero h1,
#hero-title {
  width: auto !important;
  max-width: 1180px !important;
  margin: 12px auto 0 !important;
  color: var(--white-text) !important;
  font-size: clamp(4.2rem, 3.85vw, 5.8rem) !important;
  line-height: 1.03 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}

.hero h1::before,
.hero h1::after {
  display: none !important;
}

.hero h1 span {
  display: inline !important;
  white-space: nowrap !important;
}

.hero-ai-title {
  width: auto !important;
  color: transparent !important;
  background: linear-gradient(100deg, #0071e3 0%, #8f5cf7 48%, #ff3b8b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: none !important;
}

.hero-lead {
  max-width: 760px !important;
  margin: 20px auto 0 !important;
  color: var(--white-text) !important;
  font-size: clamp(2.1rem, 2.35vw, 3.2rem) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.hero-text {
  max-width: 780px !important;
  margin: 14px auto 0 !important;
  color: var(--white-muted) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.hero-actions {
  justify-content: center !important;
  margin-top: 22px !important;
}

.button,
.text-button,
.card-link,
.hero-play {
  border-radius: 999px !important;
  letter-spacing: 0 !important;
}

.button.primary,
.card-link {
  border: 0 !important;
  background: var(--white-blue) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.button.secondary,
.text-button {
  border: 1px solid rgba(0, 113, 227, 0.22) !important;
  background: rgba(0, 113, 227, 0.06) !important;
  color: var(--white-blue) !important;
  box-shadow: none !important;
}

.button:hover,
.button:focus-visible,
.card-link:hover,
.card-link:focus-visible,
.text-button:hover,
.text-button:focus-visible {
  transform: translateY(-1px) !important;
  filter: brightness(0.98);
}

.hero-stats {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  max-width: 680px !important;
  margin: 24px auto 0 !important;
}

.hero-stats div {
  min-width: 146px !important;
  padding: 11px 20px !important;
  border: 1px solid var(--white-line) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: var(--white-soft-shadow) !important;
  backdrop-filter: blur(18px);
}

.hero-stats dt {
  color: var(--white-text) !important;
  font-size: 19px !important;
  line-height: 1 !important;
}

.hero-stats dd {
  margin-top: 4px !important;
  color: var(--white-muted) !important;
  font-size: 12px !important;
}

.hero-showcase {
  margin-top: 30px;
  text-align: left;
}

.showcase-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.showcase-heading h2 {
  margin: 0;
  color: var(--white-text);
  font-size: clamp(3rem, 4vw, 5.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.showcase-heading p {
  max-width: 500px;
  margin: 0;
  color: var(--white-muted);
  font-size: 15px;
  line-height: 1.7;
}

.hero-carousel {
  position: relative;
  overflow: clip !important;
  contain: layout paint;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--white-shadow);
}

.hero-carousel-track {
  position: relative;
  display: block;
  width: 100%;
  min-height: 520px;
  transform: none !important;
}

.hero-slide {
  position: relative;
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--white-text);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.012);
  transition: opacity 0.68s ease, transform 0.9s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}

.hero-slide.active img {
  transform: scale(1);
}

.hero-slide span {
  position: absolute;
  top: 26px;
  left: 26px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--white-text);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hero-slide strong {
  position: absolute;
  left: 26px;
  bottom: 26px;
  max-width: min(560px, calc(100% - 52px));
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--white-text);
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  line-height: 1.24;
  font-weight: 800;
  text-align: left;
  backdrop-filter: blur(20px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.14);
}

.hero-carousel-control {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 15px;
  border-radius: 999px;
  background: rgba(245, 245, 247, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.14);
  transform: translateX(-50%);
}

.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.active {
  width: 34px;
  background: var(--white-text);
}

.hero-play {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--white-text);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.section {
  padding: 96px 0 !important;
  background: var(--white-soft) !important;
  color: var(--white-text) !important;
}

.section:nth-of-type(even) {
  background: var(--white-bg) !important;
}

.section-heading {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto 36px !important;
}

.section-heading.centered {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  text-align: center !important;
}

.section-heading.split {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr) !important;
  align-items: end !important;
  gap: 42px !important;
}

.section-heading h2,
#about-title,
#revolutions-title,
#capabilities-title,
#delivery-title,
#products-title,
#office-title,
#contact-title {
  color: var(--white-text) !important;
  font-size: clamp(3.6rem, 4.9vw, 6.4rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

#about-title {
  white-space: nowrap !important;
  font-size: clamp(3.2rem, 3.7vw, 5.2rem) !important;
}

.section-heading p,
.about-copy p,
.contact-copy p,
.card-scene,
.delivery-intro p,
.office-section .section-heading p {
  color: var(--white-muted) !important;
}

.about-grid,
.revolution-grid,
.agent-map-layout,
.product-grid,
.contact-section {
  width: min(1180px, calc(100% - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.about-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr) !important;
  gap: 28px !important;
}

.about-copy,
.about-results,
.revolution-card,
.agent-panel,
.product-card,
.contact-panel,
.contact-card {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: var(--white-text) !important;
  box-shadow: var(--white-soft-shadow) !important;
  backdrop-filter: blur(18px);
}

.about-copy {
  padding: 34px !important;
}

.about-results {
  padding: 12px !important;
}

.about-results article {
  border: 0 !important;
  border-radius: 18px !important;
  background: #f5f5f7 !important;
  box-shadow: none !important;
}

.about-results span,
.card-number {
  width: auto !important;
  height: auto !important;
  padding: 6px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(0, 113, 227, 0.1) !important;
  color: var(--white-blue) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.revolution-grid {
  gap: 18px !important;
}

.revolution-card {
  padding: 26px !important;
  transform: none !important;
}

.revolution-card h3,
.product-card h3,
.agent-panel h3,
.contact-panel h3 {
  color: var(--white-text) !important;
}

.revolution-card dl div {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

.revolution-card dt,
.revolution-card dd,
.product-card p,
.product-position,
.agent-panel p,
.agent-panel small,
.consult-list li,
.contact-card span {
  color: var(--white-muted) !important;
}

.section-closing,
.agent-closing {
  width: min(920px, calc(100% - 48px)) !important;
  border: 1px solid rgba(0, 113, 227, 0.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--white-blue) !important;
  box-shadow: var(--white-soft-shadow) !important;
}

.agent-map-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 28px !important;
}

.agent-cloud {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.agent-node {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--white-text) !important;
  box-shadow: none !important;
}

.agent-node strong {
  color: var(--white-text) !important;
  font-size: 14px !important;
}

.agent-node span {
  color: var(--white-muted) !important;
  font-size: 12px !important;
}

.agent-node.active {
  border-color: transparent !important;
  background: var(--white-text) !important;
  color: #fff !important;
  transform: none !important;
}

.agent-node.active strong,
.agent-node.active span {
  color: #fff !important;
}

.delivery-tabs {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 24px !important;
  padding: 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: var(--white-soft-shadow) !important;
  backdrop-filter: blur(20px);
}

.delivery-tab {
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--white-muted) !important;
  font-weight: 700 !important;
}

.delivery-tab.active {
  background: var(--white-text) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.delivery-intro {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.delivery-intro span {
  display: inline-flex !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(0, 113, 227, 0.08) !important;
  color: var(--white-blue) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.delivery-intro strong {
  display: block !important;
  margin-top: 14px !important;
  color: var(--white-text) !important;
  font-size: clamp(2.8rem, 3vw, 4.4rem) !important;
}

.delivery-grid,
.office-strip {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

.delivery-grid.album-mode,
.delivery-grid.photo-mode {
  gap: 18px !important;
}

.album-card,
.photo-card,
.office-card {
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--white-soft-shadow) !important;
  transform: none !important;
}

.album-card::before,
.photo-card::before,
.office-card::before {
  background: linear-gradient(180deg, transparent 42%, rgba(255, 255, 255, 0.92) 100%) !important;
}

.album-card img,
.photo-card img,
.office-card img {
  filter: saturate(1.04) contrast(1.02) brightness(1.02) !important;
  transform: scale(1.01);
}

.album-card:hover img,
.photo-card:hover img,
.office-card:hover img {
  transform: scale(1.045) !important;
}

.album-card span,
.photo-card span,
.office-card span {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  bottom: auto !important;
  width: auto !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: var(--white-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  backdrop-filter: blur(18px);
}

.album-card strong,
.photo-card strong {
  color: var(--white-text) !important;
  text-shadow: none !important;
}

.album-card em {
  color: var(--white-muted) !important;
  text-shadow: none !important;
}

.overview-toolbar {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 22px auto 0 !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: var(--white-muted) !important;
  box-shadow: var(--white-soft-shadow) !important;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-card {
  min-height: 310px !important;
  padding: 28px !important;
}

.office-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  overflow: visible !important;
}

.office-card {
  aspect-ratio: 4 / 5 !important;
}

.contact-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px 320px !important;
  gap: 20px !important;
  padding: 84px 0 !important;
  background: var(--white-bg) !important;
  color: var(--white-text) !important;
}

.contact-copy {
  padding: 0 !important;
}

.contact-copy h2 {
  max-width: 760px !important;
}

.contact-panel,
.contact-card {
  padding: 28px !important;
}

.contact-card strong,
.contact-card a {
  color: var(--white-text) !important;
}

.lightbox {
  background: rgba(245, 245, 247, 0.9) !important;
  backdrop-filter: blur(20px);
}

.lightbox-content {
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--white-shadow) !important;
}

.lightbox-content img {
  background: #fff !important;
}

.lightbox-content figcaption {
  background: #fff !important;
  color: var(--white-text) !important;
}

.lightbox-content span,
#lightbox-meta {
  color: var(--white-muted) !important;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--white-text) !important;
  box-shadow: var(--white-soft-shadow) !important;
  backdrop-filter: blur(18px);
}

@media (max-width: 1180px) {
  .product-grid,
  .office-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-section,
  .section-heading.split,
  .about-grid,
  .agent-map-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 58px !important;
    padding: 0 18px !important;
  }

  .site-nav {
    top: 58px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--white-soft-shadow) !important;
  }

  .hero {
    padding: 96px 0 54px !important;
  }

  .hero-grid,
  .section-heading,
  .about-grid,
  .revolution-grid,
  .agent-map-layout,
  .delivery-tabs,
  .delivery-intro,
  .delivery-grid,
  .overview-toolbar,
  .product-grid,
  .office-strip,
  .contact-section {
    width: min(100% - 28px, 1180px) !important;
  }

  .hero h1,
  #hero-title {
    font-size: clamp(3.8rem, 12vw, 5.2rem) !important;
    white-space: normal !important;
  }

  .hero h1 span {
    white-space: normal !important;
  }

  .hero-lead {
    font-size: 2rem !important;
  }

  .hero-text {
    font-size: 15px !important;
  }

  .hero-actions,
  .hero-stats,
  .showcase-heading {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .hero-stats div {
    width: 100%;
  }

  .hero-showcase {
    margin-top: 48px;
  }

  .showcase-heading h2 {
    font-size: 3.2rem;
  }

  .hero-carousel {
    border-radius: 20px;
  }

  .hero-slide,
  .hero-slide img {
    min-height: 360px;
  }

  .hero-slide strong {
    right: 16px;
    left: 16px;
    bottom: 74px;
    max-width: none;
    border-radius: 18px;
    font-size: 1.7rem;
  }

  .hero-carousel-control {
    bottom: 16px;
  }

  .section {
    padding: 68px 0 !important;
  }

  .section-heading h2,
  #about-title,
  #revolutions-title,
  #capabilities-title,
  #delivery-title,
  #products-title,
  #office-title,
  #contact-title {
    font-size: clamp(3rem, 9vw, 4.4rem) !important;
    white-space: normal !important;
  }

  .delivery-tabs {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    border-radius: 18px !important;
  }

  .delivery-tab {
    flex: 0 0 auto;
  }

  .product-grid,
  .office-strip {
    grid-template-columns: 1fr !important;
  }

  .contact-section {
    padding: 68px 0 !important;
  }
}

/* 2026-06-15 alignment QA pass */
.products-section .product-grid {
  align-items: stretch !important;
}

.products-section .product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 520px !important;
}

.products-section .product-card h3 {
  min-height: 72px !important;
}

.products-section .product-position {
  min-height: 44px !important;
}

.products-section .product-card > p:not(.product-position) {
  min-height: 78px !important;
}

.products-section .product-points {
  margin-bottom: 24px !important;
}

.products-section .product-card .card-link {
  align-self: stretch !important;
  min-height: 50px !important;
  margin-top: auto !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #0071e3 !important;
  color: #fff !important;
}

.capability-section .agent-map-layout {
  align-items: start !important;
}

.capability-section .agent-cloud {
  align-items: start !important;
  grid-auto-rows: max-content !important;
}

.capability-section .agent-cluster {
  height: auto !important;
  min-height: 0 !important;
}

.capability-section .agent-panel {
  align-self: start !important;
}

.revolutions-section .section-heading.split {
  align-items: start !important;
}

.revolutions-section .section-heading.split > p {
  align-self: start !important;
  padding-top: 50px !important;
  max-width: 560px !important;
  line-height: 1.72 !important;
}

@media (max-width: 1180px) {
  .revolutions-section .section-heading.split > p {
    padding-top: 0 !important;
  }

  .products-section .product-card {
    min-height: 0 !important;
  }

  .products-section .product-card h3,
  .products-section .product-position,
  .products-section .product-card > p:not(.product-position) {
    min-height: 0 !important;
  }
}

/* 2026-06-15 agent knowledge graph and product matrix refinement */
.agent-map-layout {
  align-items: start !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.72fr) !important;
  gap: 24px !important;
}

.agent-cloud {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.agent-cloud::before {
  content: "" !important;
  position: absolute !important;
  top: 42px !important;
  bottom: 42px !important;
  left: 50% !important;
  width: 1px !important;
  background: linear-gradient(180deg, transparent, rgba(0, 113, 227, 0.22), transparent) !important;
  pointer-events: none !important;
}

.agent-cluster {
  position: relative !important;
  padding: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.06) !important;
  backdrop-filter: blur(18px);
}

.agent-cluster::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.08), transparent 42%) !important;
  opacity: 0.9 !important;
  pointer-events: none !important;
}

.agent-cluster header,
.agent-cluster-nodes {
  position: relative !important;
  z-index: 1 !important;
}

.agent-cluster header {
  display: grid !important;
  gap: 7px !important;
  margin-bottom: 14px !important;
}

.agent-cluster header strong {
  color: #1d1d1f !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

.agent-cluster header span {
  color: #6e6e73 !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

.agent-cluster-nodes {
  display: grid !important;
  gap: 9px !important;
}

.agent-node {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  min-height: 72px !important;
  padding: 13px 14px 13px 42px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 16px !important;
  background: rgba(245, 245, 247, 0.72) !important;
  color: #1d1d1f !important;
  text-align: left !important;
  box-shadow: none !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease !important;
}

.agent-node::before {
  content: "" !important;
  position: absolute !important;
  top: 19px !important;
  left: 16px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #0071e3 !important;
  box-shadow: 0 0 0 5px rgba(0, 113, 227, 0.12) !important;
}

.agent-node strong {
  color: #1d1d1f !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 760 !important;
}

.agent-node span {
  margin-top: 4px !important;
  color: #6e6e73 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.agent-node:hover,
.agent-node:focus-visible {
  border-color: rgba(0, 113, 227, 0.28) !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(0, 113, 227, 0.12) !important;
  transform: translateY(-1px) !important;
}

.agent-node.active {
  border-color: transparent !important;
  background: #1d1d1f !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18) !important;
}

.agent-node.active::before {
  background: #fff !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18) !important;
}

.agent-node.active strong,
.agent-node.active span {
  color: #fff !important;
}

.agent-panel {
  position: sticky !important;
  top: 76px !important;
  padding: 26px !important;
  border-radius: 28px !important;
}

.agent-panel > span {
  display: inline-flex !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(0, 113, 227, 0.1) !important;
  color: #0071e3 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.agent-meta {
  display: grid !important;
  gap: 6px !important;
  margin: 18px 0 !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: #f5f5f7 !important;
}

.agent-meta b {
  color: #1d1d1f !important;
  font-size: 13px !important;
}

.agent-meta em {
  color: #6e6e73 !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
  font-style: normal !important;
}

.agent-panel-grid {
  display: grid !important;
  gap: 12px !important;
  margin: 18px 0 !important;
}

.agent-panel-section {
  padding: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.agent-panel-section strong,
.agent-flow strong {
  display: block !important;
  margin-bottom: 9px !important;
  color: #1d1d1f !important;
  font-size: 13px !important;
}

.agent-panel-section ul,
.agent-flow ol,
.product-points {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.agent-panel-section li,
.agent-flow li {
  position: relative !important;
  padding-left: 16px !important;
  color: #6e6e73 !important;
  font-size: 13px !important;
  line-height: 1.56 !important;
}

.agent-panel-section li + li,
.agent-flow li + li {
  margin-top: 7px !important;
}

.agent-panel-section li::before,
.agent-flow li::before,
.product-points li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.68em !important;
  left: 0 !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #0071e3 !important;
}

.agent-flow {
  padding: 16px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.1), rgba(245, 245, 247, 0.78)) !important;
}

.product-points {
  display: grid !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

.product-points li {
  position: relative !important;
  padding-left: 16px !important;
  color: #515154 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.product-card .card-link {
  margin-top: 18px !important;
}

@media (max-width: 1180px) {
  .agent-map-layout,
  .agent-cloud {
    grid-template-columns: 1fr !important;
  }

  .agent-cloud::before {
    display: none !important;
  }

  .agent-panel {
    position: static !important;
  }
}

@media (max-width: 760px) {
  .agent-cluster {
    padding: 15px !important;
    border-radius: 20px !important;
  }

  .agent-node {
    min-height: 68px !important;
  }
}

/* 2026-06-14 white3: full-bleed Apple/Nike-style polish pass */
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hero h1,
#hero-title,
.section-heading h2,
#about-title,
#revolutions-title,
#capabilities-title,
#delivery-title,
#products-title,
#office-title,
#contact-title,
.showcase-heading h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important;
  font-weight: 760 !important;
}

.site-header {
  z-index: 50 !important;
}

.hero-showcase {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 42px calc(50% - 50vw) 0 !important;
  text-align: left !important;
}

.showcase-heading {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 18px !important;
  align-items: end !important;
}

.hero-carousel {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-carousel-track {
  min-height: clamp(520px, 48vw, 760px) !important;
}

.hero-slide,
.hero-slide img {
  min-height: clamp(520px, 48vw, 760px) !important;
}

.hero-slide img {
  object-position: center center !important;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, transparent 38%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.hero-slide span {
  z-index: 2 !important;
  top: 28px !important;
  left: max(28px, calc((100vw - 1180px) / 2)) !important;
  padding: 9px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(29, 29, 31, 0.66) !important;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16) !important;
}

.hero-slide strong {
  display: none !important;
}

.hero-carousel-control {
  bottom: 28px !important;
  z-index: 4 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.18) !important;
}

.hero-dot {
  background: rgba(29, 29, 31, 0.28) !important;
}

.hero-dot.active,
.hero-play {
  background: #1d1d1f !important;
}

.section-heading.split {
  align-items: start !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.66fr) !important;
}

.section-heading.split > p {
  align-self: start !important;
  padding-top: 12px !important;
}

.section-heading h2,
#about-title,
#revolutions-title,
#capabilities-title,
#delivery-title,
#products-title {
  font-size: clamp(3.4rem, 4.7vw, 6rem) !important;
}

#revolutions-title {
  max-width: 780px !important;
}

#about-title {
  max-width: none !important;
  font-size: clamp(2.8rem, 2.8vw, 4.2rem) !important;
  white-space: nowrap !important;
}

.agent-panel h3 {
  font-size: clamp(2.6rem, 2.4vw, 3.4rem) !important;
  line-height: 1.12 !important;
  white-space: normal !important;
}

.about-results article {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
}

.about-results article strong {
  color: #1d1d1f !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.about-results article p {
  color: #6e6e73 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.agent-closing {
  padding: 24px 28px !important;
  border-color: rgba(0, 113, 227, 0.16) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #0071e3 !important;
  font-size: clamp(2rem, 2.45vw, 3.2rem) !important;
  line-height: 1.25 !important;
  font-weight: 760 !important;
  text-align: center !important;
}

.album-card,
.photo-card,
.office-card {
  isolation: isolate !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff !important;
}

.album-card::before,
.photo-card::before,
.office-card::before {
  z-index: 1 !important;
  background: linear-gradient(180deg, transparent 46%, rgba(255, 255, 255, 0.72) 78%, rgba(255, 255, 255, 0.94) 100%) !important;
  opacity: 1 !important;
}

.album-card::after,
.photo-card::after,
.office-card::after {
  display: none !important;
}

.album-card span,
.photo-card span,
.office-card span {
  z-index: 2 !important;
  top: 16px !important;
  left: 16px !important;
  right: auto !important;
  bottom: auto !important;
  max-width: calc(100% - 32px) !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #1d1d1f !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  text-shadow: none !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(18px);
}

.album-card strong,
.photo-card strong {
  position: absolute !important;
  z-index: 2 !important;
  right: auto !important;
  bottom: 16px !important;
  left: 16px !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #1d1d1f !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(18px);
  transform: none !important;
}

.album-card em {
  position: absolute !important;
  z-index: 2 !important;
  right: auto !important;
  bottom: 56px !important;
  left: 16px !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #6e6e73 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-style: normal !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  backdrop-filter: blur(18px);
  transform: none !important;
}

.office-section .section-heading.split {
  align-items: center !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr) !important;
}

#office-title {
  max-width: none !important;
  font-size: clamp(3.2rem, 3.9vw, 4.2rem) !important;
  white-space: nowrap !important;
}

.office-section .section-heading p {
  max-width: 560px !important;
  margin-left: auto !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.office-strip {
  align-items: stretch !important;
}

.contact-section {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(0, 1fr) 320px 320px !important;
  align-items: stretch !important;
  padding: 96px 0 !important;
}

.contact-copy {
  min-width: 0 !important;
  padding: 42px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: var(--white-soft-shadow) !important;
}

#contact-title {
  max-width: 620px !important;
  margin: 8px 0 18px !important;
  color: #1d1d1f !important;
  font-size: clamp(3.2rem, 3.45vw, 4.6rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere !important;
}

.contact-copy p:not(.eyebrow) {
  max-width: 620px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.contact-panel,
.contact-card {
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 1180px) {
  .hero-showcase {
    width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .section-heading.split,
  .office-section .section-heading.split,
  .contact-section {
    grid-template-columns: 1fr !important;
  }

  #office-title {
    white-space: normal !important;
  }

  #about-title {
    white-space: normal !important;
  }

  .office-section .section-heading p {
    margin-left: 0 !important;
  }
}

@media (max-width: 760px) {
  .hero-copy {
    overflow: hidden !important;
  }

  .hero h1,
  #hero-title {
    display: block !important;
    box-sizing: border-box !important;
    width: calc(100vw - 48px) !important;
    max-width: 280px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(2.3rem, 6.4vw, 2.8rem) !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  #hero-title span,
  .hero h1 span,
  .hero-ai-title {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  #hero-title > span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #hero-title .hero-ai-title {
    display: inline !important;
  }

  .hero-lead {
    width: calc(100vw - 48px) !important;
    max-width: 320px !important;
    font-size: 1.55rem !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  .hero-text {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: min(100%, calc(100vw - 28px)) !important;
  }

  .showcase-heading {
    width: min(100% - 28px, 1180px) !important;
    align-items: stretch !important;
  }

  .hero-carousel-track,
  .hero-slide,
  .hero-slide img {
    min-height: 430px !important;
  }

  .hero-slide span {
    top: 18px !important;
    left: 18px !important;
  }

  .hero-carousel-control {
    bottom: 18px !important;
  }

  .section-heading.split > p {
    padding-top: 0 !important;
  }

  .album-card strong,
  .photo-card strong {
    font-size: 13px !important;
    white-space: normal !important;
  }

  .album-card em {
    display: none !important;
  }

  .contact-section {
    width: min(100% - 28px, 1180px) !important;
  }

  .contact-copy {
    padding: 28px !important;
  }

  #contact-title {
    font-size: clamp(3.1rem, 10vw, 4.2rem) !important;
  }
}

/* 2026-06-17 capability map blank-cell alignment */
.capability-section .agent-cloud > .agent-cluster:last-child:nth-child(odd) {
  grid-column: 1 / -1 !important;
}

.capability-section .agent-cloud > .agent-cluster:last-child:nth-child(odd) .agent-cluster-nodes {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.capability-section .agent-cloud {
  align-content: start !important;
}

@media (max-width: 760px) {
  .capability-section .agent-cloud > .agent-cluster:last-child:nth-child(odd) .agent-cluster-nodes {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-06-18 knowledge graph column alignment and premium motion */
.capability-section .agent-map-layout {
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, 0.58fr) !important;
  align-items: start !important;
}

.capability-section .agent-cloud {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;
  align-content: start !important;
}

.capability-section .agent-cloud::before {
  display: none !important;
}

.capability-section .agent-column {
  display: grid !important;
  min-width: 0 !important;
  gap: 16px !important;
  align-content: start !important;
}

.capability-section .agent-cloud > .agent-cluster:last-child:nth-child(odd) {
  grid-column: auto !important;
}

.capability-section .agent-cloud > .agent-cluster:last-child:nth-child(odd) .agent-cluster-nodes {
  grid-template-columns: 1fr !important;
}

.capability-section .agent-cluster,
.capability-section .agent-panel,
.revolution-card,
.product-card,
.album-card,
.photo-card,
.office-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease !important;
}

.capability-section .agent-cluster:hover,
.product-card:hover,
.album-card:hover,
.photo-card:hover,
.office-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1) !important;
}

.capability-section .agent-panel {
  align-self: start !important;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.08) !important;
}

.capability-section .agent-panel:hover {
  transform: translateY(-2px) !important;
}

.hero-carousel {
  position: relative !important;
  isolation: isolate !important;
}

.hero-carousel::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  border-radius: inherit !important;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, transparent 68%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-18%) !important;
  transition: opacity 0.28s ease, transform 0.72s ease !important;
}

.hero-carousel:hover::after {
  opacity: 1 !important;
  transform: translateX(18%) !important;
}

.hero-slide img {
  transition: transform 5.2s ease, filter 0.45s ease !important;
}

.hero-slide.active img {
  transform: scale(1.018) !important;
  filter: saturate(1.05) contrast(1.03) !important;
}

.agent-node:hover {
  transform: translateY(-2px) scale(1.01) !important;
}

.site-nav a {
  position: relative !important;
}

.site-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -7px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #0071e3 !important;
  opacity: 0 !important;
  transform: scaleX(0.4) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

@keyframes syzxFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-heading,
.hero-copy,
.hero-carousel,
.revolution-card,
.agent-cluster,
.agent-panel,
.product-card,
.delivery-intro,
.album-card,
.photo-card,
.office-card,
.contact-card {
  animation: syzxFadeUp 0.72s ease backwards;
}

@media (max-width: 1180px) {
  .capability-section .agent-map-layout,
  .capability-section .agent-cloud {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-heading,
  .hero-copy,
  .hero-carousel,
  .revolution-card,
  .agent-cluster,
  .agent-panel,
  .product-card,
  .delivery-intro,
  .album-card,
  .photo-card,
  .office-card,
  .contact-card {
    animation: none !important;
  }

  .hero-slide img,
  .capability-section .agent-cluster,
  .capability-section .agent-panel,
  .revolution-card,
  .product-card,
  .album-card,
  .photo-card,
  .office-card {
    transition: none !important;
  }
}

.about-slogans {
  width: min(1180px, calc(100% - 48px));
  margin: -34px auto 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-slogans span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.92)),
    radial-gradient(circle at 24% 18%, rgba(0, 113, 227, 0.16), transparent 34%);
  box-shadow: 0 18px 42px rgba(16, 64, 128, 0.08);
  color: #0b63ce;
  font-size: clamp(16px, 1.15vw, 21px);
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
}

@media (max-width: 860px) {
  .about-slogans {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 560px);
    margin: -18px auto 28px;
  }

  .about-slogans span {
    min-height: 58px;
    border-radius: 24px;
  }
}
