.topbar {
  color: var(--navy);
  background: #fff;
  border-bottom: 1px solid #e8e5e8;
  box-shadow: 0 5px 25px #10194b12;
}
.brand { width: 132px; height: 94px; padding: 2px 0; background: transparent; overflow: hidden; }
.brand img, footer img { display: block; }
.topbar nav { font-weight: 600; }
.topbar nav a:hover { color: var(--pink); }
.mini-cta { border: 0; background: var(--pink); color: #fff; padding: 14px 19px; }
footer { background: #fff; color: var(--navy); padding: 24px 6vw; border-top: 1px solid #e8e5e8; }
footer img { width: 96px; height: 72px; padding: 0; background: transparent; object-fit: contain; }
footer a { text-decoration-color: var(--pink); }
@media (max-width: 850px) { .brand { width: 96px; height: 76px; } }

/* Texto institucional */
.about-copy p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

/* Botão secundário da apresentação */
.about-copy > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid #d8cbd4;
  border-bottom: 1px solid #d8cbd4;
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 8px 22px #111d5410;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.about-copy > a span {
  color: var(--pink);
  font-size: 18px;
  transition: transform .2s ease;
}

.about-copy > a:hover {
  color: var(--pink);
  border-color: #d4006755;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #111d541a;
}

.about-copy > a:hover span { transform: translateX(4px); }

/* Identidade visual dos acessos ao WhatsApp */
a[href^="https://wa.me"] {
  --whatsapp: #25d366;
}

a[href^="https://wa.me"]::before {
  content: "";
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background: url("https://cdn.simpleicons.org/whatsapp/ffffff") center / contain no-repeat;
}

.mini-cta,
.contact .white,
.whatsapp-float {
  border: 0;
  background: var(--whatsapp);
  color: #073d1b;
  box-shadow: 0 10px 26px #092d1830;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
}

.contact .white {
  min-width: 280px;
  border-radius: 999px;
  color: #073d1b;
  letter-spacing: .08em;
}

.contact .white::before { width: 23px; height: 23px; flex-basis: 23px; }

.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
}

.whatsapp-float::before { width: 29px; height: 29px; flex-basis: 29px; }

.mini-cta:hover,
.contact .white:hover,
.whatsapp-float:hover {
  background: #2be06d;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px #092d1848;
}

@media (max-width: 520px) {
  .about-copy > a { width: 100%; gap: 18px; }
  .contact .white { min-width: 0; }
  .whatsapp-float { width: 56px; height: 56px; }
  .whatsapp-float::before { width: 27px; height: 27px; flex-basis: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-copy > a,
  .about-copy > a span,
  .mini-cta,
  .contact .white,
  .whatsapp-float { transition: none; }
}
