/* =====================================================
  footer styles
   ===================================================== */



.vot-footer {
  /* background: #06101d;
	  margin-top: 4rem;*/
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
	  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.vot-footer__main {
  padding: 4rem 0 2.5rem;
 /*background: linear-gradient(180deg, rgb(7, 1, 24), rgba(52, 20, 110, 0.66)), #000;*/
  background:linear-gradient(180deg, rgb(21, 21, 21), rgba(29, 29, 29, 0.71)), #000;
}

.vot-footer__container {
  width: min(1296px, calc(100% - 2rem));
  margin: 0 auto;
}

.vot-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.vot-footer__logo-image {
	width: 200px;
	margin-top: -20px;
}

.vot-footer__brand {
  padding-right: 1.5rem;
}

.vot-footer__logo-wrap {
  margin-bottom: 1.25rem;
}

.vot-footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #ffffff;
  text-decoration: none;
}

.vot-footer__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  border: 2px solid #ff6c5c;
  color: #ff6c5c;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.vot-footer__logo-text {
  font-family: "Sora", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.vot-footer__tagline {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  max-width: 18ch;
}

.vot-footer__intro {
  margin: 0;
  max-width: 34ch;
  font-size: 1.1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.vot-footer__trust-note {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #8fe1b3;
}

.vot-footer__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0.95;
}

.vot-footer__heading {
  position: relative;
  margin: 0 0 1.35rem;
  padding-bottom: 0.75rem;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.vot-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  border-radius: 999px;
  background: #9071ff;

}

.vot-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vot-footer__list li + li {
  margin-top: 0.95rem;
}

.vot-footer__list a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.vot-footer__list a:hover,
.vot-footer__list a:focus {
  color: #ffffff;
}

.vot-footer__coming-soon {
  display: inline-block;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.5;
}

.vot-footer__highlights {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.vot-footer__highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
}
.vot-footer__highlight-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: #815dff;
  font-size: 1.9rem;
  line-height: 1;
  margin-top: 0.08rem;
}

vot-footer__highlight-body {
  min-width: 0;
}

.vot-footer__highlight h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.vot-footer__highlight p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.vot-footer__highlights {
  margin-top: 3rem;
  padding-top: 0;
  border-top: none;
}

.vot-footer__highlight-icon {
background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  width: 3.5rem;
  height: 3.5rem;
}
/*.vot-footer__highlight {
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.vot-footer__highlight h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.vot-footer__highlight p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}*/

.vot-footer__base {
  background: #030914;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vot-footer__base-inner {
  padding: 1rem 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.vot-footer__meta {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.vot-footer__meta--source {
  max-width: 42rem;
}

@media (max-width: 1100px) {
  .vot-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .vot-footer__brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .vot-footer__main {
    padding: 3rem 0 2rem;
  }

  .vot-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vot-footer__highlights {
    grid-template-columns: 1fr;
  }

  .vot-footer__base-inner {
    justify-content: flex-start;
  }
}

 .region-footer-first {
  max-width: none !important;
  width: 100% !important;
}

.region-footer-first .block {
  width: 100%;
}

.region-footer-first .field__item {
  width: 100%;
  max-width: none;
  padding: 0;
}

.region-footer-first .content {
  width: 100%;
}
.vot-footer__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  margin-left: 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 108, 92, 0.14);
  border: 1px solid rgba(255, 108, 92, 0.32);
  color: #ff8f82;
  vertical-align: middle;
}

.vot-footer__list a {
  position: relative;
  padding-right: 0.9rem;
}

.vot-footer__list a::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.vot-footer__list a:hover::after,
.vot-footer__list a:focus::after {
  opacity: 0.6;
  transform: translateY(-50%) translateX(0);
}

.vot-footer__meta--source {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.vot-footer__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 0.78;
}

.vot-footer__meta-icon--au {
  width: 0.95rem;
  height: 0.95rem;
}

.vot-footer__au-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}


@media (max-width: 760px) {

.vot-footer__logo-image {
  width: 120px;
  margin-top: -20px;
}
	
}