.process-page .hero {
  background: #ffffff;
  padding-bottom: clamp(50px, 6vw, 72px);
}

.process-page .alert-band {
  border-left: 8px solid var(--cyan);
  margin-top: 42px;
  padding: clamp(30px, 4vw, 48px);
}

.process-page .alert-band h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.process-page #proceso {
  padding-top: clamp(42px, 5vw, 62px);
}

.process-page .process {
  display: grid;
  gap: 18px;
}

.process-page .process-family {
  margin: 22px 0 6px;
  padding: 26px 30px;
}

.process-page .process-family:first-child {
  margin-top: 0;
}

.process-page .process-row {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  gap: 0;
  grid-template-columns: 300px 1fr;
  min-height: 0;
  overflow: hidden;
}

.process-page .process-row::before {
  display: none;
}

.process-page .process-title {
  align-items: flex-start;
  align-self: stretch;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 26px;
}

.process-page .process-number {
  flex: 0 0 34px;
  font-size: 15px;
  height: 34px;
  margin-bottom: 14px;
  width: 34px;
}

.process-page .process-title h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.05;
}

.process-page .process-copy {
  border-left: 1px solid var(--line);
  padding: 26px 30px;
}

.process-page .process-copy p {
  font-size: clamp(18px, 1.6vw, 22px);
  margin-bottom: 16px;
}

.process-page .process-copy ul {
  columns: 2;
  column-gap: 36px;
}

.process-page .process-copy li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.home-page .commercial-protection-section {
  background: #ffffff !important;
  padding-top: clamp(36px, 5vw, 58px);
}

.home-page .commercial-protection-section .trust-band {
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 0;
  box-shadow: none;
  color: var(--text);
  gap: 18px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding: clamp(26px, 3vw, 38px);
  text-align: center;
}

.home-page .commercial-protection-section .trust-band .eyebrow {
  color: var(--blue);
}

.home-page .commercial-protection-section .trust-band h2 {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 54px);
}

.home-page .commercial-protection-section .trust-band p {
  color: var(--text);
  font-size: clamp(18px, 1.8vw, 23px);
}

@media (max-width: 820px) {
  .process-page .process-row {
    grid-template-columns: 1fr;
  }

  .process-page .process-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-page .process-copy ul {
    columns: 1;
  }
}
