.ip-hero .hero-lead { color: #000; }
.ip-hero .hero-lead strong { font-weight: 500; color: #000; }

.ip-flow .report-section-head .lead,
.ip-spec .report-section-head .lead,
.ip-choose .report-section-head .lead { color: #000; }
.closing p { color: #fff; }

.ip-stage { width: 100%; max-width: 560px; margin: 0 auto; display: flex; justify-content: center; }
.ip-stage-dash { max-width: 640px; margin-bottom: clamp(44px, 5vw, 64px); }
.ip-shot { width: 100%; max-width: 560px; justify-self: end; display: flex; justify-content: center; }
.ip-phone {
  margin: 0; width: 100%; max-width: 360px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 36px; padding: 10px;
  box-shadow: var(--shadow-strong);
}
.ip-phone img { width: 100%; height: auto; display: block; border-radius: 28px; }
.ip-panel {
  margin: 0; width: 100%;
  background: #fff; border: 1px solid var(--border);
  border-radius: 20px; padding: 10px;
  box-shadow: var(--shadow-strong);
}
.ip-panel img { width: 100%; height: auto; display: block; border-radius: 12px; }

.ip-flow { background: var(--neutral-50); }
.ip-flows { max-width: 720px; margin: 0 auto; }
.ip-flow-col { display: flex; flex-direction: column; }
.ip-step { display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.ip-step-rail { display: flex; flex-direction: column; align-items: center; }
.ip-step-num {
  width: 30px; height: 30px; flex: none;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--neutral-300); border-radius: 999px;
  background: #fff; color: #000;
  font: 500 14px/1 var(--font-sans);
}
.ip-step-line { width: 1px; flex: 1; background: var(--neutral-200); margin: 6px 0 2px; }
.ip-step-body { padding-bottom: 26px; }
.ip-step:last-child .ip-step-body { padding-bottom: 0; }
.ip-step-body h3 {
  padding-top: 5px;
  font: 500 17px/1.25 var(--font-sans); letter-spacing: -0.02em; color: #000;
}
.ip-step-body p { margin-top: 6px; font-size: 14.5px; line-height: 1.55; color: #000; }

.ip-spec { background: #fff; }
.ip-table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; }
.ip-table { width: 100%; border-collapse: collapse; background: #fff; }
.ip-table tr > *:not(:first-child) { border-left: 1px solid var(--border); }
.ip-table thead th {
  text-align: left;
  font: 500 14px/1 var(--font-sans); letter-spacing: 0.04em; text-transform: uppercase;
  color: #000;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}
.ip-table thead th.pay { color: var(--orange-600); }
.ip-table tbody th {
  text-align: left; vertical-align: top;
  font: 500 15px/1.5 var(--font-sans); letter-spacing: -0.01em; color: #000;
  padding: 14px 20px; width: 24%; white-space: nowrap;
  border-bottom: 1px solid var(--border);
}
.ip-table tbody td {
  vertical-align: top;
  font-size: 15px; line-height: 1.5; color: #000;
  padding: 14px 20px; width: 38%;
  border-bottom: 1px solid var(--border);
}
.ip-table tbody tr:last-child th,
.ip-table tbody tr:last-child td { border-bottom: 0; }
.ip-compare-foot { margin-top: 24px; max-width: 760px; font-size: 15.5px; line-height: 1.6; color: #000; }

.ip-choose { background: var(--neutral-50); }
.ip-choose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ip-choose-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 28px;
}
.ip-choose-card h3 {
  font: 500 clamp(22px, 2vw, 28px)/1.1 var(--font-sans);
  letter-spacing: -0.03em; color: #000;
}
.ip-choose-card ul {
  list-style: none; padding: 0; margin: 20px 0 0;
  display: flex; flex-direction: column; gap: 14px;
}
.ip-choose-card li { display: flex; align-items: flex-start; gap: 12px; }
.ip-dash { flex: none; width: 18px; height: 2px; background: #000; margin-top: 10px; }
.ip-choose-card.pay .ip-dash { background: var(--orange-600); }
.ip-choose-card li span:last-child { font-size: 15px; line-height: 1.55; color: #000; }

@media (max-width: 1000px) {
  .ip-choose-grid { grid-template-columns: 1fr; }
  .ip-shot { justify-self: start; max-width: 400px; }
}
@media (max-width: 620px) {
  .ip-choose-card { padding: 22px 20px; }
  .ip-table thead th, .ip-table tbody th, .ip-table tbody td { padding: 12px 14px; }
  .ip-table tbody th { white-space: normal; width: 30%; }
  .ip-shot, .ip-phone, .ip-stage { max-width: none; }
  .ip-phone { border-radius: 30px; }
}
