/* ============================================================
   Legal Pages + Site Footer Styles
   ============================================================ */

/* ===== Legal article container ===== */
.legal-container{max-width:900px}
.legal-article{
  background:#fff;
  border-radius:16px;
  padding:48px 56px;
  box-shadow:0 2px 12px rgba(15,23,42,0.06);
  border:1px solid #E2E8F0;
  line-height:1.85;
  color:#1E293B;
}
.legal-article h1{
  font-size:34px;
  font-weight:800;
  color:#0F172A;
  margin-bottom:8px;
  letter-spacing:-0.5px;
}
.legal-meta{
  color:#64748B;
  font-size:14px;
  margin-bottom:32px;
  padding-bottom:18px;
  border-bottom:2px solid #F1F5F9;
}
.legal-article section{margin-bottom:32px}
.legal-article h2{
  font-size:22px;
  font-weight:800;
  color:#1D4ED8;
  margin-bottom:14px;
  margin-top:32px;
  padding-bottom:7px;
  border-bottom:1.5px solid #DBEAFE;
}
.legal-article h3{
  font-size:17px;
  font-weight:700;
  color:#334155;
  margin:18px 0 10px;
}
.legal-article p{margin-bottom:14px;font-size:15.5px}
.legal-article ul, .legal-article ol{
  margin:14px 0;
  padding-left:28px;
}
.legal-article li{
  margin-bottom:8px;
  font-size:15.5px;
}
.legal-article a{color:#1D4ED8;text-decoration:none;font-weight:600}
.legal-article a:hover{text-decoration:underline}
.legal-article strong{color:#0F172A;font-weight:700}
.legal-footer-note{
  margin-top:36px;
  padding:18px 22px;
  background:#F1F5F9;
  border-radius:10px;
  font-style:italic;
  color:#475569;
  font-size:14.5px;
  border-left:4px solid #1D4ED8;
}

.callout{
  background:linear-gradient(135deg,#EFF6FF 0%,#DBEAFE 100%);
  border:1.5px solid #3B82F6;
  border-radius:12px;
  padding:18px 22px;
  margin:18px 0;
  font-size:15px;
  line-height:1.7;
}

/* ===== Contact Page ===== */
.contact-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
  margin:24px 0;
}
.contact-card{
  background:#FAFCFF;
  border:2px solid #DBEAFE;
  border-radius:14px;
  padding:26px 22px;
  text-align:center;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.contact-card:hover{
  transform:translateY(-3px);
  border-color:#1D4ED8;
  box-shadow:0 8px 24px rgba(29,78,216,0.10);
}
.contact-icon{font-size:42px;margin-bottom:12px}
.contact-card h3{
  font-size:18px;
  font-weight:800;
  color:#1D4ED8;
  margin-bottom:8px;
}
.contact-card p{font-size:14px;color:#64748B;margin-bottom:14px;line-height:1.55}
.contact-link{
  display:inline-block;
  background:#1D4ED8;
  color:#fff !important;
  padding:9px 18px;
  border-radius:8px;
  font-weight:700 !important;
  text-decoration:none !important;
  font-size:14.5px;
  margin-bottom:10px;
}
.contact-link:hover{background:#1E3A8A}
.contact-meta{
  font-size:12.5px !important;
  color:#94A3B8 !important;
  margin-bottom:0 !important;
  font-style:italic;
}

.contact-address-block{
  background:#FAFCFF;
  border-left:4px solid #1D4ED8;
  padding:16px 22px;
  border-radius:8px;
}
.contact-address-block p{margin-bottom:6px}

.topics-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
  margin-top:18px;
}
.topic-link{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:18px 20px;
  background:#FAFCFF;
  border:1.5px solid #E2E8F0;
  border-radius:11px;
  text-decoration:none !important;
  transition:all .2s;
}
.topic-link:hover{
  border-color:#1D4ED8;
  background:#EFF6FF;
  transform:translateY(-2px);
}
.topic-link strong{color:#1D4ED8;font-size:16px}
.topic-link span{font-size:13.5px;color:#64748B}

/* ===== About Page ===== */
.hero-section{
  background:linear-gradient(135deg,#EFF6FF 0%,#DBEAFE 100%);
  padding:24px 28px;
  border-radius:14px;
  margin-bottom:30px;
  border-left:5px solid #1D4ED8;
}
.hero-text{
  font-size:17px !important;
  margin-bottom:0 !important;
  color:#1E3A8A;
  line-height:1.75;
}

.offer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
  margin:18px 0;
}
.offer-card{
  background:#fff;
  border:2px solid #E2E8F0;
  border-radius:14px;
  padding:24px 20px;
  transition:all .2s;
}
.offer-card:hover{
  border-color:#1D4ED8;
  transform:translateY(-3px);
  box-shadow:0 6px 20px rgba(29,78,216,0.08);
}
.offer-icon{font-size:38px;margin-bottom:12px}
.offer-card h3{
  font-size:17px;
  font-weight:800;
  color:#1D4ED8;
  margin-bottom:10px;
}
.offer-card p{font-size:14px;color:#475569;line-height:1.65;margin-bottom:0}

.values-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
  margin:18px 0;
}
.value-item{
  padding:16px 20px;
  background:#FAFCFF;
  border-left:4px solid #16A34A;
  border-radius:9px;
}
.value-item strong{
  display:block;
  font-size:16px;
  color:#0F172A;
  margin-bottom:6px;
}
.value-item p{font-size:14px;color:#475569;line-height:1.65;margin-bottom:0}

@media (max-width:640px){
  .legal-article{padding:28px 22px}
  .legal-article h1{font-size:26px}
  .legal-article h2{font-size:18px}
  .legal-article p, .legal-article li{font-size:14.5px}
}

/* ============================================================
   SITE FOOTER (auto-injected by brand.js)
   ============================================================ */
.site-footer{
  background:linear-gradient(135deg,#0F172A 0%,#1E3A8A 100%);
  color:#CBD5E1;
  padding:48px 24px 24px;
  margin-top:60px;
}
.footer-grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:36px;
  padding-bottom:32px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.footer-col h4{
  color:#fff;
  font-size:15px;
  font-weight:700;
  margin-bottom:14px;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:10px;font-size:14px;line-height:1.55}
.footer-col a{
  color:#CBD5E1;
  text-decoration:none;
  transition:color .15s;
}
.footer-col a:hover{color:#fff;text-decoration:underline}

.footer-logo{
  font-size:22px;
  font-weight:800;
  color:#fff;
  margin-bottom:12px;
}
.footer-desc{
  color:#94A3B8;
  font-size:14px;
  line-height:1.7;
  margin-bottom:14px;
}
.footer-by{font-size:13px;color:#94A3B8}
.footer-by strong{color:#fff}

.footer-bottom{
  max-width:1100px;
  margin:0 auto;
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}
.footer-bottom p{margin:0;font-size:13px;color:#94A3B8}
.footer-bottom strong{color:#fff}
.footer-secure{font-size:12.5px !important}

@media (max-width:768px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .footer-col:first-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;text-align:center}
}
@media (max-width:420px){
  .footer-grid{grid-template-columns:1fr}
}
