/* === FOOTER STYLES FOR ITX-SKLEP.PL (updated) === */

.footer-main {
  background-color: #f3f4f6;
  border-top: 2px solid #cdebf6;
  padding: 3rem 0 2rem;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-weight: 500;
}

.footer-main h3 {
  font-size: 1.25rem !important; 
  font-weight: 700 !important;
  color: #212529 !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.footer-main .rounded {
  border-radius: 0.5rem !important;
}

.footer-main i {
  color: #c00036;
}

.footer-main .text-danger {
  color: #c00036 !important;
}

.footer-main .text-primary {
  color: #c00036 !important;
}

.footer-main .text-muted {
  color: #6c757d;
}

.footer-main .shadow-sm {
  box-shadow: var(--ds-shadow-border-small);
}

.footer-main .bg-white {
  background-color: #ffffff;
}

.footer-main .bg-light {
  background: linear-gradient(to bottom right, #c00036, #d82c7c);
  color: #fff;
}

.footer-main .btn-outline-danger {
  color: #c00036;
  border-color: #c00036;
  background-color: #fff;
  padding: 8px 16px;
}

.footer-main .btn-outline-danger:hover {
  background-color: #c00036;
  color: #fff;
}

.footer-main a {
  color: #212529;
  transition: color 0.2s ease-in-out;
}

.footer-main a:hover {
  color: #c00036;
  text-decoration: none;
}

.footer-main .text-monospace {
  font-family: monospace;
  font-size: 1rem;
}

.footer-bottom {
  background-color: #ffffff;
  border-top: 1px solid #dee2e6;
  font-size: 0.9rem;
  color: #6c757d;
  padding: 1rem 0;
}

.footer-main .icon-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--ds-shadow-border-small);
  transition: box-shadow 0.2s ease;
}

.footer-main .icon-box:hover {
  box-shadow: var(--ds-shadow-border-medium);
}

.footer-main .card-white {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: var(--ds-shadow-border-small);
}

.footer-main .card-blue {
  background: linear-gradient(to bottom right, #c00036, #d82c7c);
  color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--ds-shadow-border-medium);
}

.footer-main .card-blue h4,
.footer-main .card-blue p,
.footer-main .card-blue li {
  color: #ffffff;
}

.footer-main .card-blue .btn {
  background-color: #ffffff;
  color: #c00036;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1.25rem;
  transition: background 0.2s;
}

.footer-main .card-blue .btn:hover {
  background-color: #f2f2f2;
}

/* === Responsive Layout === */
@media (max-width: 991.98px) {
  .footer-main .row > div {
    margin-bottom: 2rem;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-main h3 {
    font-size: 1.125rem;
  }

  .footer-main .btn {
    font-size: 0.875rem;
  }

  .footer-main .card-white,
  .footer-main .card-blue,
  .footer-main .icon-box {
    padding: 1rem;
  }
}

.bg-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 0, 54, var(--tw-border-opacity)) !important;
  border-width: 2px !important;
  background-color: #f3f4f6 !important;
}

.fa-users, .fa-info, .fa-credit-card, .fa-cogs {
  font-size: 1.35em;
}

.fa-fanlessPC {
  font-size: 4em;
}

.fa-phone, .fa-envelope, .fa-location {
  font-size: 1.25em;
}

.payment-note {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  margin-top: 1rem;
}

.text-darker {
  color: #212529 !important;
  font-weight: 500;
}

.card-blue a {
  color: #c00036 !important;
}

.btn-white-custom:hover {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.458);
  transform: scale(1.01);
  text-decoration: none;
}

.icon-align-top {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

h3.h5 {
  font-family: 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.itx-benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-cyan {
  background: radial-gradient(circle at center, #b2e0ea, #6dbecf);
}

.bg-pink {
  background: radial-gradient(circle at center, #e03a7b, #a9004f);
}

.bg-yellow {
  background: radial-gradient(circle at center, #f8dd5b, #f0b000);
}
