/* Shared register-free footer — used on /register-free, homepage, and product radar */

.amazonico-register-footer {
  border-top: 1px solid #1a1f1d;
  padding: 54px 0 30px;
  background: #090b0a;
  color: #f4f7f5;
}

.amazonico-register-footer .container {
  width: min(calc(100% - 40px), 1180px);
  margin: auto;
}

.amazonico-register-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) 2.6fr;
  gap: 38px;
}

.amazonico-register-footer .foot-brand .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.amazonico-register-footer .foot-brand .brand-logo {
  display: block;
  position: relative;
  width: 132px;
  height: 89px;
  overflow: hidden;
  flex: 0 0 auto;
}

.amazonico-register-footer .foot-brand .brand-logo img {
  position: absolute;
  width: 124.4%;
  height: auto;
  left: -12.1%;
  top: -35.3%;
  max-width: none;
}

.amazonico-register-footer .foot-brand p {
  max-width: 360px;
  color: #7f8984;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 0;
}

.amazonico-register-footer .footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.amazonico-register-footer .footer-col h4 {
  font-size: 12px;
  margin: 0 0 14px;
  color: #d6ddd9;
  font-weight: 600;
}

.amazonico-register-footer .footer-col a {
  display: block;
  color: #7f8984;
  font-size: 12px;
  margin: 10px 0;
  text-decoration: none;
}

.amazonico-register-footer .footer-col a:hover {
  color: #fff;
}

/* Legal bar — same content as /privacy-policy (landing.include.footer-copywrite) */
.copywrite-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 13px;
  padding: 12px 0;
}

.copywrite-footer .container {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
  padding: 0;
}

.copywrite-footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin: 0;
}

.copywrite-footer [class*="col-"] {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}

.copywrite-footer .col-lg-7 {
  flex: 1 1 320px;
}

.copywrite-footer .col-lg-5 {
  flex: 0 1 auto;
}

.copywrite-footer .text-end {
  text-align: right;
}

.copywrite-footer .d-flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
}

.copywrite-footer a {
  color: #ffffff;
  text-decoration: none;
}

.copywrite-footer a:hover {
  color: #ff9900;
}

.copywrite-footer a:hover path {
  fill: #ff9900;
}

@media (max-width: 950px) {
  .amazonico-register-footer .footer-top {
    grid-template-columns: 1fr;
  }

  .amazonico-register-footer .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .amazonico-register-footer .container,
  .copywrite-footer .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .amazonico-register-footer .foot-brand .brand-logo {
    width: 112px;
    height: 76px;
  }

  .amazonico-register-footer .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .copywrite-footer .text-end {
    text-align: center !important;
  }

  .copywrite-footer .d-flex.flex-wrap {
    justify-content: center !important;
  }

  .copywrite-footer .row {
    justify-content: center;
    text-align: center;
  }
}
