.qt-project { padding: 36px 0 44px; scroll-margin-top: 100px; }
.qt-project__panel { color: #172f4f; background: #f1f7fc; border: 1px solid #d5e4f0; border-radius: 20px; padding: clamp(22px, 4vw, 40px); }
.qt-project__eyebrow { margin: 0 0 8px; font-size: .82rem; font-weight: 800; color: #225b98; letter-spacing: .06em; text-transform: uppercase; }
.qt-project h2 { max-width: 850px; margin: 0; color: #173857; font-size: clamp(1.55rem, 2.5vw, 2.05rem); line-height: 1.2; }
.qt-project__context { margin: 12px 0 0; max-width: 760px; color: #475d73; }
.qt-project__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 28px 0; }
.qt-project__grid--examples { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 36px; }
.qt-project__step { min-width: 0; }
.qt-project__step h3 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.35; color: #183857; }
.qt-project__step p { margin: 0; line-height: 1.65; color: #3b5066; overflow-wrap: anywhere; }
.qt-project__step--result { padding-left: 22px; border-left: 3px solid #54a388; }
.qt-project__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid #d1e1ec; }
.qt-project__footer p { margin: 0; max-width: 570px; font-weight: 700; }
.qt-project__footer .button { white-space: normal; text-align: center; }
.qt-project__draft { display: inline-block; margin: 0 0 18px; padding: 6px 10px; border: 1px solid #c78e24; border-radius: 6px; color: #624000; background: #fff1ca; font-size: .85rem; font-weight: 700; }
@media (max-width: 720px) {
  .qt-project { padding: 20px 0 28px; }
  .qt-project__grid { grid-template-columns: 1fr; gap: 24px; margin: 24px 0; }
  .qt-project__step--result { padding-left: 16px; }
  .qt-project__footer { align-items: stretch; }
  .qt-project__footer .button { width: 100%; }
}
