.sx-home-hero {
  padding-top: 138px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px) center / 170px 100%,
    #fff;
}
.sx-home-hero__inner {
  width: min(var(--wide), calc(100% - 60px));
  height: 570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 var(--radius-panel) var(--radius-panel);
  background:
    radial-gradient(circle at 78% 34%, rgba(93,150,223,.38), transparent 35%),
    linear-gradient(115deg, rgba(22,41,58,.55), rgba(93,150,223,.18) 48%, rgba(222,238,255,.62)),
    var(--gna-hero-bg);
  box-shadow: 0 28px 55px rgba(17,17,17,.25);
}
.sx-home-hero__copy {
  padding-left: 50px;
  max-width: 660px;
  color: #fff;
}
.sx-home-hero h1 {
  margin: 28px 0 24px;
  color: #111;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.03em;
}
.sx-home-hero p {
  margin: 0 0 34px;
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}
.sx-tech-visual {
  position: relative;
  width: 620px;
  height: 430px;
  justify-self: center;
}
.sx-tech-visual__core {
  position: absolute;
  left: 190px;
  top: 52px;
  width: 190px;
  height: 230px;
  border-radius: 38px 38px 66px 66px;
  background: linear-gradient(145deg, #9ec8f1, #dbeeff);
  border: 10px solid rgba(65,118,185,.35);
  box-shadow: inset 0 10px 18px rgba(255,255,255,.7), 0 20px 55px rgba(43,87,143,.28);
  transform: rotate(-5deg);
}
.sx-tech-visual__core span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #2457d8;
  font-size: 68px;
  font-weight: 900;
}
.sx-tech-visual__orbit {
  position: absolute;
  left: 42px;
  top: 160px;
  width: 520px;
  height: 140px;
  border: 2px solid rgba(45,91,151,.42);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.sx-tech-visual__orbit--two {
  left: 92px;
  top: 194px;
  width: 430px;
  height: 96px;
  opacity: .55;
}
.sx-node {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid rgba(65,118,185,.28);
  box-shadow: 0 10px 22px rgba(16,24,40,.16);
}
.sx-node--a { left: 68px; top: 210px; background: #111; }
.sx-node--b { right: 72px; top: 156px; background: #36a64f; }
.sx-node--c { right: 118px; bottom: 70px; background: #6366d9; }
.sx-node--d { left: 242px; bottom: 42px; background: #f6f8ff; }
.sx-section-title {
  text-align: center;
  margin-bottom: 56px;
}
.sx-section-title h2 {
  margin: 18px 0 0;
  color: var(--gna-text-primary);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.sx-consult {
  padding: 0;
  background: #fff;
}
.sx-consult__panel {
  width: min(var(--wide), calc(100% - 60px));
  min-height: 710px;
  margin: 0 auto;
  padding: 90px 86px 40px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 78px;
  align-items: center;
  background:
    linear-gradient(rgba(12,18,26,.72), rgba(12,18,26,.72)),
    url('../../assets/shanghai-cta.jpg') center / cover;
  color: #fff;
}
.sx-consult h2 {
  max-width: 700px;
  margin: 28px 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.22;
  font-weight: 800;
}
.sx-consult p {
  max-width: 660px;
  margin: 0 0 36px;
  color: rgba(255,255,255,.88);
  font-size: 20px;
  line-height: 1.65;
}
.sx-consult__cards {
  display: grid;
  gap: 16px;
}
.sx-consult__cards div {
  min-height: 150px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: #111;
}
.sx-consult__cards i,
.sx-trust__icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: conic-gradient(var(--gna-brand-red), var(--gna-brand-orange), var(--gna-brand-magenta), var(--gna-brand-red));
}
.sx-consult__cards strong { display: block; margin-bottom: 10px; font-size: 18px; }
.sx-consult__cards span { color: var(--gna-text-secondary); font-size: 14px; line-height: 1.7; }
.sx-trust {
  padding: 90px 0;
  background: #fff;
}
.sx-trust__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
.sx-trust article {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 24px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--gna-border);
}
.sx-trust__icon { grid-row: span 2; margin: 0; }
.sx-trust__icon--alt { background: conic-gradient(#5d96df, #92c5ff, var(--gna-brand-red), #5d96df); }
.sx-trust h3 { margin: 0 0 12px; font-size: 24px; }
.sx-trust p { margin: 0; color: var(--gna-text-secondary); font-size: 16px; line-height: 1.8; }
