.vc-footer {
  --vcf-bg: #040507;
  --vcf-panel: #08090b;
  --vcf-line: rgba(255, 255, 255, 0.1);
  --vcf-red: #ff1230;
  --vcf-gold: #c8a96e;
  --vcf-paper: #f4f2ed;
  --vcf-muted: rgba(244, 242, 237, 0.56);
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--vcf-line);
  background: var(--vcf-bg);
  color: var(--vcf-paper);
  font-family: "Inter", system-ui, sans-serif;
}

.vc-footer *, .vc-footer *::before, .vc-footer *::after { box-sizing: border-box; }
.vc-footer a { color: inherit; }
.vc-footer__container { width: min(100%, 1510px); margin-inline: auto; padding-inline: clamp(20px, 5vw, 88px); }

.vc-footer__main {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(180px, 0.72fr) minmax(180px, 0.72fr) minmax(280px, 1fr);
  gap: clamp(34px, 5vw, 86px);
  padding-block: clamp(54px, 7vw, 96px) clamp(42px, 5vw, 68px);
  align-items: start;
}

.vc-footer__brand { min-width: 0; }
.vc-footer__logo { width: clamp(150px, 14vw, 214px); height: auto; display: block; margin-bottom: 26px; filter: drop-shadow(0 0 18px rgba(200, 169, 110, 0.18)); }
.vc-footer__tagline { max-width: 340px; margin: 0 0 18px; font: 700 clamp(1rem, 1.4vw, 1.25rem)/1.55 "Inter", sans-serif; }
.vc-footer__tagline strong { color: var(--vcf-gold); }
.vc-footer__body { max-width: 370px; margin: 0 0 26px; color: var(--vcf-muted); font-size: 0.82rem; line-height: 1.75; }

.vc-footer__socials { display: flex; flex-wrap: wrap; gap: 10px; }
.vc-footer__social {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 169, 110, 0.42);
  border-radius: 50%;
  color: var(--vcf-gold);
  font: 800 0.68rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.vc-footer__social:hover { border-color: var(--vcf-gold); background: rgba(200, 169, 110, 0.09); color: #fff; }

.vc-footer__heading {
  position: relative;
  margin: 13px 0 25px;
  padding-bottom: 17px;
  color: var(--vcf-red);
  font: 800 0.8rem/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.vc-footer__heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--vcf-gold); }
.vc-footer__nav ul { margin: 0; padding: 0; list-style: none; }
.vc-footer__nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}
.vc-footer__nav a::after { content: "›"; color: rgba(255, 255, 255, 0.62); }
.vc-footer__nav a:hover { padding-left: 5px; color: #fff; }

.vc-footer__contacts { display: grid; gap: 12px; }
.vc-footer__contact {
  min-height: 52px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.vc-footer__contact-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 169, 110, 0.34);
  border-radius: 50%;
  color: var(--vcf-gold);
  font: 800 0.58rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.05em;
}
.vc-footer__contact-label { display: block; margin: 2px 0 4px; color: rgba(255, 255, 255, 0.4); font: 800 0.63rem/1.2 "Barlow Condensed", sans-serif; letter-spacing: 0.11em; text-transform: uppercase; }
.vc-footer__contact-value { display: block; color: rgba(255, 255, 255, 0.86); font-size: 0.84rem; line-height: 1.55; }
.vc-footer__contact:hover .vc-footer__contact-value { color: #fff; }

.vc-footer__map-wrap { padding-bottom: clamp(38px, 5vw, 64px); }
.vc-footer__map {
  position: relative;
  min-height: 220px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.22);
  border-radius: 12px;
  background: #111;
  color: #fff;
  text-decoration: none;
}
.vc-footer__map img { width: 100%; height: 220px; display: block; object-fit: cover; filter: grayscale(0.84) brightness(0.48) contrast(1.15); transition: filter 200ms ease, transform 260ms ease; }
.vc-footer__map:hover img { filter: grayscale(0.6) brightness(0.58) contrast(1.12); transform: scale(1.012); }
.vc-footer__map-copy { position: absolute; left: clamp(18px, 3vw, 38px); bottom: clamp(18px, 3vw, 32px); max-width: min(460px, calc(100% - 36px)); padding: 16px 18px; border-left: 3px solid var(--vcf-red); background: rgba(3, 4, 6, 0.88); }
.vc-footer__map-title { display: block; margin-bottom: 5px; font: 800 0.84rem/1.2 "Barlow Condensed", sans-serif; letter-spacing: 0.1em; text-transform: uppercase; }
.vc-footer__map-address { display: block; color: rgba(255, 255, 255, 0.68); font-size: 0.77rem; line-height: 1.55; }
.vc-footer__map-attribution { position: absolute; right: 8px; bottom: 5px; color: rgba(255, 255, 255, 0.48); font-size: 9px; }

.vc-footer__tracking { border-block: 1px solid var(--vcf-line); background: #060709; }
.vc-footer__tracking-inner { display: grid; grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr); gap: 34px; align-items: center; padding-block: 34px; }
.vc-footer__tracking-title { margin: 0 0 9px; color: var(--vcf-red); font: 800 0.8rem/1.2 "Barlow Condensed", sans-serif; letter-spacing: 0.16em; text-transform: uppercase; }
.vc-footer__tracking-copy { margin: 0; color: var(--vcf-muted); font-size: 0.79rem; line-height: 1.55; }
.vc-footer__carriers { display: grid; grid-template-columns: repeat(5, minmax(100px, 1fr)); gap: 14px; }
.vc-footer__carrier { min-height: 58px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(200, 169, 110, 0.34); border-radius: 7px; color: var(--vcf-gold); font: 900 0.82rem/1 "Barlow Condensed", sans-serif; letter-spacing: 0.05em; text-decoration: none; transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease; }
.vc-footer__carrier:hover { border-color: var(--vcf-gold); background: rgba(200, 169, 110, 0.08); color: #fff; }

.vc-footer__proofs { border-bottom: 1px solid var(--vcf-line); }
.vc-footer__proofs-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(230px, 1.1fr); align-items: stretch; }
.vc-footer__proof { min-height: 116px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-content: center; padding: 24px 18px; border-right: 1px solid var(--vcf-line); }
.vc-footer__proof-num { color: var(--vcf-gold); font: 400 1.5rem/1 "Black Ops One", system-ui; }
.vc-footer__proof strong { display: block; margin-bottom: 5px; color: #fff; font-size: 0.77rem; }
.vc-footer__proof span { display: block; color: rgba(255, 255, 255, 0.43); font-size: 0.68rem; line-height: 1.45; }
.vc-footer__cta { min-height: 116px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px 28px; }
.vc-footer__cta-label { margin-bottom: 10px; color: rgba(255, 255, 255, 0.58); font: 800 0.68rem/1.2 "Barlow Condensed", sans-serif; letter-spacing: 0.16em; text-transform: uppercase; }
.vc-footer__cta-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--vcf-red); border-radius: 6px; box-shadow: 0 0 0 1px rgba(255, 18, 48, 0.12), 0 0 20px rgba(255, 18, 48, 0.12); color: #fff; font: 900 0.76rem/1 "Barlow Condensed", sans-serif; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.vc-footer__cta-button:hover { background: rgba(255, 18, 48, 0.1); }

.vc-footer__legal-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 16px; color: rgba(255, 255, 255, 0.4); font-size: 0.69rem; }
.vc-footer__legal-links { display: flex; flex-wrap: wrap; gap: 0; }
.vc-footer__legal-links a:not(:last-child)::after {
  content: "·";
  margin-inline: 12px;
  color: rgba(255, 255, 255, 0.34);
  pointer-events: none;
}
.vc-footer__legal a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.vc-footer__legal a:hover { color: #fff; }

.vc-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@media (max-width: 1120px) {
  .vc-footer__main { grid-template-columns: 1fr 1fr; }
  .vc-footer__tracking-inner { grid-template-columns: 1fr; }
  .vc-footer__carriers { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .vc-footer__proofs-inner { grid-template-columns: 1fr 1fr; }
  .vc-footer__proof:nth-child(2n) { border-right: 0; }
  .vc-footer__cta { grid-column: 1 / -1; border-top: 1px solid var(--vcf-line); align-items: center; }
}

@media (max-width: 680px) {
  .vc-footer__container { padding-inline: 18px; }
  .vc-footer__main { grid-template-columns: 1fr; gap: 36px; }
  .vc-footer__logo { width: 150px; }
  .vc-footer__carriers { grid-template-columns: 1fr 1fr; }
  .vc-footer__carrier { min-height: 50px; }
  .vc-footer__proofs-inner { grid-template-columns: 1fr; }
  .vc-footer__proof { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--vcf-line); }
  .vc-footer__cta { grid-column: auto; align-items: stretch; }
  .vc-footer__cta-button { width: 100%; }
  .vc-footer__legal-inner { align-items: flex-start; flex-direction: column; }
  .vc-footer__legal-links a:not(:last-child)::after { margin-inline: 8px; }
  .vc-footer__map, .vc-footer__map img { height: 190px; min-height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  .vc-footer * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
