.wrra-footer {
  flex: 0 0 68px;
  display:grid;
  grid-template-columns: 0.9fr 0.9fr 1.2fr 1fr;
  align-items:center;
  padding:0 30px;
  background:#000;
}

.wrra-footer-left {
  display: flex;
  flex-direction: row;   
  align-items: center;
  gap: 14px;
}

.wrra-footer-mid-left {
  text-align:center;
}

.wrra-footer-title {
  font-size:18px;
}

.wrra-footer-sub {
  font-size:15px;
  font-weight:500;
  color:#00ffff;
  line-height:1.05;
  text-shadow:
    0 0 8px rgba(0,255,255,.28);
}

.wrra-footer-mid-right {
  display:flex;
  justify-content:center;
  padding-left:0;
}

.wrra-sponsor-btn {
  padding: 8px 18px;
  border: 0.5px solid #5a0a0a;      
  border-radius: 14px;
  color: #c9a24a;                  
  font-size: 13px;
  letter-spacing: 0.5px;
  background: #000;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.6),
    0 0 6px rgba(90,10,10,0.4);     
  cursor: pointer;
  transition: all 0.25s ease;
}

.wrra-sponsor-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.7),
    0 0 10px rgba(90,10,10,0.6);
}

.wrra-sponsor-bar {
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 82px;
  background:#000;
  border-top:2px solid #00ffff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:999;
}

.wrra-sponsor-bar.hidden {
  display:none;
}

.wrra-btn {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wrra-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrra-btn-popup{
  position:relative;
}

.wrra-btn-disabled{
  opacity:.5;
  pointer-events:none;
  cursor:not-allowed;
}

.wrra-btn-hover{
  position:absolute;
  bottom:72px;
  left:50%;
  transform:
    translateX(-50%)
    translateY(6px);

  opacity:0;
  pointer-events:none;
  padding:7px 12px;
  border-radius:10px;
  background:rgba(0,0,0,.94);
  border:1px solid rgba(255,0,0,.55);
  color:#ffff00;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  transition:all .18s ease;
  box-shadow:
    0 0 12px rgba(255,0,0,.22);
  z-index:500;
}

.wrra-btn-popup:hover .wrra-btn-hover{
  opacity:1;
  transform:
    translateX(-50%)
    translateY(0);
}

.wrra-footer-right{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:38px;
  padding-right:10px;
}

.wrra-footer-social{
  display:flex;
  align-items:center;
  gap:28px;
}

.wrra-footer-social img{
  width:44px;
  height:44px;
  object-fit:contain;
}

.wrra-footer-shop img{
  width:60px;
  height:60px;
  object-fit:contain;
}

.wrra-footer-shop.disabled{
  opacity:.3;
  pointer-events:none;
}

.wrra-footer-sponsors{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
}

.wrra-footer-sponsors img{
  object-fit:contain;
  display:block;
}

.wrra-footer-logo-wru{
  height:45px;
  width:auto;
}

.wrra-footer-logo-grass{
  height:42px;
  width:auto;
}

.wrra-social {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-right: 70px;
}

.wrra-social img {
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.wrra-contact img {
  width: 62px;
  height: 62px;
  cursor: pointer;
}

.wrra-popup-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  gap:50px;
  padding:0 45px;
  box-sizing:border-box;
}

.wrra-popup-title{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:190px;
}

.wrra-popup-title-top{
  color:#ffffff;
  font-size:18px;
  font-weight:500;
  line-height:1;
}

.wrra-popup-title-bottom{
  color:#ffcc00;
  font-size:25px;
  font-weight:500;
  line-height:1.05;
  margin-top:4px;
}

.wrra-popup-logos{
  flex:1;
  display:flex;
  align-items:center;
  gap:42px;
}

.wrra-popup-logos img{
  object-fit:contain;
  display:block;
}

.wrra-popup-logo-wru{
  height:55px;
}

.wrra-popup-logo-grass{
  height:50px;
}

.wrra-popup-logo-farm{
  height:50px;
}

.wrra-popup-logo-corp{
  height:50px;
}

.wrra-popup-logo-cantec{
  height:50px;
}
