html:has(.starx-landing),
body:has(.starx-landing),
#app:has(.starx-landing),
.base-container:has(.starx-landing),
main:has(.starx-landing) {
  overflow-x: clip !important;
}

#app:has(.starx-landing),
.base-container:has(.starx-landing),
main:has(.starx-landing) {
  overflow-y: visible !important;
}

.starx-landing {
  --sx-blue: #0005ff;
  --sx-blue-2: #0005ff;
  --sx-cyan: #0005ff;
  --sx-ink: #1d1d1f;
  --sx-muted: #6b6c6d;
  --sx-line: #e2e2e8;
  --sx-pale: #f1f2ff;
  --sx-white: #fff;
  color: var(--sx-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: clip;
  overflow-y: visible;
}

.starx-landing *,
.starx-landing *::before,
.starx-landing *::after {
  box-sizing: border-box;
}

.starx-landing img {
  display: block;
  width: 100%;
}

.starx-landing a {
  color: inherit;
}

.sx-shell {
  width: min(1400px, calc(100% - 64px));
  margin: 0 auto;
}

.sx-section {
  position: relative;
  padding: 112px 0;
}

.sx-section--pale {
  background: linear-gradient(180deg, #f8f8fb 0%, #f0f1ff 100%);
}

.sx-section--dark {
  color: var(--sx-ink);
  background: #EAF2FF;
}

.sx-section--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(rgba(0, 5, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 5, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.sx-section--dark .sx-shell {
  position: relative;
  z-index: 1;
}

.sx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--sx-blue-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sx-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--sx-cyan);
}

.sx-section--dark .sx-eyebrow {
  color: var(--sx-blue);
}

.sx-title {
  max-width: 880px;
  margin: 0;
  font-size: clamp(36px, 4.3vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.sx-title--center {
  margin-inline: auto;
  text-align: center;
}

.sx-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--sx-muted);
  font-size: 18px;
  line-height: 1.75;
}

.sx-section--dark .sx-lead {
  color: var(--sx-muted);
}

.sx-center {
  text-align: center;
}

.sx-center .sx-eyebrow {
  justify-content: center;
}

.sx-center .sx-lead {
  margin-inline: auto;
}

.sx-intro {
  background: linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
}

.sx-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(56px, 7vw, 120px);
  align-items: center;
}

.sx-product-frame {
  position: relative;
  padding: 28px;
  border: 1px solid #e1e1ea;
  border-radius: 32px;
  background: linear-gradient(145deg, #fff, #f0f1ff);
  box-shadow: 0 28px 70px rgba(0, 5, 255, .12);
}

.sx-product-frame img {
  aspect-ratio: 1.12;
  object-fit: cover;
  object-position: 50% 52%;
  border-radius: 22px;
}

.sx-spec-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.sx-spec {
  padding: 20px 18px;
  border: 1px solid var(--sx-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
}

.sx-spec strong {
  display: block;
  color: var(--sx-blue);
  font-size: 25px;
  line-height: 1;
}

.sx-spec span {
  display: block;
  margin-top: 9px;
  color: var(--sx-muted);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sx-architecture {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
  margin-top: 72px;
}

.sx-architecture-visual {
  padding: 24px;
  border: 1px solid rgba(0, 5, 255, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 45px rgba(0, 5, 255, .08);
}

.sx-architecture-visual img {
  min-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
}

.sx-architecture-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -.03em;
}

.sx-architecture-copy p {
  margin: 0;
  color: var(--sx-muted);
  font-size: 18px;
  line-height: 1.75;
}

.sx-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.sx-flow-item {
  padding: 21px;
  border: 1px solid rgba(0, 5, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}

.sx-flow-item span {
  display: block;
  color: var(--sx-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sx-flow-item strong {
  display: block;
  margin-top: 7px;
  font-size: 21px;
}

.sx-arrow {
  color: var(--sx-blue);
  font-size: 28px;
}

.sx-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.sx-card {
  overflow: hidden;
  border: 1px solid var(--sx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(29, 29, 31, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.sx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(0, 5, 255, .12);
}

.sx-card-media {
  padding: 22px 22px 0;
}

.sx-card-media img {
  /* height: 310px; */
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  background: #f8fbff;
}

.sx-card-body {
  padding: 28px 30px 32px;
}

.sx-card-index {
  color: var(--sx-blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sx-card h3 {
  margin: 10px 0 10px;
  font-size: 26px;
  line-height: 1.2;
}

.sx-card p {
  margin: 0;
  color: var(--sx-muted);
  line-height: 1.65;
}

.sx-battery {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
}

.sx-battery-visual {
  position: relative;
  padding: clamp(22px, 3.5vw, 48px);
  border: 1px solid var(--sx-line);
  border-radius: 28px;
  background: #DBDDED;
  box-shadow: 0 24px 65px rgba(0, 5, 255, .1);
}

.sx-battery-visual::after {
  content: "530Ah";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(0, 5, 255, .08);
  font-size: clamp(52px, 8vw, 110px);
  font-weight: 900;
  line-height: .8;
  pointer-events: none;
}

.sx-battery-visual img {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 18px;
}

.sx-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.sx-kpi {
  padding: 24px;
  border-left: 3px solid var(--sx-cyan);
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 72, 121, .06);
}

.sx-kpi strong {
  display: block;
  color: var(--sx-blue);
  font-size: 28px;
}

.sx-kpi span {
  display: block;
  margin-top: 7px;
  color: var(--sx-muted);
  font-size: 14px;
}

.sx-om-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 34px;
  margin-top: 64px;
}

.sx-om-panel {
  min-height: 100%;
  padding: 40px;
  border: 1px solid rgba(0, 5, 255, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 45px rgba(0, 5, 255, .08);
}

.sx-om-panel img {
  height: 300px;
  padding: 24px;
  object-fit: contain;
  border: 1px solid rgba(0, 5, 255, .12);
  border-radius: 16px;
  background: #DBDDED;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.sx-om-panel h3 {
  margin: 28px 0 12px;
  font-size: 28px;
}

.sx-om-panel p {
  margin: 0;
  color: var(--sx-muted);
  line-height: 1.7;
}

.sx-timing {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.sx-timing div {
  flex: 1;
  padding: 17px;
  border-radius: 14px;
  background: var(--sx-pale);
}

.sx-timing strong {
  display: block;
  color: var(--sx-blue);
  font-size: 24px;
}

.sx-timing span {
  display: block;
  margin-top: 5px;
  color: var(--sx-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sx-layout-img {
  object-position: center 62% !important;
}

.sx-specifications {
  background: linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}

.sx-spec-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 94px);
  align-items: start;
  margin-top: 64px;
}

.sx-spec-product {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  align-self: start;
  height: max-content;
  overflow: hidden;
  border: 1px solid var(--sx-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 5, 255, .1);
}

.sx-spec-product-media {
  position: relative;
  padding: clamp(28px, 4vw, 54px) 28px;
  background: linear-gradient(145deg, #fff 0%, #fff 68%, #eef0ff 100%);
}

.sx-spec-product-media::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 54px;
  height: 4px;
  border-radius: 99px;
  background: var(--sx-blue);
}

.sx-spec-product-media img {
  height: 310px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.sx-spec-product-copy {
  padding: 28px 30px 32px;
  border-top: 1px solid var(--sx-line);
}

.sx-spec-product-copy span {
  color: var(--sx-blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sx-spec-product-copy h3 {
  margin: 9px 0 8px;
  font-size: 32px;
}

.sx-spec-product-copy p {
  margin: 0;
  color: var(--sx-muted);
  line-height: 1.55;
}

.sx-spec-product-power {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.sx-spec-product-power strong {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--sx-blue);
  background: var(--sx-pale);
  font-size: 14px;
}

.sx-spec-table {
  overflow: hidden;
  border: 1px solid var(--sx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(29, 29, 31, .07);
}

.sx-spec-group+.sx-spec-group {
  border-top: 1px solid var(--sx-line);
}

.sx-spec-group h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 18px 24px;
  color: var(--sx-blue);
  background: linear-gradient(90deg, #eff0ff, #fafaff);
  font-size: 16px;
  letter-spacing: .02em;
}

.sx-spec-group h3::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 99px;
  background: var(--sx-cyan);
}

.sx-spec-row-table {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) minmax(220px, 1.1fr);
  min-height: 48px;
}

.sx-spec-row-table+.sx-spec-row-table {
  border-top: 1px solid #e7edf3;
}

.sx-spec-row-table dt,
.sx-spec-row-table dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px 24px;
  line-height: 1.45;
}

.sx-spec-row-table dt {
  color: var(--sx-muted);
  font-size: 14px;
}

.sx-spec-row-table dd {
  border-left: 1px solid #e7edf3;
  color: var(--sx-ink);
  font-size: 15px;
  font-weight: 700;
}

.sx-cta {
  padding: 72px 0;
  background: linear-gradient(90deg, #0005ff, #292dff);
  color: #fff;
}

.sx-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.sx-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 50px);
  letter-spacing: -.03em;
}

.sx-cta p {
  max-width: 700px;
  margin: 14px 0 0;
  color: #d6edff;
  line-height: 1.6;
}

.sx-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--sx-blue);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.sx-button:hover {
  color: #fff;
  background: transparent;
}

@media (max-width: 1024px) {
  .sx-shell {
    width: min(100% - 40px, 1400px);
  }

  .sx-section {
    padding: 84px 0;
  }

  .sx-intro-grid,
  .sx-architecture,
  .sx-battery,
  .sx-spec-layout {
    grid-template-columns: 1fr;
  }

  .sx-intro-grid {
    gap: 54px;
  }

  .sx-product-frame {
    max-width: 760px;
  }

  .sx-architecture-visual {
    order: 2;
  }

  .sx-spec-product {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sx-spec-product-copy {
    border-top: 0;
    border-left: 1px solid var(--sx-line);
  }
}

@media (max-width: 700px) {
  .sx-shell {
    width: min(100% - 32px, 1400px);
  }

  .sx-section {
    padding: 68px 0;
  }

  .sx-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .sx-lead {
    font-size: 16px;
  }

  .sx-spec-row,
  .sx-card-grid,
  .sx-kpis,
  .sx-om-grid {
    grid-template-columns: 1fr;
  }

  .sx-product-frame {
    padding: 14px;
    border-radius: 22px;
  }

  .sx-product-frame img {
    border-radius: 14px;
  }

  .sx-architecture {
    margin-top: 46px;
  }

  .sx-architecture-visual {
    padding: 12px;
    border-radius: 20px;
  }

  .sx-architecture-visual img {
    min-height: 220px;
  }

  .sx-flow {
    grid-template-columns: 1fr;
  }

  .sx-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .sx-card-media img {
    height: 240px;
  }

  .sx-card-body,
  .sx-om-panel {
    padding: 25px;
  }

  .sx-om-panel img {
    height: 200px;
  }

  .sx-spec-layout {
    margin-top: 44px;
  }

  .sx-spec-product {
    display: block;
    border-radius: 22px;
  }

  .sx-spec-product-media {
    padding: 14px;
  }

  .sx-spec-product-media img {
    height: 245px;
  }

  .sx-spec-product-copy {
    padding: 24px;
    border-top: 1px solid var(--sx-line);
    border-left: 0;
  }

  .sx-spec-table {
    border-radius: 18px;
  }

  .sx-spec-group h3 {
    padding: 16px 18px;
  }

  .sx-spec-row-table {
    grid-template-columns: minmax(125px, .85fr) minmax(0, 1.15fr);
  }

  .sx-spec-row-table dt,
  .sx-spec-row-table dd {
    padding: 12px 16px;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .sx-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}