/* line 4, app/assets/stylesheets/zero_variant_footer.scss */
.zero-variant-footer {
  background: #18181b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  margin-top: 0;
  position: relative;
  font-family: var(--zero-variant-font);
}

/* line 14, app/assets/stylesheets/zero_variant_footer.scss */
.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* line 27, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: var(--zero-variant-font);
}

/* line 37, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 43, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section li {
  margin-bottom: 12px;
}

/* line 47, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section a {
  color: #a1a1aa;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.2s ease;
  font-family: var(--zero-variant-font);
  display: inline-block;
}

/* line 56, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section a:hover {
  color: #ffffff;
}

/* line 64, app/assets/stylesheets/zero_variant_footer.scss */
.footer-section--social h3 {
  margin-bottom: 20px;
}

/* line 69, app/assets/stylesheets/zero_variant_footer.scss */
.social-icons {
  display: flex;
  gap: 16px;
  margin-top: 0;
}

/* line 75, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #a1a1aa;
  background: transparent;
  border: 1px solid rgba(161, 161, 170, 0.3);
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 90, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon .social-icon__ring {
  display: none;
}

/* line 94, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 103, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 108, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon:focus {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

/* line 115, app/assets/stylesheets/zero_variant_footer.scss */
.social-icon--x,
.social-icon--facebook,
.social-icon--instagram {
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

/* line 126, app/assets/stylesheets/zero_variant_footer.scss */
.footer-legal {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

/* line 135, app/assets/stylesheets/zero_variant_footer.scss */
.footer-legal .company-info {
  font-size: 11px;
  color: #71717a;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: var(--zero-variant-font);
  margin: 0;
}

/* line 145, app/assets/stylesheets/zero_variant_footer.scss */
.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;
}

/* line 158, app/assets/stylesheets/zero_variant_footer.scss */
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 40px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #71717a;
  position: relative;
  z-index: 2;
  font-family: var(--zero-variant-font);
}

/* line 173, app/assets/stylesheets/zero_variant_footer.scss */
.footer-bottom .company-info {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  grid-column: span 3;
}

/* line 183, app/assets/stylesheets/zero_variant_footer.scss */
.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* line 191, app/assets/stylesheets/zero_variant_footer.scss */
.payment-icon {
  width: 36px;
  height: 24px;
  border-radius: 2px;
  opacity: 0.85;
  transition: all 0.2s ease;
}

/* line 198, app/assets/stylesheets/zero_variant_footer.scss */
.payment-icon:hover {
  opacity: 1;
}

/* line 204, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icons-bar {
  background: var(--zero-variant-dark);
  padding: 30px 0;
  text-align: center;
  border-top: 2px solid var(--zero-variant-gray);
  border-bottom: 2px solid var(--zero-variant-gray);
  margin-bottom: 60px;
}

/* line 213, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* line 224, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icon-triangle {
  color: var(--ps-green);
}

/* line 225, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icon-circle {
  color: var(--ps-red);
}

/* line 226, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icon-x {
  color: var(--ps-blue);
}

/* line 227, app/assets/stylesheets/zero_variant_footer.scss */
.ps-icon-square {
  color: var(--ps-yellow);
}

/* line 230, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 0 40px 30px;
  position: relative;
  z-index: 2;
}

/* line 237, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector__select-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* line 244, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector label {
  color: var(--zero-variant-light-gray);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--zero-variant-font);
}

/* line 252, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector select {
  background: var(--zero-variant-dark);
  border: 1px solid var(--zero-variant-gray);
  color: var(--zero-variant-white);
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--zero-variant-font);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 264, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector select:hover {
  border-color: var(--ps-blue);
}

/* line 268, app/assets/stylesheets/zero_variant_footer.scss */
.locale-selector select:focus {
  outline: none;
  border-color: var(--ps-green);
  background: var(--zero-variant-black);
}

@media (max-width: 1024px) {
  /* line 278, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-content {
    padding: 48px 32px;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 284, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom {
    padding: 24px 32px;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  /* line 289, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom .company-info {
    grid-column: span 1;
  }
  /* line 294, app/assets/stylesheets/zero_variant_footer.scss */
  .payment-icons {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  /* line 301, app/assets/stylesheets/zero_variant_footer.scss */
  .zero-variant-footer {
    padding: 0;
  }
  /* line 305, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-content {
    padding: 32px 20px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  /* line 311, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* line 315, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section:nth-child(3), .footer-section:nth-child(4) {
    border-bottom: none;
  }
  /* line 320, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section h3 {
    font-size: 11px;
    margin-bottom: 16px;
    letter-spacing: 0.12em;
  }
  /* line 326, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section li {
    margin-bottom: 10px;
  }
  /* line 330, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section a {
    font-size: 13px;
    padding: 4px 0;
    display: block;
  }
  /* line 338, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section--social {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  /* line 344, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section--social h3 {
    margin-bottom: 16px;
  }
  /* line 349, app/assets/stylesheets/zero_variant_footer.scss */
  .social-icons {
    justify-content: center;
    gap: 12px;
  }
  /* line 354, app/assets/stylesheets/zero_variant_footer.scss */
  .social-icon {
    width: 44px;
    height: 44px;
  }
  /* line 358, app/assets/stylesheets/zero_variant_footer.scss */
  .social-icon svg {
    width: 20px;
    height: 20px;
  }
  /* line 364, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-legal {
    padding: 24px 20px;
  }
  /* line 367, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-legal .company-info {
    font-size: 10px;
    line-height: 1.6;
  }
  /* line 373, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom {
    padding: 20px;
    font-size: 10px;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  /* line 380, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom .company-info {
    text-align: center;
    grid-column: span 1;
    line-height: 1.6;
  }
  /* line 385, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom .company-info br {
    display: block;
    margin-bottom: 4px;
  }
  /* line 392, app/assets/stylesheets/zero_variant_footer.scss */
  .payment-icons {
    justify-content: center;
    gap: 8px;
  }
  /* line 397, app/assets/stylesheets/zero_variant_footer.scss */
  .payment-icon {
    width: 32px;
    height: 20px;
  }
  /* line 402, app/assets/stylesheets/zero_variant_footer.scss */
  .ps-icons-bar {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  /* line 407, app/assets/stylesheets/zero_variant_footer.scss */
  .ps-icons {
    gap: 25px;
    font-size: 24px;
    padding: 0 20px;
  }
  /* line 413, app/assets/stylesheets/zero_variant_footer.scss */
  .locale-selector {
    padding: 0 20px 24px;
    margin-top: 16px;
  }
  /* line 417, app/assets/stylesheets/zero_variant_footer.scss */
  .locale-selector__select-input {
    flex-direction: column;
    gap: 8px;
  }
  /* line 422, app/assets/stylesheets/zero_variant_footer.scss */
  .locale-selector label {
    font-size: 10px;
  }
  /* line 426, app/assets/stylesheets/zero_variant_footer.scss */
  .locale-selector select {
    width: 100%;
    max-width: 180px;
    padding: 8px 12px;
  }
}

@media (max-width: 374px) {
  /* line 436, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-content {
    padding: 24px 16px;
    grid-template-columns: 1fr;
  }
  /* line 441, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section {
    text-align: center;
  }
  /* line 444, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section:nth-child(1), .footer-section:nth-child(2), .footer-section:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* line 450, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section:nth-child(4) {
    border-bottom: none;
  }
  /* line 455, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-section--social {
    grid-column: 1;
  }
  /* line 459, app/assets/stylesheets/zero_variant_footer.scss */
  .footer-bottom {
    padding: 16px;
  }
  /* line 463, app/assets/stylesheets/zero_variant_footer.scss */
  .payment-icon {
    width: 28px;
    height: 18px;
  }
}
