/* Logo institucional. */
.brand-logo {
  display: block;
  width: 285px;
  height: auto;
}

.brand strong,
.brand small,
nav a,
.hero h1,
.section h2 {
  color: #171717;
}

.consult-section {
  background: #1a1a1a;
}

.consult-copy > p {
  color: #dedede;
}

.contact-placeholder span,
.contact-placeholder small {
  color: #e7e7e7;
}

.contact-placeholder a {
  color: #fff;
  text-decoration-color: #6fa5cf;
  text-underline-offset: 5px;
}

.quick-consult {
  background: #174b78;
  box-shadow: 18px 18px 0 #bdbdb8;
}

.practice-card,
.practice-card.featured {
  background: rgba(255, 255, 255, .32);
  color: var(--ink);
  border-bottom-color: var(--line);
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.practice-card.featured h3,
.practice-card h3 {
  color: var(--navy);
}

.practice-card.featured p,
.practice-card p {
  color: var(--muted);
}

.practice-card:hover,
.practice-card:focus-within,
.practice-card:active {
  background: #174b78;
  color: #fff;
  transform: translateY(-3px);
}

.practice-card:hover h3,
.practice-card:focus-within h3,
.practice-card:active h3,
.practice-card:hover p,
.practice-card:focus-within p,
.practice-card:active p {
  color: #fff;
}

.practice-card:hover > span,
.practice-card:focus-within > span,
.practice-card:active > span {
  color: #d5e6f2;
}

.practice-card a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

.consult-form .button.primary {
  background: #123b2f;
  border-color: #123b2f;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #1ebe5d;
  transform: translateY(-2px);
}

.whatsapp-float:focus-visible {
  outline: 3px solid #6fa5cf;
  outline-offset: 3px;
}

.whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 600px) {
  .brand-logo {
    width: 215px;
  }

  .footer-brand .brand-logo {
    width: 270px;
    max-width: 100%;
  }

  .quick-consult {
    box-shadow: 10px 10px 0 #bdbdb8;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
