/* ArezzoMT2 v27 — tryb komputerowy na telefonie
   Cel: telefon ma pokazywać pełny desktopowy układ strony, a nie zwężoną wersję mobilną.
   Główna zmiana jest w meta viewport (width=1280). Ten plik jest dodatkowym zabezpieczeniem,
   gdy przeglądarka/tryb komputerowy użyje węższego viewportu. */

html,
body.az-v22-body {
  min-width:1280px!important;
  overflow-x:auto!important;
}

.az22-shell,
.az22-topbar {
  width:1240px!important;
  max-width:none!important;
}

@media(max-width:1279px){
  body.az-v22-body{background-attachment:fixed!important;}

  .az22-topbar{
    min-height:36px!important;
    padding:6px 4px!important;
    margin:8px auto 0!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
  }
  .az22-topbar-right{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
    gap:8px!important;
  }

  .az22-shell{margin:0 auto 38px!important;}
  .az22-hero{
    min-height:332px!important;
    border-radius:0 0 28px 28px!important;
  }
  .az22-hero:before{inset:12px!important;border-radius:0 0 22px 22px!important;}
  .az22-hero:after{bottom:10px!important;height:34px!important;opacity:.72!important;}

  .az22-nav{
    min-height:54px!important;
    padding:0 16px!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    overflow:visible!important;
    flex-wrap:nowrap!important;
  }
  .az22-nav a,
  .az22-nav .az22-lang a{
    min-height:34px!important;
    padding:0 13px!important;
    font-size:11px!important;
    white-space:normal!important;
  }

  .az22-hero-inner{
    min-height:268px!important;
    display:grid!important;
    grid-template-columns:minmax(190px,250px) minmax(360px,1fr) minmax(245px,330px)!important;
    align-items:center!important;
    padding:18px 28px 43px!important;
    gap:14px!important;
  }
  .az22-logo img{width:330px!important;max-height:104px!important;}
  .az22-eyebrow{margin-top:4px!important;margin-bottom:6px!important;padding:5px 9px!important;font-size:9px!important;letter-spacing:4px!important;}
  .az22-title{font-size:43px!important;line-height:.96!important;}
  .az22-subtitle{max-width:560px!important;margin-top:8px!important;font-size:13px!important;line-height:1.36!important;}
  .az22-actions{display:flex!important;justify-content:center!important;flex-direction:row!important;flex-wrap:wrap!important;margin-top:12px!important;gap:9px!important;}
  .az22-btn{width:auto!important;min-width:145px!important;min-height:38px!important;padding:8px 14px!important;border-radius:13px!important;font-size:10.5px!important;}

  .az22-hero-card{display:block!important;width:100%!important;padding:12px!important;border-radius:18px!important;}
  .az22-hero-card.left{align-self:center!important;text-align:left!important;}
  .az22-hero-login{display:block!important;align-self:center!important;text-align:left!important;max-height:255px!important;overflow:hidden!important;margin:0!important;max-width:none!important;}

  .az22-feature-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:12px 0!important;}
  .az22-feature{min-height:112px!important;padding:15px 15px 14px!important;border-radius:18px!important;}

  .az22-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;gap:14px!important;align-items:start!important;}
  .az22-sidebar{display:block!important;grid-template-columns:none!important;}
  .az22-sidebox{padding:16px!important;margin-bottom:12px!important;}
  .az22-content{padding:18px!important;}

  .az22-news-hero{display:grid!important;grid-template-columns:270px 1fr!important;padding:17px!important;gap:16px!important;}
  .az22-news-image{min-height:170px!important;}
  .az22-news-hero h2{font-size:30px!important;}

  .az22-footer{margin-top:20px!important;padding:18px!important;}
  .az22-footer img{height:52px!important;}

  .az22-admin{width:1240px!important;max-width:none!important;margin:16px auto 36px!important;}
  .az22-admin-top{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;}
  .az22-admin-actions{justify-content:flex-end!important;}
  .az22-admin-grid{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;}
  .az22-admin-nav{position:sticky!important;top:12px!important;display:block!important;grid-template-columns:none!important;}
  .az22-admin-dashboard{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .az22-admin-panel .list-group{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* ArezzoMT2 v28: linki prawne pod operatora płatności */
.az22-footer-links{margin-top:8px;font-size:14px;letter-spacing:.04em;text-transform:uppercase}
.az22-footer-links a{color:#a8ffe8;text-decoration:none;font-weight:800;margin:0 6px}
.az22-footer-links a:hover{color:#f6d982;text-decoration:none}
.az22-footer-links span{color:rgba(246,217,130,.55)}
