body[data-page="home"] .hero-copy {
  max-width: min(560px, 100%);
  padding-right: 0;
}

body[data-page="home"] .site-header {
  padding: 18px 0;
}

body[data-page="home"] .brand {
  gap: 12px;
}

body[data-page="home"] .site-nav a:not(.nav-cta) {
  color: rgba(214, 229, 255, 0.74);
}

body[data-page="home"] .site-nav a:hover,
body[data-page="home"] .site-nav a.active {
  color: #ffffff;
}

body[data-page="home"] .hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  gap: 8px;
}

body[data-page="home"] .hero-section {
  padding: 12px 0 0;
}

body[data-page="home"] .hero-copy h1 {
  font-size: clamp(3.45rem, 5.4vw, 5.8rem);
  line-height: 1.04;
}

body[data-page="home"] .hero-copy h1 span {
  background: linear-gradient(135deg, #86efff 0%, #7fb8ff 50%, #d6f4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page="home"] .hero-lead {
  margin: 24px 0 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 600;
}

body[data-page="home"] .hero-section {
  padding: 12px 0 0;
  overflow: visible;
}

body[data-page="home"] .hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  gap: 8px;
  overflow: visible;
}

body[data-page="home"] .hero-visual {
  position: relative;
  max-width: 920px;
  min-height: 680px;
  overflow: visible;
}

body[data-page="home"] .hero-visual-home {
  isolation: isolate;
}

body[data-page="home"] .hero-visual-home-static {
  isolation: isolate;
}

body[data-page="home"] .hero-static-art {
  position: relative;
  width: min(100%, 860px);
  min-height: 700px;
  margin-left: auto;
  overflow: visible;
}

body[data-page="home"] .hero-static-art::before,
body[data-page="home"] .hero-static-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-page="home"] .hero-static-art::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(44, 107, 255, 0.34), transparent 28%),
    radial-gradient(circle at 26% 72%, rgba(61, 156, 255, 0.22), transparent 24%),
    radial-gradient(circle at 78% 28%, rgba(176, 98, 255, 0.22), transparent 22%);
  filter: blur(34px);
  z-index: 1;
}

body[data-page="home"] .hero-static-art::after {
  display: none;
}

body[data-page="home"] .hero-static-art {
  background:
    radial-gradient(ellipse at 50% 86%, rgba(71, 126, 255, 0.24), transparent 28%),
    radial-gradient(ellipse at 68% 78%, rgba(156, 93, 255, 0.16), transparent 18%);
}

body[data-page="home"] .hero-static-image {
  position: absolute;
  display: block;
  left: 50%;
  top: 12px;
  z-index: 2;
  width: min(100%, 820px);
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 38px 120px rgba(18, 76, 255, 0.3))
    drop-shadow(0 0 52px rgba(135, 96, 255, 0.28));
}

body[data-page="home"] .hero-text {
  max-width: 540px;
  font-size: 1.02rem;
  color: #9caed6;
}

body[data-page="home"] .hero-lead {
  max-width: 620px;
}

body[data-page="home"] .brand-strip {
  position: relative;
  margin-top: -22px;
  padding-top: 0;
  z-index: 2;
  border: 0;
  background: transparent;
}

body[data-page="home"] .brand-strip .container {
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px 34px;
  border: 1px solid rgba(112, 156, 255, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(7, 20, 46, 0.9), rgba(4, 13, 29, 0.78)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .brand-strip-copy {
  min-width: 0;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  white-space: normal;
  text-align: left;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body[data-page="home"] .brand-strip-logos {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
  gap: 10px;
}

body[data-page="home"] .brand-strip-logos span {
  flex: 1 1 0;
  min-width: 100px;
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 8px 10px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(112, 156, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

body[data-page="home"] .brand-strip-logo strong {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #edf6ff;
}

body[data-page="home"] .brand-strip-logo em {
  color: rgba(219, 233, 255, 0.64);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .section-heading.centered {
  max-width: 820px;
  margin-bottom: 42px;
}

body[data-page="home"] .section-home-business {
  padding-top: 40px;
  padding-bottom: 42px;
}

body[data-page="home"] .section-home-business .container {
  position: relative;
}

body[data-page="home"] .section-home-business .section-heading.centered {
  max-width: 1080px;
  margin-bottom: 30px;
}

body[data-page="home"] .section-home-business .section-heading h2 {
  max-width: none;
}

body[data-page="home"] .section-home-business .section-heading p {
  max-width: none;
}

body[data-page="home"] .section-home-business + .section-deep {
  padding-top: 40px;
}

body[data-page="home"] .section-kicker {
  padding: 0;
  min-height: auto;
  border: 0;
  background: transparent;
  color: #73d9ff;
  letter-spacing: 0.14em;
}

body[data-page="home"] .section-heading h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}

body[data-page="home"] .section-heading p {
  color: #8296c5;
}

body[data-page="home"] .business-card,
body[data-page="home"] .solution-showcase-card,
body[data-page="home"] .news-preview-card {
  background: rgba(8, 18, 44, 0.58);
}

body[data-page="home"] .home-business-carousel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 72px 58px;
}

body[data-page="home"] .home-business-carousel.is-static {
  padding-bottom: 0;
}

body[data-page="home"] .home-business-carousel.is-static .business-carousel-arrow,
body[data-page="home"] .home-business-carousel.is-static .business-carousel-dots {
  display: none;
}

body[data-page="home"] .business-carousel-stage {
  position: relative;
  overflow: visible;
}

body[data-page="home"] .business-slide-home {
  display: none;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
}

body[data-page="home"] .business-slide-home.is-active {
  display: block;
  opacity: 1;
  transform: none;
  animation: homeBusinessSlideIn 0.42s ease both;
}

@keyframes homeBusinessSlideIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

body[data-page="home"] .business-card-home {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(110, 163, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(115, 217, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(8, 22, 50, 0.96), rgba(4, 12, 28, 0.92));
  box-shadow:
    0 32px 74px rgba(2, 8, 20, 0.34),
    0 12px 34px rgba(30, 76, 188, 0.18);
  transform-origin: center center;
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.28s ease;
}

body[data-page="home"] .business-card-home::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(90, 158, 255, 0.14), transparent 30%);
  opacity: 0.9;
}

body[data-page="home"] .business-card-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.68fr);
  gap: 20px;
  align-items: stretch;
}

body[data-page="home"] .business-visual-home {
  position: relative;
  min-height: 540px;
  padding: 14px;
  overflow: visible;
  border-radius: 28px;
  border: 1px solid rgba(125, 177, 255, 0.16);
  background:
    radial-gradient(circle at 50% 18%, rgba(95, 165, 250, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(234, 241, 255, 0.95));
  box-shadow: inset 0 -24px 54px rgba(160, 195, 255, 0.18);
}

body[data-page="home"] .business-poster-home {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-page="home"] .business-visual-home img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  -webkit-clip-path: inset(0 round 28px);
  clip-path: inset(0 round 28px);
  object-fit: contain;
  object-position: center top;
  filter:
    drop-shadow(0 24px 34px rgba(31, 73, 168, 0.12))
    drop-shadow(0 34px 70px rgba(62, 114, 228, 0.14));
}

body[data-page="home"] .business-visual-home::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 12px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 156, 255, 0.2), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

body[data-page="home"] .business-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  padding: 22px 22px 20px;
  border-radius: 28px;
  border: 1px solid rgba(124, 177, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 24, 56, 0.96), rgba(5, 14, 30, 0.92)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-page="home"] .business-card-headline {
  display: grid;
  gap: 8px;
}

body[data-page="home"] .business-card-home h3 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: #f5f9ff;
}

body[data-page="home"] .business-card-summary {
  margin: 0;
  color: #99add7;
  font-size: 0.92rem;
  line-height: 1.72;
}

body[data-page="home"] .business-card-quick {
  display: grid;
  gap: 8px;
}

body[data-page="home"] .business-card-quick-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dce9ff;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page="home"] .business-card-quick-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #74e0ff, #81a8ff);
  box-shadow: 0 0 12px rgba(116, 224, 255, 0.26);
}

body[data-page="home"] .business-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page="home"] .business-card-meta-compact {
  gap: 8px;
  justify-content: flex-start;
}

body[data-page="home"] .business-card-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(87, 170, 255, 0.12);
  border: 1px solid rgba(120, 182, 255, 0.16);
  color: #ddedff;
  font-size: 0.8rem;
  line-height: 1;
}

body[data-page="home"] .business-card-pill-soft {
  background: rgba(255, 255, 255, 0.05);
  color: #bfd0ef;
}

body[data-page="home"] .business-card-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 14px;
}

body[data-page="home"] .business-card-action-compact {
  justify-content: flex-start;
}

body[data-page="home"] .business-card-home .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(132, 194, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(16, 44, 96, 0.92), rgba(9, 26, 58, 0.92)),
    rgba(255, 255, 255, 0.03);
  color: #d9e7ff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.28s ease, gap 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="home"] .business-card-home .card-link::after {
  content: "↗";
  font-size: 0.92em;
  opacity: 0.86;
}

body[data-page="home"] .business-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(126, 186, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(11, 28, 64, 0.92), rgba(5, 14, 30, 0.88)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  color: #eef5ff;
  transform: translateY(-50%);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

body[data-page="home"] .business-carousel-arrow-prev {
  left: 0;
}

body[data-page="home"] .business-carousel-arrow-next {
  right: 0;
}

body[data-page="home"] .business-carousel-arrow span {
  font-size: 1.9rem;
  line-height: 1;
}

body[data-page="home"] .business-carousel-arrow:hover,
body[data-page="home"] .business-carousel-arrow:focus-visible {
  color: #8feaff;
  border-color: rgba(143, 234, 255, 0.36);
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(143, 234, 255, 0.12);
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

body[data-page="home"] .business-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

body[data-page="home"] .business-carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(132, 152, 194, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="home"] .business-carousel-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, #75e1ff, #8ab6ff);
  box-shadow: 0 0 18px rgba(117, 225, 255, 0.34);
}

body[data-page="home"] .business-carousel-dot:hover,
body[data-page="home"] .business-carousel-dot:focus-visible {
  transform: scale(1.06);
  outline: none;
}

body[data-page="home"] .business-card-home:hover {
  transform: translateY(-10px) scale(1.022);
  border-color: rgba(143, 234, 255, 0.28);
  box-shadow:
    0 40px 82px rgba(2, 8, 20, 0.4),
    0 18px 40px rgba(29, 88, 224, 0.24);
}

body[data-page="home"] .business-card-home:focus-within {
  transform: translateY(-10px) scale(1.022);
  border-color: rgba(143, 234, 255, 0.28);
  box-shadow:
    0 40px 82px rgba(2, 8, 20, 0.4),
    0 18px 40px rgba(29, 88, 224, 0.24);
}

body[data-page="home"] .business-card-home:hover .card-link {
  gap: 12px;
  color: #8feaff;
  border-color: rgba(143, 234, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(18, 52, 112, 0.96), rgba(10, 31, 68, 0.94)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 28px rgba(18, 52, 112, 0.24);
}

@media (prefers-reduced-motion: reduce) {
body[data-page="home"] .business-slide-home,
  body[data-page="home"] .business-card-home,
  body[data-page="home"] .business-carousel-arrow,
  body[data-page="home"] .business-carousel-dot,
  body[data-page="home"] .business-card-home .card-link {
    transition: none;
  }

body[data-page="home"] .business-slide-home.is-active {
    animation: none;
  }
}

@media (min-width: 961px) {
body[data-page="home"] .section-home-business .section-heading h2,
  body[data-page="home"] .section-home-business .section-heading p {
    white-space: nowrap;
  }
}

body[data-page="home"] .solution-showcase-grid {
  gap: 24px;
}

body[data-page="home"] .solution-showcase-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
}

body[data-page="home"] .solution-showcase-card p {
  margin-bottom: 0;
}

body[data-page="home"] .solution-showcase-card .check-list {
  margin: auto 0 0;
  min-height: 96px;
}

body[data-page="home"] .solution-showcase-card .card-link {
  margin-top: 18px;
  padding-top: 0;
}

body[data-page="home"] .solution-card-visual {
  min-height: 196px;
  aspect-ratio: 1.24 / 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(10, 25, 56, 0.92), rgba(5, 14, 30, 0.84)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 -22px 42px rgba(6, 18, 44, 0.3);
}

body[data-page="home"] .solution-card-visual img {
  object-position: center center;
  transform: scale(1.02);
}

body[data-page="home"] .case-card {
  background: rgba(8, 18, 44, 0.62);
}

body[data-page="home"] .home-case-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="home"] .home-case-list-grid .case-card {
  background:
    linear-gradient(180deg, rgba(6, 18, 44, 0.94), rgba(4, 12, 28, 0.88)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="home"] .home-case-list-grid .case-media {
  height: 232px;
}

body[data-page="home"] .home-case-list-grid .case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 48, 0.04), rgba(5, 13, 30, 0.36));
  pointer-events: none;
}

body[data-page="home"] .home-case-list-grid .case-type-line {
  margin: -2px 0 14px;
  color: #7fdaff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

body[data-page="home"] .home-news-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  justify-self: end;
  width: max-content;
  max-width: 100%;
}

body[data-page="home"] .home-news-actions .button {
  min-width: max-content;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  flex-shrink: 0;
}

body[data-page="home"] .home-news-featured-grid {
  margin-top: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body[data-page="home"] .home-news-card {
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.92), rgba(5, 13, 30, 0.84)),
    rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="home"] .home-news-card:hover,
body[data-page="home"] .home-news-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(112, 156, 255, 0.24);
  box-shadow: 0 18px 40px rgba(4, 12, 28, 0.28);
  outline: none;
}

body[data-page="home"] .home-news-featured-grid .news-headline-body {
  padding: 22px 22px 24px;
}

body[data-page="home"] .home-news-featured-grid .news-headline-body h3 {
  margin: 12px 0 10px;
  font-size: 1.18rem;
  line-height: 1.42;
}

body[data-page="home"] .home-news-featured-grid .news-headline-body p {
  margin: 0;
}

body[data-page="home"] .home-news-featured-grid .news-headline-media {
  min-height: 210px;
  padding: 16px;
}

body[data-page="home"] .home-news-featured-grid .news-headline-media img {
  max-height: 182px;
}

@media (max-width: 1100px) {
body[data-page="home"] .home-news-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-page="home"] .tech-advantage-layout,
body[data-page="home"] .cases-overview {
  gap: 28px;
}

body[data-page="home"] .home-tech-section {
  overflow: hidden;
}

body[data-page="home"] .tech-scene-panel {
  padding: 42px 34px;
}

body[data-page="home"] .cases-stats {
  padding-top: 10px;
}

body[data-page="home"] .metric-stack {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="home"] .metric-stack:last-child {
  border-bottom: 0;
}

body[data-page="home"] .metric-stack strong {
  font-size: clamp(2.8rem, 4vw, 4rem);
  letter-spacing: -0.04em;
}

body[data-page="home"] .case-card,
body[data-page="home"] .news-preview-card {
  display: flex;
  flex-direction: column;
}

body[data-page="home"] .case-media {
  height: 188px;
}

body[data-page="home"] .case-body,
body[data-page="home"] .news-preview-card {
  flex: 1;
}

body[data-page="home"] .case-body {
  display: flex;
  flex-direction: column;
}

body[data-page="home"] .case-body > p:not(.case-type-line) {
  margin-bottom: 0;
}

body[data-page="home"] .case-stat-grid {
  margin: auto 0 0;
  padding-top: 18px;
}

body[data-page="home"] .case-body .card-link {
  margin-top: 18px;
  padding-top: 0;
}

body[data-page="home"] .tech-advantage-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.02fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 20px;
}

body[data-page="home"] .advantage-list,
body[data-page="home"] .tech-capability-list {
  padding: 24px 24px;
  border-radius: 30px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.84), rgba(4, 12, 28, 0.74)),
    rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

body[data-page="home"] .advantage-list {
  padding-right: 28px;
}

body[data-page="home"] .advantage-item {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
}

body[data-page="home"] .advantage-item h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

body[data-page="home"] .advantage-item p {
  margin: 0;
  color: #8ea2d1;
  font-size: 0.95rem;
  line-height: 1.72;
}

body[data-page="home"] .tech-core-card {
  padding: 28px 18px 18px;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 16%, rgba(97, 169, 255, 0.32), transparent 24%),
    radial-gradient(circle at 50% 60%, rgba(122, 86, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(9, 22, 50, 0.92), rgba(4, 11, 28, 0.92));
}

body[data-page="home"] .tech-core-card::before,
body[data-page="home"] .tech-core-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-page="home"] .tech-core-card::before {
  left: 12%;
  right: 12%;
  top: 18%;
  bottom: 18%;
  border-radius: 50%;
  border: 1px solid rgba(108, 164, 255, 0.18);
  box-shadow: 0 0 0 22px rgba(108, 164, 255, 0.04), 0 0 0 54px rgba(108, 164, 255, 0.02);
}

body[data-page="home"] .tech-core-card::after {
  left: 18%;
  right: 18%;
  bottom: 8%;
  height: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 128, 255, 0.26), transparent 68%);
  filter: blur(16px);
}

body[data-page="home"] .tech-core-kicker {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

body[data-page="home"] .tech-core-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 18px auto 0;
  filter: drop-shadow(0 30px 80px rgba(25, 66, 215, 0.28));
}

body[data-page="home"] .tech-capability-list {
  gap: 14px;
  padding-left: 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .tech-capability-item {
  width: min(100%, 330px);
  padding: 18px 18px 18px 24px;
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.82), rgba(4, 12, 30, 0.78)),
    rgba(255, 255, 255, 0.03);
}

body[data-page="home"] .tech-capability-item::before,
body[data-page="home"] .tech-capability-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

body[data-page="home"] .tech-capability-item::before {
  left: -72px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(113, 216, 255, 0), rgba(113, 216, 255, 0.65));
}

body[data-page="home"] .tech-capability-item::after {
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #71d8ff;
  box-shadow: 0 0 16px rgba(113, 216, 255, 0.42);
}

body[data-page="home"] .tech-capability-item:nth-child(1),
body[data-page="home"] .tech-capability-item:nth-child(4) {
  margin-left: 26px;
}

body[data-page="home"] .tech-capability-item:nth-child(2) {
  margin-left: 6px;
}

body[data-page="home"] .tech-capability-item:nth-child(3) {
  margin-left: 12px;
}

body[data-page="home"] .tech-capability-copy {
  display: block;
}

body[data-page="home"] .tech-capability-copy strong {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

body[data-page="home"] .tech-capability-copy span {
  display: block;
  color: #8ea2d1;
  font-size: 0.92rem;
  line-height: 1.68;
}

body[data-page="home"] .process-steps,
body[data-page="services"] .process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.88), rgba(5, 13, 30, 0.8)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

body[data-page="home"] .process-card,
body[data-page="services"] .process-card {
  position: relative;
  min-height: 218px;
  padding: 30px 24px 28px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .process-card:last-child,
body[data-page="services"] .process-card:last-child {
  border-right: 0;
}

body[data-page="home"] .process-card:not(:last-child)::after,
body[data-page="services"] .process-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(5, 16, 38, 0.92);
  border: 1px solid rgba(112, 156, 255, 0.16);
  color: #6fdcff;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.18);
}

body[data-page="home"] .process-card::before,
body[data-page="services"] .process-card::before {
  display: none;
}

body[data-page="home"] .process-index,
body[data-page="services"] .process-index {
  justify-content: center;
  width: 46px;
  padding: 0;
}

body[data-page="home"] .process-card-head,
body[data-page="services"] .process-card-head {
  margin-bottom: 16px;
}

body[data-page="home"] .process-icon,
body[data-page="services"] .process-icon {
  width: 44px;
  height: 44px;
}

body[data-page="home"] .news-card-row {
  gap: 24px;
}

body[data-page="home"] .news-preview-card {
  min-height: 238px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.88), rgba(4, 12, 30, 0.82)),
    rgba(255, 255, 255, 0.03);
}

body[data-page="home"] .news-preview-foot {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="home"] .section-heading-news {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

body[data-page="home"] .cta-banner,
body[data-page="services"] .cta-banner,
body[data-page="solutions"] .cta-banner {
  padding: 42px 48px;
  border-radius: 34px;
  min-height: auto;
  align-items: center;
}

body[data-page="home"] .cta-banner h2,
body[data-page="services"] .cta-banner h2,
body[data-page="solutions"] .cta-banner h2 {
  max-width: 660px;
}

body[data-page="home"] .cta-banner .cta-banner-note,
body[data-page="services"] .cta-banner .cta-banner-note,
body[data-page="solutions"] .cta-banner .cta-banner-note {
  max-width: 660px;
  color: #9db2db;
  line-height: 1.78;
}

@media (max-width: 1180px) {
.hero-visual,
  .inner-visual,
  body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

body[data-page="home"] .home-business-carousel {
    max-width: 1020px;
    padding-left: 56px;
    padding-right: 56px;
  }

body[data-page="home"] .section-home-business {
    padding-top: 34px;
    padding-bottom: 38px;
  }

body[data-page="home"] .section-home-business .section-heading.centered {
    margin-bottom: 26px;
  }

body[data-page="home"] .business-card-shell {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
    gap: 20px;
  }

body[data-page="home"] .business-visual-home {
    min-height: 500px;
  }

body[data-page="home"] .business-card-copy {
    padding: 20px 20px 18px;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="home"] .tech-advantage-layout {
    grid-template-columns: 1fr;
  }

body[data-page="home"] .hero-visual,
  body[data-page="home"] .hero-static-art {
    min-height: 560px;
  }

body[data-page="home"] .tech-scene-panel {
    padding: 30px 24px;
  }

body[data-page="home"] .brand-strip .container {
    grid-template-columns: 1fr;
  }

body[data-page="home"] .brand-strip-copy {
    text-align: center;
    white-space: normal;
  }

body[data-page="home"] .brand-strip-logos {
    justify-content: center;
  }

body[data-page="home"] .cases-stats {
    padding-top: 0;
  }

body[data-page="home"] .tech-core-card {
    max-width: 680px;
    margin: 0 auto;
  }

body[data-page="home"] .process-steps,
  body[data-page="services"] .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body[data-page="home"] .advantage-list,
  body[data-page="home"] .tech-capability-list {
    max-width: 680px;
    margin: 0 auto;
  }

body[data-page="home"] .tech-capability-list {
    padding-left: 24px;
    background:
      linear-gradient(180deg, rgba(8, 22, 50, 0.84), rgba(4, 12, 28, 0.74)),
      rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(96, 165, 250, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
  }

body[data-page="home"] .tech-capability-item {
    width: 100%;
    margin-left: 0 !important;
  }

body[data-page="home"] .tech-capability-item::before {
    display: none;
  }

body[data-page="home"] .tech-capability-item::after {
    left: 12px;
  }
}

@media (max-width: 960px) {
.hero-visual,
  .inner-visual,
body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 520px;
    opacity: 0.72;
  }

body[data-page="home"] .site-header {
    padding: 12px 0;
  }

body[data-page="home"] .home-business-carousel {
    padding-left: 24px;
    padding-right: 24px;
  }

body[data-page="home"] .section-home-business .section-heading.centered {
    max-width: 820px;
  }

body[data-page="home"] .section-home-business .section-heading h2 {
    max-width: none;
  }

body[data-page="home"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

body[data-page="home"] .business-carousel-stage {
    min-height: 0;
  }

body[data-page="home"] .business-card-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

body[data-page="home"] .business-visual-home {
    min-height: 390px;
  }

body[data-page="home"] .business-card-home h3 {
    font-size: 1.6rem;
  }

body[data-page="home"] .business-carousel-arrow {
    width: 48px;
    height: 48px;
  }

body[data-page="home"] .tech-advantage-layout,
  body[data-page="home"] .cases-overview {
    grid-template-columns: 1fr;
  }

body[data-page="home"] .tech-scene-panel {
    padding: 24px 20px;
  }

body[data-page="home"] .brand-strip-logos span {
    flex-basis: calc(25% - 12px);
  }

body[data-page="home"] .home-case-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body[data-page="home"] .solution-showcase-card .check-list {
    min-height: 0;
  }

.section-heading-news-copy,
  .news-nav-buttons,
  body[data-page="home"] .home-news-actions {
    grid-column: auto;
  }

.news-nav-buttons,
  body[data-page="home"] .home-news-actions {
    justify-self: center;
  }

body[data-page="home"] .process-steps {
    gap: 1px;
    background: rgba(96, 165, 250, 0.12);
  }

body[data-page="home"] .process-card::after {
    display: none;
  }

body[data-page="home"] .process-card {
    min-height: auto;
    border-right: 0;
    background:
      linear-gradient(180deg, rgba(8, 20, 48, 0.94), rgba(5, 13, 30, 0.88)),
      rgba(255, 255, 255, 0.02);
  }
}

@media (max-width: 680px) {
.hero-visual,
  .inner-visual,
  body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 420px;
    top: auto;
    opacity: 0.44;
  }

body[data-page="home"] .hero-visual,
  body[data-page="home"] .hero-static-art {
    min-height: 420px;
  }

body[data-page="home"] .hero-static-art::after {
    width: min(100%, 520px);
    top: 18px;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

body[data-page="home"] .home-hero,
  body[data-page="services"] .hero-section {
    min-height: auto;
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

body[data-page="home"] .hero-copy h1,
  body[data-page="services"] .services-hero-copy h1 {
    max-width: none;
    white-space: normal;
    text-wrap: balance;
  }

body[data-page="home"] .hero-text,
  body[data-page="services"] .services-hero-copy .hero-text {
    max-width: none;
  }

body[data-page="home"] .hero-actions,
  body[data-page="services"] .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

body[data-page="home"] .hero-actions .button,
  body[data-page="services"] .hero-actions .button {
    width: 100%;
  }

body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual-services {
    opacity: 1;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid {
    gap: 12px;
  }

body[data-page="home"] .brand-strip {
    margin-top: 0;
  }

body[data-page="home"] .section-home-business {
    padding-top: 28px;
    padding-bottom: 32px;
  }

body[data-page="home"] .section-home-business .section-heading.centered {
    margin-bottom: 22px;
  }

body[data-page="home"] .section-home-business .section-heading h2,
  body[data-page="home"] .section-home-business .section-heading p {
    max-width: none;
  }

body[data-page="home"] .brand-strip .container {
    padding: 18px;
    border-radius: 22px;
  }

body[data-page="home"] .home-business-carousel {
    padding: 0;
  }

body[data-page="home"] .business-carousel-arrow {
    display: none;
  }

body[data-page="home"] .business-card-home {
    padding: 12px;
    border-radius: 26px;
  }

body[data-page="home"] .business-card-shell {
    gap: 14px;
  }

body[data-page="home"] .business-visual-home {
    min-height: 300px;
    padding: 12px;
    border-radius: 20px;
  }

body[data-page="home"] .business-visual-home img {
    border-radius: 20px;
    -webkit-clip-path: inset(0 round 20px);
    clip-path: inset(0 round 20px);
  }

body[data-page="home"] .business-card-copy {
    padding: 16px 15px 15px;
    border-radius: 20px;
  }

body[data-page="home"] .business-carousel-dots {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    transform: none;
  }

body[data-page="home"] .business-card-home h3 {
    font-size: 1.3rem;
  }

body[data-page="home"] .business-card-summary {
    font-size: 0.92rem;
    line-height: 1.72;
  }

body[data-page="home"] .business-card-pill {
    min-height: 30px;
    font-size: 0.8rem;
  }

body[data-page="home"] .business-card-action {
    padding-top: 8px;
  }

body[data-page="home"] .business-card-home .card-link {
    width: 100%;
  }

body[data-page="home"] .home-case-list-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

body[data-page="home"] .home-case-list-grid .case-media {
    height: 210px;
  }

body[data-page="home"] .brand-strip-logos span {
    flex-basis: calc(50% - 12px);
  }

body[data-page="home"] .tech-advantage-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

body[data-page="home"] .advantage-list,
  body[data-page="home"] .tech-capability-list {
    padding: 22px 18px;
  }

body[data-page="home"] .tech-scene-panel {
    padding: 22px 16px;
    border-radius: 28px;
  }

body[data-page="home"] .tech-core-card::before {
    left: 10%;
    right: 10%;
    top: 22%;
    bottom: 20%;
    box-shadow: 0 0 0 16px rgba(108, 164, 255, 0.04);
  }

body[data-page="home"] .tech-capability-list {
    padding-left: 18px;
  }

body[data-page="home"] .tech-capability-item {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 12px;
    padding: 16px 16px 16px 20px;
  }

body[data-page="home"] .process-steps,
  body[data-page="services"] .process-steps {
    grid-template-columns: 1fr;
  }

body[data-page="home"] .tech-capability-badge {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

body[data-page="home"] .cta-banner {
    padding: 30px 24px;
    border-radius: 26px;
  }
}

@media (max-width: 820px) {
body[data-page="home"] .home-hero,
  body[data-page="services"] .services-hero-section,
  body[data-page="solutions"] .solutions-hero-section,
  body[data-page="cases"] .cases-hero-section,
  body[data-page="news"] .news-hero-section,
  body[data-page="about"] .about-hero-section,
  body[data-page="contact"] .contact-hero-section {
    padding: 18px 0 28px;
    min-height: auto;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="solutions"] .inner-hero-grid,
  body[data-page="cases"] .inner-hero-grid,
  body[data-page="news"] .inner-hero-grid,
  body[data-page="about"] .inner-hero-grid,
  body[data-page="contact"] .inner-hero-grid {
    position: relative;
    display: block;
    min-height: clamp(420px, 96vw, 620px);
    padding: 0 18px 18px;
    border-radius: 30px;
    overflow: hidden;
  }

body[data-page="home"] .hero-grid::after,
  body[data-page="services"] .inner-hero-grid::after,
  body[data-page="solutions"] .inner-hero-grid::after,
  body[data-page="cases"] .inner-hero-grid::after,
  body[data-page="news"] .inner-hero-grid::after,
  body[data-page="about"] .inner-hero-grid::after,
  body[data-page="contact"] .inner-hero-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(3, 11, 26, 0.92) 0%, rgba(3, 11, 26, 0.78) 38%, rgba(3, 11, 26, 0.22) 72%, rgba(3, 11, 26, 0.08) 100%),
      linear-gradient(180deg, rgba(3, 11, 26, 0.14), rgba(3, 11, 26, 0.46) 74%, rgba(3, 11, 26, 0.72) 100%);
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy,
  body[data-page="solutions"] .solutions-hero-copy,
  body[data-page="cases"] .cases-hero-copy,
  body[data-page="news"] .news-hero-copy,
  body[data-page="about"] .about-hero-copy,
  body[data-page="contact"] .contact-hero-copy {
    position: relative;
    z-index: 3;
    max-width: min(100%, 540px);
    padding: 24px 0 0;
  }

body[data-page="home"] .hero-grid > .hero-visual,
  body[data-page="services"] .inner-hero-grid > .inner-visual,
  body[data-page="solutions"] .inner-hero-grid > .inner-visual,
  body[data-page="cases"] .inner-hero-grid > .inner-visual,
  body[data-page="news"] .inner-hero-grid > .inner-visual,
  body[data-page="about"] .inner-hero-grid > .inner-visual,
  body[data-page="contact"] .inner-hero-grid > .inner-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }

body[data-page="home"] .hero-static-art,
  body[data-page="services"] .services-static-art,
  body[data-page="solutions"] .solutions-static-art,
  body[data-page="cases"] .cases-static-art,
  body[data-page="news"] .news-static-art,
  body[data-page="about"] .about-static-art,
  body[data-page="contact"] .contact-static-art {
    min-height: 100%;
  }
}

@media (max-width: 820px) {
body[data-page="home"] .hero-section,
  body[data-page="services"] .services-hero-section,
  body[data-page="solutions"] .solutions-hero-section,
  body[data-page="cases"] .cases-hero-section,
  body[data-page="news"] .news-hero-section,
  body[data-page="about"] .about-hero-section,
  body[data-page="contact"] .contact-hero-section {
    overflow: hidden;
  }

body[data-page="home"] .hero-bg,
  body[data-page="services"] .hero-bg,
  body[data-page="solutions"] .hero-bg,
  body[data-page="cases"] .hero-bg,
  body[data-page="news"] .hero-bg,
  body[data-page="about"] .hero-bg,
  body[data-page="contact"] .hero-bg,
  body[data-page="home"] .hero-grid > .hero-visual,
  body[data-page="services"] .inner-hero-grid > .inner-visual,
  body[data-page="solutions"] .inner-hero-grid > .inner-visual,
  body[data-page="cases"] .inner-hero-grid > .inner-visual,
  body[data-page="news"] .inner-hero-grid > .inner-visual,
  body[data-page="about"] .inner-hero-grid > .inner-visual,
  body[data-page="contact"] .inner-hero-grid > .inner-visual,
  body[data-page="home"] .hero-static-art,
  body[data-page="services"] .services-static-art,
  body[data-page="solutions"] .solutions-static-art,
  body[data-page="cases"] .cases-static-art,
  body[data-page="news"] .news-static-art,
  body[data-page="about"] .about-static-art,
  body[data-page="contact"] .contact-static-art {
    overflow: hidden;
  }

body[data-page="home"] .hero-static-image,
  body[data-page="services"] .services-static-image,
  body[data-page="solutions"] .solutions-static-image,
  body[data-page="cases"] .cases-static-image,
  body[data-page="about"] .about-static-image {
    width: min(118vw, 600px);
    top: 0;
  }

  body[data-page="home"] .home-news-actions {
    justify-self: center;
  }

  body[data-page="home"] .home-news-actions .button {
    width: auto;
  }

body[data-page="home"] .home-news-featured-grid {
    grid-template-columns: 1fr;
  }

  .image-preview-modal {
    padding: 12px;
  }

  .image-preview-dialog {
    padding: 12px 12px 14px;
    border-radius: 22px;
  }

  .image-preview-shell {
    min-height: 180px;
    padding: 10px;
    border-radius: 16px;
  }

  .image-preview-shell img {
    max-height: calc(100vh - 160px);
  }
}

@media (max-width: 640px) {
body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="solutions"] .inner-hero-grid,
  body[data-page="cases"] .inner-hero-grid,
  body[data-page="news"] .inner-hero-grid,
  body[data-page="about"] .inner-hero-grid,
  body[data-page="contact"] .inner-hero-grid {
    min-height: clamp(400px, 108vw, 560px);
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy,
  body[data-page="solutions"] .solutions-hero-copy,
  body[data-page="cases"] .cases-hero-copy,
  body[data-page="news"] .news-hero-copy,
  body[data-page="about"] .about-hero-copy,
  body[data-page="contact"] .contact-hero-copy {
    max-width: min(100%, 460px);
    padding-top: 18px;
  }

body[data-page="home"] .hero-static-image,
  body[data-page="services"] .services-static-image,
  body[data-page="solutions"] .solutions-static-image,
  body[data-page="cases"] .cases-static-image,
  body[data-page="about"] .about-static-image {
    width: min(132vw, 520px);
    top: 10px;
  }
}
