.aop-login-body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
  color: var(--aop-ink);
  font-family: var(--aop-font-display, "Inter", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
}

.aop-auth-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 230, 245, 0.92);
  box-shadow: 0 12px 34px rgba(6, 25, 47, 0.07);
  backdrop-filter: blur(18px);
}

.aop-auth-main {
  position: relative;
}

.aop-mobile-language {
  display: none;
}

.aop-auth-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 132px 0 74px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 255, 0.92) 54%, rgba(239, 247, 255, 0.84) 100%),
    url("../../1.jpg") center / cover no-repeat;
}

.aop-auth-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0), #ffffff 78%);
}

.aop-auth-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(29, 78, 216, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 78, 216, 0.075) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.28;
}

.aop-auth-orbit {
  position: absolute;
  right: max(36px, calc((100vw - 1180px) / 2));
  top: 130px;
  width: min(520px, 46vw);
  height: min(520px, 46vw);
  min-width: 280px;
  min-height: 280px;
  pointer-events: none;
  opacity: 0.55;
}

.aop-auth-orbit span {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: 50%;
}

.aop-auth-orbit span:nth-child(2) {
  inset: 24%;
  border-color: rgba(16, 185, 129, 0.18);
}

.aop-auth-orbit span:nth-child(3) {
  inset: 38%;
  border-color: rgba(245, 158, 11, 0.18);
}

.aop-auth-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.aop-auth-intro {
  max-width: 680px;
}

.aop-auth-kicker {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  background: rgba(16, 185, 129, 0.1);
  color: var(--aop-emerald-dark, #047857);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
}

.aop-auth-intro h1 {
  margin: 24px 0 18px;
  max-width: 720px;
  color: var(--aop-ink);
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .aop-auth-intro h1 {
    background: linear-gradient(135deg, var(--aop-ink) 0%, var(--aop-primary) 58%, var(--aop-emerald-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.aop-auth-intro p {
  max-width: 640px;
  margin: 0;
  color: #43566d;
  font-size: 18px;
  line-height: 1.78;
}

.aop-auth-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  max-width: 620px;
}

.aop-auth-proof div {
  min-height: 98px;
  border: 1px solid rgba(217, 230, 245, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
  box-shadow: 0 16px 36px rgba(6, 25, 47, 0.08);
}

.aop-auth-proof strong {
  display: block;
  color: var(--aop-ink);
  font-family: var(--aop-font-mono, "JetBrains Mono", "SFMono-Regular", Consolas, monospace);
  font-size: 25px;
  line-height: 1;
}

.aop-auth-proof span {
  display: block;
  margin-top: 10px;
  color: #61738a;
  font-size: 12px;
  font-weight: 900;
}

.aop-auth-flow {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 64px minmax(120px, 1fr) 64px minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 660px;
  margin-top: 28px;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 14px;
  box-shadow: 0 16px 38px rgba(6, 25, 47, 0.07);
}

.aop-flow-node {
  min-height: 78px;
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: var(--aop-ink);
  text-align: center;
  font-weight: 900;
}

.aop-flow-node i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--aop-primary), var(--aop-cyan));
  box-shadow: 0 12px 24px rgba(29, 78, 216, 0.16);
}

.aop-flow-node-core {
  background: linear-gradient(180deg, #ffffff, var(--aop-primary-soft));
}

.aop-flow-node-core i {
  background: linear-gradient(135deg, var(--aop-emerald-dark), var(--aop-emerald));
}

.aop-flow-line {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce9f8;
}

.aop-flow-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 48%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--aop-primary), var(--aop-emerald));
  animation: aopLoginFlow 2.4s linear infinite;
}

.aop-auth-card {
  position: relative;
  border: 1px solid rgba(217, 230, 245, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 30px;
  box-shadow:
    0 28px 64px rgba(6, 25, 47, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}

.aop-auth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(rgba(29, 78, 216, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 78, 216, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.aop-auth-card > * {
  position: relative;
  z-index: 1;
}

.aop-auth-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.aop-auth-logo {
  display: block;
  width: 154px;
  height: auto;
}

.aop-auth-card-head span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(29, 78, 216, 0.14);
  background: var(--aop-primary-soft);
  color: var(--aop-primary-dark);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.aop-auth-card h2 {
  margin: 0 0 10px;
  color: var(--aop-ink);
  font-size: 32px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.aop-auth-subtitle {
  margin: 0 0 22px;
  color: var(--aop-muted);
  line-height: 1.72;
}

.aop-auth-form {
  display: grid;
  gap: 16px;
}

.aop-field {
  display: grid;
  gap: 8px;
}

.aop-field label {
  color: var(--aop-ink);
  font-size: 13px;
  font-weight: 900;
}

.aop-input-wrap {
  position: relative;
  min-height: 52px;
}

.aop-input-wrap > i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--aop-primary-dark);
  font-size: 18px;
  pointer-events: none;
}

.aop-input-wrap input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--aop-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--aop-ink);
  padding: 0 52px 0 46px;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.aop-input-wrap input::placeholder {
  color: #91a1b5;
  font-weight: 600;
}

.aop-input-wrap input:focus {
  border-color: rgba(29, 78, 216, 0.48);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.aop-password-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #61738a;
  transform: translateY(-50%);
  cursor: pointer;
}

.aop-password-toggle:hover {
  color: var(--aop-primary-dark);
  background: var(--aop-primary-soft);
}

.aop-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--aop-muted);
  font-size: 13px;
  font-weight: 800;
}

.aop-auth-options a,
.aop-auth-links a {
  color: var(--aop-primary-dark);
  text-decoration: none;
  font-weight: 900;
}

.aop-auth-options a:hover,
.aop-auth-links a:hover {
  color: var(--aop-primary);
}

.aop-checkbox {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}

.aop-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: var(--aop-primary);
}

.aop-auth-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
  font-size: 15px;
}

.aop-auth-security {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--aop-line);
}

.aop-auth-security span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(16, 185, 129, 0.14);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: var(--aop-emerald-dark);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.aop-auth-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  font-size: 13px;
}

.aop-auth-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  color: var(--aop-muted);
}

@keyframes aopLoginFlow {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(260%);
  }
}

@media (max-width: 1180px) {
  .aop-auth-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .aop-auth-intro {
    max-width: 820px;
  }

  .aop-auth-card {
    width: min(520px, 100%);
  }
}

@media (max-width: 991px) {
  .aop-auth-header .navbar-actions {
    display: none;
  }

  .aop-mobile-language {
    display: block;
    margin-top: 8px;
  }

  .aop-mobile-language .language-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .aop-mobile-language .language-menu {
    position: static;
    min-width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .aop-auth-hero {
    padding: 112px 0 56px;
  }

  .aop-auth-orbit {
    right: -120px;
    top: 110px;
    opacity: 0.28;
  }

  .aop-auth-flow {
    grid-template-columns: 1fr;
  }

  .aop-flow-line {
    width: 4px;
    height: 32px;
    justify-self: center;
  }

  .aop-flow-line::after {
    width: 100%;
    height: 48%;
    animation-name: aopLoginFlowVertical;
  }
}

@media (max-width: 640px) {
  .aop-auth-hero {
    min-height: auto;
    padding: 92px 0 42px;
  }

  .aop-auth-layout {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .aop-auth-card {
    order: -1;
  }

  .aop-auth-intro h1 {
    font-size: 38px;
  }

  .aop-auth-intro p {
    font-size: 16px;
  }

  .aop-auth-proof {
    grid-template-columns: 1fr;
  }

  .aop-auth-card {
    padding: 22px;
  }

  .aop-auth-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aop-auth-logo {
    width: 146px;
  }

  .aop-auth-card h2 {
    font-size: 28px;
  }

  .aop-auth-options,
  .aop-auth-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .aop-auth-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes aopLoginFlowVertical {
  from {
    transform: translateY(-120%);
  }

  to {
    transform: translateY(260%);
  }
}

/* Login page convergence: match the restrained payment infrastructure homepage. */
.aop-login-body {
  background: #ffffff;
  font-family: var(--aop-font-display);
}

.aop-auth-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #dde7f2;
  box-shadow: 0 1px 0 rgba(15, 35, 56, 0.04);
}

.aop-auth-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.95) 64%, rgba(255, 255, 255, 0.9) 100%),
    url("../../1.jpg") center / cover no-repeat;
}

.aop-auth-grid {
  opacity: 0.12;
}

.aop-auth-orbit {
  opacity: 0.16;
  filter: saturate(0.55);
}

.aop-auth-kicker {
  border-color: rgba(18, 130, 92, 0.2);
  background: rgba(18, 130, 92, 0.08);
  color: var(--aop-emerald-dark);
  font-weight: 560;
}

.aop-auth-intro h1 {
  color: var(--aop-ink);
  font-weight: 600;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .aop-auth-intro h1 {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
  }
}

.aop-auth-intro p {
  color: var(--aop-muted);
  font-weight: 400;
}

.aop-auth-proof div,
.aop-auth-flow,
.aop-auth-card {
  border-color: #dce7f3;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(15, 35, 56, 0.03);
}

.aop-auth-card {
  box-shadow: 0 12px 30px rgba(15, 35, 56, 0.08);
}

.aop-auth-card::before {
  opacity: 0.12;
}

.aop-auth-card h2,
.aop-auth-proof strong {
  color: var(--aop-ink);
  font-weight: 600;
}

.aop-auth-proof span,
.aop-auth-card-head span,
.aop-auth-subtitle {
  color: var(--aop-muted);
  font-weight: 400;
}

.aop-flow-node {
  border-color: #dce7f3;
  background: #ffffff;
  color: var(--aop-ink);
  font-weight: 560;
}

.aop-flow-node i,
.aop-flow-node-core i {
  border: 1px solid #d8e6f5;
  border-radius: 8px;
  background: #f3f8ff;
  color: var(--aop-primary-dark);
  box-shadow: none;
}

.aop-flow-node-core {
  background: #f5f9ff;
}

.aop-flow-node-core i {
  border-color: #cfe6dc;
  background: #f3fbf7;
  color: var(--aop-emerald-dark);
}

.aop-flow-line {
  background: #dce7f3;
}

.aop-flow-line::after {
  background: var(--aop-primary);
  animation-duration: 3.6s;
}

.aop-input-wrap input {
  border-color: #d7e3ef;
  font-weight: 400;
}

.aop-input-wrap input::placeholder {
  color: #8a99aa;
  font-weight: 400;
}

.aop-input-wrap input:focus {
  border-color: rgba(10, 102, 216, 0.54);
  box-shadow: 0 0 0 4px rgba(10, 102, 216, 0.08);
}

.aop-auth-options,
.aop-auth-links,
.aop-auth-options a,
.aop-auth-links a,
.aop-auth-security span {
  font-weight: 560;
}

.aop-auth-security span {
  border-color: #cce7dc;
  background: #f3fbf7;
  color: var(--aop-emerald-dark);
}

/* Infrastructure Blue login sync: SVG icon sizing and cleaner route panel. */
.aop-auth-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 84%, #ffffff 100%);
}

.aop-auth-orbit {
  display: none;
}

.aop-auth-grid {
  opacity: 0.08;
  background-size: 72px 72px;
}

.aop-auth-kicker .aop-icon {
  width: 17px;
  height: 17px;
}

.aop-flow-node > .aop-icon,
.aop-flow-node-core > .aop-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 9px;
  border: 1px solid var(--aop-line, #e2e8f0);
  border-radius: 10px;
  background: #f8fbff;
  color: var(--aop-primary, #155eef);
  box-shadow: none;
}

.aop-flow-node-core > .aop-icon {
  border-color: #ccebdd;
  background: #f2fbf7;
  color: var(--aop-emerald-dark, #0b6f54);
}

.aop-input-wrap > .aop-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: #64748b;
  transform: translateY(-50%);
}

.aop-password-toggle .aop-icon {
  width: 18px;
  height: 18px;
}

.aop-auth-submit .aop-icon {
  width: 18px;
  height: 18px;
}

.aop-auth-security .aop-icon {
  width: 15px;
  height: 15px;
  color: currentColor;
}

/* Login footer sync: use the same compact corporate footer language as the homepage. */
.aop-login-body .site-footer {
  margin: 0;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 0 0 18px;
  color: var(--aop-muted, #60738c);
  box-shadow: none;
}

.aop-login-body .site-footer .aop-shell {
  width: min(1488px, 90vw);
  max-width: min(1488px, 90vw);
  border: 1px solid #d8e6f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.035);
}

.aop-login-body .site-footer .footer-slim-row {
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) repeat(4, minmax(104px, 0.68fr)) minmax(245px, 1.2fr);
  gap: 26px;
  align-items: start;
  padding: 26px 54px 18px;
}

.aop-login-body .site-footer .footer-brand-block {
  min-width: 0;
}

.aop-login-body .site-footer .footer-brand {
  display: inline-block;
  color: #0b3e96;
  font-size: 32px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.aop-login-body .site-footer .footer-brand:hover {
  color: #155eef;
}

.aop-login-body .site-footer .footer-brand-block p {
  max-width: 300px;
  margin: 14px 0 0;
  color: #60738c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

.aop-login-body .site-footer .footer-title {
  margin: 0 0 10px;
  color: #071d38;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 760;
}

.aop-login-body .site-footer .footer-links,
.aop-login-body .site-footer .footer-contact-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aop-login-body .site-footer .footer-links {
  gap: 7px;
}

.aop-login-body .site-footer .footer-links a,
.aop-login-body .site-footer .footer-links li {
  color: #6d7f96;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 560;
  text-decoration: none;
}

.aop-login-body .site-footer .footer-links a {
  display: inline;
  padding: 0;
}

.aop-login-body .site-footer .footer-links a:hover {
  color: #155eef;
}

.aop-login-body .site-footer .footer-contact-block {
  min-width: 0;
}

.aop-login-body .site-footer .footer-contact-list {
  gap: 7px;
  margin-bottom: 12px;
}

.aop-login-body .site-footer .footer-contact-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: #6d7f96;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 560;
}

.aop-login-body .site-footer .footer-contact-list .aop-icon {
  width: 20px;
  height: 20px;
  color: #5d8bd6;
  stroke-width: 1.8;
}

.aop-login-body .site-footer .footer-contact-list a,
.aop-login-body .site-footer .footer-contact-list span {
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.aop-login-body .site-footer .footer-contact-list a:hover {
  color: #155eef;
}

.aop-login-body .site-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 2px;
}

.aop-login-body .site-footer .footer-socials a {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #2f63c8;
  text-decoration: none;
}

.aop-login-body .site-footer .footer-socials a:hover {
  color: #155eef;
  background: #eef4ff;
}

.aop-login-body .site-footer .footer-socials .aop-icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.75;
}

.aop-login-body .site-footer .footer-bottom {
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(300px, 1fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: center;
  margin: 0;
  border-top: 1px solid #dfeaf6;
  padding: 0 54px;
  color: #8a9bb0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 560;
}

.aop-login-body .site-footer .footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.aop-login-body .site-footer .footer-legal-links a {
  position: relative;
  color: #7d8fa6;
  padding: 0 26px;
  font-size: 12px;
  font-weight: 620;
  text-decoration: none;
  white-space: nowrap;
}

.aop-login-body .site-footer .footer-legal-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #d8e3f1;
}

.aop-login-body .site-footer .footer-legal-links a:hover {
  color: #155eef;
}

.aop-login-body .site-footer .footer-compliance {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 14px;
  color: #8a9bb0;
  white-space: nowrap;
}

.aop-login-body .site-footer .footer-compliance img {
  display: block;
  width: auto;
  height: 24px;
}

.aop-login-body .site-footer .footer-compliance span {
  color: #8a9bb0;
}

.aop-login-body .back-to-top {
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 10px;
}

@media (max-width: 1320px) {
  .aop-login-body .site-footer .aop-shell {
    width: min(100% - 32px, 1488px);
    max-width: min(100% - 32px, 1488px);
  }

  .aop-login-body .site-footer .footer-slim-row {
    grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(120px, 1fr));
    padding: 28px 36px 24px;
  }

  .aop-login-body .site-footer .footer-contact-block {
    grid-column: 1 / -1;
  }

  .aop-login-body .site-footer .footer-contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aop-login-body .site-footer .footer-bottom {
    padding: 0 36px;
  }
}

@media (max-width: 860px) {
  .aop-login-body .site-footer .footer-slim-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .aop-login-body .site-footer .footer-brand-block,
  .aop-login-body .site-footer .footer-contact-block {
    grid-column: 1 / -1;
  }

  .aop-login-body .site-footer .footer-contact-list,
  .aop-login-body .site-footer .footer-bottom {
    grid-template-columns: 1fr;
  }

  .aop-login-body .site-footer .footer-bottom {
    min-height: 0;
    gap: 14px;
    justify-items: start;
    padding: 18px 36px;
  }

  .aop-login-body .site-footer .footer-legal-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .aop-login-body .site-footer .footer-legal-links a:first-child {
    padding-left: 0;
  }

  .aop-login-body .site-footer .footer-compliance {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .aop-login-body .back-to-top {
    display: none !important;
  }

  .aop-login-body .site-footer .footer-slim-row {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .aop-login-body .site-footer .footer-brand {
    font-size: 30px;
  }

  .aop-login-body .site-footer .footer-bottom {
    padding: 16px 22px;
  }

  .aop-login-body .site-footer .footer-legal-links a {
    padding: 0 14px;
  }
}
