/* Business footer: shared identity, premium palette, readable navigation. */
body.business-page .premium-footer {
  background: #18131f;
  color: #f7f1e9;
  border-top: 1px solid #c3a37350;
  padding: 76px 0 28px;
}
.premium-footer .footer-shell {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
body.business-page .premium-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 70px;
  width: 100%;
  margin: 0;
  align-items: start;
}
.premium-footer .brand-suite { flex-wrap: wrap; gap: 20px; }
body.business-page .premium-footer .eg-brand { --eg-brand-width: 250px; max-width: 100%; }
.premium-footer .business-seal {
  color: #dec49d;
  font-size: 10px;
  letter-spacing: .17em;
  border-left-color: #7c647d;
  padding: 7px 0 7px 19px;
}
body.business-page .premium-footer p.footer-tagline {
  font: 400 36px/1.22 Georgia, serif;
  color: #f5edf2;
  letter-spacing: -.025em;
  margin: 34px 0 23px;
}
body.business-page .premium-footer .footer-tagline em { color: #d4b98c; }
body.business-page .premium-footer a.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.5;
  color: #eee1f2;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.premium-footer .footer-email span { margin: 0; color: #d4b98c; }
body.business-page .premium-footer .footer-detail > p {
  font-size: 14px;
  line-height: 1.85;
  color: #c4b6cb;
  max-width: 470px;
  margin: 5px 0 27px;
}
.premium-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
}
.premium-footer .footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 51px;
  padding: 11px 0;
  border-bottom: 1px solid #66516c70;
  font-size: 14px;
  line-height: 1.5;
  color: #e5d7eb;
  text-decoration: none;
}
.premium-footer .footer-links a span { color: #c3a373; }
.premium-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 30px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #7e657a55;
}
body.business-page .premium-footer .footer-bottom p.copyright {
  margin: 0;
  padding: 0;
  border: 0;
  color: #b9a8c2;
  font-size: 12px;
  line-height: 1.65;
}
.premium-footer .footer-top {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  color: #dac5e2;
  font-size: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.premium-footer .footer-top span { color: #d4b98c; }
body.business-page .premium-footer a:hover { color: #f6dcae; }
.premium-footer a:focus-visible { outline: 3px solid #e4c59a; outline-offset: 5px; }
@media (max-width: 1100px) {
  .premium-footer .footer-shell { width: calc(100% - 72px); }
  body.business-page .premium-footer .footer-grid { gap: 42px; }
}
@media (max-width: 800px) {
  body.business-page .premium-footer .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  body.business-page .premium-footer .footer-detail > p { max-width: 580px; }
}
@media (max-width: 700px) {
  body.business-page .premium-footer { padding: 52px 0 22px; }
  .premium-footer .footer-shell { width: calc(100% - 40px); }
  body.business-page .premium-footer .eg-brand { --eg-brand-width: 220px; }
  .premium-footer .brand-suite { gap: 15px; }
  body.business-page .premium-footer p.footer-tagline { font-size: 32px; margin-top: 27px; }
  .premium-footer .footer-links { gap: 0 22px; }
  .premium-footer .footer-bottom { flex-wrap: wrap; margin-top: 38px; padding-top: 18px; gap: 10px 22px; }
}
@media (max-width: 380px) {
  .premium-footer .footer-links { grid-template-columns: 1fr; }
  body.business-page .premium-footer .eg-brand { --eg-brand-width: 190px; }
}
