.site-footer,
.sub-footer.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #d9cdd1;
  background: radial-gradient(circle at 8% 18%, rgba(215, 173, 85, 0.1), transparent 25%), linear-gradient(135deg, #2e050f 0%, #190308 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -230px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.018), 0 0 0 110px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}
.footer-cta {
  position: relative;
  z-index: 1;
  color: #fff;
  background: linear-gradient(105deg, #8f0d2a, #650919);
  border-bottom: 1px solid rgba(240, 202, 114, 0.35);
}
.footer-cta-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.footer-cta-copy {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 15px;
}
.footer-cta-copy > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #5d0819;
  background: #f0ca72;
  border-radius: 50%;
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(37, 2, 11, 0.24);
}
.footer-cta-copy small,
.footer-cta-copy strong { display: block; }
.footer-cta-copy small {
  color: #f0ca72;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.footer-cta-copy strong {
  margin-top: 2px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
}
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-cta-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  color: #64101f;
  background: #f0ca72;
  border: 1px solid #f4d991;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.footer-cta-actions a:last-child { color: #fff; background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.35); }
.footer-cta-actions a:hover { color: #64101f; transform: translateY(-2px); box-shadow: 0 9px 20px rgba(37, 2, 11, 0.22); }
.footer-cta-actions a:last-child:hover { color: #fff; }
.site-footer .footer-grid.footer-grid--expanded,
.sub-footer.site-footer .footer-grid.footer-grid--expanded {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  padding-top: 52px;
  padding-bottom: 46px;
}
.footer-brand-block { padding-right: 10px; }
.footer-brand-head { display: flex; align-items: center; gap: 13px; }
.footer-brand-head img {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  object-fit: contain;
  padding: 4px;
  background: #fff;
  border: 2px solid #d7ad55;
  border-radius: 50%;
}
.site-footer .footer-brand-head h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.28rem;
  line-height: 1.15;
}
.footer-brand-head span { display: block; margin-top: 4px; color: #e5bd65; font-size: 0.63rem; font-weight: 700; }
.footer-summary { margin: 17px 0; color: #bfaeb4; font-size: 0.76rem; line-height: 1.75; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.footer-badges span {
  padding: 5px 8px;
  color: #efd58f;
  background: rgba(240, 202, 114, 0.08);
  border: 1px solid rgba(240, 202, 114, 0.2);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 750;
}
.site-footer h4 {
  position: relative;
  margin: 4px 0 20px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.3px;
}
.site-footer h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 34px; height: 2px; background: #d7ad55; border-radius: 9px; }
.footer-links-list,
.important-links ul { margin: 0; padding: 0; list-style: none; }
.footer-links-list li,
.important-links li { position: relative; padding-left: 12px; }
.footer-links-list li::before,
.important-links li::before { content: ""; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; background: #d7ad55; border-radius: 50%; }
.site-footer .footer-links-list a,
.site-footer .important-links a { display: block; margin: 0; padding: 6px 0; color: #cbbdc2; font-size: 0.7rem; line-height: 1.4; transition: color 0.2s ease, padding-left 0.2s ease; }
.site-footer .footer-links-list a:hover,
.site-footer .important-links a:hover { padding-left: 4px; color: #f0ca72; }
.footer-contact-list { display: grid; gap: 12px; }
.site-footer .footer-contact-list a,
.site-footer .footer-contact-list p { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 9px; margin: 0; color: #cbbdc2; font-size: 0.68rem; line-height: 1.55; }
.footer-contact-list i { width: 28px; height: 28px; display: grid; place-items: center; color: #e8c36e; background: rgba(255, 255, 255, 0.065); border-radius: 7px; }
.site-footer .footer-contact-list a:hover { color: #f0ca72; }
.footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, 0.09); background: rgba(0, 0, 0, 0.12); }
.footer-bottom-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer .footer-bottom p { margin: 0; color: #a9979d; font-size: 0.65rem; }
.footer-bottom-links { display: flex; align-items: center; gap: 16px; }
.site-footer .footer-bottom-links a { margin: 0; color: #bfaeb4; font-size: 0.64rem; }
.site-footer .footer-bottom-links a:hover { color: #f0ca72; }
@media (max-width: 1100px) {
  .site-footer .footer-grid.footer-grid--expanded,
  .sub-footer.site-footer .footer-grid.footer-grid--expanded { grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .footer-cta-inner { align-items: flex-start; flex-direction: column; padding-top: 24px; padding-bottom: 24px; }
  .site-footer .footer-grid.footer-grid--expanded,
  .sub-footer.site-footer .footer-grid.footer-grid--expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand-block { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .footer-cta-copy { grid-template-columns: 40px 1fr; }
  .footer-cta-copy > i { width: 40px; height: 40px; }
  .footer-cta-actions { width: 100%; }
  .footer-cta-actions a { flex: 1; justify-content: center; }
  .site-footer .footer-grid.footer-grid--expanded,
  .sub-footer.site-footer .footer-grid.footer-grid--expanded { grid-template-columns: 1fr; }
  .footer-brand-block { grid-column: auto; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; padding-top: 16px; padding-bottom: 16px; }
}
