.desoft-bg-dashboard {
  position: relative;
  z-index: 10;
  padding: 4rem 0;
}

.grid.desoft-bg-what-is-single {
  grid-template-columns: minmax(0, 1fr) !important;
}

.desoft-bg-what-is-grid {
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .desoft-bg-what-is-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    gap: 2.5rem 3rem;
    align-items: center;
  }
}

.desoft-bg-what-is-copy {
  min-width: 0;
  border: 3px solid #0b2945 !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 212, 191, 0.24), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(30, 64, 175, 0.1), transparent 40%),
    linear-gradient(135deg, #e8f7f5 0%, #d9eef0 52%, #cce3eb 100%) !important;
  box-shadow:
    0 20px 42px rgba(11, 41, 69, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
}

.desoft-bg-what-is-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 1.5rem;
  box-sizing: border-box;
  padding: clamp(0.4rem, 0.9vw, 0.7rem);
  border-radius: 1.35rem;
  background: #10385a;
  box-shadow: 0 18px 38px rgba(12, 47, 78, 0.18);
}

@media (min-width: 1024px) {
  .desoft-bg-what-is-visual {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.desoft-bg-what-is-visual__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: clamp(260px, 38vw, 480px);
  object-fit: contain;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .desoft-bg-what-is-visual__image {
    max-width: min(100%, 560px);
    max-height: none;
  }
}

.desoft-bg-coverage-gap__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .desoft-bg-coverage-gap__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

.desoft-bg-coverage-gap__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: clamp(0.4rem, 0.9vw, 0.7rem);
  border-radius: 1.35rem;
  background: #10385a;
  box-shadow: 0 18px 38px rgba(12, 47, 78, 0.18);
}

.desoft-bg-coverage-gap__image {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: none;
}

.desoft-bg-coverage-gap__label {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b82f6;
}

.desoft-bg-coverage-gap__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.desoft-bg-coverage-gap__body {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4b5563;
}

.desoft-bg-coverage-gap__body--emphasis {
  margin-bottom: 0;
  font-weight: 500;
  color: #1f2937;
}

.desoft-bg-value-chain__header {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.desoft-bg-value-chain__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.desoft-bg-value-chain__subtitle {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4b5563;
}

.desoft-bg-value-chain__tagline {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #3b82f6;
}

.desoft-bg-value-chain__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desoft-bg-value-chain__image {
  width: 100%;
  max-width: 72rem;
  height: auto;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(30, 64, 175, 0.08);
}

.desoft-bg-dashboard--inline {
  padding: 2.25rem 0;
}

.desoft-bg-dashboard--tint {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.06) 0%, rgba(240, 253, 250, 0.9) 100%);
}

@media (min-width: 1024px) {
  .desoft-bg-dashboard--inline {
    padding: 2.75rem 0;
  }
}

.desoft-bg-dashboard__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.desoft-bg-dashboard__inner--inline {
  max-width: 56rem;
}

@media (min-width: 640px) {
  .desoft-bg-dashboard__inner {
    padding: 0 1.5rem;
  }
}

.desoft-bg-card {
  background: #fff;
  border: 1px solid rgba(30, 64, 175, 0.2);
  border-radius: 1.25rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.desoft-bg-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.desoft-bg-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}

.desoft-bg-bar-row + .desoft-bg-bar-row {
  margin-top: 0.75rem;
}

.desoft-bg-bar-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #374151;
  margin-bottom: 0.35rem;
}

.desoft-bg-bar-meta span:last-child {
  font-weight: 700;
  color: #1e40af;
}

.desoft-bg-bar-track {
  height: 0.55rem;
  background: rgba(59, 130, 246, 0.14);
  border-radius: 9999px;
  overflow: hidden;
}

.desoft-bg-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3b82f6, #1e40af);
  border-radius: 9999px;
  transition: none;
}

.desoft-bg-bar-value {
  font-weight: 700;
  color: #1e40af;
  min-width: 2.75rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.desoft-bg-bar-fill.is-animated {
  width: var(--bg-width, 0%);
}

/* Value chain flow — compact horizontal graphic */
.desoft-bg-vchain__lead {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #64748b;
}

.desoft-bg-vchain__header {
  margin-bottom: 0.65rem;
}

.desoft-bg-vchain__flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.45rem;
  background: rgba(30, 64, 175, 0.06);
  border: 1px solid rgba(30, 64, 175, 0.1);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e40af;
}

.desoft-bg-vchain__flow-end {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #64748b;
  font-size: 0.6rem;
  text-align: right;
}

.desoft-bg-vchain__graphic {
  padding: 0.65rem 0.5rem 0.55rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.04) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid rgba(30, 64, 175, 0.12);
}

.desoft-bg-vchain__nodes {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.15rem;
}

.desoft-bg-vchain__node {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.2rem 0.3rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(30, 64, 175, 0.1);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.desoft-bg-vchain__node.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.desoft-bg-vchain__connector {
  flex: 0 0 auto;
  align-self: center;
  color: #93c5fd;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.05rem;
  user-select: none;
}

.desoft-bg-vchain__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
  font-size: 0.62rem;
  font-weight: 800;
  flex-shrink: 0;
}

.desoft-bg-vchain__name {
  width: 100%;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #0f172a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.desoft-bg-vchain__meter-value {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  color: #1e40af;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.desoft-bg-vchain__meter-track {
  width: 100%;
  height: 0.28rem;
  background: rgba(59, 130, 246, 0.14);
  border-radius: 9999px;
  overflow: hidden;
}

.desoft-bg-vchain__meter-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3b82f6, #1e40af);
  border-radius: 9999px;
  transition: none;
}

.desoft-bg-vchain__meter-fill.is-animated {
  width: var(--bg-cov, 0%);
}

.desoft-bg-vchain__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: #94a3b8;
}

.desoft-bg-vchain__legend-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #1e40af;
}

@media (max-width: 767px) {
  .desoft-bg-vchain__nodes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .desoft-bg-vchain__connector {
    display: none;
  }

  .desoft-bg-vchain__node {
    padding: 0.4rem 0.25rem;
  }

  .desoft-bg-vchain__name {
    font-size: 0.65rem;
    line-height: 1.25;
  }
}

@media (max-width: 390px) {
  .desoft-bg-vchain__nodes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .desoft-bg-vchain__node {
    padding: 0.5rem 0.35rem;
  }

  .desoft-bg-vchain__name {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) {
  .desoft-bg-vchain__graphic {
    padding: 0.75rem 0.65rem 0.6rem;
  }

  .desoft-bg-vchain__nodes {
    gap: 0.25rem;
  }

  .desoft-bg-vchain__node {
    padding: 0.45rem 0.3rem 0.35rem;
  }

  .desoft-bg-vchain__name {
    font-size: 0.62rem;
  }

  .desoft-bg-vchain__meter-value {
    font-size: 0.72rem;
  }
}

@media (min-width: 1024px) {
  .desoft-bg-vchain__name {
    font-size: 0.65rem;
  }
}

.desoft-bg-table-wrap {
  overflow-x: auto;
}

.desoft-bg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.desoft-bg-table th,
.desoft-bg-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(30, 64, 175, 0.12);
}

.desoft-bg-table th {
  font-weight: 700;
  color: #1e40af;
  background: rgba(59, 130, 246, 0.06);
}

.desoft-bg-table tbody tr {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.desoft-bg-table tbody tr.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.desoft-bg-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 9999px;
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
  font-size: 0.75rem;
  font-weight: 700;
}

.desoft-bg-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.desoft-bg-badge--old {
  background: #f3f4f6;
  color: #6b7280;
}

.desoft-bg-badge--new {
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
}

.desoft-bg-source-hidden {
  display: none !important;
}

/* Three Guards cards — readable text (Tailwind arbitrary colors missing from bundle) */
.desoft-bg-guards-section .desoft-bg-guard-card {
  border: 1px solid rgba(30, 64, 175, 0.18);
}

.desoft-bg-guards-section .desoft-bg-guard-card h3 {
  color: #0f172a;
}

.desoft-bg-guards-section .desoft-bg-guard-desc {
  color: #374151 !important;
}

.desoft-bg-guards-section .desoft-bg-guard-icon {
  color: #1e40af;
}

.desoft-bg-guards-section .desoft-bg-guard-tag {
  background: rgba(59, 130, 246, 0.12);
  color: #1e40af;
  font-weight: 600;
}

/* Maturity journey timeline */
.desoft-bg-maturity {
  margin-top: 2rem;
}

.desoft-bg-maturity__track-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}

.desoft-bg-maturity__marker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1e40af;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(30, 64, 175, 0.18);
  border-radius: 9999px;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1.25rem;
}

.desoft-bg-maturity__marker::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.desoft-bg-maturity__track {
  position: relative;
  padding: 0.5rem 0 0.25rem;
}

.desoft-bg-maturity__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.15rem;
  height: 0.25rem;
  background: rgba(59, 130, 246, 0.16);
  border-radius: 9999px;
  overflow: hidden;
  z-index: 0;
}

.desoft-bg-maturity__line-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3b82f6, #1e40af);
  border-radius: 9999px;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.desoft-bg-maturity__nodes {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.desoft-bg-maturity__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding: 0.55rem 0.85rem;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px dashed rgba(30, 64, 175, 0.28);
  color: #1e40af;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.35s ease, max-height 0.35s ease, margin 0.35s ease, padding 0.35s ease;
  animation: desoft-bg-maturity-hint-bob 2.4s ease-in-out infinite;
}

.desoft-bg-maturity__hint-icon {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  background-color: #1e40af;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'/%3E%3Cpath d='M13 13l6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'/%3E%3Cpath d='M13 13l6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.desoft-bg-maturity--interacted .desoft-bg-maturity__hint {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  pointer-events: none;
  animation: none;
}

@keyframes desoft-bg-maturity-hint-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.desoft-bg-maturity__node {
  flex: 1 1 0;
  min-width: 4.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.25rem 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0.85rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.desoft-bg-maturity__node:hover {
  background: rgba(59, 130, 246, 0.12);
  transform: translateY(-2px);
}

.desoft-bg-maturity__node:hover .desoft-bg-maturity__dot {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.desoft-bg-maturity__node:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 3px;
}

.desoft-bg-maturity:not(.desoft-bg-maturity--interacted) .desoft-bg-maturity__node:not(.is-active) .desoft-bg-maturity__dot {
  animation: desoft-bg-maturity-pulse 2.2s ease-in-out infinite;
}

.desoft-bg-maturity:not(.desoft-bg-maturity--interacted) .desoft-bg-maturity__node:not(.is-active) {
  animation: desoft-bg-maturity-node-nudge 2.2s ease-in-out infinite;
}

@keyframes desoft-bg-maturity-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 0 0 5px rgba(59, 130, 246, 0);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 0 0 7px rgba(59, 130, 246, 0.28);
  }
}

@keyframes desoft-bg-maturity-node-nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

.desoft-bg-maturity__node.is-active {
  background: rgba(30, 64, 175, 0.08);
}

.desoft-bg-maturity__dot {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 9999px;
  background: #fff;
  border: 2px solid rgba(30, 64, 175, 0.35);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.desoft-bg-maturity__node.is-active .desoft-bg-maturity__dot {
  background: #1e40af;
  border-color: #1e40af;
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.28);
}

.desoft-bg-maturity__level {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #64748b;
}

.desoft-bg-maturity__node.is-active .desoft-bg-maturity__level {
  color: #1e40af;
}

.desoft-bg-maturity__label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #94a3b8;
  text-align: center;
  line-height: 1.25;
  max-width: 5.5rem;
}

.desoft-bg-maturity__node.is-active .desoft-bg-maturity__label {
  color: #0f172a;
}

.desoft-bg-maturity__detail {
  margin-top: 0.25rem;
  border-color: rgba(30, 64, 175, 0.22);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.desoft-bg-maturity__detail.is-switching {
  animation: desoft-bg-maturity-fade 0.35s ease;
}

@keyframes desoft-bg-maturity-fade {
  0% {
    opacity: 0.55;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.desoft-bg-maturity__detail-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.desoft-bg-maturity__detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.desoft-bg-maturity__detail-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.desoft-bg-maturity__detail-body {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #475569;
}

.desoft-bg-maturity__detail-cap {
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(30, 64, 175, 0.12);
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e40af;
}

@media (min-width: 768px) {
  .desoft-bg-maturity__label {
    font-size: 0.74rem;
    max-width: 6.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desoft-bg-maturity__line-fill,
  .desoft-bg-maturity__node,
  .desoft-bg-maturity__dot,
  .desoft-bg-maturity__detail,
  .desoft-bg-maturity__hint {
    transition: none;
    animation: none;
  }

  .desoft-bg-maturity:not(.desoft-bg-maturity--interacted) .desoft-bg-maturity__node:not(.is-active) .desoft-bg-maturity__dot,
  .desoft-bg-maturity:not(.desoft-bg-maturity--interacted) .desoft-bg-maturity__node:not(.is-active) {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desoft-bg-card,
  .desoft-bg-bar-fill,
  .desoft-bg-vchain__layer,
  .desoft-bg-vchain__meter-fill,
  .desoft-bg-table tbody tr {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .desoft-bg-bar-fill.is-animated,
  .desoft-bg-vchain__meter-fill.is-animated {
    width: var(--bg-width, var(--bg-cov, 0%));
  }
}

/* On-premise / cloud deployment callout */
.desoft-bg-deploy-callout {
  position: relative;
  z-index: 10;
  padding: 0 1rem 2.5rem;
  margin-top: -0.5rem;
}

.desoft-bg-deploy-callout__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
  border: 2px solid rgba(147, 197, 253, 0.45);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.2),
    0 16px 48px rgba(30, 64, 175, 0.28);
  color: #fff;
  text-align: center;
}

.desoft-bg-deploy-callout__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.22);
  border: 1px solid rgba(147, 197, 253, 0.55);
  color: #dbeafe;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desoft-bg-deploy-callout__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.desoft-bg-deploy-callout__lead {
  max-width: 44rem;
  margin: 0 auto 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.desoft-bg-deploy-callout__grid {
  display: grid;
  gap: 0.75rem;
  text-align: left;
}

@media (min-width: 640px) {
  .desoft-bg-deploy-callout__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.desoft-bg-deploy-callout__mode {
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.desoft-bg-deploy-callout__mode--onprem {
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(147, 197, 253, 0.45);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.2);
}

.desoft-bg-deploy-callout__mode--cloud {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(191, 219, 254, 0.35);
}

.desoft-bg-deploy-callout__mode:hover {
  transform: translateY(-2px);
  border-color: rgba(191, 219, 254, 0.65);
}

.desoft-bg-deploy-callout__pill {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #eff6ff;
}

.desoft-bg-deploy-callout__mode--onprem .desoft-bg-deploy-callout__pill {
  background: rgba(219, 234, 254, 0.2);
  border-color: rgba(191, 219, 254, 0.5);
}

.desoft-bg-deploy-callout__mode-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 1024px) {
  .desoft-bg-deploy-callout {
    padding: 0 1.5rem 3rem;
  }

  .desoft-bg-deploy-callout__inner {
    padding: 2rem 2rem 1.75rem;
  }

  .desoft-bg-deploy-callout__mode:hover {
    transform: translateY(-3px);
  }
}

/* AI / model-agnostic callout */
.desoft-bg-agnostic-callout {
  position: relative;
  z-index: 10;
  padding: 0 1rem 2.5rem;
  margin-top: -0.25rem;
}

.desoft-bg-agnostic-callout__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 50%, #7c3aed 100%);
  border: 2px solid rgba(196, 181, 253, 0.45);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.2),
    0 16px 48px rgba(91, 33, 182, 0.28);
  color: #fff;
  text-align: center;
}

.desoft-bg-agnostic-callout__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.22);
  border: 1px solid rgba(196, 181, 253, 0.55);
  color: #ede9fe;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desoft-bg-agnostic-callout__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.desoft-bg-agnostic-callout__lead {
  max-width: 44rem;
  margin: 0 auto 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.desoft-bg-agnostic-callout__grid {
  display: grid;
  gap: 0.75rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .desoft-bg-agnostic-callout__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.desoft-bg-agnostic-callout__pillar {
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.desoft-bg-agnostic-callout__pillar--agnostic {
  background: rgba(139, 92, 246, 0.16);
  border-color: rgba(196, 181, 253, 0.45);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.desoft-bg-agnostic-callout__pillar--independent {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(221, 214, 254, 0.35);
}

.desoft-bg-agnostic-callout__pillar:hover {
  transform: translateY(-2px);
  border-color: rgba(221, 214, 254, 0.65);
}

.desoft-bg-agnostic-callout__pill {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f5f3ff;
}

.desoft-bg-agnostic-callout__pillar--agnostic .desoft-bg-agnostic-callout__pill {
  background: rgba(237, 233, 254, 0.2);
  border-color: rgba(221, 214, 254, 0.5);
}

.desoft-bg-agnostic-callout__pillar-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.desoft-bg-agnostic-callout__providers {
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.desoft-bg-agnostic-callout__providers-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 233, 254, 0.85);
}

.desoft-bg-agnostic-callout__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.desoft-bg-agnostic-callout__chip {
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  font-weight: 600;
  color: #faf5ff;
}

@media (min-width: 1024px) {
  .desoft-bg-agnostic-callout {
    padding: 0 1.5rem 3rem;
  }

  .desoft-bg-agnostic-callout__inner {
    padding: 2rem 2rem 1.75rem;
  }

  .desoft-bg-agnostic-callout__pillar:hover {
    transform: translateY(-3px);
  }
}

/* References marquee — Wallarm-style infinite scroll */
.beyondguard-trusted-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.beyondguard-trusted-track {
  display: flex;
  width: max-content;
  gap: 3.5rem;
  animation: beyondguard-trusted-scroll var(--bg-marquee-duration, 107s) linear infinite;
  animation-delay: 0s;
  will-change: transform;
}

.beyondguard-trusted-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  flex-shrink: 0;
}

.beyondguard-sector-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(109, 40, 217, 0.28);
  background: rgba(109, 40, 217, 0.07);
  color: #6d28d9;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes beyondguard-trusted-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--bg-marquee-shift, 50%)), 0, 0);
  }
}

@media (min-width: 640px) {
  .beyondguard-trusted-set {
    gap: 3rem;
  }

  .beyondguard-sector-pill {
    font-size: 0.9375rem;
    padding: 0.6rem 1.25rem;
  }
}

@media (min-width: 1024px) {
  .beyondguard-trusted-track {
    gap: 4rem;
  }

  .beyondguard-trusted-set {
    gap: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .beyondguard-trusted-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .beyondguard-trusted-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }

  .beyondguard-trusted-set[aria-hidden="true"] {
    display: none;
  }
}

/* Neden Beyond Guard? — risk cards */
.desoft-bg-why-section {
  position: relative;
  z-index: 10;
  padding: 4rem 0 4.5rem;
  background: #f7f6f3;
}

.desoft-bg-why-section__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .desoft-bg-why-section__inner {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .desoft-bg-why-section__inner {
    padding: 0 2rem;
  }
}

.desoft-bg-why-section__header {
  margin: 0 0 2rem;
  text-align: center;
}

.desoft-bg-why-section__title {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
}

.desoft-bg-why-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 1024px) {
  /* 6 kart: 5 sutunda sonuncusu tek basina alt satira dusuyordu, 3+3 duzeni. */
  .desoft-bg-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.desoft-bg-why-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.15rem 1.5rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.desoft-bg-why-card__title {
  margin: 0 0 0.85rem;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
}

.desoft-bg-why-card__rule {
  display: block;
  width: 2rem;
  height: 2px;
  margin-bottom: 0.85rem;
  background: #7c3aed;
}

.desoft-bg-why-card__desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
}

/* BeyondGuard executive experience — content remains unchanged. */
html.desoft-bg-executive {
  background: #f4f7fb;
}

html.desoft-bg-executive .desoft-bg-executive-root {
  background:
    radial-gradient(circle at 90% 4%, rgba(59, 130, 246, 0.11), transparent 27rem),
    linear-gradient(180deg, #f7faff 0%, #f1f5fb 50%, #f8fafc 100%);
}

html.desoft-bg-executive .desoft-bg-executive-section {
  position: relative;
  isolation: isolate;
}

html.desoft-bg-executive .desoft-bg-exec-reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

html.desoft-bg-executive .desoft-bg-exec-reveal.is-exec-visible {
  opacity: 1;
  transform: translateY(0);
}

html.desoft-bg-executive .desoft-bg-executive-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(45, 212, 191, 0.21), transparent 22rem),
    radial-gradient(circle at 18% 100%, rgba(37, 99, 235, 0.28), transparent 30rem),
    linear-gradient(128deg, #061526 0%, #0b2542 53%, #103a5b 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

html.desoft-bg-executive .desoft-bg-executive-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

html.desoft-bg-executive .desoft-bg-executive-hero h1,
html.desoft-bg-executive .desoft-bg-executive-hero h2,
html.desoft-bg-executive .desoft-bg-executive-hero h3,
html.desoft-bg-executive .desoft-bg-executive-hero .text-foreground {
  color: #fff !important;
}

html.desoft-bg-executive .desoft-bg-executive-hero p,
html.desoft-bg-executive .desoft-bg-executive-hero .text-muted-foreground {
  color: rgba(226, 240, 255, 0.88) !important;
}

html.desoft-bg-executive .desoft-bg-executive-hero a[class*="button"],
html.desoft-bg-executive .desoft-bg-executive-hero button {
  border-radius: 0.6rem !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

html.desoft-bg-executive .desoft-bg-executive-section:not(.desoft-bg-executive-hero):not(.desoft-bg-executive-cta) {
  border-bottom: 1px solid rgba(15, 43, 70, 0.08);
}

html.desoft-bg-executive .desoft-bg-executive-section h2 {
  letter-spacing: -0.03em;
}

html.desoft-bg-executive .desoft-bg-what-is-visual__image,
html.desoft-bg-executive .desoft-bg-coverage-gap__image {
  border: 1px solid rgba(31, 89, 151, 0.14);
  border-radius: 0.85rem;
  box-shadow: 0 22px 50px rgba(9, 42, 78, 0.16);
}

html.desoft-bg-executive .desoft-bg-dashboard,
html.desoft-bg-executive .desoft-bg-coverage-gap,
html.desoft-bg-executive .desoft-bg-why-section {
  background: transparent;
}

html.desoft-bg-executive .desoft-bg-coverage-gap {
  background: linear-gradient(115deg, #eaf2fb 0%, #f8fbff 100%);
}

html.desoft-bg-executive .desoft-bg-coverage-gap__label {
  color: #0f766e;
}

html.desoft-bg-executive .desoft-bg-why-card__rule {
  background-color: #14b8a6;
}

html.desoft-bg-executive .desoft-bg-coverage-gap__title,
html.desoft-bg-executive .desoft-bg-why-section__title,
html.desoft-bg-executive .desoft-bg-card__title {
  color: #0b2542;
}

html.desoft-bg-executive .desoft-bg-card,
html.desoft-bg-executive .desoft-bg-why-card {
  border: 1px solid rgba(15, 64, 104, 0.12);
  border-radius: 0.8rem;
  box-shadow: 0 10px 28px rgba(15, 55, 90, 0.07);
}

html.desoft-bg-executive .desoft-bg-card:hover,
html.desoft-bg-executive .desoft-bg-why-card:hover {
  border-color: rgba(20, 184, 166, 0.56);
  box-shadow: 0 18px 36px rgba(15, 55, 90, 0.14);
  transform: translateY(-0.2rem);
}

html.desoft-bg-executive .desoft-bg-why-section {
  background: #f6f9fd;
}

html.desoft-bg-executive .desoft-bg-why-card {
  position: relative;
  overflow: hidden;
}

html.desoft-bg-executive .desoft-bg-why-card::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
  content: "";
}

html.desoft-bg-executive .desoft-bg-agnostic-callout,
html.desoft-bg-executive .desoft-bg-deploy-callout {
  border-radius: 1rem;
  box-shadow: 0 20px 44px rgba(10, 42, 72, 0.14);
}

html.desoft-bg-executive .desoft-bg-executive-cta {
  background: linear-gradient(125deg, #06213c, #0b3c61) !important;
}

html.desoft-bg-executive .desoft-bg-executive-cta h2,
html.desoft-bg-executive .desoft-bg-executive-cta h3,
html.desoft-bg-executive .desoft-bg-executive-cta p,
html.desoft-bg-executive .desoft-bg-executive-cta .text-foreground,
html.desoft-bg-executive .desoft-bg-executive-cta .text-muted-foreground {
  color: #fff !important;
}

html.desoft-bg-executive .desoft-bg-executive-cta a,
html.desoft-bg-executive .desoft-bg-executive-cta button {
  border-radius: 0.55rem !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  html.desoft-bg-executive .desoft-bg-exec-reveal,
  html.desoft-bg-executive .desoft-bg-card,
  html.desoft-bg-executive .desoft-bg-why-card {
    transition: none;
    transform: none;
  }
}

/* Executive decision journey and meeting conversion */
html.desoft-bg-executive .desoft-bg-executive-hero .max-w-7xl {
  max-width: 78rem;
}

html.desoft-bg-executive .desoft-bg-executive-hero h1 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.45rem, 5.5vw, 5.4rem) !important;
  letter-spacing: -0.055em;
}

html.desoft-bg-executive .desoft-bg-executive-hero p {
  max-width: 47rem !important;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem) !important;
}

.desoft-bg-executive-brief {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  width: min(100%, 52rem);
  margin: 2.5rem auto 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(162, 227, 220, 0.35);
  border-radius: 0.7rem;
  background: rgba(4, 27, 49, 0.62);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-align: left;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.desoft-bg-executive-brief:hover {
  border-color: #5eead4;
  background: rgba(7, 42, 69, 0.82);
  transform: translateY(-0.18rem);
}

.desoft-bg-executive-brief__eyebrow {
  color: #5eead4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.desoft-bg-executive-brief__text {
  color: rgba(240, 249, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.45;
}

.desoft-bg-executive-brief__action {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.desoft-bg-executive-brief__action::after {
  margin-left: 0.5rem;
  color: #5eead4;
  content: "→";
}

@media (min-width: 640px) {
  .desoft-bg-executive-brief {
    grid-template-columns: 0.68fr 1.55fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.3rem;
  }

  .desoft-bg-executive-brief__action {
    padding-left: 1rem;
    border-left: 1px solid rgba(162, 227, 220, 0.26);
  }
}

.desoft-bg-executive-meeting {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 50;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: #0f766e;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.28);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.desoft-bg-executive-meeting:hover {
  background: #115e59;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.36);
  transform: translateY(-0.16rem);
}

html.desoft-bg-executive .desoft-bg-executive-section:not(.desoft-bg-executive-hero) > .max-w-7xl {
  position: relative;
}

html.desoft-bg-executive .desoft-bg-executive-section:not(.desoft-bg-executive-hero) > .max-w-7xl::before {
  position: absolute;
  top: 0.6rem;
  left: -0.3rem;
  width: 3px;
  height: 2.2rem;
  border-radius: 999px;
  background: linear-gradient(#14b8a6, #2563eb);
  content: "";
}

html.desoft-bg-executive .desoft-bg-dashboard__inner--inline,
html.desoft-bg-executive .desoft-bg-coverage-gap__inner,
html.desoft-bg-executive .desoft-bg-why-section__inner {
  max-width: 78rem;
}

@media (max-width: 639px) {
  .desoft-bg-executive-meeting {
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.75rem 0.95rem;
  }
}

/* Full-page executive briefing composition */
html.desoft-bg-executive .desoft-bg-executive-root > section:not(.desoft-bg-executive-hero) {
  padding-top: clamp(3.75rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.75rem, 7vw, 6.5rem);
}

html.desoft-bg-executive .desoft-bg-executive-root > section:nth-of-type(odd):not(.desoft-bg-executive-hero):not(.desoft-bg-executive-cta) {
  background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%) !important;
}

html.desoft-bg-executive .desoft-bg-executive-root > section:nth-of-type(even):not(.desoft-bg-executive-hero):not(.desoft-bg-executive-cta) {
  background: #ffffff !important;
}

html.desoft-bg-executive .desoft-bg-executive-root > section > .max-w-7xl,
html.desoft-bg-executive .desoft-bg-executive-root > section > .max-w-6xl {
  max-width: 78rem;
}

html.desoft-bg-executive .desoft-bg-executive-root h2 {
  color: #08233e;
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 750;
  line-height: 1.08;
}

html.desoft-bg-executive .desoft-bg-executive-root h3 {
  color: #0d3559;
}

html.desoft-bg-executive .desoft-bg-executive-root p {
  line-height: 1.72;
}

html.desoft-bg-executive .desoft-bg-dashboard--inline {
  padding: 0;
  background: transparent !important;
}

html.desoft-bg-executive .desoft-bg-dashboard__inner--inline {
  padding: 0;
}

html.desoft-bg-executive .desoft-bg-dashboard__inner--inline > .desoft-bg-card {
  padding: clamp(1.55rem, 3vw, 2.5rem);
  border: 1px solid rgba(9, 59, 96, 0.12);
  border-radius: 1rem;
  background: linear-gradient(145deg, #ffffff, #f3f8fd);
}

html.desoft-bg-executive .desoft-bg-dashboard__inner--inline > .desoft-bg-card::before {
  display: block;
  width: 2.6rem;
  height: 0.22rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
  content: "";
}

html.desoft-bg-executive .desoft-bg-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(8, 50, 84, 0.13);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 53, 89, 0.07);
}

html.desoft-bg-executive .desoft-bg-table th {
  background: #0b2a47;
  color: #eaf6ff;
}

html.desoft-bg-executive .desoft-bg-table td {
  border-color: rgba(8, 50, 84, 0.1);
}

html.desoft-bg-executive .desoft-bg-vchain__graphic,
html.desoft-bg-executive .desoft-bg-maturity {
  border: 1px solid rgba(8, 50, 84, 0.12);
  border-radius: 1rem;
  background: linear-gradient(150deg, #fff, #eef7fb);
  box-shadow: 0 16px 36px rgba(11, 53, 89, 0.09);
}

html.desoft-bg-executive .desoft-bg-vchain__node,
html.desoft-bg-executive .desoft-bg-maturity__detail {
  border-color: rgba(14, 116, 144, 0.2);
  background: #fff;
}

html.desoft-bg-executive .desoft-bg-why-section {
  background:
    radial-gradient(circle at 94% 8%, rgba(20, 184, 166, 0.11), transparent 25rem),
    #f4f8fc !important;
}

html.desoft-bg-executive .desoft-bg-why-section__header {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

html.desoft-bg-executive .desoft-bg-why-grid {
  gap: 1.15rem;
}

html.desoft-bg-executive .desoft-bg-why-card {
  min-height: 16rem;
  padding: 1.6rem 1.35rem;
  background: rgba(255, 255, 255, 0.9);
}

html.desoft-bg-executive .desoft-bg-why-card__title {
  font-family: inherit;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}

html.desoft-bg-executive .desoft-bg-why-card__desc {
  color: #486176;
  font-size: 0.9rem;
}

html.desoft-bg-executive .beyondguard-trusted-marquee {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(8, 50, 84, 0.1);
  border-bottom: 1px solid rgba(8, 50, 84, 0.1);
}

html.desoft-bg-executive .beyondguard-sector-pill {
  border-color: rgba(8, 50, 84, 0.12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(11, 53, 89, 0.06);
}

html.desoft-bg-executive .desoft-bg-executive-cta {
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 85% 22%, rgba(45, 212, 191, 0.23), transparent 21rem),
    linear-gradient(125deg, #04192c, #0b3657) !important;
}

html.desoft-bg-executive .desoft-bg-executive-cta::after {
  position: absolute;
  inset: auto -8% -68% auto;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(165, 243, 252, 0.22);
  border-radius: 50%;
  content: "";
}

html.desoft-bg-executive .desoft-bg-executive-cta a:not(.desoft-bg-executive-meeting),
html.desoft-bg-executive .desoft-bg-executive-cta button {
  border: 1px solid rgba(94, 234, 212, 0.65) !important;
  background: #14b8a6 !important;
  color: #062033 !important;
  font-weight: 800;
}

/* BeyondGuard boardroom briefing — complete visual system */
html.desoft-bg-boardroom,
html.desoft-bg-boardroom body {
  background: #080b10;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-root {
  background:
    linear-gradient(90deg, rgba(255, 122, 69, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 122, 69, 0.035) 1px, transparent 1px),
    #080b10;
  background-size: 52px 52px;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 16, 0.96) !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-section::before {
  position: absolute;
  top: 0;
  left: max(1rem, calc((100% - 78rem) / 2));
  width: 3rem;
  height: 2px;
  background: #ff7a45;
  content: "";
}

html.desoft-bg-boardroom .desoft-bg-boardroom-section:nth-of-type(even):not(.desoft-bg-boardroom-hero):not(.desoft-bg-boardroom-cta) {
  background: #0c1118 !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-section > .max-w-7xl,
html.desoft-bg-boardroom .desoft-bg-boardroom-section > .max-w-6xl,
html.desoft-bg-boardroom .desoft-bg-boardroom-section > .desoft-bg-why-section__inner {
  max-width: 78rem;
}

html.desoft-bg-boardroom .desoft-bg-exec-reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

html.desoft-bg-boardroom .desoft-bg-exec-reveal.is-exec-visible {
  opacity: 1;
  transform: none;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero {
  min-height: min(53rem, 92vh);
  border-top: 0;
  background:
    radial-gradient(circle at 82% 30%, rgba(255, 122, 69, 0.22), transparent 19rem),
    radial-gradient(circle at 18% 90%, rgba(46, 92, 255, 0.2), transparent 27rem),
    linear-gradient(120deg, #05070a, #101825 58%, #13100e) !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero::before {
  width: min(44rem, 68vw);
  height: min(44rem, 68vw);
  top: -20rem;
  left: auto;
  right: -11rem;
  border: 1px solid rgba(255, 122, 69, 0.28);
  border-radius: 50%;
  background: transparent;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero h1 {
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  font-size: clamp(2.7rem, 6.1vw, 6.2rem) !important;
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero h1 span,
html.desoft-bg-boardroom .desoft-bg-boardroom-hero .text-primary {
  color: #ff8b5c !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero p,
html.desoft-bg-boardroom .desoft-bg-boardroom-hero .text-muted-foreground {
  color: rgba(233, 239, 248, 0.75) !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero a,
html.desoft-bg-boardroom .desoft-bg-boardroom-hero button {
  border-radius: 0.3rem !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-hero a[class*="bg-primary"],
html.desoft-bg-boardroom .desoft-bg-boardroom-hero button[class*="bg-primary"] {
  background: #ff7a45 !important;
  color: #170b06 !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-root h2,
html.desoft-bg-boardroom .desoft-bg-boardroom-root h3,
html.desoft-bg-boardroom .desoft-bg-boardroom-root .text-foreground {
  color: #f8fafc !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-root p,
html.desoft-bg-boardroom .desoft-bg-boardroom-root .text-muted-foreground {
  color: #b8c2d0 !important;
}

html.desoft-bg-boardroom .desoft-bg-dashboard,
html.desoft-bg-boardroom .desoft-bg-coverage-gap,
html.desoft-bg-boardroom .desoft-bg-why-section {
  background: transparent !important;
}

html.desoft-bg-boardroom .desoft-bg-dashboard__inner--inline > .desoft-bg-card,
html.desoft-bg-boardroom .desoft-bg-card,
html.desoft-bg-boardroom .desoft-bg-why-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.45rem;
  background: linear-gradient(145deg, rgba(28, 36, 47, 0.95), rgba(14, 19, 27, 0.96));
  box-shadow: none;
}

html.desoft-bg-boardroom .desoft-bg-card::before,
html.desoft-bg-boardroom .desoft-bg-why-card::after {
  background: #ff7a45;
}

html.desoft-bg-boardroom .desoft-bg-card:hover,
html.desoft-bg-boardroom .desoft-bg-why-card:hover {
  border-color: rgba(255, 122, 69, 0.75);
  background: linear-gradient(145deg, #253140, #131b26);
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
  transform: translateY(-0.28rem);
}

html.desoft-bg-boardroom .desoft-bg-card__title,
html.desoft-bg-boardroom .desoft-bg-why-card__title,
html.desoft-bg-boardroom .desoft-bg-coverage-gap__title,
html.desoft-bg-boardroom .desoft-bg-why-section__title {
  color: #fff !important;
  font-family: inherit;
}

html.desoft-bg-boardroom .desoft-bg-coverage-gap__label {
  color: #ff8b5c;
}

html.desoft-bg-boardroom .desoft-bg-why-card__rule {
  background-color: #ff7a45;
}

html.desoft-bg-boardroom .desoft-bg-coverage-gap__body,
html.desoft-bg-boardroom .desoft-bg-coverage-gap__body--emphasis,
html.desoft-bg-boardroom .desoft-bg-why-card__desc {
  color: #b8c2d0 !important;
}

html.desoft-bg-boardroom .desoft-bg-what-is-visual__image,
html.desoft-bg-boardroom .desoft-bg-coverage-gap__image {
  border: 1px solid rgba(255, 122, 69, 0.4);
  border-radius: 0.45rem;
  box-shadow: 18px 18px 0 rgba(255, 122, 69, 0.12);
}

html.desoft-bg-boardroom .desoft-bg-table-wrap,
html.desoft-bg-boardroom .desoft-bg-vchain__graphic,
html.desoft-bg-boardroom .desoft-bg-maturity {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 0.45rem;
  background: #111923;
  box-shadow: none;
}

html.desoft-bg-boardroom .desoft-bg-table th {
  background: #ff7a45;
  color: #140b07;
}

html.desoft-bg-boardroom .desoft-bg-table td {
  border-color: rgba(255,255,255,0.1);
  color: #d5dde8;
}

html.desoft-bg-boardroom .desoft-bg-vchain__node,
html.desoft-bg-boardroom .desoft-bg-maturity__detail,
html.desoft-bg-boardroom .desoft-bg-maturity__node {
  border-color: rgba(255,255,255,0.13);
  background: #18222e;
}

html.desoft-bg-boardroom .desoft-bg-executive-brief {
  border-color: rgba(255, 139, 92, 0.44);
  border-radius: 0.3rem;
  background: rgba(12, 16, 23, 0.7);
}

html.desoft-bg-boardroom .desoft-bg-executive-brief:hover {
  border-color: #ff7a45;
  background: rgba(27, 20, 18, 0.9);
}

html.desoft-bg-boardroom .desoft-bg-executive-brief__eyebrow,
html.desoft-bg-boardroom .desoft-bg-executive-brief__action,
html.desoft-bg-boardroom .desoft-bg-executive-brief__action::after {
  color: #ff9f76;
}

html.desoft-bg-boardroom .desoft-bg-executive-meeting {
  border-radius: 0.3rem;
  background: #ff7a45;
  box-shadow: 8px 8px 0 rgba(0,0,0,0.36);
  color: #180b05;
}

html.desoft-bg-boardroom .desoft-bg-executive-meeting:hover {
  background: #ff966d;
  box-shadow: 11px 11px 0 rgba(0,0,0,0.4);
}

html.desoft-bg-boardroom .desoft-bg-boardroom-cta {
  border-top: 1px solid rgba(255, 122, 69, 0.72);
  background: linear-gradient(115deg, #ff7a45, #d84d25) !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-cta::before {
  background: #111;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-cta h2,
html.desoft-bg-boardroom .desoft-bg-boardroom-cta h3,
html.desoft-bg-boardroom .desoft-bg-boardroom-cta p,
html.desoft-bg-boardroom .desoft-bg-boardroom-cta .text-foreground,
html.desoft-bg-boardroom .desoft-bg-boardroom-cta .text-muted-foreground {
  color: #170b06 !important;
}

html.desoft-bg-boardroom .desoft-bg-boardroom-cta a:not(.desoft-bg-executive-meeting),
html.desoft-bg-boardroom .desoft-bg-boardroom-cta button {
  border: 1px solid #170b06 !important;
  border-radius: 0.25rem !important;
  background: #170b06 !important;
  color: #fff !important;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  html.desoft-bg-boardroom .desoft-bg-exec-reveal,
  html.desoft-bg-boardroom .desoft-bg-card,
  html.desoft-bg-boardroom .desoft-bg-why-card {
    transition: none;
    transform: none;
  }
}

/* Light-dominant enterprise page: dark only where it adds product focus. */
html.desoft-bg-light-executive,
html.desoft-bg-light-executive body {
  background: #f5f8fc;
}

html.desoft-bg-light-executive .desoft-bg-light-executive-root {
  position: relative;
  isolation: isolate;
  background: #f7faff;
}

/* Ortak geometrik arka plan: açık ızgara, çizgiler ve soyut şekiller. */
html.desoft-bg-light-executive .desoft-bg-geometry {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #f7faff;
  background-image:
    linear-gradient(rgba(79, 127, 217, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 127, 217, 0.075) 1px, transparent 1px);
  background-size: 52px 52px;
}

html.desoft-bg-light-executive .desoft-bg-geometry::before {
  position: absolute;
  inset: -18%;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(126, 160, 225, 0.1) 42.1% 42.35%, transparent 42.45% 100%),
    radial-gradient(circle at 18% 25%, rgba(177, 204, 250, 0.2), transparent 26%),
    radial-gradient(circle at 83% 69%, rgba(172, 201, 249, 0.16), transparent 28%);
  transform: rotate(-8deg);
}

html.desoft-bg-light-executive .desoft-bg-geometry__shape {
  position: absolute;
  left: var(--bg-x);
  top: var(--bg-y);
  width: var(--bg-size);
  height: var(--bg-size);
  box-sizing: border-box;
  border: 2px solid rgba(68, 113, 207, 0.34);
  border-radius: 50%;
  opacity: 0.82;
  transform: translate(-50%, -50%) rotate(var(--bg-rotate));
  animation: desoft-bg-geometry-float 26s ease-in-out infinite alternate;
}

html.desoft-bg-light-executive .desoft-bg-geometry__shape--square {
  border-radius: 1rem;
}

html.desoft-bg-light-executive .desoft-bg-geometry__shape--dashed {
  border-style: dashed;
}

html.desoft-bg-light-executive .desoft-bg-geometry__shape--dot {
  border-color: rgba(76, 126, 221, 0.19);
  background: rgba(111, 153, 232, 0.15);
  box-shadow: 0 0 0 0.45rem rgba(125, 165, 236, 0.06);
}

html.desoft-bg-light-executive .desoft-bg-light-executive-root > *:not(.desoft-bg-geometry) {
  position: relative;
  z-index: 1;
}

@keyframes desoft-bg-geometry-float {
  from { margin-top: 0; }
  to { margin-top: 1.1rem; }
}

@media (max-width: 767px) {
  html.desoft-bg-light-executive .desoft-bg-geometry {
    background-size: 38px 38px;
  }

  html.desoft-bg-light-executive .desoft-bg-geometry__shape:nth-child(n + 7) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.desoft-bg-light-executive .desoft-bg-geometry__shape {
    animation: none;
  }
}

html.desoft-bg-light-executive .desoft-bg-light-section {
  position: relative;
  border-top: 1px solid rgba(15, 50, 80, 0.08);
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(2px);
}

html.desoft-bg-light-executive .desoft-bg-light-section:nth-of-type(even):not(.desoft-bg-light-hero) {
  background: rgba(246, 249, 253, 0.88) !important;
}

html.desoft-bg-light-executive .desoft-bg-light-section > .max-w-7xl,
html.desoft-bg-light-executive .desoft-bg-light-section > .max-w-6xl,
html.desoft-bg-light-executive .desoft-bg-light-section > .desoft-bg-why-section__inner {
  max-width: 76rem;
}

html.desoft-bg-light-executive .desoft-bg-exec-reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

html.desoft-bg-light-executive .desoft-bg-exec-reveal.is-exec-visible {
  opacity: 1;
  transform: none;
}

html.desoft-bg-light-executive .desoft-bg-light-hero {
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(45, 212, 191, 0.2), transparent 20rem),
    radial-gradient(circle at 15% 90%, rgba(37, 99, 235, 0.28), transparent 28rem),
    linear-gradient(125deg, #061526, #0a2947 56%, #0e3f61) !important;
}

html.desoft-bg-light-executive .desoft-bg-light-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

html.desoft-bg-light-executive .desoft-bg-light-hero h1,
html.desoft-bg-light-executive .desoft-bg-light-hero h2,
html.desoft-bg-light-executive .desoft-bg-light-hero h3,
html.desoft-bg-light-executive .desoft-bg-light-hero .text-foreground {
  color: #fff !important;
}

html.desoft-bg-light-executive .desoft-bg-light-hero p,
html.desoft-bg-light-executive .desoft-bg-light-hero .text-muted-foreground {
  color: rgba(224, 239, 252, 0.88) !important;
}

html.desoft-bg-light-executive .desoft-bg-light-hero .text-primary {
  color: #5eead4 !important;
  text-shadow: 0 1px 16px rgba(94, 234, 212, 0.28);
}

html.desoft-bg-light-executive header {
  border-bottom-color: rgba(11, 41, 69, 0.12) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

html.desoft-bg-light-executive header a,
html.desoft-bg-light-executive header span {
  color: #0b2945 !important;
}

html.desoft-bg-light-executive header a[href*="beyondguard"] {
  color: #0f766e !important;
  font-weight: 800;
}

html.desoft-bg-light-executive .desoft-bg-light-hero [class*="text-primary"] {
  color: #5eead4 !important;
  font-weight: 800;
}

html.desoft-bg-light-executive .desoft-bg-light-hero a[class*="bg-primary"],
html.desoft-bg-light-executive .desoft-bg-light-hero button[class*="bg-primary"] {
  background: #2dd4bf !important;
  color: #062033 !important;
}

html.desoft-bg-light-executive .desoft-bg-light-executive-root h2,
html.desoft-bg-light-executive .desoft-bg-light-executive-root h3,
html.desoft-bg-light-executive .desoft-bg-light-executive-root .text-foreground {
  color: #0b2945 !important;
}

html.desoft-bg-light-executive .desoft-bg-light-executive-root p,
html.desoft-bg-light-executive .desoft-bg-light-executive-root .text-muted-foreground {
  color: #4b647b !important;
}

html.desoft-bg-light-executive .desoft-bg-dashboard,
html.desoft-bg-light-executive .desoft-bg-coverage-gap,
html.desoft-bg-light-executive .desoft-bg-why-section {
  background: transparent !important;
}

html.desoft-bg-light-executive .desoft-bg-dashboard__inner--inline > .desoft-bg-card,
html.desoft-bg-light-executive .desoft-bg-card,
html.desoft-bg-light-executive .desoft-bg-why-card {
  border: 1px solid rgba(17, 67, 107, 0.12);
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 54, 88, 0.07);
}

html.desoft-bg-light-executive .desoft-bg-card:hover,
html.desoft-bg-light-executive .desoft-bg-why-card:hover {
  border-color: rgba(20, 184, 166, 0.58);
  box-shadow: 0 18px 38px rgba(14, 54, 88, 0.13);
  transform: translateY(-0.2rem);
}

html.desoft-bg-light-executive .desoft-bg-coverage-gap__label {
  color: #0f766e;
}

html.desoft-bg-light-executive .desoft-bg-why-card__rule {
  background-color: #14b8a6;
}

html.desoft-bg-light-executive .desoft-bg-coverage-gap__title,
html.desoft-bg-light-executive .desoft-bg-why-section__title,
html.desoft-bg-light-executive .desoft-bg-card__title,
html.desoft-bg-light-executive .desoft-bg-why-card__title {
  color: #0b2945 !important;
  font-family: inherit;
}

html.desoft-bg-light-executive .desoft-bg-what-is-visual,
html.desoft-bg-light-executive .desoft-bg-coverage-gap__visual {
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: 1rem;
  background: linear-gradient(145deg, #0b2945, #133e61);
  box-shadow: 0 18px 42px rgba(12, 42, 68, 0.18);
}

html.desoft-bg-light-executive .desoft-bg-what-is-visual__image,
html.desoft-bg-light-executive .desoft-bg-coverage-gap__image {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.55rem;
  box-shadow: none;
}

html.desoft-bg-light-executive .desoft-bg-table-wrap,
html.desoft-bg-light-executive .desoft-bg-vchain__graphic,
html.desoft-bg-light-executive .desoft-bg-maturity {
  border: 1px solid rgba(17, 67, 107, 0.12);
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 54, 88, 0.06);
}

html.desoft-bg-light-executive .desoft-bg-table th {
  background: #0b2945;
  color: #eefaff;
}

html.desoft-bg-light-executive .desoft-bg-table td {
  border-color: rgba(17, 67, 107, 0.1);
}

html.desoft-bg-light-executive .desoft-bg-executive-brief {
  border-color: rgba(133, 236, 222, 0.4);
  background: rgba(6, 30, 51, 0.64);
}

html.desoft-bg-light-executive .desoft-bg-executive-brief__eyebrow,
html.desoft-bg-light-executive .desoft-bg-executive-brief__action,
html.desoft-bg-light-executive .desoft-bg-executive-brief__action::after {
  color: #5eead4;
}

html.desoft-bg-light-executive .desoft-bg-executive-meeting {
  background: #0f766e;
  color: #fff;
}

html.desoft-bg-light-executive .desoft-bg-light-cta {
  background: #fff !important;
  border-top: 1px solid rgba(17, 67, 107, 0.1);
}

html.desoft-bg-light-executive .desoft-bg-light-cta h2,
html.desoft-bg-light-executive .desoft-bg-light-cta h3,
html.desoft-bg-light-executive .desoft-bg-light-cta p,
html.desoft-bg-light-executive .desoft-bg-light-cta .text-foreground,
html.desoft-bg-light-executive .desoft-bg-light-cta .text-muted-foreground {
  color: #0b2945 !important;
}

html.desoft-bg-light-executive .desoft-bg-light-cta a:not(.desoft-bg-executive-meeting),
html.desoft-bg-light-executive .desoft-bg-light-cta button {
  border-radius: 0.5rem !important;
  background: #0f766e !important;
  color: #fff !important;
  font-weight: 800;
}

html.desoft-bg-light-executive footer {
  border-top: 0;
  background: #071b2f !important;
}

html.desoft-bg-light-executive footer h3,
html.desoft-bg-light-executive footer p,
html.desoft-bg-light-executive footer span,
html.desoft-bg-light-executive footer a {
  color: rgba(235, 246, 255, 0.82) !important;
}

@media (prefers-reduced-motion: reduce) {
  html.desoft-bg-light-executive .desoft-bg-exec-reveal,
  html.desoft-bg-light-executive .desoft-bg-card,
  html.desoft-bg-light-executive .desoft-bg-why-card {
    transition: none;
    transform: none;
  }
}
