.solution-map { margin: 48px auto 0; max-width: 1200px; }
.solution-map-stage { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) 170px minmax(0, 1.15fr); align-items: center; gap: 64px; padding-block: 16px; }
.solution-map-group { position: relative; z-index: 1; min-width: 0; }
.solution-map-label { margin: 0 0 20px; color: #526e84; font-size: 12px; font-weight: 600; line-height: 1.6; }
.solution-map-input { display: grid; grid-template-columns: 80px minmax(0, 180px); justify-content: end; align-items: center; gap: 0 32px; }
.solution-map-input > .solution-map-label { grid-column: 1 / -1; text-align: center; }
.solution-map-person { display: flex; flex-direction: column; align-items: center; text-align: center; }
.solution-person-icon { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid #d8e5ed; border-radius: 50%; background: #fff; }
.solution-person-icon svg { width: 40px; height: 40px; color: #1c4963; }
.solution-map-person strong { margin-top: 12px; color: #14263f; font-size: 12px; font-weight: 650; }
.solution-map-person > span { margin-top: 5px; color: #688394; font-size: 10px; }
.solution-map-stage svg:not(.solution-map-wires) { flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.solution-channels { margin: 0; padding: 0; overflow: hidden; border: 1px solid #dce7ee; border-radius: 12px; background: #fff; list-style: none; }
.solution-channels li { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 12px 16px; color: #14263f; font-size: 12px; font-weight: 600; }
.solution-channels li + li { border-top: 1px solid #edf2f5; }
.solution-channels img, .solution-api-icon { display: block; flex: 0 0 28px; width: 28px; height: 28px; object-fit: contain; }
.solution-api-icon { display: grid; place-items: center; color: #009ac0; }
.solution-api-icon svg { width: 24px; height: 24px; }
.solution-hub { display: flex; flex-direction: column; align-items: center; text-align: center; }
.solution-hub-logo { position: relative; display: grid; place-items: center; width: 148px; height: 148px; border: 1px solid #cfe9f0; border-radius: 50%; background: #fff; box-shadow: 0 0 0 10px #f7fbfd; }
.solution-hub-logo::before, .solution-hub-logo::after { position: absolute; inset: -1px; border: 1.5px solid #00b7db; border-radius: inherit; opacity: 0; pointer-events: none; content: ''; }
.solution-hub-logo img { display: block; width: 128px; height: 128px; border-radius: 50%; }
.solution-hub > strong { margin-top: 20px; color: #14263f; font-size: 20px; font-weight: 650; letter-spacing: -.025em; }
.solution-hub > p { margin: 8px 0 0; color: #34576d; font-size: 11px; font-weight: 600; }
.solution-hub > span { margin-top: 7px; color: #688394; font-size: 10px; line-height: 1.6; }
.solution-hub::before, .solution-hub::after { position: absolute; top: 56px; color: #55bbd2; font-size: 22px; content: '→'; }
.solution-hub::before { right: calc(100% + 16px); }
.solution-hub::after { left: calc(100% + 16px); }
.solution-map.is-wired .solution-hub::before, .solution-map.is-wired .solution-hub::after { display: none; }
.solution-systems { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid #dce7ee; border-radius: 12px; background: #dce7ee; list-style: none; }
.solution-systems > li { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-width: 0; min-height: 94px; padding: 14px 10px 12px; background: #fff; }
.solution-systems img { display: block; width: auto; max-width: 100%; height: 30px; object-fit: contain; }
.solution-systems > li > span { color: #526e84; font-size: 10px; line-height: 1.5; text-align: center; white-space: nowrap; }
.solution-systems > .solution-system-totvs { background: #002233; }
.solution-systems > .solution-system-totvs > span { color: #c7e0e9; }
.solution-systems .solution-system-sap { height: 36px; }
.solution-systems .solution-system-oracle { width: 108px; height: auto; margin-block: 4px; }
.solution-systems .solution-system-senior { height: 29px; }
.solution-systems .solution-system-sankhya { width: 100px; height: 30px; }
.solution-systems .solution-system-salesforce { height: 40px; }
.solution-systems .solution-system-omie { width: 80px; height: 30px; }
.solution-systems .solution-system-dynamics { display: flex; align-items: center; gap: 5px; color: #34576d; font-size: 10px; font-weight: 600; }
.solution-system-dynamics img { width: 22px; height: 32px; }
.solution-systems .solution-system-servicenow { width: 110px; height: 30px; }
.solution-systems .solution-system-linx { width: 80px; height: 32px; }
.solution-systems .solution-system-nstech { width: 96px; height: 30px; }
.solution-systems .solution-system-adp { width: 66px; height: 30px; }
.solution-systems .solution-system-product { display: flex; align-items: center; justify-content: center; gap: 6px; max-width: 100%; min-height: 32px; color: #34576d; font-size: 11px; font-weight: 600; white-space: normal; }
.solution-system-product img { flex: 0 0 28px; width: 28px; height: 30px; }
.solution-system-product > span { line-height: 1.3; text-align: left; }
.solution-systems .solution-system-workspace { width: 126px; height: 30px; }
.solution-systems .solution-system-aws { width: 62px; height: 36px; }
.solution-systems .solution-system-google-cloud { width: 116px; height: 30px; }
.solution-resources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.solution-resource { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; min-height: 76px; padding: 12px; border: 1px solid #dce7ee; border-radius: 10px; background: #fff; }
.solution-resource svg { width: 24px; height: 24px; color: #009ac0; }
.solution-resource strong { display: block; color: #14263f; font-size: 11px; font-weight: 600; }
.solution-resource span { display: block; margin-top: 5px; color: #688394; font-size: 10px; line-height: 1.5; }
.solution-map > figcaption { max-width: 650px; margin: 24px auto 0; color: #688394; font-size: 11px; line-height: 1.7; text-align: center; }
.solution-map-wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.solution-map-wires path { fill: none; stroke: #82c7d8; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.solution-map-paths > path { marker-end: url(#solution-map-arrow); }
.solution-map-wires .solution-map-pulse { stroke: #00b7db; stroke-width: 2; stroke-dasharray: 8 92; marker-end: none; opacity: 0; }
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .reveal-ready #exemplos .solution-map-input.is-visible { animation-delay: 0ms; }
  .reveal-ready #exemplos .solution-hub.is-visible { animation-delay: 180ms; }
  .reveal-ready #exemplos .solution-map-output.is-visible { animation-delay: 360ms; }
}
@media (prefers-reduced-motion: no-preference) {
  .solution-map.is-map-active .solution-map-pulse { opacity: 1; animation: solution-map-travel 3.8s linear infinite; }
  .solution-map.is-map-active .solution-hub-logo::before, .solution-map.is-map-active .solution-hub-logo::after { animation: solution-hub-wave 3.2s ease-out infinite; }
  .solution-map.is-map-active .solution-hub-logo::after { animation-delay: -1.6s; }
  @keyframes solution-map-travel { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
  @keyframes solution-hub-wave { 0% { transform: scale(1); opacity: .65; } 75% { opacity: .18; } 100% { transform: scale(1.25); opacity: 0; } }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .solution-map-stage { grid-template-columns: minmax(0, .85fr) 130px minmax(0, 1.15fr); gap: 32px; }
  .solution-map-input { grid-template-columns: 66px minmax(0, 1fr); gap: 0 22px; }
  .solution-person-icon { width: 60px; height: 60px; }
  .solution-channels li { gap: 8px; padding-inline: 10px; }
  .solution-hub-logo { width: 124px; height: 124px; }
  .solution-hub-logo img { width: 108px; height: 108px; }
  .solution-resources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-resource:first-child { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .solution-resource { min-height: 60px; }
}
@media (max-width: 900px) {
  .solution-map { max-width: 500px; margin-top: 32px; }
  .solution-map-stage { grid-template-columns: minmax(0, 1fr); gap: 48px; padding-block: 0; }
  .solution-map-input { grid-template-columns: 80px minmax(0, 1fr); gap: 0 32px; width: 100%; max-width: 420px; justify-self: center; }
  .solution-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-channels li { flex-direction: column; gap: 8px; min-height: 78px; padding: 12px 6px; font-size: 11px; }
  .solution-channels li + li { border-top: 0; }
  .solution-channels li:nth-child(even) { border-left: 1px solid #edf2f5; }
  .solution-channels li:nth-child(n+3) { border-top: 1px solid #edf2f5; }
  .solution-hub-logo { width: 124px; height: 124px; }
  .solution-hub-logo img { width: 108px; height: 108px; }
  .solution-hub > strong { margin-top: 14px; font-size: 18px; }
  .solution-hub > p { margin-top: 5px; }
  .solution-hub > span { margin-top: 5px; }
  .solution-hub::before, .solution-hub::after { left: calc(50% - 7px); right: auto; content: '↓'; }
  .solution-hub::before { top: -36px; }
  .solution-hub::after { top: calc(100% + 8px); }
  .solution-map-output > .solution-map-label { text-align: center; }
  .solution-resources { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
  .solution-resource:first-child { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .solution-resource { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px; }
  .solution-map > figcaption { margin-top: 20px; font-size: 10px; }
}
@media (max-width: 360px) {
  .solution-map-input { grid-template-columns: 64px minmax(0, 1fr); gap: 0 24px; }
  .solution-person-icon { width: 60px; height: 60px; }
  .solution-systems { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-map-person strong { font-size: 11px; }
}
