
/* =========================================
   SkyX 4+2 Application-Based Product Page
   UEESHOP Compatible / Responsive / No JS
========================================= */

.skyx-42-page {
  --sx-dark: #121a24;
  --sx-text: #34404c;
  --sx-muted: #66727f;
  --sx-line: #e4e8ee;
  --sx-light: #f5f7fa;
  --sx-card: #ffffff;
  --sx-blue: #0d5fa8;
  --sx-blue-dark: #083f72;
  --sx-blue-light: #eaf3fb;
  --sx-green: #13845f;
  --sx-green-light: #eaf7f2;
  --sx-gold: #b9822f;
  --sx-gold-light: #fff4e3;

  width: 100%;
  color: var(--sx-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.skyx-42-page * {
  box-sizing: border-box;
}

.skyx-42-page h2,
.skyx-42-page h3,
.skyx-42-page h4 {
  margin: 0;
  color: var(--sx-dark);
  line-height: 1.3;
}

.skyx-42-page p {
  margin: 0;
}

.skyx-42-page .sx-section {
  margin: 42px 0;
}

/* Hero */
.skyx-42-page .sx-hero {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 22px;
  background: linear-gradient(135deg, #101b28 0%, #173d5f 56%, #0d5fa8 100%);
  color: #ffffff;
}

.skyx-42-page .sx-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.skyx-42-page .sx-hero-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.skyx-42-page .sx-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.skyx-42-page .sx-hero h2 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
}

.skyx-42-page .sx-hero p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.skyx-42-page .sx-hero-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.skyx-42-page .sx-hero-point {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.skyx-42-page .sx-hero-point strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.skyx-42-page .sx-hero-point span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

/* Section title */
.skyx-42-page .sx-title {
  margin-bottom: 22px;
}

.skyx-42-page .sx-title h3 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 800;
}

.skyx-42-page .sx-title p {
  max-width: 920px;
  color: var(--sx-muted);
}

/* Application solution layout */
.skyx-42-page .sx-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.skyx-42-page .sx-solution-card {
  display: flex;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--sx-line);
  border-radius: 20px;
  background: #ffffff;
}

.skyx-42-page .sx-solution-left {
  width: 34%;
  min-width: 150px;
  padding: 24px 18px;
  background: var(--sx-blue-light);
}

.skyx-42-page .sx-solution-left strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sx-blue-dark);
  font-size: 18px;
  font-weight: 800;
}

.skyx-42-page .sx-solution-left span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--sx-blue);
  font-size: 13px;
  font-weight: 700;
}

.skyx-42-page .sx-solution-right {
  flex: 1;
  padding: 24px;
}

.skyx-42-page .sx-solution-right h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.skyx-42-page .sx-solution-right p {
  color: var(--sx-muted);
  font-size: 15px;
}

.skyx-42-page .sx-solution-right ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--sx-text);
  font-size: 15px;
}

.skyx-42-page .sx-solution-right li {
  margin-bottom: 5px;
}

/* Operator value */
.skyx-42-page .sx-value-band {
  padding: 30px;
  border-radius: 22px;
  background: var(--sx-light);
}

.skyx-42-page .sx-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.skyx-42-page .sx-value-card {
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--sx-line);
}

.skyx-42-page .sx-value-card .sx-num {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--sx-green);
  font-size: 28px;
  font-weight: 800;
}

.skyx-42-page .sx-value-card h4 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 800;
}

.skyx-42-page .sx-value-card p {
  color: var(--sx-muted);
  font-size: 15px;
}

/* Feature strip */
.skyx-42-page .sx-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.skyx-42-page .sx-feature-item {
  padding: 18px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--sx-line);
  text-align: center;
}

.skyx-42-page .sx-feature-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sx-dark);
  font-size: 15px;
}

.skyx-42-page .sx-feature-item span {
  display: block;
  color: var(--sx-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Buyer section */
.skyx-42-page .sx-buyer-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9ef 0%, #ffffff 68%);
  border: 1px solid #f0dfc4;
}

.skyx-42-page .sx-buyer-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.skyx-42-page .sx-buyer-box p {
  color: var(--sx-muted);
}

.skyx-42-page .sx-buyer-list {
  margin: 0;
  padding-left: 18px;
  color: var(--sx-text);
}

.skyx-42-page .sx-buyer-list li {
  margin-bottom: 8px;
}

/* Spec table */
.skyx-42-page .sx-spec-wrap {
  overflow-x: auto;
  border: 1px solid var(--sx-line);
  border-radius: 18px;
  background: #ffffff;
}

.skyx-42-page .sx-spec-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.skyx-42-page .sx-spec-table th {
  padding: 16px 18px;
  background: var(--sx-dark);
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}

.skyx-42-page .sx-spec-table td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--sx-line);
  vertical-align: top;
}

.skyx-42-page .sx-spec-table td:first-child {
  width: 38%;
  color: var(--sx-dark);
  font-weight: 700;
}

.skyx-42-page .sx-spec-category td {
  background: var(--sx-blue-light);
  color: var(--sx-blue-dark) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.skyx-42-page .sx-note {
  margin-top: 12px;
  color: var(--sx-muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
  .skyx-42-page .sx-hero-points,
  .skyx-42-page .sx-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .skyx-42-page .sx-solution-grid,
  .skyx-42-page .sx-value-grid,
  .skyx-42-page .sx-buyer-box {
    grid-template-columns: 1fr;
  }

  .skyx-42-page .sx-hero {
    padding: 32px;
  }

  .skyx-42-page .sx-hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .skyx-42-page {
    font-size: 15px;
  }

  .skyx-42-page .sx-section {
    margin: 32px 0;
  }

  .skyx-42-page .sx-hero {
    padding: 24px;
    border-radius: 18px;
  }

  .skyx-42-page .sx-hero h2 {
    font-size: 24px;
  }

  .skyx-42-page .sx-hero p {
    font-size: 15px;
  }

  .skyx-42-page .sx-hero-points,
  .skyx-42-page .sx-feature-strip {
    grid-template-columns: 1fr;
  }

  .skyx-42-page .sx-solution-card {
    display: block;
  }

  .skyx-42-page .sx-solution-left {
    width: 100%;
  }

  .skyx-42-page .sx-value-band,
  .skyx-42-page .sx-buyer-box {
    padding: 22px;
  }
}
