.visual-section {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(12, 111, 104, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.visual-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 32px;
  align-items: center;
}

.visual-feature-reverse {
  grid-template-columns: minmax(320px, 1.12fr) minmax(0, 0.88fr);
}

.visual-figure {
  margin: 0;
  border: 1px solid rgba(217, 225, 233, 0.95);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 22px 54px rgba(8, 28, 51, 0.13);
}

.visual-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.visual-figure figcaption {
  margin: 12px 4px 2px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.visual-copy-list,
.visual-stat-grid {
  margin: 22px 0 0;
}

.visual-copy-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.visual-copy-list li {
  border-left: 4px solid var(--teal);
  background: #ffffff;
  color: var(--slate);
  padding: 12px 14px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(8, 28, 51, 0.07);
}

.visual-copy-list strong {
  color: var(--navy);
}

.visual-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.visual-stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 12px 26px rgba(8, 28, 51, 0.08);
}

.visual-stat span {
  display: block;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visual-stat strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.2;
}

.visual-stat p {
  margin: 7px 0 0;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.45;
}

.visual-quick-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.visual-quick-map div {
  border: 1px solid rgba(217, 225, 233, 0.95);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(8, 28, 51, 0.08);
}

.visual-quick-map span {
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visual-quick-map strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  line-height: 1.2;
}

.visual-quick-map p {
  margin: 7px 0 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.42;
}

.artifact-preview-section,
.delivery-model-section,
.ai-enablement-section {
  background:
    linear-gradient(135deg, rgba(222, 47, 75, 0.05), transparent 32%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.artifact-preview-board img,
.delivery-model-figure img,
.ai-enablement-figure img {
  background: #f8fafc;
}

.artifact-output-grid,
.delivery-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.artifact-output-grid div,
.delivery-proof-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 12px 24px rgba(8, 28, 51, 0.07);
}

.artifact-output-grid span,
.delivery-proof-grid span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.artifact-output-grid strong,
.delivery-proof-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  line-height: 1.2;
}

.artifact-output-grid p,
.delivery-proof-grid p {
  margin: 7px 0 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.42;
}

.ai-data-boundary-note {
  margin-top: 18px;
  border-left: 4px solid var(--accent);
  background: #ffffff;
  color: var(--slate);
  padding: 14px 16px;
  line-height: 1.48;
  box-shadow: 0 12px 26px rgba(8, 28, 51, 0.08);
}

.ai-data-boundary-note strong {
  color: var(--navy);
}

.ai-sensitive-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

.ai-sensitive-data-grid li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--slate);
  padding: 10px 12px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.artifact-card-thumb {
  position: relative;
  min-height: 118px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(217, 225, 233, 0.95);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc, #eef3f7);
}

.artifact-card-thumb::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), #f0c674, var(--teal));
}

.artifact-card-thumb span {
  position: absolute;
  left: 16px;
  top: 18px;
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.artifact-card-thumb i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(83, 101, 121, 0.18);
}

.artifact-card-thumb i:nth-child(2) {
  left: 16px;
  right: 38px;
  top: 54px;
  height: 10px;
}

.artifact-card-thumb i:nth-child(3) {
  left: 16px;
  right: 82px;
  top: 78px;
  height: 10px;
}

.artifact-card-thumb i:nth-child(4) {
  left: 16px;
  width: 42%;
  top: 102px;
  height: 10px;
}

.artifact-card-thumb-scorecard i:nth-child(2) { background: rgba(12, 111, 104, 0.72); }
.artifact-card-thumb-scorecard i:nth-child(3) { background: rgba(240, 198, 116, 0.9); }
.artifact-card-thumb-scorecard i:nth-child(4) { background: rgba(222, 47, 75, 0.65); }

.artifact-card-thumb-matrix {
  background-image:
    linear-gradient(rgba(217, 225, 233, 0.9) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 225, 233, 0.9) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, #f8fafc);
  background-size: 100% 28px, 52px 100%, 100% 100%;
}

.artifact-card-thumb-dashboard::after,
.artifact-card-thumb-model::after,
.artifact-card-thumb-flow::after,
.artifact-card-thumb-document::after,
.artifact-card-thumb-ai::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(12, 111, 104, 0.85) 0 28%, transparent 28% 36%, rgba(240, 198, 116, 0.92) 36% 62%, transparent 62% 70%, rgba(222, 47, 75, 0.75) 70% 100%);
}

.artifact-card-thumb-model::after {
  clip-path: polygon(0 0, 100% 0, 76% 100%, 18% 100%);
}

.artifact-card-thumb-flow::after {
  height: 16px;
  top: 70px;
  bottom: auto;
  border-radius: 999px;
}

.artifact-card-thumb-document::after {
  height: 48px;
  background:
    linear-gradient(#d9e1e9 0 2px, transparent 2px 10px),
    linear-gradient(#d9e1e9 0 2px, transparent 2px 10px),
    linear-gradient(90deg, rgba(12, 111, 104, 0.12), rgba(222, 47, 75, 0.08));
  background-size: 100% 12px, 70% 12px, 100% 100%;
}

.artifact-card-thumb-ai::after {
  height: 50px;
  background:
    radial-gradient(circle at 22% 50%, rgba(12, 111, 104, 0.9) 0 11px, transparent 12px),
    radial-gradient(circle at 50% 50%, rgba(240, 198, 116, 0.95) 0 11px, transparent 12px),
    radial-gradient(circle at 78% 50%, rgba(222, 47, 75, 0.8) 0 11px, transparent 12px),
    linear-gradient(90deg, rgba(8, 28, 51, 0.12), rgba(12, 111, 104, 0.08));
}

.delivery-model-note {
  margin-top: 18px;
  border-left: 4px solid var(--teal);
  background: #ffffff;
  color: var(--slate);
  padding: 14px 16px;
  line-height: 1.48;
  box-shadow: 0 12px 26px rgba(8, 28, 51, 0.08);
}

.delivery-model-note strong {
  color: var(--navy);
}

@media (max-width: 980px) {
  .visual-feature,
  .visual-feature-reverse {
    grid-template-columns: 1fr;
  }

  .visual-feature-reverse .visual-figure {
    order: -1;
  }

  .visual-quick-map,
  .artifact-output-grid,
  .delivery-proof-grid,
  .ai-sensitive-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .visual-section .section-heading h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .visual-stat-grid,
  .visual-quick-map,
  .artifact-output-grid,
  .delivery-proof-grid,
  .ai-sensitive-data-grid {
    grid-template-columns: 1fr;
  }

  .visual-figure {
    padding: 8px;
  }

  .artifact-card-thumb {
    min-height: 104px;
  }
}
