/* Independent Footer V2 — Build 16.2 Final Polish */
.ann-footer-v2,
.ann-footer-v2 * { box-sizing: border-box; }

.ann-footer-v2 {
  clear: both;
  width: 100%;
  margin: 0;
  direction: rtl;
  background: #303236;
  color: #fff;
  font-family: "TheSans", Arial, sans-serif;
}
.ann-footer-v2__accent { height: 3px; background: #cf2027; }
.ann-footer-v2__body { background: #3a3c40; }
.ann-footer-v2__container {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}
.ann-footer-v2__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 50px 0 46px;
}
.ann-footer-v2__brand { flex: 1.35 1 0; min-width: 0; }
.ann-footer-v2__links { flex: .9 1 0; min-width: 240px; }
.ann-footer-v2__follow { flex: .72 1 0; min-width: 210px; }

.ann-footer-v2__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  max-width: 100%;
  min-height: 88px;
  padding: 10px 15px;
  border-radius: 4px;
  background: #fff;
  color: #222;
  text-decoration: none;
}
.ann-footer-v2__logo img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.ann-footer-v2__logo strong { font-size: 28px; }
.ann-footer-v2__brand > p {
  max-width: 440px;
  margin: 20px 0 0;
  color: #d1d3d6;
  font-size: 15px;
  line-height: 2;
}
.ann-footer-v2 h2 {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 13px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.ann-footer-v2 h2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: #cf2027;
  content: "";
}
.ann-footer-v2__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ann-footer-v2__menu li { margin: 0; padding: 0; border: 0; }
.ann-footer-v2__menu a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 0;
  color: #dedfe1;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.ann-footer-v2__menu a::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #cf2027;
  content: "";
}
.ann-footer-v2__menu a:hover,
.ann-footer-v2__menu a:focus { color: #fff; transform: translateX(-4px); }

.ann-footer-v2__socials { display: flex; flex-wrap: wrap; gap: 11px; }
.ann-footer-v2__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: 700 14px/1 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.ann-footer-v2__socials a:hover,
.ann-footer-v2__socials a:focus-visible {
  color: #fff;
  transform: translateY(-3px) scale(1.09);
  box-shadow: 0 7px 16px rgba(0,0,0,.25);
  outline: none;
}
.ann-footer-v2__socials .ann-social--facebook:hover,
.ann-footer-v2__socials .ann-social--facebook:focus-visible {
  border-color: #1877f2;
  background: #1877f2;
}
.ann-footer-v2__socials .ann-social--x:hover,
.ann-footer-v2__socials .ann-social--x:focus-visible {
  border-color: #000;
  background: #000;
}
.ann-footer-v2__socials .ann-social--youtube:hover,
.ann-footer-v2__socials .ann-social--youtube:focus-visible {
  border-color: #ff0000;
  background: #ff0000;
}
.ann-footer-v2__socials .ann-social--instagram:hover,
.ann-footer-v2__socials .ann-social--instagram:focus-visible {
  border-color: #c13584;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 55%, #962fbf 78%, #4f5bd5 100%);
}
.ann-footer-v2__socials .ann-social--rss:hover,
.ann-footer-v2__socials .ann-social--rss:focus-visible {
  border-color: #f26522;
  background: #f26522;
}
.ann-footer-v2__follow > p {
  margin: 17px 0 0;
  color: #c3c4c6;
  font-size: 13px;
  line-height: 1.85;
}
.ann-footer-v2__copyright {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #232427;
}
.ann-footer-v2__copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 14px 0;
  color: #b8bbc0;
  font-size: 12px;
  line-height: 1.6;
}
.ann-footer-v2__top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: #c91f26;
  box-shadow: 0 7px 18px rgba(0,0,0,.3);
  color: #fff;
  font: 700 27px/1 Arial, sans-serif;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.ann-footer-v2__top:hover,
.ann-footer-v2__top:focus { background: #9f171d; color: #fff; transform: translateY(-3px); }

@media (max-width: 991px) {
  .ann-footer-v2__columns { flex-wrap: wrap; gap: 36px; }
  .ann-footer-v2__brand { flex: 1 0 100%; }
  .ann-footer-v2__links,
  .ann-footer-v2__follow { flex: 1 1 calc(50% - 18px); }
}
@media (max-width: 767px) {
  .ann-footer-v2__container { width: calc(100% - 28px); }
  .ann-footer-v2__columns { display: block; padding: 34px 0 30px; }
  .ann-footer-v2__brand,
  .ann-footer-v2__links,
  .ann-footer-v2__follow { min-width: 0; margin-bottom: 30px; text-align: center; }
  .ann-footer-v2__follow { margin-bottom: 0; }
  .ann-footer-v2__logo { margin: 0 auto; }
  .ann-footer-v2__brand > p { margin-right: auto; margin-left: auto; }
  .ann-footer-v2 h2::after { right: 50%; transform: translateX(50%); }
  .ann-footer-v2__menu { grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: right; }
  .ann-footer-v2__socials { justify-content: center; }
  .ann-footer-v2__copyright-inner { flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .ann-footer-v2__top { right: 14px; bottom: 14px; width: 42px; height: 42px; }
}
@media (max-width: 430px) {
  .ann-footer-v2__menu { grid-template-columns: 1fr; }
}
