#footer-new {
  background: #000;
  color: #fff;
}

#footer-new h3 {
  color: #fff;
}

#footer-new a {
  color: #fff;
}

#footer-new a:hover {
  text-decoration: none;
}

#footer-new ul {
  padding-inline-start: 0;
  list-style: none;
}

.footer-wrapper .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.footer-widgets-grid {
  padding-bottom: 0 !important
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px 24px;
}

/* Top bar */
.top-footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #333;
}

.top-footer-bar .footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-footer-bar .footer-brand p {
  font-size: 14px !important;
  max-width: 350px;
  opacity: 0.9;
  margin-bottom: 0;
  color: #fff !important;
}

.footer-social-icons {
  display: flex;
  gap: 8px;
}

.footer-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.footer-social-icon:hover {
  opacity: 0.7;
}

.footer-social-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* Cards grid */
.footer-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.footer-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #2d2d3a;
  border-radius: 12px;
  padding: 20px;
}

.footer-card h3 {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-card p {
  color: #fff;
}

.footer-card h3 svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.footer-card ul li {
  margin-bottom: 8px;
}

.footer-card ul li a {
  font-size: 14px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.footer-card ul li a:hover {
  opacity: 0.7;
}

.footer-address {
  font-size: 14px !important;
  line-height: 23px;
}

.footer-address:hover {
  opacity: 0.7;
}

/* Tools & Formats grid */
.footer-tools-section {
  margin-bottom: 24px;
}

.footer-tools-section h3 {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.footer-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.footer-tool-link {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #3a3a4a;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s;
}

.footer-tool-link:hover {
  border-color: #e8a838;
}

.footer-tool-link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
}

/* Phone block */
.footer-phone-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  transition: opacity 0.2s;
}

.footer-phone-link:hover {
  opacity: 0.7;
}

.footer-phone-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.footer-phone-hours {
  font-size: 12px !important;
  border-top: 1px solid #2E3138;
  padding-top: 8px;
  margin-top: 8px;
}

.footer-email-label {
  display: block;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.footer-email-link {
  font-size: 14px !important;
  transition: opacity 0.2s;
}

.footer-email-link:hover {
  opacity: 0.7;
}

/* Registration */
.footer-registration {
  border-top: 1px solid #333;
  padding-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}

/* Trust strip  */
.footer-trust-strip {
  background: #fff;
  padding: 12px 0;
}

.trust-strip-inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .trust-strip-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .trust-strip-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.trust-strip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .trust-strip-row {
    gap: 4rem;
  }
}

/* Badges include text in the image — height-capped, width follows aspect ratio */
.trust-strip-icon {
  height: 2.25rem;
  width: auto;
  max-height: 2.5rem;
  max-width: min(200px, 42vw);
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.trust-strip-icon--iso {
  max-height: 2.75rem;
}

/* Mobile: one consistent height so wrapped rows align; width stays automatic */
@media (max-width: 768px) {
  .footer-trust-strip {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .trust-strip-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .trust-strip-row {
    gap: 1rem 1.25rem;
    align-items: center;
    justify-content: center;
  }

  .trust-strip-icon,
  .trust-strip-icon--iso {
    height: 2.5rem;
    max-height: none;
    max-width: min(168px, 46vw);
  }
}

@media (max-width: 1024px) {

  .footer-cards-grid,
  .footer-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .footer-cards-grid,
  .footer-tools-grid {
    grid-template-columns: 1fr;
  }

  .footer-card h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-bar {
    flex-direction: column;
    text-align: center;
  }
}