/* =============================================
   FOOTER
   ============================================= */
.footer {
  background-color: var(--black);
  background-size: cover;
  background-position: center;
  margin-top: 0;
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 12px 56px;
}

/* Reassurance bar */
.footer-reassurance {
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 16px 16px 0 0;
  padding: 24px var(--side-pad);
}

.footer-reassurance__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}

.reassurance-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sporting);
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}

.reassurance-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.reassurance-icon img {
  width: 64px;
  height: auto;
}

/* Shops */
.footer-shops {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 112px;
}

.footer-shops .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.footer-shops .shops-grid {
  width: 100%;
}

.shops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
}

.shop-card {
  display: flex;
  flex-direction: column;
}

.shop-card__name {
  font-family: var(--font-sporting);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.shop-card__body {
  padding: 12px;
  border: 1px solid var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-grow: 1;
  position: relative;
}

.shop-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
}

.shop-card__coords {
  font-family: var(--font-sporting);
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--green);
  white-space: nowrap;
}

.shop-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.shop-card__addr {
  color: var(--white);
  font-family: var(--font-sporting);
  font-size: 14px;
  line-height: 1.4;
}

.shop-card__addr p {
  margin: 0;
}

.shop-card__link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sporting);
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: var(--white);
  padding: 8px 12px;
  transition: text-decoration 0.2s;
}
.shop-card__link:hover { text-decoration: underline; }
.shop-card__link img { width: 19px; height: 23px; }

/* Footer bottom */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* Footer columns */
.footer-col--left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo img {
  width: 314px;
  height: auto;
  margin-bottom: 37px;
}

.footer-contact-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 13.5px;
  min-width: 256px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.footer-contact-btns .btn:hover {
  background: var(--green);
  color: var(--black);
  border-color: var(--black);
}
.footer-contact-btns .btn img { width: 19px; height: 23px; }

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.footer-social__label {
  font-family: var(--font-sporting);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--white);
  padding-right: 10px;
}

.footer-social__icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  transition: opacity 0.2s;
}
.social-icon:hover { opacity: 0.8; }
.social-icon img { width: 24px; height: 24px; }

/* Footer links column */
.footer-col--center {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 255px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.footer-links a {
  font-family: var(--font-sporting);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: var(--white);
  transition: text-decoration 0.2s;
}
.footer-links a:hover { text-decoration: underline; }

.footer-payment-img {
  width: 216px;
  height: auto;
}

/* Footer newsletter column */
.footer-col--right {
  width: 443px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-cookies-btn {
  color: var(--white);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--white);
  padding: 0 0 12px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-sporting);
  font-size: 14px;
  transition: text-decoration 0.2s;
}
.footer-cookies-btn:hover { text-decoration: underline; }

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-title {
  font-family: var(--font-sporting);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}

.newsletter-reward {
  font-family: var(--font-sporting);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--green);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 0 11px;
  height: 48px;
  color: var(--white);
  font-size: 11px;
  font-family: var(--font-body);
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-input:focus {
  outline: none;
  border-color: var(--green);
}

.newsletter-submit {
  width: 100%;
  height: 48px;
  padding: 13.5px;
  min-width: 256px;
  font-family: var(--font-sporting);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.newsletter-legal {
  font-family: var(--font-sporting);
  font-size: 12px;
  line-height: 15.84px;
  color: var(--white);
  letter-spacing: -0.04em;
  margin-top: 4px;
}
.newsletter-legal a {
  color: var(--green);
  text-decoration: underline;
}

.footer-restrictions {
  width: 100%;
  height: 88px;
  margin-top: 27px;
  object-fit: contain;
}

.newsletter-legal {
  font-size: 11px;
  color: var(--grey);
  margin-top: 8px;
  line-height: 1.4;
}

/* Hide OVRI payment plugin badge */
div[style*="background-color: lightgray"][style*="text-align: right"] {
  display: none !important;
}
