/* =========================================================
   Real IT Solutions OPC — Branded Footer v13
   Premium dark / embossed surface, restrained brand gradient,
   official white #FDFEFF, human voice.
   ========================================================= */

.public-footer{
  padding:34px 0 28px;
  background:transparent;
  border:0;
}

.footer-panel{
  position:relative;
  overflow:hidden;
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
  padding:38px 38px 22px;
  border-radius:30px;
  background:linear-gradient(145deg,#121419 0%,#0d0f13 100%);
  border:1px solid rgba(253,254,255,.055);
  box-shadow:
    inset 1px 1px 0 rgba(253,254,255,.028),
    inset -1px -1px 0 rgba(0,0,0,.45),
    0 20px 44px rgba(0,0,0,.22);
}

.footer-panel::before{
  content:'';
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg,
    rgba(134,220,136,0) 0%,
    rgba(134,220,136,.82) 18%,
    rgba(73,175,208,.90) 52%,
    rgba(34,147,255,.84) 82%,
    rgba(34,147,255,0) 100%);
  opacity:.72;
}

.footer-panel::after{
  content:'';
  position:absolute;
  right:-72px;
  bottom:-74px;
  width:430px;
  height:210px;
  background:url('../img/realit-logo.png') center/contain no-repeat;
  opacity:.022;
  pointer-events:none;
  transform:rotate(-2deg);
}

.footer-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.18fr .86fr 1fr;
  gap:34px;
  align-items:start;
}

.footer-brand-block{
  max-width:360px;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--realit-white,#fdfeff);
}

.footer-brand img{
  display:block;
  width:60px;
  height:28px;
  object-fit:contain;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.22))!important;
}

.footer-brand span{
  color:var(--realit-white,#fdfeff);
  font-size:14px;
}

.footer-brand-block p{
  margin:16px 0 0;
  max-width:330px;
  color:#9ca6ba;
  font-size:12px;
  line-height:1.72;
}

.footer-nav-area{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.footer-nav-group{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.footer-label{
  display:block;
  margin-bottom:3px;
  color:#7f8aa1;
  font-size:8px;
  line-height:1.35;
}

.footer-nav-group a{
  color:#c1cada;
  text-decoration:none;
  font-size:11px;
  font-weight:600;
  transition:color .16s ease, transform .16s ease;
}

.footer-nav-group a:hover{
  color:var(--realit-white,#fdfeff);
  transform:translateX(2px);
}

.footer-cta-block{
  position:relative;
  padding:21px 21px 20px;
  border-radius:22px;
  background:#0f1115;
  border:1px solid rgba(253,254,255,.045);
  box-shadow:
    inset 7px 7px 16px rgba(0,0,0,.26),
    inset -5px -5px 14px rgba(255,255,255,.009),
    0 10px 24px rgba(0,0,0,.13);
}

.footer-cta-block .footer-label{
  color:#8f9ab0;
}

.footer-cta-block strong{
  display:block;
  margin:9px 0 16px;
  color:var(--realit-white,#fdfeff);
  font-size:20px;
  line-height:1.16;
  letter-spacing:-.03em;
}

.footer-cta-button{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  font-size:10px;
}

.footer-bottom{
  position:relative;
  z-index:1;
  margin-top:30px;
  padding-top:17px;
  border-top:1px solid rgba(253,254,255,.055);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#778298;
  font-size:9px;
}

.footer-bottom-note{
  color:#6f7a91;
  font-size:8px;
}

@media(max-width:980px){
  .footer-panel{
    width:calc(100% - 32px);
    padding:30px 28px 20px;
  }

  .footer-main{
    grid-template-columns:1fr 1fr;
  }

  .footer-cta-block{
    grid-column:1 / -1;
  }
}

@media(max-width:680px){
  .public-footer{
    padding:24px 0 22px;
  }

  .footer-panel{
    width:calc(100% - 24px);
    padding:26px 20px 18px;
    border-radius:24px;
  }

  .footer-main{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-brand-block{
    max-width:none;
  }

  .footer-nav-area{
    grid-template-columns:1fr 1fr;
  }

  .footer-cta-block{
    grid-column:auto;
  }

  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .footer-panel::after{
    width:300px;
    height:150px;
    right:-90px;
    bottom:-48px;
  }
}
