@media (max-width:768px){

  html,
  body{
    width:100%;
    min-width:0 !important;
    height:auto;
    min-height:100%;
    overflow-x:hidden !important;
    overflow-y:auto !important;
  }

  body{
    min-width:0 !important;
  }

  .bg{
    background:
      linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.18) 40%,rgba(0,0,0,.72)),
      url('assets/background.png') center top/cover no-repeat;
  }

  .screen{
    width:100%;
    min-width:0 !important;
    min-height:100vh;
    height:auto;
    padding:14px 16px 28px;
    display:flex;
    flex-direction:column;
    gap:22px;
    overflow:visible;
  }

  .topbar{
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    border:0;
    background:transparent;
  }

  .top-actions{
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    gap:10px;
    width:100%;
  }

  .top-btn{
    height:40px;
    padding:0 14px;
    font-size:13px;
  }

  .hero{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:22px;
    width:100%;
    padding:0;
  }

  .status-card{
    order:1;
    width:100%;
    max-width:360px;
    margin:0 auto;
    transform:none;
  }

  .center-emblem{
    order:2;
    width:230px;
    margin:0 auto;
    transform:none;
  }

  .center-emblem img{
    width:100%;
  }

  .left-copy{
    order:3;
    width:100%;
    max-width:360px;
    margin:0 auto;
    transform:none;
    text-align:center;
  }

  .eyebrow{
    font-size:34px;
    line-height:1;
  }

  .lead{
    max-width:320px;
    margin:12px auto 0;
    font-size:16px;
    line-height:1.45;
  }

  .feature-row{
    display:flex;
    flex-direction:column;
    width:100%;
    gap:12px;
    padding:0;
  }

  .feature-row article{
    width:100%;
    max-width:360px;
    min-height:96px;
    height:auto;
    margin:0 auto;
    grid-template-columns:62px 1fr;
    padding:14px 16px;
  }

  .feature-row h4{
    white-space:normal;
    font-size:17px;
  }

  .feature-row p{
    font-size:13px;
  }

  .social-vertical{
    position:static;
    transform:none;
    flex-direction:row;
    justify-content:center;
    gap:12px;
    margin:0 auto;
  }

  .social-vertical::before{
    display:none;
  }

  .social-vertical a{
    width:46px;
    height:46px;
    font-size:23px;
  }

  .footer{
    margin-top:0;
    font-size:12px;
    text-align:center;
  }

  .footer::before,
  .footer::after{
    display:none;
  }
  
  .credit {
  margin: 28px 0 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
    }
    
    .credit a {
      color: #7c3aed;
      text-decoration: none;
      transition: opacity 0.2s ease;
    }
    
    .credit a:hover {
      opacity: 0.82;
    }
    
    .credit-heart {
      display: inline-block;
      margin: 0 2px;
    }
  
}