/* =========================================================
   PREMIUM GLOBAL FOOTER
   Applied site-wide from base.html
   ========================================================= */
.premium-footer{
  position:relative;
  overflow:hidden;
  margin-top:0;
  color:#fff;
  background:
    radial-gradient(circle at 10% 12%,rgba(37,99,235,.24),transparent 27%),
    radial-gradient(circle at 88% 16%,rgba(45,212,191,.20),transparent 28%),
    linear-gradient(135deg,#061d34 0%,#0b3760 48%,#08736f 100%);
}
.premium-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 92%);
}
.premium-footer:after{
  content:"";
  position:absolute;
  width:420px;height:420px;
  right:-170px;bottom:-240px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 0 0 65px rgba(255,255,255,.014),0 0 0 130px rgba(255,255,255,.01);
  pointer-events:none;
}
.premium-footer-accent{
  height:5px;
  background:linear-gradient(90deg,#fbbf24 0%,#3b82f6 25%,#14b8a6 50%,#22c55e 72%,#8b5cf6 100%);
  box-shadow:0 2px 14px rgba(34,211,238,.22);
}
.premium-footer-main{
  position:relative;
  z-index:2;
  padding:30px 0 18px;
}
.premium-footer-grid{
  display:grid;
  grid-template-columns:1.35fr .9fr 1.05fr;
  gap:16px;
  align-items:stretch;
}
.premium-footer-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  padding:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 44px rgba(0,15,30,.19),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(13px);
}
.premium-footer-card:before{
  content:"";
  position:absolute;
  width:170px;height:170px;
  border-radius:50%;
  right:-90px;top:-95px;
  background:radial-gradient(circle,rgba(255,255,255,.07),transparent 70%);
  pointer-events:none;
}

/* left identity */
.premium-footer-brand-card{
  background:
    radial-gradient(circle at 86% 10%,rgba(59,130,246,.13),transparent 24%),
    linear-gradient(145deg,rgba(9,53,102,.72),rgba(10,92,116,.48));
}
.premium-footer-brand-head{
  display:flex;
  gap:16px;
  align-items:center;
}
.premium-footer-logo-wrap{
  width:88px;height:88px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  padding:6px;
  background:#fff;
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 13px 28px rgba(0,13,29,.28),0 0 0 7px rgba(255,255,255,.035);
}
.premium-footer-logo-wrap img{
  width:100%;height:100%;
  object-fit:contain;
  border-radius:50%;
}
.premium-footer-brand-copy{min-width:0;position:relative;z-index:1}
.premium-footer-badge{
  display:inline-flex;
  padding:5px 8px;
  margin-bottom:7px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(16,185,129,.22),rgba(45,212,191,.14));
  border:1px solid rgba(94,234,212,.22);
  color:#d1fae5;
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
}
.premium-footer-brand-copy h2{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.3;
}
.premium-footer-brand-copy p{
  margin:5px 0 2px;
  color:#d7e7ef;
  font-size:10.5px;
}
.premium-footer-brand-copy small{
  display:block;
  color:#b9d3df;
  font-size:9px;
  line-height:1.45;
}
.premium-footer-quote{
  margin:18px 0 15px;
  padding:0;
  border:0;
  text-align:center;
  color:#fcd34d;
  font-size:15px;
  line-height:1.5;
  font-weight:800;
}
.premium-footer-values{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
}
.premium-footer-values>div{
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  padding:10px 6px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,14,29,.10);
}
.premium-footer-values span{font-size:20px}
.premium-footer-values strong{font-size:10px;color:#fff}
.premium-footer-values small{font-size:7.5px;color:#d6e4ea}
.pfv-blue{background:linear-gradient(145deg,rgba(37,99,235,.28),rgba(96,165,250,.10))}
.pfv-green{background:linear-gradient(145deg,rgba(22,163,74,.27),rgba(74,222,128,.10))}
.pfv-purple{background:linear-gradient(145deg,rgba(124,58,237,.28),rgba(167,139,250,.10))}
.pfv-gold{background:linear-gradient(145deg,rgba(217,119,6,.28),rgba(251,191,36,.10))}
.premium-footer-motto{
  margin-top:14px;
  text-align:center;
  color:#b8d3de;
  font-size:10px;
  font-style:italic;
  letter-spacing:.015em;
}

/* shared titles */
.premium-footer-title{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:11px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.premium-footer-title>span{
  width:30px;height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(135deg,rgba(147,197,253,.18),rgba(45,212,191,.13));
  border:1px solid rgba(255,255,255,.08);
  font-size:15px;
}
.premium-footer-title strong{
  color:#dbeafe;
  font-size:11px;
  letter-spacing:.055em;
}

/* quick links */
.premium-footer-links-card{
  background:
    radial-gradient(circle at 92% 92%,rgba(124,58,237,.10),transparent 24%),
    linear-gradient(145deg,rgba(12,53,97,.72),rgba(14,94,115,.50));
}
.premium-footer-links{
  display:grid;
  gap:2px;
}
.premium-footer-links a{
  display:grid;
  grid-template-columns:26px 1fr auto;
  gap:8px;
  align-items:center;
  min-height:34px;
  padding:5px 7px;
  border-radius:9px;
  color:#eef8ff;
  transition:background .16s ease,transform .16s ease,color .16s ease;
}
.premium-footer-links a:hover{
  background:rgba(255,255,255,.075);
  transform:translateX(2px);
  color:#fff;
}
.premium-footer-links a>span{
  width:24px;height:24px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(147,197,253,.12);
  color:#bfdbfe;
  font-size:11px;
}
.premium-footer-links a:nth-child(2n)>span{background:rgba(45,212,191,.12);color:#99f6e4}
.premium-footer-links a:nth-child(3n)>span{background:rgba(167,139,250,.12);color:#ddd6fe}
.premium-footer-links b{font-size:9.5px;font-weight:700}
.premium-footer-links i{font-style:normal;color:#93c5fd;font-size:15px}

/* right column */
.premium-footer-right{
  display:grid;
  gap:14px;
}
.premium-footer-info-card{
  background:
    radial-gradient(circle at 92% 18%,rgba(45,212,191,.15),transparent 26%),
    linear-gradient(145deg,rgba(13,72,105,.72),rgba(9,117,109,.52));
}
.premium-footer-info-list{
  display:grid;
  gap:8px;
}
.premium-footer-info-list>div{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:center;
  padding:9px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.055);
}
.premium-footer-info-list>div>span{
  width:32px;height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-size:15px;
}
.pfi-blue>span{background:rgba(59,130,246,.23)}
.pfi-purple>span{background:rgba(124,58,237,.23)}
.pfi-teal>span{background:rgba(20,184,166,.23)}
.premium-footer-info-list p{margin:0}
.premium-footer-info-list small{
  display:block;
  color:#b9d2dc;
  font-size:7.5px;
}
.premium-footer-info-list strong{
  display:block;
  margin-top:1px;
  color:#fff;
  font-size:10px;
  line-height:1.35;
}
.premium-footer-education-mark{
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.09);
  text-align:right;
  color:#8bd6d0;
  font-size:9px;
  font-weight:700;
  letter-spacing:.025em;
}

/* help desk */
.premium-footer-help-card{
  background:
    radial-gradient(circle at 90% 90%,rgba(34,197,94,.11),transparent 26%),
    linear-gradient(145deg,rgba(8,62,95,.76),rgba(10,104,112,.52));
}
.premium-footer-help-card>p{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:#d1e5ec;
  font-size:9px;
  line-height:1.55;
}
.premium-help-button{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:38px 1fr auto;
  gap:10px;
  align-items:center;
  padding:10px 11px;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,rgba(16,185,129,.36),rgba(34,197,94,.24));
  border:1px solid rgba(134,239,172,.24);
  box-shadow:0 9px 20px rgba(0,30,35,.15),inset 0 1px 0 rgba(255,255,255,.06);
}
.premium-help-button:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,rgba(16,185,129,.44),rgba(34,197,94,.30));
}
.premium-help-button>span{
  width:36px;height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(255,255,255,.12);
  font-size:17px;
}
.premium-help-button strong,.premium-help-button small{display:block}
.premium-help-button strong{font-size:11px}
.premium-help-button small{margin-top:2px;color:#d1fae5;font-size:7.5px}
.premium-help-button i{font-style:normal;font-size:17px;color:#bbf7d0}
.premium-footer-trust{
  margin-top:9px;
  text-align:right;
  color:#a7d5da;
  font-size:8.5px;
  font-style:italic;
}

/* bottom bar */
.premium-footer-bottom{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(3,24,43,.48);
  backdrop-filter:blur(8px);
}
.premium-footer-bottom-inner{
  min-height:46px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:16px;
  align-items:center;
  color:#d4e5ed;
  font-size:8.5px;
}
.premium-footer-bottom-center{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.premium-footer-bottom-center i{
  width:7px;height:7px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.11),0 0 11px rgba(34,197,94,.28);
}
.premium-footer-bottom-tags{
  justify-self:end;
  color:#9fd4d0;
  white-space:nowrap;
}
.premium-footer-bottom-tags b{
  margin:0 7px;
  color:#5ea9ad;
}

/* neutralize legacy footer layout styles */
.premium-footer .footer-main,
.premium-footer .footer-bottom,
.premium-footer .footer-layout,
.premium-footer .footer-brand,
.premium-footer .footer-links,
.premium-footer .footer-info,
.premium-footer .footer-bottom-inner{
  all:unset;
}

/* responsive */
@media(max-width:1080px){
  .premium-footer-grid{
    grid-template-columns:1.2fr .8fr;
  }
  .premium-footer-right{
    grid-column:1/-1;
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:820px){
  .premium-footer-grid{
    grid-template-columns:1fr;
  }
  .premium-footer-right{
    grid-column:auto;
    grid-template-columns:1fr;
  }
  .premium-footer-brand-card,
  .premium-footer-links-card,
  .premium-footer-info-card,
  .premium-footer-help-card{
    padding:18px;
  }
  .premium-footer-bottom-inner{
    grid-template-columns:1fr;
    gap:6px;
    justify-items:center;
    text-align:center;
    padding:10px 0;
  }
  .premium-footer-bottom-tags{justify-self:center}
}
@media(max-width:620px){
  .premium-footer-main{padding-top:22px}
  .premium-footer-brand-head{
    align-items:flex-start;
  }
  .premium-footer-logo-wrap{
    width:70px;height:70px;
  }
  .premium-footer-brand-copy h2{font-size:18px}
  .premium-footer-values{
    grid-template-columns:1fr 1fr;
  }
  .premium-footer-values>div{min-height:82px}
}
@media(max-width:420px){
  .premium-footer-brand-head{
    flex-direction:column;
  }
  .premium-footer-logo-wrap{
    width:74px;height:74px;
  }
}
@media(prefers-reduced-motion:reduce){
  .premium-footer-links a,
  .premium-help-button{transition:none}
}
