/* ==========================================================================
   KOBIL — Secure Messenger & Documents — Section: The Secure Communication Platform
   Figma: desktop 6015:101762 (1360x474 — py 120, copy at x=40, checklist at
   x=740 vertically centred, rows 56 apart) · mobile 6150:71169 (369x350 —
   copy 337 then the checklist stacked underneath, rows 12 apart).
   ========================================================================== */

.sec-smd-why {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--w64);
  width: 100%;
  padding: var(--w120) var(--w40);
}

.smd-why__copy {
  display: flex;
  flex-direction: column;
  gap: var(--w24);
}

.smd-why__title {
  display: flex;
  flex-direction: column;
  gap: var(--w12);
  font-family: var(--font-serif);
  font-size: var(--w56);
  font-weight: 400;
  line-height: 1.3;
  color: var(--navy);
  white-space: nowrap;
}

.smd-why__title-row { display: block; }

.smd-why__lead {
  width: var(--w636);
  max-width: 100%;
  font-family: var(--font-sans);
  font-size: var(--w18);
  font-weight: 400;
  line-height: var(--w26);
  color: var(--navy-70);
}

.smd-why__lead span { display: block; }

.smd-why__list {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: var(--w30);
  width: var(--w580);
  margin: 0;
  padding: 0;
  list-style: none;
}

.smd-why__item {
  display: flex;
  align-items: flex-start;
  gap: var(--w12);
  font-family: var(--font-sans);
  font-size: var(--w18);
  font-weight: 400;
  line-height: var(--w26);
  color: var(--navy);
}

.smd-why__icon {
  flex: none;
  width: var(--w20);
  height: var(--w20);
  margin-top: var(--w3);
}

@media (max-width: 768px) {
  .sec-smd-why {
    flex-direction: column;
    align-items: stretch;
    gap: var(--m24);
    padding: var(--m40) var(--m16);
  }

  .smd-why__copy { gap: var(--m8); }
  .smd-why__title {
    display: block;
    font-size: var(--m34);
    line-height: 1.2;
    white-space: normal;
  }
  .smd-why__title-row { display: inline; }
  .smd-why__lead {
    width: 100%;
    font-size: var(--m14);
    line-height: var(--m20);
  }
  /* The phone frame runs the lead as one wrapped paragraph. */
  .smd-why__lead span { display: inline; }

  .smd-why__list { width: 100%; gap: var(--m12); }
  /* Figma's rows are 26 tall around a 20/20 line (the icon frame sets the
     height), growing to 40 when the text wraps. */
  .smd-why__item {
    gap: var(--m12);
    min-height: var(--m26);
    font-size: var(--m14);
    line-height: var(--m20);
  }
  .smd-why__icon { width: var(--m20); height: var(--m20); margin-top: 0; }
}
