/* Rackoryn V81 — premium footer */
.rk81-footer{
  position:relative;
  padding:34px 0 18px;
  background:
    radial-gradient(circle at 10% 0%,rgba(112,76,255,.08),transparent 30%),
    linear-gradient(180deg,#07101d 0%,#080f1d 100%);
  border-top:1px solid #1a2d49;
  color:#dce6f8;
  overflow:hidden;
}
.rk81-footer::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(115,91,255,.65),rgba(61,172,255,.28),transparent);
  opacity:.75;
}
.rk81-footer .container{position:relative;z-index:1}
.rk81-footer-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:22px 24px;
  margin-bottom:28px;
  border:1px solid #263d5e;
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 20%,rgba(110,80,255,.18),transparent 32%),
    linear-gradient(135deg,rgba(12,27,50,.96),rgba(8,18,33,.96));
  box-shadow:0 20px 45px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03);
}
.rk81-footer-cta-copy{min-width:0}
.rk81-footer-kicker{
  display:block;
  margin-bottom:7px;
  color:#9d8cff;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.17em;
}
.rk81-footer-cta strong{
  display:block;
  color:#f6f8ff;
  font-family:"Manrope",sans-serif;
  font-size:1.3rem;
  letter-spacing:-.025em;
}
.rk81-footer-cta p{margin:6px 0 0;color:#8fa5c5;font-size:.82rem;line-height:1.55}
.rk81-footer-cta-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:44px;
  padding:0 18px;
  border:1px solid rgba(132,108,255,.48);
  border-radius:12px;
  background:linear-gradient(135deg,#7257ff,#5c47f2);
  color:#fff;
  font-size:.8rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(81,61,210,.24);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.rk81-footer-cta-btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 16px 34px rgba(81,61,210,.32)}
.rk81-footer-cta-btn span{font-size:1rem}

.rk81-footer-main{
  display:grid;
  grid-template-columns:minmax(260px,1.25fr) minmax(380px,1.55fr) minmax(280px,1fr);
  gap:34px;
  align-items:start;
  padding:4px 0 28px;
}
.rk81-footer-brand{padding-right:10px}
.rk81-footer-logo{display:inline-flex;align-items:center;gap:11px;color:#fff;text-decoration:none}
.rk81-footer-logo svg{width:34px;height:34px;flex:0 0 34px}
.rk81-footer-logo span{font-family:"Manrope",sans-serif;font-size:1.04rem;font-weight:800;letter-spacing:-.03em}
.rk81-footer-brand>p{max-width:330px;margin:12px 0 16px;color:#8ca1bf;font-size:.82rem;line-height:1.65}
.rk81-footer-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border:1px solid #223a59;
  border-radius:999px;
  background:rgba(10,24,43,.72);
  color:#b7c8df;
  font-size:.72rem;
}
.rk81-footer-status i{width:7px;height:7px;border-radius:50%;background:#4ae2ad;box-shadow:0 0 10px rgba(74,226,173,.65)}

.rk81-footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.rk81-footer-nav>div{min-width:0}
.rk81-footer h4{margin:0 0 12px;color:#f4f7ff;font-size:.78rem;font-weight:800}
.rk81-footer-nav a{
  position:relative;
  display:block;
  margin:8px 0;
  color:#8fa5c5;
  font-size:.77rem;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.rk81-footer-nav a:hover{color:#fff;transform:translateX(2px)}

.rk81-footer-news{
  padding:18px;
  border:1px solid #243b5b;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(12,26,47,.88),rgba(8,19,35,.84));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.rk81-footer-news-icon{
  width:38px;height:38px;
  display:grid;place-items:center;
  margin-bottom:12px;
  border:1px solid rgba(121,96,255,.4);
  border-radius:12px;
  background:rgba(121,96,255,.08);
  color:#9b88ff;
}
.rk81-footer-news-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rk81-footer-news h4{margin-bottom:6px}
.rk81-footer-news p{margin:0 0 13px;color:#8fa5c5;font-size:.76rem;line-height:1.55}
.rk81-newsletter{display:flex;width:100%;margin:0}
.rk81-newsletter input{
  min-width:0;flex:1;height:40px;
  padding:0 12px;
  border:1px solid #2b4669;border-right:0;
  border-radius:10px 0 0 10px;
  background:#08172a;color:#f2f6ff;
  outline:none;font-size:.76rem;
}
.rk81-newsletter input:focus{border-color:#725bff;box-shadow:inset 0 0 0 1px rgba(114,91,255,.2)}
.rk81-newsletter input::placeholder{color:#6f85a4}
.rk81-newsletter button{
  width:44px;height:40px;
  display:grid;place-items:center;
  border:0;border-radius:0 10px 10px 0;
  background:linear-gradient(135deg,#7457ff,#6248f5);
  color:#fff;font-size:1rem;font-weight:900;cursor:pointer;
}
.rk81-footer-news small{display:block;margin-top:9px;color:#657b9a;font-size:.62rem;line-height:1.45}

.rk81-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:24px;
  padding-top:17px;
  border-top:1px solid #1a2d49;
  color:#7184a3;
  font-size:.68rem;
}
.rk81-footer-meta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.rk81-footer-meta a{color:#8093b0;text-decoration:none}
.rk81-footer-meta a:hover{color:#fff}
.rk81-footer-socials{display:flex;gap:8px;align-items:center}
.rk81-footer-socials a{
  width:30px;height:30px;display:grid;place-items:center;
  border:1px solid #263b59;border-radius:9px;
  background:#0a1728;color:#a9bad3;text-decoration:none;
  font-size:.68rem;font-weight:800;
  transition:border-color .18s ease,color .18s ease,background-color .18s ease;
}
.rk81-footer-socials a:hover{border-color:#705aff;background:#111d36;color:#fff}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

html[data-theme="light"] .rk81-footer{
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fd 100%);
  border-top-color:#e2e8f1;
  color:#17233b;
}
html[data-theme="light"] .rk81-footer-cta{
  border-color:#dce4ef;
  background:radial-gradient(circle at 90% 20%,rgba(110,80,255,.08),transparent 34%),linear-gradient(135deg,#ffffff,#f7f9fd);
  box-shadow:0 16px 36px rgba(17,31,58,.06);
}
html[data-theme="light"] .rk81-footer-cta strong,
html[data-theme="light"] .rk81-footer-logo,
html[data-theme="light"] .rk81-footer h4{color:#11192d}
html[data-theme="light"] .rk81-footer-cta p,
html[data-theme="light"] .rk81-footer-brand>p,
html[data-theme="light"] .rk81-footer-nav a,
html[data-theme="light"] .rk81-footer-news p{color:#68768f}
html[data-theme="light"] .rk81-footer-status{background:#fff;border-color:#dde5ef;color:#53627c}
html[data-theme="light"] .rk81-footer-news{background:#fff;border-color:#dce4ef;box-shadow:0 12px 30px rgba(17,31,58,.05)}
html[data-theme="light"] .rk81-newsletter input{background:#f9fbfe;border-color:#d5deea;color:#17233b}
html[data-theme="light"] .rk81-footer-bottom{border-color:#e1e7f0;color:#7b8799}
html[data-theme="light"] .rk81-footer-meta a{color:#6c7890}
html[data-theme="light"] .rk81-footer-socials a{background:#fff;border-color:#d9e1ec;color:#53627b}

@media(max-width:1100px){
  .rk81-footer-main{grid-template-columns:1fr 1.35fr;gap:28px}
  .rk81-footer-news{grid-column:1 / -1}
}
@media(max-width:780px){
  .rk81-footer{padding-top:24px}
  .rk81-footer-cta{align-items:flex-start;flex-direction:column;padding:20px}
  .rk81-footer-cta-btn{width:100%}
  .rk81-footer-main{grid-template-columns:1fr;gap:24px}
  .rk81-footer-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .rk81-footer-bottom{grid-template-columns:1fr;gap:12px;text-align:center}
  .rk81-footer-meta,.rk81-footer-socials{justify-content:center}
}
@media(max-width:560px){
  .rk81-footer-nav{grid-template-columns:1fr 1fr;gap:18px 26px}
  .rk81-footer-nav>div:last-child{grid-column:1 / -1}
  .rk81-footer-cta strong{font-size:1.12rem}
  .rk81-footer-cta p{font-size:.78rem}
}
