﻿/* Dee Editor 데모 — 공통 푸터 */
.site-footer {
  background: #1e293b;
  color: #94a3b8;
  padding: 40px 0 32px;
  margin-top: 48px;
  width: 100%;
}

.site-footer .container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer .footer-grid {
  display: grid;
  gap: 24px;
}

.site-footer .footer-brand {
  max-width: 520px;
}

.site-footer .footer-logo {
  margin-bottom: 14px;
}

.site-footer .footer-logo img {
  height: 28px;
  width: auto;
  display: block;
  opacity: 0.9;
}

.site-footer .footer-tagline {
  font-size: 13px;
  line-height: 1.75;
  color: #cbd5e1;
  margin-bottom: 16px;
}

.site-footer .footer-company {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .site-footer {
    padding: 32px 0 24px;
    margin-top: 32px;
  }

  .site-footer .footer-tagline {
    font-size: 12.5px;
  }
}
