.sms-hero .hero-lead { color: #000; }
.sms-entry .report-section-head .lead,
.sms-control .report-section-head .lead,
.sms-spec .report-section-head .lead { color: #000; }
.closing p { color: #fff; }

.sms-shot { width: 100%; max-width: 560px; justify-self: end; display: flex; justify-content: center; }
.sms-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);
}
.sms-thread { background: #f6f5f2; border-radius: 28px; overflow: hidden; }
.sms-thread-head {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 26px 16px 14px; background: #fff; border-bottom: 1px solid var(--border);
}
.sms-thread-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--orange-500); color: #fff;
  font: 500 19px/1 var(--font-sans);
}
.sms-thread-name { font: 500 14px/1 var(--font-sans); color: #000; }
.sms-thread-body { padding: 22px 16px 26px; display: flex; flex-direction: column; gap: 10px; }
.sms-bubble {
  background: #e9e7e2; color: #000;
  border-radius: 18px; border-bottom-left-radius: 6px;
  padding: 13px 15px; max-width: 94%;
  font: 400 14.5px/1.5 var(--font-sans); letter-spacing: -0.01em;
  text-align: left;
}
.sms-link { color: #0b57d0; text-decoration: underline; word-break: break-all; }
.sms-bubble-note { font: 500 12.5px/1.4 var(--font-sans); color: #000; padding: 2px 4px 0; }

.sms-entry { background: #fff; }
.sms-stage { width: 100%; max-width: 560px; margin: 0 auto; display: flex; justify-content: center; }
.sms-capture-phone {
  margin: 0; width: 100%; max-width: 340px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 34px; padding: 10px;
  box-shadow: var(--shadow-strong);
}
.sms-capture-phone img { width: 100%; height: auto; display: block; border-radius: 26px; }
.sms-entry-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(40px, 5vw, 72px); align-items: center; }
.sms-facts { display: flex; flex-direction: column; gap: 26px; }
.sms-fact { padding-left: 20px; border-left: 3px solid var(--orange-600); }
.sms-fact-title { display: block; font: 500 17px/1.25 var(--font-sans); letter-spacing: -0.02em; color: #000; }
.sms-fact p { margin-top: 7px; font-size: 15px; line-height: 1.6; color: #000; }

.sms-control { background: var(--neutral-50); }
.sms-stage-panel { max-width: 760px; }
.sms-panel {
  margin: 0; width: 100%;
  background: #fff; border: 1px solid var(--border);
  border-radius: 20px; padding: 10px;
  box-shadow: var(--shadow-strong);
}
.sms-panel img { width: 100%; height: auto; display: block; border-radius: 12px; }
.sms-spec { background: var(--neutral-50); }
.sms-table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; }
.sms-table { width: 100%; border-collapse: collapse; background: #fff; }
.sms-table thead th {
  text-align: left; font: 500 13px/1.2 var(--font-sans); letter-spacing: 0.04em; text-transform: uppercase;
  color: #000; padding: 16px 18px; border-bottom: 1px solid var(--border);
}
.sms-table thead th.sms-table-pa { color: var(--orange-600); }
.sms-table tbody th {
  text-align: left; font: 500 15px/1.4 var(--font-sans); color: #000;
  padding: 14px 18px; border-bottom: 1px solid var(--border); width: 24%;
}
.sms-table tbody td {
  font: 400 15px/1.5 var(--font-sans); color: #000;
  padding: 14px 18px; border-bottom: 1px solid var(--border); vertical-align: top;
}
.sms-table tbody tr:last-child th, .sms-table tbody tr:last-child td { border-bottom: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1000px) {
  .sms-entry-grid { grid-template-columns: 1fr; }
  .sms-shot { justify-self: start; }
}
@media (max-width: 620px) {
  .sms-shot, .sms-phone, .sms-capture-phone, .sms-stage, .sms-stage-panel { max-width: none; }
  .sms-phone { border-radius: 30px; }
  .sms-table tbody th { white-space: normal; width: 30%; }
  .sms-table thead th, .sms-table tbody th, .sms-table tbody td { padding: 12px 14px; }
  .sms-fact p { font-size: 14px; }
}
