.ipwh-commercial-clarity,
.ipwh-commercial-clarity * {
  box-sizing: border-box;
}

.ipwh-commercial-clarity {
  --ipwh-clarity-brand: #81221f;
  --ipwh-clarity-ink: #10192b;
  --ipwh-clarity-muted: #58677f;
  --ipwh-clarity-line: #dbe3ee;
  --ipwh-clarity-soft: #f4f7fb;
  padding: 78px 0;
  background: #ffffff;
  color: var(--ipwh-clarity-ink);
  font-family: Arial, sans-serif;
}

.ipwh-commercial-clarity-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ipwh-commercial-clarity-head {
  margin-bottom: 34px;
}

.ipwh-commercial-clarity-kicker {
  display: block;
  margin-bottom: 11px;
  color: var(--ipwh-clarity-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ipwh-commercial-clarity-title {
  max-width: 900px;
  margin: 0;
  color: var(--ipwh-clarity-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.ipwh-commercial-clarity-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ipwh-commercial-clarity-flow::before {
  position: absolute;
  top: 58px;
  right: 15%;
  left: 15%;
  height: 2px;
  background: linear-gradient(90deg, rgba(129, 34, 31, 0.2), #81221f 50%, rgba(129, 34, 31, 0.2));
  content: "";
}

.ipwh-commercial-clarity-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 320px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid var(--ipwh-clarity-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
  box-shadow: 0 18px 42px rgba(16, 25, 43, 0.07);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ipwh-commercial-clarity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(129, 34, 31, 0.35);
  box-shadow: 0 24px 52px rgba(16, 25, 43, 0.11);
}

.ipwh-commercial-clarity-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 8px solid #ffffff;
  border-radius: 50%;
  background: #f7e8e7;
  color: var(--ipwh-clarity-brand);
  box-shadow: 0 0 0 1px #e7c9c7, 0 10px 24px rgba(129, 34, 31, 0.12);
}

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

.ipwh-commercial-clarity-card h3 {
  margin: 23px 0 8px;
  color: var(--ipwh-clarity-ink);
  font-size: 22px;
  line-height: 1.25;
}

.ipwh-commercial-clarity-card > p {
  margin: 0;
  color: var(--ipwh-clarity-muted);
  font-size: 14px;
  line-height: 1.62;
}

.ipwh-commercial-clarity-steps {
  display: grid;
  gap: 9px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.ipwh-commercial-clarity-steps li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  color: #34445e;
  font-size: 13px;
  line-height: 1.45;
}

.ipwh-commercial-clarity-steps span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--ipwh-clarity-soft);
  color: var(--ipwh-clarity-brand);
  font-size: 11px;
  font-weight: 900;
}

.ipwh-commercial-clarity-steps span svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ipwh-commercial-clarity-link {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  color: var(--ipwh-clarity-brand);
  font-size: 14px;
  font-weight: 800;
}

.ipwh-commercial-clarity-footnote {
  margin: 18px 0 0;
  color: #738096;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.ipwh-commercial-clarity-footnote a {
  color: var(--ipwh-clarity-brand);
}

@media (max-width: 900px) {
  .ipwh-commercial-clarity-flow {
    grid-template-columns: 1fr;
  }

  .ipwh-commercial-clarity-flow::before {
    top: 48px;
    bottom: 48px;
    left: 57px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(129, 34, 31, 0.2), #81221f 50%, rgba(129, 34, 31, 0.2));
  }

  .ipwh-commercial-clarity-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .ipwh-commercial-clarity {
    padding: 62px 0;
  }

  .ipwh-commercial-clarity-wrap {
    width: min(100% - 28px, 1180px);
  }

  .ipwh-commercial-clarity-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ipwh-commercial-clarity-card {
    transition: none;
  }
}
