.footer {
  background-color: #050314;
  color: rgba(255,255,255,0.85);
}
.footer__inner {
  background-image: linear-gradient(180deg, #07051a 0%, #050314 100%);
}
.footer__content-top {
  padding: 60px 1.5rem 30px;
}
.footer__blocks-wrapper {
  display:grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.footer-block { width:100%; }
.footer__logo { text-align:center; margin-bottom: 16px; }
.footer__logo img { display:inline-block; max-width: 150px; }

.footer-block__heading {
  text-align:center;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 18px;
}
.footer-block__details-content { text-align:center; }
.footer-block-store-information__item {
  display:inline-flex;
  gap: 10px;
  align-items:center;
  justify-content:center;
  padding: 6px 0;
}
.footer-block-store-information__item .icon {
  width:18px; height:18px;
  color:#cdb8ff;
}
.footer-block-store-information__item .rte strong {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .04em;
}

.age-block-foot {
  margin: 22px auto 0;
  max-width: 720px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 10px;
  padding: 18px 16px;
  border: 1px solid rgba(255,77,109,0.25);
  border-radius: 6px;
  background: rgba(255,77,109,0.04);
}
.age-block-foot p {
  margin:0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
}
.age-block-foot a { color:#cdb8ff; text-decoration:underline; }

/* expanded variant on the index footer — ~250 words, bigger feel */
.age-block-foot--xl {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 28px 24px;
  gap: 18px;
  border-color: rgba(255,77,109,0.35);
  background:
    linear-gradient(135deg, rgba(255,77,109,0.06), rgba(255,77,109,0.02)),
    rgba(0,0,0,0.2);
  text-align: left;
  align-items: flex-start;
}
.age-block-foot--xl .age-badge--big {
  align-self: flex-start;
  min-width: 56px;
  height: 38px;
  font-size: 16px;
}
.age-block-foot__copy {
  display:flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.age-block-foot__copy p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}
.age-block-foot__copy .age-block-foot__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255,77,109,0.3);
}

@media(min-width: 750px) {
  .age-block-foot--xl {
    flex-direction: row;
    padding: 32px 32px;
    gap: 28px;
  }
  .age-block-foot__copy p { font-size: 15px; }
  .age-block-foot__copy .age-block-foot__lead { font-size: 17px; }
}
@media(min-width: 990px) {
  .age-block-foot--xl { padding: 40px 44px; gap: 36px; }
  .age-block-foot__copy .age-block-foot__lead { font-size: 18px; }
}

.footer__content-middle {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 22px 0;
}
.footer__content-sub-wrapper {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap: 14px;
}
.footer__column__bottom-links {
  gap: 6px 22px;
}
.footer__column__bottom-links a {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  transition: color .2s ease;
}
.footer__column__bottom-links a:hover { color:#ffffff; }

.footer__content-bottom {
  background:#040210;
  padding: 14px 0;
}
.footer__copyright {
  display:flex;
  flex-direction:column;
  gap: 4px;
  align-items:center;
  text-align:center;
}
.copyright__content {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: .04em;
}
.copyright__content a { color: rgba(255,255,255,0.7); }
.copyright__content--reserved {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding-top: 4px;
  border-top: 1px dashed rgba(255,255,255,0.06);
  margin-top: 4px;
}

@media(min-width: 990px) {
  .footer__content-top { padding: 76px 1.5rem 40px; }
  .footer__content-sub-wrapper { flex-wrap:nowrap; }
  .footer__copyright { flex-direction:row; gap: 18px; justify-content:space-between; }
}
@media(max-width: 749px) {
  .footer__column__bottom-links { justify-content:center; }
}
