.aurelis-has-premium-footer > footer:not(.ach-footer):not(.aurelis-footer),
.aurelis-has-premium-footer .site-footer,
.aurelis-has-premium-footer .elementor-location-footer {
  display: none;
}

.ach-footer,
.aurelis-footer {
  --ach-bg-primary: #071826;
  --ach-bg-secondary: #0E2438;
  --ach-bg-card: #132D45;
  --ach-accent-1: #5E6BFF;
  --ach-accent-2: #7A6EFF;
  --ach-highlight: #F7931E;
  --ach-orange: #FF6200;
  --ach-steel: #6E88AD;
  --ach-text-primary: #FFFFFF;
  --ach-text-secondary: #A6B6C8;
  --ach-border: rgba(255,255,255,0.08);
  --ach-btn-gradient: linear-gradient(135deg, #5E6BFF 0%, #7A6EFF 100%);
  --ach-font-display: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --ach-font-body: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --ach-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ach-container: 1280px;
  background: var(--ach-bg-secondary);
  border-top: 1px solid var(--ach-border);
  color: var(--ach-text-primary);
  font-family: var(--ach-font-body);
}

.ach-footer *,
.ach-footer *::before,
.ach-footer *::after,
.aurelis-footer *,
.aurelis-footer *::before,
.aurelis-footer *::after {
  box-sizing: border-box;
}

.ach-footer a,
.ach-footer button,
.ach-footer input,
.aurelis-footer a,
.aurelis-footer button,
.aurelis-footer input {
  font: inherit;
}

.ach-footer a,
.aurelis-footer a {
  color: inherit;
  text-decoration: none;
}

.ach-footer button,
.aurelis-footer button {
  border: 0;
  background: none;
}

.ach-footer svg,
.aurelis-footer svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.ach-footer__inner,
.ach-footer__utility,
.ach-footer__bottom,
 .aurelis-footer__inner,
 .aurelis-footer__utility,
 .aurelis-footer__bottom {
  width: min(100% - 32px, var(--ach-container));
  margin-inline: auto;
}

.ach-footer__logo {
  display: block;
  width: min(100%, 150px);
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.ach-footer__inner,
.aurelis-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(0, 3.65fr);
  column-gap: clamp(48px, 5vw, 88px);
  align-items: start;
  width: min(calc(100% - 48px), 1280px);
}

.ach-footer__description,
.aurelis-footer__description {
  max-width: 280px;
  margin: 0;
  color: var(--ach-text-secondary);
  font-size: 0.84rem;
  line-height: 1.65;
}

.ach-footer__contact,
.aurelis-footer__contact {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  font-style: normal;
  font-size: 0.84rem;
}

.ach-footer__contact a,
.ach-footer__contact > span,
.aurelis-footer__contact a,
.aurelis-footer__contact > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ach-text-secondary);
}

.ach-footer__contact a:hover,
.ach-footer__contact a:focus-visible,
.aurelis-footer__contact a:hover,
.aurelis-footer__contact a:focus-visible {
  color: var(--ach-text-primary);
}

.ach-footer__contact svg,
.aurelis-footer__contact svg {
  color: var(--ach-orange);
  width: 14px;
  height: 14px;
}

.ach-footer__newsletter,
.aurelis-footer__newsletter {
  max-width: 280px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--ach-border);
}

.ach-footer__newsletter h2,
.aurelis-footer__newsletter h2 {
  margin: 0 0 12px;
  color: var(--ach-text-primary);
  font-family: var(--ach-font-display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ach-footer__newsletter-form,
.aurelis-footer__newsletter-form {
  display: flex;
  gap: 8px;
  max-width: 280px;
}

.ach-footer__newsletter-form input,
.aurelis-footer__newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--ach-border);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  color: var(--ach-text-primary);
  outline: none;
}

.ach-footer__newsletter-form input::placeholder,
.aurelis-footer__newsletter-form input::placeholder {
  color: var(--ach-text-secondary);
}

.ach-footer__newsletter-form input:focus,
.aurelis-footer__newsletter-form input:focus {
  border-color: rgba(255, 98, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.12);
}

.ach-footer__newsletter-form button,
.aurelis-footer__newsletter-form button {
  width: 86px;
  height: 42px;
  border-radius: 10px;
  background: var(--ach-orange);
  color: #071826;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms var(--ach-ease), background 180ms var(--ach-ease), box-shadow 180ms var(--ach-ease);
}

.ach-footer__newsletter-form button:hover,
.ach-footer__newsletter-form button:focus-visible,
.aurelis-footer__newsletter-form button:hover,
.aurelis-footer__newsletter-form button:focus-visible {
  background: #ff7a2f;
  box-shadow: 0 10px 18px -12px rgba(255,98,0,0.8);
  transform: translateY(-1px);
}

.ach-footer__newsletter-status,
.aurelis-footer__newsletter-status {
  min-height: 16px;
  margin-top: 8px;
  color: var(--ach-text-secondary);
  font-size: 0.7rem;
}

.ach-footer__nav,
.aurelis-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  column-gap: clamp(40px, 4vw, 72px);
  row-gap: 32px;
  align-content: start;
  width: 100%;
  min-width: 0;
}

@media (min-width: 1100px) {
  .ach-footer__nav:not(:has([data-footer-group="company"])),
  .aurelis-footer__nav:not(:has([data-footer-group="company"])) {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}

.ach-footer__group,
.aurelis-footer__group {
  min-width: 0;
}

.ach-footer__group-toggle,
.aurelis-footer__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #FFFFFF;
  font-family: var(--ach-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}

.ach-footer__group-toggle svg,
.aurelis-footer__group-toggle svg {
  width: 16px;
  height: 16px;
  color: var(--ach-steel);
  transition: transform 220ms var(--ach-ease), color 180ms var(--ach-ease);
}

.ach-footer__group-toggle[aria-expanded="true"] svg,
.aurelis-footer__group-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
  color: var(--ach-orange);
}

.ach-footer .ach-footer__group-toggle,
.ach-footer .ach-footer__group-toggle:hover,
.ach-footer .ach-footer__group-toggle:focus,
.ach-footer .ach-footer__group-toggle:focus-visible,
.ach-footer .ach-footer__group-toggle:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
}

.ach-footer .ach-footer__group-toggle:focus {
  outline: none;
}

.ach-footer .ach-footer__group-toggle:focus-visible {
  outline: 1px solid rgba(255,255,255,.35);
  outline-offset: 3px;
}

.ach-footer__group-panel,
.aurelis-footer__group-panel {
  min-width: 0;
}

.ach-footer__group-panel ul,
.aurelis-footer__group-panel ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ach-footer__group-panel a,
.aurelis-footer__group-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ach-text-secondary);
  font-size: 0.84rem;
  line-height: 1.4;
  transition: color 180ms var(--ach-ease), transform 180ms var(--ach-ease);
}

.ach-footer__group-panel a:hover,
.ach-footer__group-panel a:focus-visible,
.aurelis-footer__group-panel a:hover,
.aurelis-footer__group-panel a:focus-visible {
  color: var(--ach-text-primary);
  transform: translateX(2px);
}

.ach-footer__group-panel a svg,
.aurelis-footer__group-panel a svg {
  width: 12px;
  height: 12px;
  color: var(--ach-orange);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 180ms var(--ach-ease), transform 180ms var(--ach-ease);
}

.ach-footer__group-panel a:hover svg,
.ach-footer__group-panel a:focus-visible svg,
.aurelis-footer__group-panel a:hover svg,
.aurelis-footer__group-panel a:focus-visible svg {
  opacity: 1;
  transform: translateX(0);
}

.ach-footer__utility,
.aurelis-footer__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 32px, var(--ach-container));
  margin-inline: auto;
  padding: 18px 0 16px;
  border-top: 1px solid var(--ach-border);
  border-bottom: 1px solid var(--ach-border);
}

.ach-footer__social,
.aurelis-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ach-footer__social a,
.aurelis-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--ach-border);
  color: var(--ach-text-secondary);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: border-color 180ms var(--ach-ease), color 180ms var(--ach-ease), background 180ms var(--ach-ease), transform 180ms var(--ach-ease);
}

.ach-footer__social a:hover,
.ach-footer__social a:focus-visible,
.aurelis-footer__social a:hover,
.aurelis-footer__social a:focus-visible {
  color: var(--ach-text-primary);
  border-color: var(--ach-orange);
  background: rgba(255, 98, 0, 0.08);
  transform: translateY(-1px);
}

.ach-footer__payments,
.aurelis-footer__payments {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ach-text-secondary);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.ach-footer__payments > span,
.aurelis-footer__payments > span {
  color: var(--ach-text-primary);
  font-weight: 700;
  text-transform: uppercase;
}

.ach-footer__payments > div,
.aurelis-footer__payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ach-footer__payments b,
.aurelis-footer__payments b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--ach-border);
  border-radius: 6px;
  color: var(--ach-text-secondary);
  background: rgba(255,255,255,0.02);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ach-footer__bottom,
.aurelis-footer__bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(100% - 32px, var(--ach-container));
  margin-inline: auto;
  min-height: 72px;
  padding: 16px 0 20px;
  color: var(--ach-text-secondary);
  font-size: 0.8rem;
}

.ach-footer__bottom p,
.aurelis-footer__bottom p {
  margin: 0;
}

.ach-footer__legal-links,
.aurelis-footer__legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-inline: auto;
}

.ach-footer__bottom a,
.aurelis-footer__bottom a {
  color: var(--ach-text-secondary);
}

.ach-footer__bottom a:hover,
.ach-footer__bottom a:focus-visible,
.aurelis-footer__bottom a:hover,
.aurelis-footer__bottom a:focus-visible {
  color: var(--ach-text-primary);
}

.ach-footer__locale,
.aurelis-footer__locale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.ach-footer__top,
.aurelis-footer__top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ach-border);
  border-radius: 50%;
  color: var(--ach-text-secondary);
  cursor: pointer;
  transition: color 180ms var(--ach-ease), border-color 180ms var(--ach-ease), transform 180ms var(--ach-ease), background 180ms var(--ach-ease);
}

.ach-footer__top:hover,
.ach-footer__top:focus-visible,
.aurelis-footer__top:hover,
.aurelis-footer__top:focus-visible {
  color: var(--ach-text-primary);
  border-color: var(--ach-orange);
  background: rgba(255,98,0,0.08);
  transform: translateY(-2px);
}

.ach-footer__sr-only,
.aurelis-footer__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ach-footer :focus-visible,
.aurelis-footer :focus-visible {
  outline: 2px solid var(--ach-orange);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 960px) {
  .ach-footer__utility,
  .aurelis-footer__utility,
  .ach-footer__bottom,
  .aurelis-footer__bottom {
    width: min(100% - 24px, var(--ach-container));
  }

  .ach-footer__logo {
    width: min(100%, 140px);
  }
}

@media (max-width: 640px) {
  .ach-footer__inner,
  .ach-footer__utility,
  .ach-footer__bottom,
  .aurelis-footer__inner,
  .aurelis-footer__utility,
  .aurelis-footer__bottom {
    width: min(100% - 20px, 1280px);
  }

  .ach-footer__inner,
  .aurelis-footer__inner {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ach-footer__brand,
  .aurelis-footer__brand {
    margin-bottom: 16px;
  }

  .ach-footer__logo {
    width: min(100%, 135px);
  }

  .ach-footer__description,
  .aurelis-footer__description {
    max-width: none;
    font-size: 0.84rem;
  }

  .ach-footer__contact,
  .aurelis-footer__contact {
    margin-top: 14px;
    gap: 10px;
  }

  .ach-footer__newsletter,
  .aurelis-footer__newsletter {
    max-width: none;
    margin-top: 24px;
    padding-top: 18px;
  }

  .ach-footer__newsletter-form,
  .aurelis-footer__newsletter-form {
    max-width: none;
  }

  .ach-footer__nav,
  .aurelis-footer__nav {
    display: block;
    margin-top: 8px;
  }

  .ach-footer__group,
  .aurelis-footer__group {
    border-top: 1px solid var(--ach-border);
  }

  .ach-footer__group:last-child,
  .aurelis-footer__group:last-child {
    border-bottom: 1px solid var(--ach-border);
  }

  .ach-footer__group-toggle,
  .aurelis-footer__group-toggle {
    min-height: 52px;
    padding: 0;
    cursor: pointer;
    font-size: 0.72rem;
  }

  .ach-footer__group-panel,
  .aurelis-footer__group-panel {
    padding: 0 0 18px;
  }

  .ach-footer__group-panel[hidden],
  .aurelis-footer__group-panel[hidden] {
    display: none;
  }

  .ach-footer__group-panel ul,
  .aurelis-footer__group-panel ul {
    gap: 6px;
  }

  .ach-footer__group-panel a,
  .aurelis-footer__group-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 36px;
    font-size: 0.82rem;
  }

  .ach-footer__utility,
  .aurelis-footer__utility {
    display: grid;
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ach-footer__social,
  .aurelis-footer__social {
    gap: 8px;
  }

  .ach-footer__social a,
  .aurelis-footer__social a {
    width: 34px;
    height: 34px;
    font-size: 0.52rem;
  }

  .ach-footer__payments,
  .aurelis-footer__payments {
    display: grid;
    gap: 8px;
    white-space: normal;
  }

  .ach-footer__bottom,
  .aurelis-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .ach-footer__bottom p:first-child,
  .aurelis-footer__bottom p:first-child {
    width: 100%;
    line-height: 1.5;
  }

  .ach-footer__legal-links,
  .aurelis-footer__legal-links {
    justify-content: flex-start;
    margin: 0;
  }

  .ach-footer__locale,
  .aurelis-footer__locale {
    margin-left: 0;
  }

  .ach-footer__top,
  .aurelis-footer__top {
    margin-left: auto;
  }
}

@media (max-width: 360px) {
  .ach-footer__newsletter-form,
  .aurelis-footer__newsletter-form {
    gap: 6px;
  }

  .ach-footer__newsletter-form button,
  .aurelis-footer__newsletter-form button {
    width: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ach-footer *,
  .aurelis-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 641px) and (max-width: 1099px) {
  .ach-footer__inner,
  .aurelis-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 48px), 1280px);
  }

  .ach-footer__nav,
  .aurelis-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 28px;
  }
}

.ach-footer__group,
.aurelis-footer__group {
  min-width: 0;
  width: 100%;
}

.ach-footer__group-toggle,
.aurelis-footer__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  background: transparent;
  color: var(--ach-text-primary);
  font-family: var(--ach-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: left;
  text-transform: uppercase;
}

.ach-footer__group-toggle svg,
.aurelis-footer__group-toggle svg {
  width: 16px;
  height: 16px;
  color: var(--ach-steel);
  transition: transform 260ms var(--ach-ease), color 180ms var(--ach-ease);
}

.ach-footer__group-toggle[aria-expanded="true"] svg,
.aurelis-footer__group-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
  color: var(--ach-orange);
}

.ach-footer__group-panel,
.aurelis-footer__group-panel {
  min-width: 0;
}

.ach-footer__group-panel ul,
.aurelis-footer__group-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ach-footer__group-panel a,
.aurelis-footer__group-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ach-text-secondary);
  font-size: 0.84rem;
  line-height: 1.5;
  transition: color 180ms var(--ach-ease), transform 180ms var(--ach-ease), opacity 180ms var(--ach-ease);
}

.ach-footer__group-panel a:hover,
.ach-footer__group-panel a:focus-visible,
.aurelis-footer__group-panel a:hover,
.aurelis-footer__group-panel a:focus-visible {
  color: var(--ach-text-primary);
  transform: translateX(3px);
}

.ach-footer__group-panel a svg,
.aurelis-footer__group-panel a svg {
  width: 12px;
  height: 12px;
  color: var(--ach-orange);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 180ms var(--ach-ease), transform 180ms var(--ach-ease);
}

.ach-footer__group-panel a:hover svg,
.ach-footer__group-panel a:focus-visible svg,
.aurelis-footer__group-panel a:hover svg,
.aurelis-footer__group-panel a:focus-visible svg {
  opacity: 1;
  transform: translateX(0);
}

.ach-footer__utility,
.aurelis-footer__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--ach-border);
}

.ach-footer__social,
.aurelis-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ach-footer__social a,
.aurelis-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--ach-border);
  border-radius: 50%;
  color: var(--ach-text-secondary);
  background: transparent;
  transition: color 180ms var(--ach-ease), border-color 180ms var(--ach-ease), background 180ms var(--ach-ease), transform 180ms var(--ach-ease);
}

.ach-footer__social a:hover,
.ach-footer__social a:focus-visible,
.aurelis-footer__social a:hover,
.aurelis-footer__social a:focus-visible {
  color: var(--ach-text-primary);
  border-color: var(--ach-orange);
  background: rgba(255, 98, 0, 0.08);
  transform: translateY(-2px);
}

.ach-footer__payments,
.aurelis-footer__payments {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ach-text-secondary);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.ach-footer__payments > span,
.aurelis-footer__payments > span {
  color: var(--ach-text-primary);
  font-weight: 700;
  text-transform: uppercase;
}

.ach-footer__payments > div,
.aurelis-footer__payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ach-footer__payments b,
.aurelis-footer__payments b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--ach-border);
  border-radius: 6px;
  background: rgba(255,255,255,0.02);
  color: var(--ach-text-secondary);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ach-footer__bottom,
.aurelis-footer__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 18px 0 22px;
  border-top: 1px solid var(--ach-border);
  color: var(--ach-text-secondary);
  font-size: 0.8rem;
}

.ach-footer__bottom p,
.aurelis-footer__bottom p {
  margin: 0;
}

.ach-footer__bottom a,
.aurelis-footer__bottom a {
  color: var(--ach-text-secondary);
}

.ach-footer__bottom a:hover,
.ach-footer__bottom a:focus-visible,
.aurelis-footer__bottom a:hover,
.aurelis-footer__bottom a:focus-visible {
  color: var(--ach-text-primary);
}

.ach-footer__legal-links,
.aurelis-footer__legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-inline: auto;
}

.ach-footer__locale,
.aurelis-footer__locale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.ach-footer__top,
.aurelis-footer__top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ach-border);
  border-radius: 50%;
  background: transparent;
  color: var(--ach-text-secondary);
  cursor: pointer;
  transition: color 180ms var(--ach-ease), border-color 180ms var(--ach-ease), transform 180ms var(--ach-ease), background 180ms var(--ach-ease);
}

.ach-footer__top:hover,
.ach-footer__top:focus-visible,
.aurelis-footer__top:hover,
.aurelis-footer__top:focus-visible {
  color: var(--ach-text-primary);
  border-color: var(--ach-orange);
  background: rgba(255,98,0,0.08);
  transform: translateY(-2px);
}

.ach-footer__sr-only,
.aurelis-footer__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ach-footer :focus-visible,
.aurelis-footer :focus-visible {
  outline: 2px solid var(--ach-orange);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 960px) {
  .ach-footer__top-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .ach-footer__inner,
  .ach-footer__utility,
  .ach-footer__bottom,
  .aurelis-footer__inner,
  .aurelis-footer__utility,
  .aurelis-footer__bottom {
    width: min(100% - 20px, 1280px);
  }

  .ach-footer__top-grid,
  .aurelis-footer__inner {
    display: block;
    padding-top: 48px;
    padding-bottom: 30px;
  }

  .ach-footer__lead,
  .aurelis-footer__lead {
    margin-bottom: 24px;
  }

  .ach-footer__description,
  .aurelis-footer__description {
    max-width: none;
    font-size: 0.9rem;
  }

  .ach-footer__newsletter,
  .aurelis-footer__newsletter {
    margin-top: 24px;
    padding-top: 20px;
  }

  .ach-footer__nav,
  .aurelis-footer__nav {
    display: block;
  }

  .ach-footer__group,
  .aurelis-footer__group {
    border-top: 1px solid var(--ach-border);
  }

  .ach-footer__group:last-child,
  .aurelis-footer__group:last-child {
    border-bottom: 1px solid var(--ach-border);
  }

  .ach-footer__group-toggle,
  .aurelis-footer__group-toggle {
    min-height: 56px;
    padding: 0;
    cursor: pointer;
  }

  .ach-footer__group-panel,
  .aurelis-footer__group-panel {
    padding: 0 0 20px;
  }

  .ach-footer__group-panel[hidden],
  .aurelis-footer__group-panel[hidden] {
    display: none;
  }

  .ach-footer__group-panel ul,
  .aurelis-footer__group-panel ul {
    gap: 6px;
  }

  .ach-footer__group-panel a,
  .aurelis-footer__group-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    font-size: 0.9rem;
  }

  .ach-footer__group-panel a svg,
  .aurelis-footer__group-panel a svg {
    opacity: 0.55;
    transform: none;
  }

  .ach-footer__utility,
  .aurelis-footer__utility {
    display: grid;
    gap: 24px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .ach-footer__social,
  .aurelis-footer__social {
    gap: 10px;
  }

  .ach-footer__social a,
  .aurelis-footer__social a {
    width: 42px;
    height: 42px;
  }

  .ach-footer__payments,
  .aurelis-footer__payments {
    display: grid;
    gap: 10px;
    white-space: normal;
  }

  .ach-footer__bottom,
  .aurelis-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .ach-footer__bottom p:first-child,
  .aurelis-footer__bottom p:first-child {
    width: 100%;
    line-height: 1.6;
  }

  .ach-footer__legal-links,
  .aurelis-footer__legal-links {
    justify-content: flex-start;
    margin-left: 0;
  }

  .ach-footer__locale,
  .aurelis-footer__locale {
    margin-left: 0;
  }

  .ach-footer__top,
  .aurelis-footer__top {
    margin-left: auto;
  }
}

@media (max-width: 360px) {
  .ach-footer__newsletter-form,
  .aurelis-footer__newsletter-form {
    gap: 6px;
  }

  .ach-footer__newsletter-form button,
  .aurelis-footer__newsletter-form button {
    min-width: 68px;
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ach-footer *,
  .aurelis-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* hello-elementor reset.css sets [type="button"],button{color:#c36} at equal
   specificity but loads later, which rendered the back-to-top icon pink.
   Colour only - layout, size and spacing are untouched. */
button.ach-footer__top,
button.aurelis-footer__top {
  color: var(--ach-text-secondary);
}

button.ach-footer__top:hover,
button.ach-footer__top:focus-visible,
button.aurelis-footer__top:hover,
button.aurelis-footer__top:focus-visible {
  color: var(--ach-text-primary);
}

/* Elementor footer template puts .ach-footer__top on the widget wrapper, leaving
   the inner <button> unclassed and exposed to the same reset. Colour only. */
.ach-footer__top button,
.aurelis-footer__top button {
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* Scoped to Elementor footer/HTML widgets only: unclassed buttons emitted by the
   footer template must inherit EMAGCY colour instead of the theme reset default. */
.elementor-location-footer button,
.elementor-widget-html button {
  color: inherit;
}
