:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0;
  box-shadow: 0 0 0 4px #201f1e;
  border-radius: 4px;
}

.on-light:focus-visible {
  outline: 2px solid #201f1e;
  box-shadow: 0 0 0 4px #fff;
}

.product-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f9fd 0%, #fff 100%);
}

.product-hero::after {
  content: '';
  position: absolute;
  width: 48rem;
  height: 48rem;
  top: -34rem;
  right: -14rem;
  border: 1px solid #c7e0f4;
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(199, 224, 244, .2), 0 0 0 12rem rgba(199, 224, 244, .1);
  pointer-events: none;
}

.product-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
}


.product-hero--sharepoint,
.product-hero--powerautomate,
.product-hero--powerapps {
  background-color: #f5f9fd;
  background-position: center;
  background-size: cover;
}

.product-hero--sharepoint {
  background-image:
    linear-gradient(90deg, rgba(245, 249, 253, .99) 0%, rgba(245, 249, 253, .96) 35%, rgba(245, 249, 253, .7) 55%, rgba(245, 249, 253, .12) 100%),
    url('hero-sharepoint.jpg');
}

.product-hero--powerautomate {
  background-image:
    linear-gradient(90deg, rgba(245, 249, 253, .99) 0%, rgba(245, 249, 253, .96) 35%, rgba(245, 249, 253, .7) 55%, rgba(245, 249, 253, .12) 100%),
    url('hero-powerautomate.jpg');
}

.product-hero--powerapps {
  background-image:
    linear-gradient(90deg, rgba(245, 249, 253, .99) 0%, rgba(245, 249, 253, .96) 35%, rgba(245, 249, 253, .7) 55%, rgba(245, 249, 253, .12) 100%),
    url('hero-powerapps.jpg');
}

.product-hero--sharepoint::after,
.product-hero--powerautomate::after,
.product-hero--powerapps::after {
  display: none;
}

.product-hero--sharepoint .product-hero__grid > div,
.product-hero--powerautomate .product-hero__grid > div,
.product-hero--powerapps .product-hero__grid > div {
  max-width: 39rem;
}
.product-kicker {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: #15669e;
  font-size: 13px;
  font-weight: 700;
}

.product-kicker img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
}

.product-hero__accent {
  display: block;
  color: #15669e;
}

.product-proof {
  display: grid;
  gap: .75rem 1.5rem;
  margin-top: 1.75rem;
}

.product-proof li {
  position: relative;
  padding-left: 1.4rem;
  color: #484644;
  font-size: 14px;
  font-weight: 600;
}

.product-proof li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #107c41;
  font-weight: 800;
}

.product-visual {
  overflow: hidden;
  border: 1px solid #c7e0f4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(11, 37, 69, .18), 0 4px 12px rgba(0, 0, 0, .08);
}

.product-visual img {
  width: 100%;
  height: auto;
}

.product-feature-grid,
.product-process-grid,
.product-usecase-grid {
  display: grid;
  gap: 1.5rem;
}

.product-feature-card,
.product-usecase-card {
  border: 1px solid #e1dfdd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 0 2px rgba(0, 0, 0, .06);
}

.product-feature-card {
  padding: 1.75rem;
}

.product-feature-card__index {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 4px;
  background: #eff6fc;
  color: #15669e;
  font-size: 13px;
  font-weight: 800;
}

.product-process-step {
  position: relative;
  padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  border-top: 3px solid #1a78b8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.product-process-step__number {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 9999px;
  background: #1a78b8;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.product-usecase-card {
  padding: 1.25rem;
}

.product-benefit-panel {
  border-radius: 6px;
  background: #0b2545;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 8px 28px rgba(11, 37, 69, .16);
}

.product-benefit-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-benefit-list li {
  position: relative;
  padding-left: 1.5rem;
  color: #deecf9;
  font-size: 14px;
  line-height: 1.55;
}

.product-benefit-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5fd18b;
  font-weight: 800;
}

.product-stat {
  padding: 2rem;
  border: 1px solid #c7e0f4;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff 0%, #eff6fc 100%);
}

.product-stat__value {
  color: #105383;
  font-family: 'Segoe UI Variable Display', 'Segoe UI Semibold', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
}

.product-cta {
  border-top: 1px solid #e1dfdd;
  background-color: #fff;
  background-image: radial-gradient(circle at 82% 18%, rgba(46, 155, 214, .14), transparent 30%);
}

.product-cta .text-white {
  color: #141312;
}

.product-cta .text-brand-140 {
  color: #15669e;
}

.product-cta .text-brand-150 {
  color: #484644;
}

.product-cta a {
  background-color: #1a78b8;
  color: #fff;
}

.product-cta a:hover {
  background-color: #15669e;
}

@media (min-width: 640px) {
  .product-proof,
  .product-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .product-feature-grid,
  .product-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .product-cta > div {
    align-items: center;
  }

  .product-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 4rem;
  }

  .product-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-process-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-process-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .product-hero--sharepoint {
    background-image:
      linear-gradient(180deg, rgba(245, 249, 253, .97) 0%, rgba(245, 249, 253, .92) 65%, rgba(245, 249, 253, .78) 100%),
      url('hero-sharepoint.jpg');
  }

  .product-hero--powerautomate {
    background-image:
      linear-gradient(180deg, rgba(245, 249, 253, .97) 0%, rgba(245, 249, 253, .92) 65%, rgba(245, 249, 253, .78) 100%),
      url('hero-powerautomate.jpg');
  }

  .product-hero--powerapps {
    background-image:
      linear-gradient(180deg, rgba(245, 249, 253, .97) 0%, rgba(245, 249, 253, .92) 65%, rgba(245, 249, 253, .78) 100%),
      url('hero-powerapps.jpg');
  }

  .product-hero--sharepoint,
  .product-hero--powerautomate,
  .product-hero--powerapps {
    background-position: 62% center;
  }
}
@media (max-width: 639px) {
  .product-hero::after {
    right: -30rem;
  }
}
