﻿.module-showcase--desktop {
  --ms-ink: #0f172a;
  --ms-muted: #475467;
  --ms-border: rgba(15, 23, 42, 0.12);
  --ms-surface: #ffffff;
  --ms-soft: rgba(15, 23, 42, 0.04);
  --ms-accent: #ffcd02;
  background: #ffffff;
  padding: 96px 0;
}

.module-showcase--desktop .module-showcase__container {
  display: grid;
  gap: 56px;
}

.module-showcase--desktop .module-showcase__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.75fr);
  gap: 36px;
  align-items: start;
}

.module-showcase--no-media .module-showcase__hero {
  grid-template-columns: minmax(0, 1fr);
}

.module-showcase--media-left .module-showcase__hero-content {
  order: 2;
}

.module-showcase--media-left .module-showcase__media {
  order: 1;
}

.module-showcase--desktop .module-showcase__headline {
  font-size: clamp(2.6rem, 2.2rem + 1.6vw, 3.6rem);
  color: var(--ms-ink);
  margin: 12px 0 14px;
  line-height: 1.08;
}

.module-showcase--desktop .module-showcase__subheadline {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ms-muted);
  max-width: 62ch;
  margin: 0 0 18px;
}

.module-showcase--desktop .module-showcase__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.module-showcase--desktop .module-showcase__badge {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--ms-ink);
}

.module-showcase .module-showcase__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.module-showcase .module-showcase__highlights--grid {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.module-showcase .module-showcase__highlight {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas:
    "icon title"
    "text text";
  column-gap: 12px;
  row-gap: 10px;
  align-items: start;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              box-shadow 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 200ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase .module-showcase__highlight:hover {
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.2);
}

.module-showcase .module-showcase__highlight:focus-within {
  outline: 3px solid rgba(255, 205, 2, 0.45);
  outline-offset: 3px;
}

.module-showcase .module-showcase__highlight .module-showcase__icon-wrap {
  grid-area: icon;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.04);
  color: var(--ms-ink);
}

.module-showcase .module-showcase__icon {
  width: 20px;
  height: 20px;
}

.module-showcase .module-showcase__highlight-title {
  grid-area: title;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ms-ink);
}

.module-showcase .module-showcase__highlight-text {
  grid-area: text;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(11, 18, 32, 0.74);
}

@media (max-width: 1100px) {
  .module-showcase .module-showcase__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.module-showcase--desktop .module-showcase__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.module-showcase .module-showcase__cta-row .btn {
  transition: transform 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              box-shadow 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 200ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase .module-showcase__cta-row .btn:hover {
  transform: translateY(-2px);
}

.module-showcase .module-showcase__cta-row .btn:focus-visible {
  outline: 3px solid rgba(255, 205, 2, 0.45);
  outline-offset: 3px;
}

.module-showcase--desktop .module-showcase__cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 205, 2, 0.2);
  color: #111111;
  font-size: 0.72rem;
  font-weight: 700;
  margin-right: 10px;
}

.module-showcase--desktop .module-showcase__media {
  margin: 0;
  border-radius: 20px;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  width: 495px;
  height: 317px;
  aspect-ratio: 495 / 317;
  overflow: visible;
}

.module-showcase--desktop .module-showcase__media img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: contain;
  transform: translateY(55px);
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase--desktop .module-showcase__media:hover img {
  transform: translateY(55px) scale(1.03);
}


.module-showcase--desktop .module-showcase__body {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.module-showcase--desktop .module-showcase__body--no-toc {
  grid-template-columns: minmax(0, 1fr);
}

.module-showcase--desktop .module-showcase__toc {
  position: sticky;
  top: 120px;
  align-self: start;
  padding: 20px;
  border-radius: 18px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.module-showcase--desktop .module-showcase__toc-title {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ms-ink);
}

.module-showcase--desktop .module-showcase__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.module-showcase--desktop .module-showcase__toc-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.92rem;
  color: var(--ms-muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.module-showcase--desktop .module-showcase__toc-link:focus-visible {
  outline: 2px solid var(--ms-accent);
  outline-offset: 4px;
  border-radius: 10px;
}

.module-showcase--desktop .module-showcase__toc-link::before {
  content: "";
  width: 14px;
  height: 6px;
  background: rgba(15, 23, 42, 0.2);
  border-radius: 999px;
}

.module-showcase--desktop .module-showcase__toc-link.is-active,
.module-showcase--desktop .module-showcase__toc-link[aria-current="true"] {
  color: var(--ms-ink);
  font-weight: 700;
}

.module-showcase--desktop .module-showcase__toc-link.is-active::before,
.module-showcase--desktop .module-showcase__toc-link[aria-current="true"]::before {
  background: var(--ms-accent);
}

.module-showcase--desktop .module-showcase__content {
  width: 100%;
  max-width: var(--ms-max-width, 980px);
}

.module-showcase--desktop .module-showcase__block {
  padding: 32px 0;
  scroll-margin-top: 120px;
}

.module-showcase--desktop .module-showcase__block + .module-showcase__block {
  border-top: 1px solid var(--ms-border);
}

.module-showcase--desktop .module-showcase__block-head h2 {
  margin: 0 0 12px;
  color: var(--ms-ink);
  font-size: clamp(1.75rem, 1.55rem + 0.7vw, 2.2rem);
}

.module-showcase--desktop .module-showcase__block-intro,
.module-showcase--desktop .module-showcase__block-body {
  color: var(--ms-muted);
  line-height: 1.7;
  font-size: 1rem;
}

.module-showcase--desktop .module-showcase__block-body p {
  margin: 0 0 12px;
}

.module-showcase .module-showcase__bullet-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.module-showcase .module-showcase__bullet {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              box-shadow 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 200ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase .module-showcase__bullet:hover {
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.2);
}

.module-showcase .module-showcase__bullet:focus-within {
  outline: 3px solid rgba(255, 205, 2, 0.45);
  outline-offset: 3px;
}

.module-showcase .module-showcase__bullet h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b1220;
  line-height: 1.35;
}

.module-showcase .module-showcase__bullet p {
  margin: 0;
  color: rgba(11, 18, 32, 0.74);
  line-height: 1.55;
  font-size: 0.92rem;
}

.module-showcase--desktop .module-showcase__capability-group {
  margin-top: 20px;
}

.module-showcase--desktop .module-showcase__capability-group h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: var(--ms-ink);
}

.module-showcase--desktop .module-showcase__workflow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.module-showcase--desktop .module-showcase__workflow-step {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  position: relative;
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
              box-shadow 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase--desktop .module-showcase__workflow-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--ms-ink);
}

.module-showcase--desktop .module-showcase__workflow-step p {
  margin: 0;
  color: var(--ms-muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.module-showcase .module-showcase__governance-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-showcase .module-showcase__governance-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 6px;
  align-items: start;
  transition: box-shadow 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 200ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase .module-showcase__governance-card:hover {
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.2);
}

.module-showcase .module-showcase__governance-card:focus-within {
  outline: 3px solid rgba(255, 205, 2, 0.45);
  outline-offset: 3px;
}

.module-showcase .module-showcase__governance-card .module-showcase__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
}

.module-showcase .module-showcase__governance-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: #0b1220;
  line-height: 1.35;
  grid-column: 2;
}

.module-showcase .module-showcase__governance-card p {
  margin: 0;
  color: rgba(11, 18, 32, 0.74);
  font-size: 0.92rem;
  line-height: 1.6;
  grid-column: 2;
}

.module-showcase--desktop .module-showcase__logo-grid {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.module-showcase--desktop .module-showcase__logo-card {
  border-radius: 14px;
  border: 0;
  background: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}

.module-showcase--desktop .module-showcase__logo-card img {
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
}

.module-showcase--desktop .module-showcase__faq {
  display: grid;
  gap: 10px;
}

.module-showcase--desktop .module-showcase__faq-item {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  padding: 12px 16px;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.module-showcase--desktop .module-showcase__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--ms-ink);
  padding: 4px 0;
}

.module-showcase--desktop .module-showcase__faq-question::-webkit-details-marker {
  display: none;
}

.module-showcase--desktop .module-showcase__faq-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.4);
  position: relative;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase--desktop .module-showcase__faq-icon::before,
.module-showcase--desktop .module-showcase__faq-icon::after {
  content: "";
  position: absolute;
  background: rgba(15, 23, 42, 0.7);
}

.module-showcase--desktop .module-showcase__faq-icon::before {
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module-showcase--desktop .module-showcase__faq-icon::after {
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module-showcase--desktop details[open] .module-showcase__faq-icon::after {
  opacity: 0;
}

.module-showcase--desktop .module-showcase__faq-answer {
  margin-top: 10px;
  color: var(--ms-muted);
  line-height: 1.65;
  font-size: 0.92rem;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 300ms ease, opacity 240ms ease, transform 240ms ease;
  overflow: hidden;
}

.module-showcase--desktop details[open] {
  border-color: rgba(15, 23, 42, 0.2);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.module-showcase--desktop details[open] .module-showcase__faq-answer {
  max-height: 320px;
  opacity: 1;
  transform: translateY(0);
}

.module-showcase--desktop details[open] .module-showcase__faq-icon {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .module-showcase--desktop .module-showcase__faq-answer {
    transition: none;
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .module-showcase--desktop .module-showcase__faq-item {
    transition: none;
  }
}

@media (max-width: 1200px) {
  .module-showcase--desktop .module-showcase__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .module-showcase--desktop .module-showcase__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-showcase--desktop .module-showcase__bullet-grid,
  .module-showcase--desktop .module-showcase__capability-grid,
  .module-showcase--desktop .module-showcase__governance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .module-showcase--desktop {
    padding: 64px 0;
  }

  .module-showcase--desktop .module-showcase__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .module-showcase--desktop .module-showcase__toc {
    position: static;
  }

  .module-showcase--desktop .module-showcase__highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .module-showcase--desktop .module-showcase__bullet-grid,
  .module-showcase--desktop .module-showcase__capability-grid,
  .module-showcase--desktop .module-showcase__governance-grid {
    grid-template-columns: 1fr;
  }
}









.module-showcase--desktop .module-showcase__workflow-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
  border-color: rgba(15, 23, 42, 0.2);
}


.module-showcase--desktop .module-showcase__capability-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-showcase .module-showcase__capability-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 12px;
  transition: box-shadow 200ms cubic-bezier(0.2, 0.9, 0.2, 1),
              border-color 200ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.module-showcase .module-showcase__capability-card:hover {
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
  border-color: rgba(15, 23, 42, 0.2);
}

.module-showcase .module-showcase__capability-header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
}

.module-showcase .module-showcase__capability-header .module-showcase__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.module-showcase .module-showcase__capability-meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.module-showcase .module-showcase__capability-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: #0b1220;
  line-height: 1.35;
}

.module-showcase .module-showcase__capability-text {
  margin: 0;
  color: rgba(11, 18, 32, 0.76);
  font-size: 0.92rem;
  line-height: 1.6;
}

.module-showcase .module-showcase__capability-bullets {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(11, 18, 32, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.module-showcase .module-showcase__capability-bullets li {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 8px;
  align-items: start;
  font-weight: 400;
}

.module-showcase .module-showcase__capability-bullets li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.45);
  transition: background-color 180ms ease;
}

.module-showcase .module-showcase__capability-bullets li:hover::before {
  background: var(--ms-accent);
}


