/* iPhone live-QA hardening for premium landing V3. */
@media(max-width:760px){
  .story-head{background:var(--night);color:#fff;border-radius:28px 28px 0 0;padding:32px 24px;margin-bottom:0}
  .story-head h2{color:#fff}
  .story-head p{color:#c3cadc}
  .story-stage{border-radius:0 0 28px 28px}
}
.minimal-footer-inner{align-items:center;justify-content:center;text-align:center}
.minimal-footer-meta{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}
.footer-copyright{display:block;width:100%;text-align:center}
.footer-legal{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.minimal-footer-note{max-width:680px;text-align:center}
