/* =========================
   V40 Targeted Updates
   Solution flow, solution spotlight, services replacement section only.
========================= */
/* =========================
   Solution: Signal to Action
========================= */
.features-page .features-flow-v40 {
  overflow: hidden;
}
.features-page .features-flow-head-v40 {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.features-page .flow-orchestration {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 119, 255, 0.24);
  border-radius: 22px;
  background:     radial-gradient(circle at 50% 44%, rgba(0, 119, 255, 0.16), transparent 34%),     linear-gradient(145deg, #04152c, #020914 72%);
  overflow: hidden;
}
.features-page .flow-orchestration::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:     linear-gradient(rgba(0, 119, 255, 0.045) 1px, transparent 1px),     linear-gradient(90deg, rgba(0, 119, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.features-page .flow-orchestration-core {
  position: relative;
  z-index: 2;
  width: min(340px, 100%);
  margin: 0 auto 28px;
  padding: 20px 24px;
  text-align: center;
  border: 1px solid rgba(76, 168, 255, 0.38);
  border-radius: 16px;
  background: rgba(2, 17, 38, 0.88);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  animation: flowCoreBreath 3.8s ease-in-out infinite;
}
.features-page .flow-orchestration-core span, .features-page .flow-orchestration-core small {
  display: block;
  color: #8090aa;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.features-page .flow-orchestration-core strong {
  display: block;
  margin: 6px 0;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.16em;
}
.features-page .flow-orchestration-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.features-page .flow-action-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(0, 119, 255, 0.22);
  border-radius: 16px;
  background: rgba(2, 13, 29, 0.78);
  transition:     transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),     border-color 0.45s ease,     background 0.45s ease,     box-shadow 0.45s ease;
}
.features-page .flow-action-card.is-active {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(64, 164, 255, 0.82);
  background: linear-gradient(145deg, rgba(7, 42, 83, 0.96), rgba(2, 16, 35, 0.94));
  box-shadow: 0 18px 45px rgba(0, 92, 210, 0.16);
}
.features-page .flow-action-index {
  display: block;
  margin-bottom: 34px;
  color: #4f6686;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.features-page .flow-action-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 119, 255, 0.5);
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(0, 119, 255, 0.62), rgba(0, 119, 255, 0.1));
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.features-page .flow-action-card.is-active .flow-action-icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 0 24px rgba(0, 119, 255, 0.28);
}
.features-page .flow-action-card strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 19px;
}
.features-page .flow-action-card p {
  margin: 0;
  color: #929db0;
  font-size: 14px;
  line-height: 1.65;
}
@keyframes flowCoreBreath {
  0%, 100% {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  }
  50% {
    box-shadow: 0 20px 60px rgba(0, 119, 255, 0.18);
  }
}
/* =========================
   Solution: Spotlight
========================= */
.features-page .features-spotlight-v40 {
  text-align: center;
}
.features-page .spotlight-main-v40 {
  max-width: 1080px;
  margin: 0 auto;
}
.features-page .spotlight-inline-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: #69b4ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.features-page .spotlight-inline-subtitle span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1c94ff;
  box-shadow: 0 0 16px rgba(0, 119, 255, 0.72);
}
.features-page .spotlight-main-v40 .v6-section-title {
  max-width: 760px;
  margin-inline: auto;
}
.features-page .spotlight-intro-v40 {
  max-width: 760px;
  margin: 14px auto 0;
}
.features-page .spotlight-benefits-v40 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}
.features-page .spotlight-benefits-v40 article {
  min-height: 190px;
  padding: 26px 22px;
  text-align: left;
  border: 1px solid rgba(0, 119, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(5, 27, 56, 0.72), rgba(2, 10, 22, 0.82));
  transition: transform 0.32s ease, border-color 0.32s ease;
}
.features-page .spotlight-benefits-v40 article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 255, 0.58);
}
.features-page .spotlight-benefits-v40 article > span {
  display: block;
  margin-bottom: 26px;
  color: #168bff;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.features-page .spotlight-benefits-v40 strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 17px;
}
.features-page .spotlight-benefits-v40 p {
  margin: 0;
  color: #929db0;
  font-size: 13px;
  line-height: 1.65;
}
/* =========================
   Services: Replacement Section
========================= */
.services-rhythm-section {
  padding: 105px 0;
  background: linear-gradient(180deg, transparent, rgba(0, 68, 150, 0.09), transparent);
}
.services-rhythm-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.services-rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.services-rhythm-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(0, 119, 255, 0.26);
  border-radius: 18px;
  background:     radial-gradient(circle at 100% 0, rgba(0, 119, 255, 0.15), transparent 34%),     linear-gradient(145deg, #051a37, #020a16 76%);
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.services-rhythm-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 119, 255, 0.68);
}
.services-rhythm-index {
  display: block;
  margin-bottom: 38px;
  color: #4f6686;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.services-rhythm-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 119, 255, 0.52);
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(0, 119, 255, 0.58), rgba(0, 119, 255, 0.1));
}
.services-rhythm-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}
.services-rhythm-card p {
  margin: 0;
  color: #98a2b4;
  font-size: 14px;
  line-height: 1.7;
}
/* =========================
   Responsive
========================= */
@media (max-width: 1050px) {
  .features-page .flow-orchestration-grid,   .features-page .spotlight-benefits-v40 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .services-rhythm-grid {
    grid-template-columns: 1fr;
  }
  .services-rhythm-card {
    min-height: 0;
  }
}
@media (max-width: 700px) {
  .features-page .flow-orchestration {
    padding: 20px;
  }
  .features-page .flow-orchestration-grid,   .features-page .spotlight-benefits-v40 {
    grid-template-columns: 1fr;
  }
  .features-page .flow-action-card {
    min-height: 0;
  }
  .features-page .spotlight-benefits-v40 article {
    min-height: 0;
  }
  .services-rhythm-section {
    padding: 76px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .features-page .flow-orchestration-core {
    animation: none;
  }
  .features-page .flow-action-card,   .services-rhythm-card,   .features-page .spotlight-benefits-v40 article {
    transition: none;
  }
}
