
.xcmdr-page {
  overflow-x: clip;
}
.xcmdr-page .section-heading h2 {
  max-width: 820px;
  margin-inline: auto;
}
.xcmdr-hero {
  position: relative;
  padding-top: 64px;
  overflow: hidden;
}
.xcmdr-hero::before,
.xcmdr-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.xcmdr-hero::before {
  inset: 30px auto auto -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33,109,255,.12), rgba(33,109,255,0) 68%);
}
.xcmdr-hero::after {
  inset: auto -120px 20px auto;
  width: 560px;
  height: 420px;
  background: linear-gradient(135deg, rgba(33,109,255,.12), rgba(33,109,255,0) 72%);
  clip-path: polygon(18% 0, 100% 0, 100% 82%, 58% 100%, 0 78%, 0 14%);
}
.xcmdr-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 54px;
  align-items: center;
}
.xcmdr-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-600);
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.xcmdr-overline svg {
  width: 18px;
  height: 18px;
}
.xcmdr-title {
  font-size: clamp(3.3rem, 6.4vw, 6rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.xcmdr-subtitle {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: var(--blue-700);
  margin: 18px 0 16px;
  max-width: 14ch;
}
.xcmdr-summary {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.82;
  max-width: 58ch;
  margin-bottom: 28px;
}
.xcmdr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.xcmdr-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.xcmdr-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-900);
  font-weight: 700;
  font-size: .96rem;
}
.xcmdr-points .icon-pill {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}
.xcmdr-points .icon-pill svg {
  width: 20px;
  height: 20px;
}
.xcmdr-visual {
  position: relative;
}
.xcmdr-visual::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -24px;
  width: 160px;
  height: 180px;
  background-image: radial-gradient(rgba(33,109,255,.28) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  z-index: -1;
}
.xcmdr-ui-shell {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(220,230,247,.92);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.xcmdr-ui-shell img {
  width: 100%;
  border-radius: 18px;
}
.xcmdr-suite {
  padding-top: 18px;
}
.xcmdr-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.xcmdr-product-card {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: 24px;
  padding: 26px 22px 24px;
}
.xcmdr-product-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.xcmdr-product-head img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}
.xcmdr-product-head h3 {
  margin-bottom: 4px;
}
.xcmdr-product-head p {
  color: var(--muted);
  font-weight: 650;
  font-size: .95rem;
}
.xcmdr-product-card ul {
  margin: 0;
  padding-left: 20px;
  color: #31425f;
}
.xcmdr-product-card li {
  margin: .72rem 0;
  line-height: 1.62;
}
.xcmdr-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.xcmdr-highlight-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: 22px;
  padding: 24px 22px;
}
.xcmdr-highlight-card .icon-pill {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 18px;
}
.xcmdr-highlight-card .icon-pill svg {
  width: 24px;
  height: 24px;
}
.xcmdr-highlight-card h3 {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.xcmdr-highlight-card p {
  color: var(--muted);
}
.xcmdr-detail {
  padding-top: 10px;
}
.xcmdr-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}
.xcmdr-detail-copy,
.xcmdr-detail-panel {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: 24px;
  padding: 30px;
}
.xcmdr-detail-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}
.xcmdr-detail-copy p + p {
  margin-top: 14px;
}
.xcmdr-detail-rows {
  display: grid;
  gap: 16px;
}
.xcmdr-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eef9;
}
.xcmdr-detail-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.xcmdr-detail-row strong {
  color: var(--blue-950);
}
.xcmdr-detail-row span {
  color: var(--muted);
  text-align: right;
}
.xcmdr-cta {
  padding-top: 18px;
  padding-bottom: 14px;
}
.xcmdr-cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
  border: 1px solid #dbe6fb;
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
  padding: 56px 46px;
  text-align: center;
}
.xcmdr-cta-band h2 {
  font-size: clamp(2.05rem, 4vw, 3rem);
  margin-bottom: 12px;
}
.xcmdr-cta-band p {
  max-width: 700px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}
.xcmdr-cta-art {
  position: absolute;
  top: 50%;
  width: 260px;
  transform: translateY(-50%);
  opacity: .8;
}
.xcmdr-cta-art.left { left: -18px; }
.xcmdr-cta-art.right { right: -18px; transform: translateY(-50%) scaleX(-1); }
.xcmdr-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1180px) {
  .xcmdr-card-grid,
  .xcmdr-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .xcmdr-hero-grid,
  .xcmdr-detail-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .xcmdr-card-grid,
  .xcmdr-highlight-grid {
    grid-template-columns: 1fr;
  }
  .xcmdr-cta-band {
    padding: 42px 22px;
  }
  .xcmdr-cta-art { display: none; }
}
@media (max-width: 560px) {
  .xcmdr-title { font-size: 2.95rem; }
  .xcmdr-subtitle { font-size: 1.65rem; max-width: none; }
  .xcmdr-actions { flex-direction: column; }
  .xcmdr-actions .btn { width: 100%; }
  .xcmdr-points { display: grid; grid-template-columns: 1fr; }
  .xcmdr-detail-row { flex-direction: column; }
  .xcmdr-detail-row span { text-align: left; }
}
