.technology-hero .inner-hero__visual {
  height: 230px;
}

.technology-core,
.technology-implementation,
.technology-assurance {
  padding-block: var(--space-12);
}

.technology-section-heading {
  max-width: none;
  margin-bottom: var(--space-8);
  text-align: center;
}

.technology-section-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  font-size: var(--text-2xl);
}

.technology-section-heading h2::before,
.technology-section-heading h2::after {
  width: 54px;
  border-top: 1px solid #9fc4f8;
  content: "";
}

.technology-section-heading p {
  font-size: var(--text-base);
}

.capability-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
}

.capability-card {
  position: relative;
  min-height: 206px;
  padding: var(--space-6);
  text-align: center;
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast),
    transform var(--transition-fast);
}

.capability-card:hover {
  border-color: #bfd7fa;
  box-shadow: 0 16px 34px rgb(16 42 76 / 11%);
  transform: translateY(-2px);
}

.capability-icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  margin-bottom: var(--space-4);
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7fbff, #e9f3ff);
  box-shadow:
    inset 0 0 0 1px #dceafd,
    0 8px 18px rgb(23 105 232 / 8%);
  color: var(--color-brand);
}

.capability-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.capability-card h3 {
  margin-bottom: var(--space-2);
  font-size: 1.0625rem;
}

.capability-card p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.7;
}

.capability-card__arrow {
  display: none;
}

.implementation-flow {
  padding: var(--space-8);
}

.implementation-flow .process-list {
  margin-top: var(--space-4);
}

.process-step {
  text-align: center;
}

.process-step__number {
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  width: 34px;
  height: 28px;
  margin: 0 0 0 -36px;
  border: 4px solid #fff;
  box-shadow: none;
  font-size: 0.7rem;
}

.process-step__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto var(--space-4);
  place-items: center;
  border: 1px solid #d9e8fb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgb(16 42 76 / 8%);
  color: var(--color-brand);
}

.process-step__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.process-step h3 {
  margin-bottom: var(--space-1);
  font-size: var(--text-base);
}

.process-step p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.process-step:not(:last-child)::after {
  top: 28px;
  left: calc(50% + 42px);
  width: calc(100% - 84px);
}

.technology-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.technology-panel {
  padding: var(--space-6);
}

.technology-panel summary {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin: calc(var(--space-6) * -1);
  margin-bottom: 0;
  padding: var(--space-6);
  color: var(--color-heading);
  cursor: pointer;
  list-style: none;
}

.technology-panel summary::-webkit-details-marker {
  display: none;
}

.technology-panel[open] summary {
  margin-bottom: var(--space-2);
}

.technology-panel__heading-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--color-brand-soft);
  color: var(--color-brand);
}

.technology-panel__heading-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.technology-panel__title {
  color: var(--color-heading);
  font-size: var(--text-xl);
  font-weight: 700;
}

.technology-panel__chevron {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid var(--color-brand);
  border-bottom: 2px solid var(--color-brand);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--transition-fast);
}

.technology-panel[open] .technology-panel__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.technology-list {
  display: grid;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: var(--space-3);
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.technology-list strong {
  display: block;
  margin-bottom: 1px;
  color: var(--color-heading);
  font-size: 0.9375rem;
}

.technology-list__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d8e8fd;
  border-radius: var(--radius-sm);
  background: #f8fbff;
  color: var(--color-brand);
  font-size: var(--text-xs);
  font-weight: 800;
}

.security-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: center;
  gap: var(--space-8);
  margin-top: var(--space-6);
  padding: var(--space-6) var(--space-8);
}

.security-note__content {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: var(--space-5);
}

.security-note__shield {
  display: grid;
  width: 54px;
  height: 60px;
  place-items: center;
  border-radius: 25px 25px 30px 30px;
  background: var(--color-brand);
  box-shadow: 0 9px 22px rgb(23 105 232 / 24%);
  color: #fff;
}

.security-note__shield svg {
  width: 38px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.security-note h2 {
  margin-bottom: var(--space-2);
  font-size: var(--text-xl);
}

.security-note p {
  color: var(--color-heading);
  font-size: var(--text-sm);
  line-height: 1.8;
}

.security-note > img {
  width: 210px;
  height: 112px;
  object-fit: contain;
}

@media (max-width: 960px) {
  .capability-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-note {
    grid-template-columns: minmax(0, 1fr) 160px;
  }
}

@media (max-width: 768px) {
  .technology-hero .inner-hero__visual {
    height: 150px;
  }

  .technology-core,
  .technology-implementation,
  .technology-assurance {
    padding-block: var(--space-10);
  }

  .technology-section-heading {
    margin-bottom: var(--space-6);
  }

  .technology-section-heading h2 {
    gap: var(--space-3);
    font-size: var(--text-xl);
  }

  .technology-section-heading h2::before,
  .technology-section-heading h2::after {
    width: 36px;
  }

  .technology-section-heading p {
    font-size: 15px;
  }

  .capability-matrix,
  .technology-columns {
    grid-template-columns: 1fr;
  }

  .capability-matrix {
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-card);
  }

  .capability-card {
    display: grid;
    min-height: auto;
    grid-template-columns: 52px minmax(0, 1fr) 10px;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }

  .capability-card:not(:last-child) {
    border-bottom: 1px solid var(--color-line);
  }

  .capability-card:hover {
    border-color: var(--color-line);
    box-shadow: none;
    transform: none;
  }

  .capability-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: var(--radius-sm);
  }

  .capability-icon svg {
    width: 30px;
    height: 30px;
  }

  .capability-card h3 {
    margin-bottom: 2px;
    font-size: var(--text-base);
  }

  .capability-card p {
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .capability-card__arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid var(--color-brand);
    border-right: 1.5px solid var(--color-brand);
    transform: rotate(45deg);
  }

  .implementation-flow {
    padding: var(--space-5);
  }

  .implementation-flow .process-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--space-2);
  }

  .process-step {
    min-height: 0;
    padding-left: 0;
  }

  .process-step__number {
    position: static;
    width: 25px;
    height: 25px;
    margin: 0 auto var(--space-3);
    border: 0;
    box-shadow: 0 0 0 4px var(--color-brand-soft);
    font-size: 0.625rem;
  }

  .process-step__icon {
    width: 42px;
    height: 42px;
    margin-bottom: var(--space-2);
  }

  .process-step__icon svg {
    width: 23px;
    height: 23px;
  }

  .process-step h3 {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .process-step p {
    display: none;
  }

  .process-step:not(:last-child)::after {
    top: 12px;
    left: calc(50% + 19px);
    width: calc(100% - 38px);
    border-top: 1px dashed #9dc1f6;
    border-left: 0;
  }

  .technology-columns {
    gap: var(--space-3);
  }

  .technology-panel {
    padding: var(--space-4);
  }

  .technology-panel summary {
    min-height: 56px;
    margin: calc(var(--space-4) * -1);
    padding: var(--space-4);
  }

  .technology-panel[open] summary {
    margin-bottom: var(--space-3);
    border-bottom: 1px solid var(--color-line);
  }

  .technology-panel__heading-icon {
    width: 36px;
    height: 36px;
  }

  .technology-panel__heading-icon svg {
    width: 22px;
    height: 22px;
  }

  .technology-panel__title {
    font-size: var(--text-base);
  }

  .technology-list li {
    grid-template-columns: 30px 1fr;
    gap: var(--space-2);
  }

  .technology-list__icon {
    width: 30px;
    height: 30px;
  }

  .security-note {
    grid-template-columns: 1fr 92px;
    gap: var(--space-3);
    margin-top: var(--space-4);
    padding: var(--space-5);
  }

  .security-note__content {
    grid-template-columns: 42px 1fr;
    align-items: start;
    gap: var(--space-3);
  }

  .security-note__shield {
    width: 40px;
    height: 44px;
  }

  .security-note__shield svg {
    width: 30px;
    height: 34px;
  }

  .security-note h2 {
    font-size: var(--text-base);
  }

  .security-note p {
    font-size: 0.8125rem;
    line-height: 1.7;
  }

  .security-note > img {
    width: 92px;
    height: 90px;
  }
}

@media (max-width: 420px) {
  .implementation-flow {
    margin-inline: calc(var(--space-2) * -1);
    padding-inline: var(--space-3);
  }

  .process-step h3 {
    font-size: 0.6875rem;
  }

  .security-note {
    grid-template-columns: 1fr;
  }

  .security-note > img {
    display: none;
  }
}
