/* SpineScan How We Help — canonical section-owned presentation. */

[data-ss-block="how-we-help"] .ss-how-we-help {
  padding: 60px 0;
  background: #0b0e12;
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-heading p:not(.ss-eyebrow) { margin: 0 auto; color: var(--ss-muted); }

[data-ss-block="how-we-help"] .ss-how-we-help .ss-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 23px;
  border: 1px solid var(--ss-line);
  border-radius: 8px;
  color: inherit;
  background: linear-gradient(180deg, rgba(23, 28, 34, .96), rgba(11, 13, 16, .96));
  box-shadow: none;
  text-decoration: none;
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-card::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--ss-cyan), var(--ss-purple));
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-card p { margin-bottom: 0; }

[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-link span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: #20aee8;
  font-size: .9rem;
  font-weight: 800;
}

[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-link span::after { content: "\2192"; line-height: 1; transition: transform .18s ease; }
[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-link:hover span::after,
[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-link:focus span::after { transform: translateX(3px); }
[data-ss-block="how-we-help"] .ss-how-we-help .ss-service-link:focus-visible { outline: 3px solid rgba(32, 174, 232, .42); outline-offset: 4px; }


[data-ss-block="how-we-help"] .ss-how-we-help.ss-spacing-compact { padding: 42px 0; }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-spacing-spacious { padding: 76px 0; }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-columns-two .ss-card-grid { grid-template-columns: repeat(2, 1fr); }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-heading-left .ss-heading { margin-left: 0; text-align: left; }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-heading-center .ss-heading { margin-right: auto; margin-left: auto; text-align: center; }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-background-black { background: var(--ss-black); }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-background-panel { background: #0b0e12; }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-background-deep { background: linear-gradient(135deg, #040506 0%, #10151b 55%, #160b1c 100%); }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-accent-cyan .ss-service-card::before { background: var(--ss-cyan); }
[data-ss-block="how-we-help"] .ss-how-we-help.ss-accent-purple .ss-service-card::before { background: var(--ss-purple); }

@media (max-width: 940px) {
  [data-ss-block="how-we-help"] .ss-how-we-help .ss-card-grid,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-columns-two .ss-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  [data-ss-block="how-we-help"] .ss-how-we-help,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-spacing-compact,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-spacing-spacious { padding: 42px 0; }
  [data-ss-block="how-we-help"] .ss-how-we-help .ss-card-grid,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-columns-two .ss-card-grid { grid-template-columns: 1fr; }
  [data-ss-block="how-we-help"] .ss-how-we-help .ss-service-card { padding: 20px; }
}

@container (max-width: 940px) {
  [data-ss-block="how-we-help"] .ss-how-we-help .ss-card-grid,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-columns-two .ss-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@container (max-width: 640px) {
  [data-ss-block="how-we-help"] .ss-how-we-help .ss-card-grid,
  [data-ss-block="how-we-help"] .ss-how-we-help.ss-columns-two .ss-card-grid { grid-template-columns: 1fr; }
}
