/* UQ / Problem + kotwica */
.uq-problem-grid{display:grid;gap:44px;align-items:center}
@media(min-width:900px){.uq-problem-grid{grid-template-columns:1fr 1fr;gap:clamp(48px,6vw,96px)}}
.uq-problem-grid .uq-figure{aspect-ratio:4/3}
.uq-problem-grid h2{font-size:clamp(1.8rem,3.6vw,2.7rem);margin:0 0 .4em}
.uq-anchor-box{background:var(--uq-paper);border:var(--uq-dash);border-left:3px solid var(--uq-cta);border-radius:var(--uq-r);padding:24px 28px;margin-top:30px}
.uq-anchor-box p{font-size:.96rem;margin:0}
.uq-anchor-box b{font-family:var(--uq-font-mono);font-weight:500;color:var(--uq-brown-deep);white-space:nowrap}
