/**
 * Premium carrier-grade footer (AT&T-level density, purple system).
 */

.ar-footer {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  border-top: 0;
  padding: 0;
  background:
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(161, 34, 115, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 0%, rgba(201, 162, 39, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #0d001a 0%, #050208 100%);
  color: rgba(250, 249, 252, 0.86);
}

.ar-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #A12273 0%, #A12273 45%, #c9a227 100%);
}

.ar-footer__tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.1rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.ar-footer__tech-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(161, 34, 115, 0.35);
  background: rgba(161, 34, 115, 0.25);
  color: #faf9fc;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ar-footer__tech-item i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e8d48b;
  box-shadow: 0 0 10px rgba(232, 212, 139, 0.85);
  animation: ar-footer-blink 1.8s ease-in-out infinite;
}

.ar-footer__tech-item:nth-child(2n) i { background: #A12273; animation-delay: 0.25s; }
.ar-footer__tech-item:nth-child(3n) i { animation-delay: 0.5s; }

.ar-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.75rem;
  padding: 2.5rem 0 1.75rem;
}

.ar-footer__grid--slim {
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0 1.25rem;
}

.ar-footer__grid--slim .ar-footer__intro {
  font-size: 0.88rem;
  max-width: 22rem;
}

.ar-footer__brand-block .ar-footer__logo {
  display: inline-block;
  margin-bottom: 0.85rem;
}

.ar-footer__brand-block .custom-logo {
  height: 2.6rem;
  width: auto;
  filter: brightness(1.05);
}

.ar-footer__intro {
  margin: 0 0 1rem;
  max-width: 28rem;
  line-height: 1.7;
  color: rgba(250, 249, 252, 0.72);
  font-size: 0.92rem;
}

.ar-footer__contact {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.84rem;
  color: rgba(250, 249, 252, 0.7);
}

.ar-footer__contact a {
  color: var(--ar-gold-soft, #e8d48b);
  text-decoration: none;
}

.ar-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ar-footer__credit a {
  color: rgba(232, 212, 139, 0.85);
  text-decoration: none;
}

.ar-footer__credit a:hover {
  color: #fff;
}

.ar-footer__title {
  margin: 0 0 0.85rem;
  color: #e8d48b;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ar-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ar-footer__links a {
  display: inline-block;
  padding: 0.3rem 0;
  color: rgba(250, 249, 252, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.ar-footer__links a:hover,
.ar-footer__links a:focus-visible {
  color: #e8d48b;
  transform: translateX(-3px);
}

html[dir="rtl"] .ar-footer__links a:hover {
  transform: translateX(3px);
}

.ar-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ar-footer__brand,
.ar-footer__credit,
.ar-footer__meta {
  margin: 0;
  color: rgba(250, 249, 252, 0.55);
  font-size: 0.82rem;
}

.ar-footer__credit a,
.ar-footer__meta a {
  color: #e8d48b;
  text-decoration: none;
  font-weight: 700;
}

.ar-footer__credit a:hover,
.ar-footer__meta a:hover {
  color: #fff;
}

.ar-footer__credit-sep {
  margin-inline: 0.35rem;
  opacity: 0.45;
}

.ar-footer__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.ar-footer__trust-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ar-footer__trust-link:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.ar-footer__trust-link--enamad {
  min-width: 72px;
  min-height: 72px;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ar-footer__trust-link--enamad img {
  display: block;
  width: 64px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  padding: 0;
}

.ar-footer__enamad-fallback {
  display: grid;
  gap: 0.1rem;
  place-items: center;
  padding: 0.5rem;
  text-align: center;
  color: #1c1528;
}

.ar-footer__enamad-fallback[hidden] {
  display: none !important;
}

.ar-footer__enamad-fallback strong {
  font-size: 0.78rem;
  font-weight: 800;
}

.ar-footer__enamad-fallback em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 650;
  color: #A12273;
}

.ar-footer__trust-link--ripe {
  padding: 0.45rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(232, 212, 139, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.ar-footer__ripe {
  display: grid;
  place-items: center;
  color: #e8d48b;
}

.ar-footer__ripe-text {
  display: grid;
  gap: 0.05rem;
  line-height: 1.2;
}

.ar-footer__ripe-text strong {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
}

.ar-footer__ripe-text em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 650;
  color: rgba(232, 212, 139, 0.9);
}

@keyframes ar-footer-blink {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@media (max-width: 991px) {
  .ar-footer__grid,
  .ar-footer__grid--slim {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ar-footer__grid,
  .ar-footer__grid--slim {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Phase 32 — Advanced minimal footer (4.13.0)
   ========================================================================== */

.ar-footer {
  background:
    radial-gradient(ellipse 42% 48% at 0% 100%, rgba(161, 34, 115, 0.14) 0%, transparent 55%),
    linear-gradient(180deg, #0c0a10 0%, #07060a 100%);
}

.ar-footer::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, #A12273 35%, #A12273 65%, transparent);
}

.ar-footer__tech {
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
}

.ar-footer__tech-item {
  border-color: rgba(161, 34, 115, 0.22);
  background: rgba(161, 34, 115, 0.12);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ar-footer__tech-item i {
  box-shadow: none;
  animation: none;
  background: #A12273;
}

.ar-footer__grid--pro {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.05fr;
  gap: 1.75rem;
  padding: 2.1rem 0 1.5rem;
}

.ar-footer__intro {
  color: rgba(250, 249, 252, 0.68);
  font-size: 0.88rem;
  line-height: 1.75;
}

.ar-footer__contact {
  gap: 0.45rem;
  margin-bottom: 0.95rem;
}

.ar-footer__contact-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(250, 249, 252, 0.82);
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1.55;
  transition: color 0.25s ease;
}

.ar-footer__contact-row:hover,
.ar-footer__contact-row:focus-visible {
  color: #f3d6e8;
}

.ar-footer__contact-row--static {
  color: rgba(250, 249, 252, 0.7);
}

.ar-footer__contact-ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  margin-top: 0.05rem;
  border-radius: 0.55rem;
  color: #A12273;
  background: rgba(161, 34, 115, 0.16);
  border: 1px solid rgba(161, 34, 115, 0.22);
}

.ar-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ar-footer__social-btn {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(250, 249, 252, 0.88);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ar-footer__social-btn:hover,
.ar-footer__social-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(161, 34, 115, 0.45);
  background: rgba(161, 34, 115, 0.2);
  color: #fff;
}

.ar-footer__title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(250, 249, 252, 0.92);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9rem;
}

.ar-footer__title-ico {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.5rem;
  color: #A12273;
  background: rgba(161, 34, 115, 0.14);
  border: 1px solid rgba(161, 34, 115, 0.2);
}

.ar-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0;
  font-size: 0.88rem;
}

.ar-footer__links a:not(:has(.ar-footer__link-ico))::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(161, 34, 115, 0.75);
  flex-shrink: 0;
}

.ar-footer__link-ico {
  display: inline-grid;
  place-items: center;
  color: rgba(161, 34, 115, 0.85);
  opacity: 0.75;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ar-footer__links a:hover .ar-footer__link-ico,
.ar-footer__links a:focus-visible .ar-footer__link-ico {
  opacity: 1;
  transform: translateX(2px);
}

html[dir="rtl"] .ar-footer__links a:hover .ar-footer__link-ico {
  transform: translateX(-2px);
}

.ar-footer__links a:hover,
.ar-footer__links a:focus-visible {
  color: #fff;
  transform: none;
}

.ar-footer__cta-text {
  margin: 0 0 0.95rem;
  color: rgba(250, 249, 252, 0.62);
  font-size: 0.84rem;
  line-height: 1.7;
}

.ar-footer__cta-actions {
  display: grid;
  gap: 0.45rem;
}

.ar-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(250, 249, 252, 0.9);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ar-footer__cta-btn:hover,
.ar-footer__cta-btn:focus-visible {
  border-color: rgba(161, 34, 115, 0.4);
  background: rgba(161, 34, 115, 0.16);
  color: #fff;
  transform: translateY(-1px);
}

.ar-footer__cta-btn--primary {
  border-color: transparent;
  background: #A12273;
  color: #fff;
}

.ar-footer__cta-btn--primary:hover,
.ar-footer__cta-btn--primary:focus-visible {
  background: #8a1c62;
  border-color: transparent;
}

.ar-footer__credit a {
  color: rgba(243, 214, 232, 0.85);
}

/* Phase 33 — modern legal strip + anti-phishing */
.ar-footer__legal {
  display: grid;
  gap: 0.45rem;
  justify-items: start;
  text-align: start;
}

.ar-footer__brand {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(250, 249, 252, 0.78);
}

.ar-footer__credit {
  margin: 0;
  width: 100%;
  text-align: center;
}

.ar-footer__credit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: rgba(250, 249, 252, 0.48);
  font-size: 0.68rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
}

.ar-footer__credit a:hover,
.ar-footer__credit a:focus-visible {
  color: rgba(243, 214, 232, 0.92);
}

.ar-footer__credit-ico {
  display: inline-grid;
  place-items: center;
  color: #A12273;
  opacity: 0.9;
}

.ar-footer__secure {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  padding: 0.95rem 1.05rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(161, 34, 115, 0.22);
  background: rgba(161, 34, 115, 0.08);
}

.ar-footer__secure-ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.65rem;
  color: #e8d48b;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(232, 212, 139, 0.28);
}

.ar-footer__secure-title {
  margin: 0 0 0.25rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
}

.ar-footer__secure-text {
  margin: 0;
  color: rgba(250, 249, 252, 0.62);
  font-size: 0.76rem;
  line-height: 1.7;
}

@media (min-width: 761px) {
  .ar-footer__legal {
    justify-items: stretch;
  }

  .ar-footer__credit {
    text-align: start;
  }

  .ar-footer__credit a {
    justify-content: flex-start;
  }
}

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

  .ar-footer__col--cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ar-footer__grid--pro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ar-footer__legal {
    justify-items: center;
    text-align: center;
    width: 100%;
  }

  .ar-footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .ar-footer__trust {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ar-footer__social-btn,
  .ar-footer__cta-btn,
  .ar-footer__links a,
  .ar-footer__link-ico {
    transition: none !important;
  }
}

/* ==========================================================================
   Phase 35.1 — Refined luxury footer (no pre-banner)
   Phase 37.1 — Trust capsules · grid balance · mobile polish
   ========================================================================== */

.ar-footer--lux {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background:
    radial-gradient(ellipse 40% 50% at 8% 0%, rgba(161, 34, 115, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 34% 46% at 100% 100%, rgba(75, 0, 130, 0.16) 0%, transparent 52%),
    linear-gradient(180deg, #110e16 0%, #07060a 100%);
  contain: layout style;
}

.ar-footer--lux::before {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 34, 115, 0.65), transparent);
}

.ar-footer__lux-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1.05fr);
  gap: 1.75rem;
  align-items: start;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ar-footer__col {
  margin: 0;
  border: 0;
  background: transparent;
  min-width: 0;
}

.ar-footer__col-sum {
  display: none;
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.ar-footer__col-sum::-webkit-details-marker { display: none; }

.ar-footer__col-body {
  display: grid;
  gap: 0.75rem;
}

.ar-footer--lux .ar-footer__logo .custom-logo {
  max-height: 2.2rem;
  width: auto;
}

.ar-footer--lux .ar-footer__intro {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.58);
}

.ar-footer__license {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  color: #f0e4bf;
  border: 1px solid rgba(232, 212, 139, 0.28);
  background: rgba(232, 212, 139, 0.07);
}

.ar-footer--lux .ar-footer__links {
  display: grid;
  gap: 0.28rem;
}

.ar-footer--lux .ar-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.18rem 0;
  transition: color 0.16s ease, transform 0.16s ease;
}

.ar-footer--lux .ar-footer__links a:hover {
  color: #fff;
  transform: translateX(-2px);
}

.ar-footer__badges {
  display: grid;
  gap: 0.38rem;
}

.ar-footer__badge {
  display: grid;
  gap: 0.06rem;
  padding: 0.48rem 0.65rem;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
  will-change: transform;
}

.ar-footer__badge:hover {
  transform: translateY(-1px);
  background: rgba(161, 34, 115, 0.2);
  border-color: rgba(161, 34, 115, 0.35);
  box-shadow: 0 0 16px rgba(161, 34, 115, 0.18);
}

.ar-footer__badge em {
  font-style: normal;
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.ar-footer__badge strong {
  font-size: 0.8rem;
  font-weight: 800;
  word-break: break-word;
}

.ar-footer__badge--noc {
  border-color: rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.07);
}

.ar-footer__address,
.ar-footer__address--line {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.65;
  color: rgba(196, 168, 220, 0.82);
  letter-spacing: 0.01em;
}

.ar-footer__address--line {
  padding-top: 0.15rem;
  border-top: 1px solid rgba(161, 34, 115, 0.18);
}

.ar-footer__trust-glass {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: stretch;
}

.ar-footer__trust-capsule {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 72px;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  will-change: transform;
}

.ar-footer__trust-capsule:hover,
.ar-footer__trust-capsule:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(232, 212, 139, 0.35);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 0 1px rgba(232, 212, 139, 0.12),
    0 0 22px rgba(161, 34, 115, 0.28),
    0 0 18px rgba(34, 211, 238, 0.12);
  outline: none;
}

.ar-footer__trust-capsule-media {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ar-footer__trust-capsule-media img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ar-footer__trust-capsule-media--ripe {
  color: #e8d48b;
}

.ar-footer__trust-capsule-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.ar-footer__trust-capsule-copy strong {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.ar-footer__trust-capsule-copy em {
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 650;
  color: rgba(232, 212, 139, 0.88);
}

/* Legacy chip selectors kept for safety */
.ar-footer__trust-chip {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0.45rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.ar-footer__social--lux {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.35rem;
}

.ar-footer--lux .ar-footer__social-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.ar-footer--lux .ar-footer__social-btn:hover {
  color: #fff;
  background: rgba(161, 34, 115, 0.38);
  transform: translateY(-2px);
}

.ar-footer__lux-bar {
  padding-top: 0.75rem;
}

.ar-footer__lux-copy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.45);
}

.ar-footer__lux-copy a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.ar-footer__lux-copy a:hover { color: #fff; }

@media (max-width: 1100px) {
  .ar-footer__lux-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem 1.5rem;
  }
}

@media (min-width: 769px) {
  .ar-footer__col:not([open]) > .ar-footer__col-body {
    display: grid !important;
  }
}

@media (max-width: 768px) {
  .ar-footer__lux-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    text-align: center;
  }

  .ar-footer__col-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
  }

  .ar-footer__col-sum::after {
    content: "+";
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
  }

  .ar-footer__col[open] .ar-footer__col-sum::after {
    content: "–";
  }

  .ar-footer__col-body {
    padding: 0.7rem 0.2rem 0.35rem;
    justify-items: center;
  }

  .ar-footer--lux .ar-footer__links {
    justify-items: center;
  }

  .ar-footer__badges {
    width: 100%;
    max-width: 22rem;
  }

  .ar-footer__badge {
    min-height: 2.95rem;
    text-align: center;
  }

  .ar-footer__address--line {
    max-width: 22rem;
    margin-inline: auto;
    border-top: 0;
    padding-top: 0;
  }

  .ar-footer__trust-glass {
    width: 100%;
    max-width: 22rem;
    grid-template-columns: 1fr;
  }

  .ar-footer__trust-capsule {
    justify-content: center;
    text-align: start;
  }

  .ar-footer__social--lux {
    justify-content: center;
  }

  .ar-footer__lux-copy {
    justify-content: center;
    text-align: center;
  }

  .ar-footer__license {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ar-footer__badge,
  .ar-footer__trust-capsule,
  .ar-footer--lux .ar-footer__social-btn,
  .ar-footer--lux .ar-footer__links a {
    transition: none;
  }

  .ar-footer__badge:hover,
  .ar-footer__trust-capsule:hover,
  .ar-footer--lux .ar-footer__social-btn:hover {
    transform: none;
  }
}
