.brands {
  padding: 0;
  list-style: none;
}

:root {
  --space: clamp(3rem, 5vw, 5rem);
}

.brands-section {
  padding-block: clamp(2.5rem, 4vw, 3.25rem);
}

.brands-section h2 {
  font-size: clamp(1.75rem, 2.2vw, 2.1rem);
}

.contact-copy h2 {
  font-size: clamp(2.4rem, 3.7vw, 3.5rem);
}

:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #d12c31;
}

.form-noscript {
  margin: 0 0 20px;
  padding: 14px;
  border: 1px solid #7d8da1;
  border-radius: 5px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.875rem;
}

.form-noscript a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trust-strip > .container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  min-height: auto;
  margin-block: 0;
  padding-block: 18px;
  list-style: none;
}

.trust-strip > .container > .trust-item {
  display: flex;
  align-items: center;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  line-height: 1.35;
}

.trust-strip > .container > .trust-item .icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 1000px) {
  .trust-strip > .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    gap: 10px;
    padding-block: 16px;
  }

  .trust-strip > .container > .trust-item {
    min-height: 104px;
    padding: 13px 8px;
  }
}

@media (max-width: 520px) {
  .trust-strip > .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip > .container > .trust-item {
    min-height: 112px;
    font-size: 0.75rem;
  }
}

.floating-whatsapp {
  background-color: #25d366;
  background-image: url("/assets/imagens/whatsapp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

input:not([type="checkbox"]),
textarea {
  border-color: #7d8da1;
}

input::placeholder,
textarea::placeholder {
  color: #64748b;
}

.mini-label,
.photo-note span:not(.note-icon),
.trust-strip > .container > .trust-item,
.eyebrow {
  font-size: 0.75rem;
}

.difference-heading {
  display: block;
  text-align: center;
}

.difference-heading h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  text-wrap: balance;
}

.about-section h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.about-section {
  background: #edf3fb;
}

@media (min-width: 851px) {
  .header-inner {
    position: relative;
  }

  .site-header nav {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    font-size: 0.9375rem;
  }

  .header-cta {
    margin-left: auto;
  }
}

.contact-phone-heading {
  margin: 0 0 0.8rem !important;
  color: var(--ink) !important;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-phone-panel {
  margin-top: 1.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid #d4dfe9;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: var(--soft);
  max-width: 410px;
}

.contact-phone-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-phone-summary li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.contact-phone-summary li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
}

.equipment-tags,
.also-services > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.also-services > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.also-services > ul > li {
  border: 1px solid #d4dfe9;
  border-radius: 5px;
  padding: 5px 11px;
  background: #fff;
  color: var(--muted);
}

.equipment-tags > li {
  border-radius: 4px;
  padding: 7px 11px;
  background: var(--soft);
  color: #385571;
  font-size: 0.8125rem;
}

.equipment-tags {
  margin: 22px 0;
}

.floating-whatsapp .icon {
  display: none;
}

@media (max-width: 480px) {
  .floating-whatsapp {
    background-size: 28px 28px;
  }
}

@media (max-width: 850px) {
  .also-services > ul {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .contact-phone-panel {
    max-width: 540px;
  }

}

@media (max-width: 420px) {
  .contact-phone-summary {
    grid-template-columns: 1fr;
  }
}
