﻿:root{
  --brand:#0ea5e9;
  --brand2:#0284c7;
  --ink:#0f172a;
  --muted:#cbd5e1;
  --border:rgba(255,255,255,.14);
  --radius:18px;
}

/* Footer modern */
.footer-modern{
  color:#eaf2ff;
  background:
    radial-gradient(900px 260px at 10% 0%, rgba(14,165,233,.20), transparent 60%),
    radial-gradient(800px 240px at 90% 20%, rgba(2,132,199,.18), transparent 60%),
    linear-gradient(180deg, #0b2a3f, #0a2031);
}

.footer-modern .footer-top{
  padding: 56px 0 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-modern .footer-logo{
  max-width: 180px;
  height: auto;
  display:block;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  padding: 6px;
}

.footer-brand .footer-tagline{
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  font-weight: 650;
  line-height: 1.7;
}

.footer-modern .footer-title{
  font-weight: 950;
  color:#fff;
  margin: 0 0 12px;
}

.footer-modern .footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}
.footer-modern .footer-links a{
  color: rgba(255,255,255,.85);
  font-weight: 800;
  display:flex;
  align-items:center;
  gap: 8px;
}
.footer-modern .footer-links a i{
  color: rgba(14,165,233,.95);
}
.footer-modern .footer-links a:hover{
  color:#fff;
  transform: translateX(-1px);
}

/* Contact card inside footer */
.footer-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: calc(var(--radius) + 8px);
  padding: 16px 14px;
  backdrop-filter: blur(8px);
}

.footer-info-list{
  display:grid;
  gap: 10px;
  margin-top: 10px;
}

.finfo{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(2,6,23,.12);
}

.ficon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(14,165,233,.14);
  border: 1px solid rgba(14,165,233,.22);
  color: #cfefff;
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.ftext{ min-width:0; }
.flabel{
  font-weight: 950;
  color:#fff;
  margin-bottom: 2px;
}
.fvalue{
  color: rgba(255,255,255,.80);
  font-weight: 700;
}

.finfo-link{
  color: inherit;
  transition: .15s ease;
}
.finfo-link:hover{
  background: rgba(14,165,233,.10);
  border-color: rgba(14,165,233,.30);
  transform: translateY(-1px);
}

.farrow{
  margin-right:auto;
  color: rgba(14,165,233,.95);
  font-size: 1.2rem;
}

/* Social */
.footer-social{
  display:flex;
  gap: 8px;
  margin-top: 12px;
}
.footer-social a{
  width: 40px; height: 40px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color:#fff;
  transition: .15s ease;
}
.footer-social a:hover{
  background: rgba(14,165,233,.18);
  border-color: rgba(14,165,233,.35);
  transform: translateY(-1px);
}

/* bottom */
.footer-modern .footer-bottom{
  padding: 18px 0 26px;
}
.footer-modern .copyright,
.footer-modern .credits{
  text-align:center;
  color: rgba(255,255,255,.85);
  font-weight: 650;
}
.footer-modern .credits a{
  color: rgba(14,165,233,.95);
  font-weight: 900;
}

/* responsive */
@media (max-width: 575.98px){
  .footer-modern .footer-logo{ max-width: 160px; }
  .footer-card{ padding: 14px 12px; }
}
