.dc-site-footer {
  background: #07111f;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
}

.dc-footer-top {
  position: relative;
  padding: 52px 0 42px;
  background:
    linear-gradient(90deg, rgba(247, 245, 240, 0.97) 0%, rgba(239, 234, 225, 0.94) 38%, rgba(229, 223, 213, 0.9) 68%, rgba(221, 214, 203, 0.86) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.dc-footer-top::before,
.dc-footer-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(200, 164, 90, 0.18) 14%, rgba(200, 164, 90, 0.52) 50%, rgba(200, 164, 90, 0.18) 86%, transparent 100%);
  pointer-events: none;
}

.dc-footer-top::before {
  top: 0;
}

.dc-footer-top::after {
  bottom: 0;
}

.dc-footer-top-inner,
.dc-footer-links-inner,
.dc-footer-bottom-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.dc-footer-top-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: start;
}

.dc-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 270px;
  height: 60px;
  min-height: 0;
  padding: 0;
  margin-bottom: 18px;
  text-decoration: none;
  overflow: hidden;
}

.dc-footer-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 46.5%;
  transform: scale(1.08);
}

.dc-footer-tagline {
  max-width: 420px;
  margin: 0 0 22px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  color: rgba(15, 45, 82, 0.9);
}

.dc-footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dc-footer-social-label,
.dc-footer-contact-type,
.dc-footer-ind-group-name {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dc-footer-social-label {
  color: rgba(15, 45, 82, 0.46);
  margin-right: 2px;
}

.dc-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(15, 45, 82, 0.18);
  background: rgba(15, 45, 82, 0.12);
  color: rgba(15, 45, 82, 1);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dc-footer-social-btn:hover,
.dc-footer-social-btn:focus-visible {
  transform: translateY(-2px);
  background: rgba(15, 45, 82, 0.18);
  border-color: rgba(15, 45, 82, 0.28);
}

.dc-footer-social-coming {
  color: rgba(15, 45, 82, 0.48);
  font-size: 11px;
  font-style: italic;
}

.dc-footer-contact-label,
.dc-footer-col-title {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(15, 45, 82, 0.92);
  opacity: 1;
}

.dc-footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.dc-footer-contact-item:last-child {
  margin-bottom: 0;
}

.dc-footer-contact-type {
  color: rgba(15, 45, 82, 0.9);
  font-weight: 700;
}

.dc-footer-contact-value {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(15, 45, 82, 1);
  font-weight: 600;
  text-decoration: none;
}

.dc-footer-contact-item:first-child .dc-footer-contact-value,
.dc-footer-contact-item:first-child a.dc-footer-contact-value,
.dc-footer-contact-item:first-child a.dc-footer-contact-value:link,
.dc-footer-contact-item:first-child a.dc-footer-contact-value:visited,
.dc-footer-contact-item:first-child a.dc-footer-contact-value:hover,
.dc-footer-contact-item:first-child a.dc-footer-contact-value:focus-visible {
  color: rgba(15, 45, 82, 1) !important;
}

.dc-footer-top .dc-footer-contact a[href^="tel:"],
.dc-footer-top .dc-footer-contact a[href^="tel:"]:link,
.dc-footer-top .dc-footer-contact a[href^="tel:"]:visited,
.dc-footer-top .dc-footer-contact a[href^="tel:"]:hover,
.dc-footer-top .dc-footer-contact a[href^="tel:"]:focus-visible {
  color: rgba(15, 45, 82, 1) !important;
  text-decoration: none;
}

a.dc-footer-contact-value:hover,
a.dc-footer-contact-value:focus-visible {
  color: rgba(15, 45, 82, 1);
}

.dc-footer-links-section {
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dc-footer-links-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}

.dc-footer-col-links,
.dc-footer-ind-group-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dc-footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dc-footer-col-links a,
.dc-footer-ind-group-links a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.64);
  transition: color 0.18s ease;
}

.dc-footer-col-links a {
  padding: 5px 0;
  font-size: 13.5px;
  line-height: 1.45;
}

.dc-footer-ind-group {
  margin-bottom: 18px;
}

.dc-footer-ind-group:last-child {
  margin-bottom: 0;
}

.dc-footer-ind-group-name {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.38);
}

.dc-footer-ind-group-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dc-footer-ind-group-links a {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.45;
}

.dc-footer-col-links a:hover,
.dc-footer-col-links a:focus-visible,
.dc-footer-ind-group-links a:hover,
.dc-footer-ind-group-links a:focus-visible {
  color: var(--white);
}

.dc-footer-see-all {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.18s ease;
}

.dc-footer-see-all:hover,
.dc-footer-see-all:focus-visible {
  opacity: 1;
}

.dc-footer-bottom {
  padding: 20px 0 24px;
}

.dc-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.dc-footer-copyright,
.dc-footer-legal-links a {
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.3);
}

.dc-footer-copyright {
  margin: 0;
}

.dc-footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dc-footer-legal-links a {
  text-decoration: none;
  transition: color 0.18s ease;
}

.dc-footer-legal-links a:hover,
.dc-footer-legal-links a:focus-visible {
  color: rgba(255, 255, 255, 0.72);
}

.dc-footer-legal-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1080px) {
  .dc-footer-links-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .dc-footer-top-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dc-footer-links-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dc-footer-top,
  .dc-footer-links-section {
    padding-left: 0;
    padding-right: 0;
  }

  .dc-footer-top-inner,
  .dc-footer-links-inner,
  .dc-footer-bottom-inner {
    width: min(1200px, calc(100% - 32px));
  }

  .dc-footer-logo {
    width: 220px;
    height: 50px;
    margin-bottom: 16px;
  }

  .dc-footer-logo-image {
    transform: scale(1.04);
  }

  .dc-footer-links-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dc-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
