/* Soorivo — ortak mağaza butonları (kurumsal palet) */
.store-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:4px;}
.store-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:11px;text-decoration:none;background:var(--panel,#15171d);border:1px solid var(--line,#23262e);color:var(--ink,#f2f3f5);font-family:var(--body);font-weight:500;font-size:.92rem;transition:border-color .2s,transform .2s,background .2s;}
.store-btn:hover{transform:translateY(-2px);border-color:var(--line-2,#2c3038);background:var(--panel-2,#191c23);}
.store-btn:active{transform:translateY(0);}
.store-ic{width:21px;height:21px;display:grid;place-items:center;flex-shrink:0;}
.store-ic svg{width:21px;height:21px;}
.store-tx{display:flex;flex-direction:column;line-height:1.1;}
.store-tx b{font-weight:500;}
.store-btn[data-store="play"] .store-ic{color:#3fb37f;}
.store-btn[data-store="appstore"] .store-ic{color:#cfd3da;}
.store-btn[data-store="appgallery"] .store-ic{color:#e8643c;}
.store-btn[data-store="galaxy"] .store-ic{color:#6c8cff;}
.store-btn[data-store="amazon"] .store-ic{color:#e8a04d;}
.store-btn[data-store="rustore"] .store-ic{color:#7aa2ff;}
.store-btn[data-store="web"] .store-ic{color:#7e8492;}
.store-btn.lg{padding:13px 20px;font-size:1rem;}
.store-btn.lg .store-ic,.store-btn.lg .store-ic svg{width:23px;height:23px;}
.get-on-label{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:500;margin:34px 0 14px;}
