.ms-pd-page { margin: 0; font-family: Inter, system-ui, sans-serif; background: #0b0f1a; color: #e8ecf5; }
.ms-pd-page.ms-pd-theme-light { background: #f4f6fb; color: #111827; }
.ms-pd-wrap { min-height: 100vh; }
.ms-pd-main { max-width: 1120px; margin: 0 auto; padding: 24px 20px 64px; }
.ms-pd-page.ms-pd-container-full .ms-pd-main { max-width: none; }
.ms-pd-page.ms-pd-container-narrow .ms-pd-main { max-width: 720px; }
.ms-pd-sec { margin-bottom: 48px; }
.ms-pd-hero { padding: 72px 24px; border-radius: 16px; background: linear-gradient(135deg, #1a1f35 0%, #12172a 100%); background-size: cover; background-position: center; }
.ms-pd-page.ms-pd-theme-light .ms-pd-hero { background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%); }
.ms-pd-hero-inner { max-width: 720px; }
.ms-pd-hero.ms-pd-align-center .ms-pd-hero-inner { margin-left: auto; margin-right: auto; text-align: center; }
.ms-pd-hero.ms-pd-align-right .ms-pd-hero-inner { margin-left: auto; text-align: right; }
.ms-pd-eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; color: #94a3b8; margin: 0 0 12px; }
.ms-pd-hero-title { font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin: 0 0 16px; }
.ms-pd-hero-sub { font-size: 18px; line-height: 1.5; color: #94a3b8; margin: 0 0 24px; }
.ms-pd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ms-pd-hero.ms-pd-align-center .ms-pd-hero-actions { justify-content: center; }
.ms-pd-hero.ms-pd-align-right .ms-pd-hero-actions { justify-content: flex-end; }
.ms-pd-btn { display: inline-block; padding: 12px 20px; border-radius: 10px; font-weight: 600; text-decoration: none; }
.ms-pd-btn-primary { background: #6366f1; color: #fff; }
.ms-pd-btn-secondary { background: rgba(255,255,255,0.08); color: #e8ecf5; border: 1px solid rgba(255,255,255,0.12); }
.ms-pd-page.ms-pd-theme-light .ms-pd-btn-secondary { background: #fff; color: #111827; border-color: #e5e7eb; }
.ms-pd-rich-title { font-size: 26px; margin: 0 0 16px; }
.ms-pd-rich-body { line-height: 1.65; font-size: 16px; }
.ms-pd-rich-body a { color: #818cf8; }
.ms-pd-features-head { text-align: center; margin-bottom: 32px; }
.ms-pd-features-title { font-size: 28px; margin: 0 0 8px; }
.ms-pd-features-sub { color: #94a3b8; margin: 0; }
.ms-pd-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.ms-pd-feature-card { padding: 20px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); }
.ms-pd-page.ms-pd-theme-light .ms-pd-feature-card { background: #fff; border-color: #e5e7eb; }
.ms-pd-feature-icon { font-size: 24px; margin-bottom: 8px; }
.ms-pd-feature-title { font-size: 18px; margin: 0 0 8px; }
.ms-pd-feature-text { margin: 0; color: #94a3b8; font-size: 14px; }
.ms-pd-cta { padding: 48px 28px; border-radius: 16px; text-align: center; background: linear-gradient(90deg, #4338ca, #6366f1); }
.ms-pd-cta-muted { background: #1e293b; }
.ms-pd-cta-title { margin: 0 0 12px; font-size: 26px; }
.ms-pd-cta-text { margin: 0 0 20px; opacity: 0.95; }
.ms-pd-faq-title { font-size: 26px; margin: 0 0 20px; }
.ms-pd-faq-item { margin-bottom: 16px; padding: 16px; border-radius: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.ms-pd-faq-item dt { font-weight: 600; margin-bottom: 8px; }
.ms-pd-faq-item dd { margin: 0; color: #94a3b8; }
.ms-pd-media {
  container-type: inline-size;
  container-name: pdmedia;
}
.ms-pd-media-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
.ms-pd-media-copy,
.ms-pd-media-asset {
  min-width: 0;
}
@container pdmedia (min-width: 520px) {
  .ms-pd-media.ms-pd-media-left .ms-pd-media-inner,
  .ms-pd-media.ms-pd-media-right .ms-pd-media-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(20px, 4cqw, 40px);
  }
  .ms-pd-media.ms-pd-media-right .ms-pd-media-inner {
    flex-direction: row-reverse;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .ms-pd-media.ms-pd-media-left .ms-pd-media-inner,
    .ms-pd-media.ms-pd-media-right .ms-pd-media-inner {
      flex-direction: row;
      align-items: flex-start;
    }
    .ms-pd-media.ms-pd-media-right .ms-pd-media-inner {
      flex-direction: row-reverse;
    }
  }
}
.ms-pd-img, .ms-pd-video { max-width: 100%; border-radius: 12px; display: block; }
.ms-pd-spacer { height: var(--ms-pd-spacer-d, 48px); }
@media (max-width: 767px) {
  .ms-pd-spacer { height: var(--ms-pd-spacer-m, 24px); }
}
.ms-pd-preview { outline: 2px dashed #f59e0b; outline-offset: 4px; }

.ms-section {
  margin-bottom: clamp(40px, 6vw, 64px);
  padding: clamp(36px, 5vw, 56px) 0;
  border-radius: 16px;
  box-sizing: border-box;
}
.ms-section--hero {
  padding: 0;
  margin-bottom: clamp(40px, 6vw, 64px);
  border-radius: 16px;
  overflow: hidden;
}
.ms-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 32px);
  padding-right: clamp(20px, 4vw, 32px);
  box-sizing: border-box;
  container-type: inline-size;
  container-name: pdsec;
}
.ms-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.ms-grid.ms-grid--align-start {
  align-items: start;
}
.ms-grid.ms-grid--align-center {
  align-items: center;
}
.ms-grid.ms-grid--align-end {
  align-items: end;
}
.ms-grid.ms-grid--reverse > .ms-content {
  order: 2;
}
.ms-grid.ms-grid--reverse > .ms-media {
  order: 1;
}
@container pdsec (max-width: 640px) {
  .ms-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ms-grid.ms-grid--reverse > .ms-content,
  .ms-grid.ms-grid--reverse > .ms-media {
    order: unset;
  }
  .ms-grid.ms-grid--reverse > .ms-content {
    order: 1;
  }
  .ms-grid.ms-grid--reverse > .ms-media {
    order: 2;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 640px) {
    .ms-container .ms-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .ms-grid.ms-grid--reverse > .ms-content {
      order: 1;
    }
    .ms-grid.ms-grid--reverse > .ms-media {
      order: 2;
    }
  }
}
.ms-content {
  min-width: 0;
}
.ms-media {
  min-width: 0;
}
.ms-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 600;
  color: #818cf8;
  margin: 0 0 14px;
}
.ms-pd-page.ms-pd-theme-light .ms-eyebrow {
  color: #4f46e5;
}
.ms-title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: #f1f5f9;
}
.ms-pd-page.ms-pd-theme-light .ms-title {
  color: #0f172a;
}
.ms-title--hero {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 20px;
}
.ms-body {
  font-size: 17px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 20px;
  max-width: 38rem;
}
.ms-pd-page.ms-pd-theme-light .ms-body {
  color: #475569;
}
.ms-list {
  margin: 0 0 22px;
  padding-left: 1.25em;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.6;
}
.ms-list li {
  margin-bottom: 10px;
}
.ms-pd-page.ms-pd-theme-light .ms-list {
  color: #334155;
}
.ms-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}
.ms-btn:hover {
  transform: translateY(-1px);
}
.ms-btn-primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}
.ms-btn-primary:hover {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
  color: #fff;
}
.ms-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.14);
}
.ms-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.ms-pd-page.ms-pd-theme-light .ms-btn-secondary {
  background: #fff;
  color: #1e293b;
  border-color: #e2e8f0;
}
.ms-shot {
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}
.ms-shot .ms-img,
.ms-shot .ms-pd-img,
.ms-shot .ms-video,
.ms-shot .ms-pd-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  vertical-align: top;
}
.ms-shot--default .ms-img,
.ms-shot--default .ms-pd-img {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.ms-shot--framed {
  padding: 12px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(15, 23, 42, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ms-shot--framed .ms-img,
.ms-shot--framed .ms-pd-img {
  border-radius: 10px;
}
.ms-shot--glow {
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.4), 0 20px 56px rgba(99, 102, 241, 0.22), 0 12px 32px rgba(0, 0, 0, 0.45);
}
.ms-pd-page.ms-pd-theme-light .ms-shot--framed {
  background: #fff;
  border-color: #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.ms-pd-hero-split-panel {
  padding: clamp(44px, 7vw, 88px) 0;
  min-height: 360px;
  box-sizing: border-box;
}
.ms-pd-hero-split-bg-default .ms-pd-hero-split-panel {
  background: linear-gradient(135deg, #1a1f35 0%, #12172a 100%);
}
.ms-pd-hero-split-bg-subtle .ms-pd-hero-split-panel {
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
}
.ms-pd-hero-split-bg-dark .ms-pd-hero-split-panel {
  background: #0b0f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ms-pd-hero-split-bg-accent .ms-pd-hero-split-panel {
  background: linear-gradient(120deg, #312e81 0%, #1e1b4b 42%, #0f172a 100%);
}
.ms-pd-page.ms-pd-theme-light .ms-pd-hero-split-bg-default .ms-pd-hero-split-panel {
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}

.ms-pd-split {
  padding: 56px 24px;
  border-radius: 16px;
  container-type: inline-size;
  container-name: pdsplit;
}
.ms-pd-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.ms-pd-split-inner > .ms-pd-split-col--copy,
.ms-pd-split-inner > .ms-pd-split-col--media {
  min-width: 0;
}
.ms-pd-split--text-left .ms-pd-split-col--copy { order: 1; }
.ms-pd-split--text-left .ms-pd-split-col--media { order: 2; }
.ms-pd-split--media-left .ms-pd-split-col--copy { order: 2; }
.ms-pd-split--media-left .ms-pd-split-col--media { order: 1; }
.ms-pd-v-start .ms-pd-split-inner { align-items: start; }
.ms-pd-v-end .ms-pd-split-inner { align-items: end; }
@container pdsplit (max-width: 640px) {
  .ms-pd-split-inner {
    grid-template-columns: 1fr;
  }
  .ms-pd-split--media-left .ms-pd-split-col--copy,
  .ms-pd-split--media-left .ms-pd-split-col--media,
  .ms-pd-split--text-left .ms-pd-split-col--copy,
  .ms-pd-split--text-left .ms-pd-split-col--media {
    order: unset;
  }
  .ms-pd-split--media-left .ms-pd-split-col--media {
    order: -1;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 640px) {
    .ms-pd-split .ms-pd-split-inner {
      grid-template-columns: 1fr;
    }
    .ms-pd-split--media-left .ms-pd-split-col--copy,
    .ms-pd-split--media-left .ms-pd-split-col--media,
    .ms-pd-split--text-left .ms-pd-split-col--copy,
    .ms-pd-split--text-left .ms-pd-split-col--media {
      order: unset;
    }
    .ms-pd-split--media-left .ms-pd-split-col--media {
      order: -1;
    }
  }
}
.ms-pd-bg-default { background: transparent; }
.ms-pd-bg-subtle { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); }
.ms-pd-bg-dark { background: linear-gradient(180deg, #111827 0%, #0b0f1a 100%); border: 1px solid rgba(255, 255, 255, 0.08); }
.ms-pd-bg-accent { background: linear-gradient(135deg, rgba(67, 56, 202, 0.35) 0%, rgba(15, 23, 42, 0.9) 55%); border: 1px solid rgba(99, 102, 241, 0.25); }
.ms-pd-page.ms-pd-theme-light .ms-pd-bg-subtle { background: #fff; border-color: #e5e7eb; }
.ms-pd-page.ms-pd-theme-light .ms-pd-bg-dark { background: #f8fafc; border-color: #e2e8f0; }
.ms-pd-split-title { font-size: clamp(24px, 3vw, 32px); line-height: 1.2; margin: 0 0 16px; }
.ms-pd-split-body { font-size: 16px; line-height: 1.65; color: #94a3b8; margin: 0 0 16px; }
.ms-pd-page.ms-pd-theme-light .ms-pd-split-body { color: #475569; }
.ms-pd-split-bullets { margin: 0 0 20px; padding-left: 1.2em; color: #cbd5e1; font-size: 15px; line-height: 1.55; }
.ms-pd-split-bullets li { margin-bottom: 8px; }
.ms-pd-split-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ms-pd-shot { border-radius: 14px; overflow: hidden; }
.ms-pd-shot .ms-pd-img,
.ms-pd-shot .ms-pd-video { width: 100%; height: auto; vertical-align: top; }
.ms-pd-shot--framed { padding: 10px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.35)); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.ms-pd-shot--glow { box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.35), 0 16px 48px rgba(99, 102, 241, 0.2), 0 8px 24px rgba(0, 0, 0, 0.4); }
.ms-pd-page.ms-pd-theme-light .ms-pd-shot--framed { background: #fff; border-color: #e5e7eb; box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08); }

.ms-pd-card-grid-head { text-align: center; margin-bottom: 36px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ms-pd-card-grid-title { font-size: clamp(26px, 3vw, 34px); margin: 0 0 10px; }
.ms-pd-card-grid-sub { margin: 0; color: #94a3b8; font-size: 16px; line-height: 1.5; }
.ms-pd-card-grid-items { display: grid; gap: 20px; }
.ms-pd-card-grid--cols-2 .ms-pd-card-grid-items { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.ms-pd-card-grid--cols-3 .ms-pd-card-grid-items { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.ms-pd-card-grid--cols-4 .ms-pd-card-grid-items { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.ms-pd-landing-card { position: relative; padding: 22px 20px; border-radius: 14px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); text-align: left; }
.ms-pd-page.ms-pd-theme-light .ms-pd-landing-card { background: #fff; border-color: #e5e7eb; }
.ms-pd-landing-card-badge { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 10px; border-radius: 999px; background: rgba(99, 102, 241, 0.25); color: #c7d2fe; margin-bottom: 10px; }
.ms-pd-landing-card-icon { font-size: 22px; margin-bottom: 10px; }
.ms-pd-landing-card-title { font-size: 17px; margin: 0 0 8px; }
.ms-pd-landing-card-text { margin: 0; font-size: 14px; color: #94a3b8; line-height: 1.5; }

.ms-pd-workflow-head { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.ms-pd-workflow-title { font-size: clamp(24px, 3vw, 32px); margin: 0 0 12px; }
.ms-pd-workflow-body { font-size: 15px; line-height: 1.6; color: #94a3b8; }
.ms-pd-workflow-strip { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 8px; counter-reset: wf; }
.ms-pd-workflow-step { position: relative; padding: 14px 18px 14px 36px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); min-width: 120px; flex: 1 1 140px; max-width: 220px; }
.ms-pd-workflow-step::before { counter-increment: wf; content: counter(wf); position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 999px; background: rgba(99, 102, 241, 0.35); color: #e0e7ff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.ms-pd-workflow-step--active { border-color: rgba(99, 102, 241, 0.65); box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.35); background: rgba(99, 102, 241, 0.12); }
.ms-pd-workflow-step-label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 4px; }
.ms-pd-workflow-step-sub { display: block; font-size: 12px; color: #94a3b8; line-height: 1.4; }
@media (max-width: 767px) {
  .ms-pd-workflow-strip { flex-direction: column; align-items: stretch; }
  .ms-pd-workflow-step { max-width: none; }
}

.ms-pd-step-split {
  container-type: inline-size;
  container-name: pdstep;
}
.ms-pd-step-split-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(24px, 4vw, 40px); align-items: center; }
.ms-pd-step-split-col--steps { order: 1; }
.ms-pd-step-split-col--media { order: 2; }
.ms-pd-step-split--media-left .ms-pd-step-split-col--steps { order: 2; }
.ms-pd-step-split--media-left .ms-pd-step-split-col--media { order: 1; }
@container pdstep (max-width: 640px) {
  .ms-pd-step-split-inner {
    grid-template-columns: 1fr;
  }
  .ms-pd-step-split-col--steps,
  .ms-pd-step-split-col--media {
    order: unset;
  }
  .ms-pd-step-split--media-left .ms-pd-step-split-col--media {
    order: -1;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 640px) {
    .ms-pd-step-split .ms-pd-step-split-inner {
      grid-template-columns: 1fr;
    }
    .ms-pd-step-split-col--steps,
    .ms-pd-step-split-col--media {
      order: unset;
    }
    .ms-pd-step-split--media-left .ms-pd-step-split-col--media {
      order: -1;
    }
  }
}
.ms-pd-step-split-inner > .ms-pd-step-split-col--steps,
.ms-pd-step-split-inner > .ms-pd-step-split-col--media {
  min-width: 0;
}
.ms-pd-step-split-sub { color: #94a3b8; margin: 0 0 20px; font-size: 15px; line-height: 1.5; }
.ms-pd-step-list { list-style: none; margin: 0; padding: 0; }
.ms-pd-step-list-item { display: flex; gap: 16px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.ms-pd-step-list-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.ms-pd-step-list-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgba(99, 102, 241, 0.2); color: #c7d2fe; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.ms-pd-step-list-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ms-pd-step-list-title { font-weight: 600; font-size: 16px; }
.ms-pd-step-list-text { font-size: 14px; color: #94a3b8; line-height: 1.5; }

.ms-pd-cta-split { padding: 48px 24px; border-radius: 16px; }
.ms-pd-cta-split-inner { align-items: center; }
.ms-pd-cta-split .ms-pd-split-title { margin-bottom: 12px; }

.ms-pd-fp-embed {
  border-radius: 14px;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}
.ms-page-dynamic-pd .ms-pd-fp-embed .ms-pd-main {
  padding-top: 8px;
  padding-bottom: 40px;
}
