/* ============================================================
   Winjit US - Finance and Fintech
   Page-specific extras only. Hero, marks, impact band, capability
   grid, systems columns, compliance blocks, portfolio entries and
   the closing band all come from css/industry.css and
   css/landing.css.
   ============================================================ */

/* ---------- two buyers: static side-by-side comparison ---------- */
.in-buyers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.in-buyer {
  background: #fff; border: 1px solid var(--card-border-green); border-radius: var(--radius-card);
  padding: 30px 28px;
}
.in-buyer__title { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 700; margin: 0; color: var(--grey-900); }
.in-buyer__title span {
  display: grid; place-items: center; flex: none; width: 34px; height: 34px; border-radius: 10px;
  background: var(--grad-brand); color: #fff; font-size: 13px; font-weight: 700;
}
.in-buyer__tag { margin: 6px 0 18px 46px; font-size: 14px; color: var(--grey-500); }
.in-buyer__tools { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; }
.in-buyer__tools i {
  font-style: normal; font-size: 12.5px; font-weight: 600; color: var(--primary);
  padding: 5px 11px; border-radius: var(--radius-pill); background: var(--soft-blue); border: 1px solid var(--blue-wash-border);
}
.in-buyer ul { list-style: none; margin: 0; padding: 0; }
.in-buyer li {
  position: relative; padding: 12px 0 12px 22px; border-top: 1px solid var(--grey-200);
  font-size: 15px; line-height: 1.6; color: var(--grey-600);
}
.in-buyer li:first-child { border-top: 0; }
.in-buyer li::before {
  content: ""; position: absolute; left: 2px; top: 21px; width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #1577D6, var(--live-green));
}
.in-buyer__foot {
  margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--grey-200);
  font-size: 14.5px; line-height: 1.6; color: var(--grey-700);
}
.in-buyer__foot b {
  display: block; margin-bottom: 4px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--primary);
}
@media (max-width: 760px) { .in-buyers { grid-template-columns: 1fr; } }

/* ---------- impact band: reworked as a light section, not a flat
   dark-gradient box. Hero is already dark and photographic; stacking
   a solid color band directly under it read as two unrelated banners.
   Numbers stay the story - set on white, bordered cards, blue for
   proof (this is daylight ground, not a midnight band). ---------- */
#impact { background: var(--mint); padding: clamp(64px, 8vw, 100px) 0 clamp(56px, 6vw, 88px); }
#impact .lp-voice__bg { display: none; }
#impact .in-impact__head h2 { color: var(--grey-900); }
#impact .lp-voice__nav button {
  background: #fff; border-color: var(--strokes); color: var(--grey-700);
}
#impact .lp-voice__nav button:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
#impact .lp-voice__nav button:disabled { background: #fff; color: var(--grey-400); }
#impact .lp-voice__progress { background: var(--grey-200); }
#impact .lp-voice__progress span { background: linear-gradient(90deg, var(--primary), #0A6FB0); }

#impact .in-imp {
  background: #fff; border: 1px solid var(--card-border-green);
  -webkit-backdrop-filter: none; backdrop-filter: none;
  transition: transform 250ms var(--ease-out), border-color 250ms ease, box-shadow 250ms ease;
}
#impact .in-imp:hover { transform: translateY(-5px); border-color: var(--blue-hover-border); box-shadow: var(--shadow-blue-lift); }
#impact .in-imp__fig { color: var(--primary); }
#impact .in-imp__claim { color: var(--grey-900); }
#impact .in-imp__ctx { color: var(--grey-600); }
#impact .in-imp__client { border-top-color: var(--grey-200); color: var(--grey-500); }

/* ---------- capability grid: six areas, not four - rebalance
   to a 3x2 grid so the last row doesn't wrap short. Sequence
   numbers dropped; six parallel areas carry no order. ---------- */
#capabilities .in-dec-grid { grid-template-columns: repeat(3, 1fr); }
#capabilities .in-dec { padding-top: 26px; }
@media (max-width: 900px) { #capabilities .in-dec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { #capabilities .in-dec-grid { grid-template-columns: 1fr; } }

/* a second closing line under the systems columns */
.in-stack__close + .in-stack__close { margin-top: 14px; font-size: 14.5px; }

/* ---------- systems and rails: touchpoints -> middleware -> core business
   services -> core services and rails, read top to bottom as a pipeline.
   Each zone runs the section's full width so its own content sets the
   column count, instead of four unequal zones fighting for one row. ---------- */
.in-sysmap__row { display: flex; flex-direction: column; margin-top: 36px; }
.in-sysmap__zone {
  background: var(--midnight-card); border: 1px solid var(--midnight-card-border); border-radius: var(--radius-card);
  padding: 32px 36px;
}
@media (max-width: 560px) { .in-sysmap__zone { padding: 24px 20px; } }
.in-sysmap__ztitle {
  margin: 0 0 16px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--aurora-mint);
}

.in-sysmap__foot { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--midnight-card-border); max-width: 78ch; font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, .5); }
.in-sysmap__topnote { margin: 0 0 16px; max-width: 78ch; font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, .5); }

.in-sysmap__arrow {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  padding: 10px 0; margin: 0 auto; color: rgba(255, 255, 255, .3);
}
.in-sysmap__arrow svg { width: 16px; height: 16px; transform: rotate(90deg); }
.in-sysmap__arrow::before, .in-sysmap__arrow::after {
  content: ""; width: 1px; height: 20px; background: var(--midnight-card-border);
}

.in-sysmap__groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 20px; }
.in-sysmap__group h4 {
  margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.in-sysmap__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.in-sysmap__chips span {
  display: block; padding: 7px 11px; border-radius: 10px;
  background: rgba(255, 255, 255, .04); border: 1px solid var(--midnight-card-border);
  font-size: 12.5px; line-height: 1.35; color: rgba(255, 255, 255, .82);
}

.in-sysmap__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 24px; }
.in-sysmap__cols h4 { margin: 0 0 8px; font-size: 13px; font-weight: 700; color: #fff; }
.in-sysmap__cols ul { list-style: none; margin: 0; padding: 0; }
.in-sysmap__cols li {
  padding: 6px 0; border-top: 1px solid var(--midnight-card-border);
  font-size: 13.5px; line-height: 1.5; color: rgba(255, 255, 255, .78);
}
.in-sysmap__cols li:first-child { border-top: 0; }

@media (max-width: 760px) {
  .in-sysmap__groups { grid-template-columns: repeat(2, 1fr); }
  .in-sysmap__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .in-sysmap__groups, .in-sysmap__cols { grid-template-columns: 1fr; }
}
