/* Identidade feminina e hero editorial premium — versão 5 */
.brand > img,
.closing-cta > img {
  object-fit: cover;
  background: #2d252e;
  border-radius: 50%;
}

.site-header .brand > img {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 1px rgba(201, 166, 170, 0.16);
}

.brand-footer > img {
  box-shadow: 0 0 0 1px rgba(201, 166, 170, 0.18);
}

/* Assinatura tipográfica inspirada em marcas editoriais, sem depender do símbolo */
.brand-signature {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding-left: 0;
}

.brand-signature::before {
  display: none;
}

.site-header .brand > .brand-symbol {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 0;
  box-shadow: none;
}

.brand-signature-copy {
  display: grid;
  justify-items: start;
  gap: 0.2rem;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(219, 185, 191, 0.42);
}

.brand-eyebrow {
  color: rgba(239, 221, 224, 0.72);
  font: 700 0.48rem/1 var(--font-utility);
  letter-spacing: 0.31em;
  text-transform: uppercase;
}

.brand-name {
  color: #fffaf7;
  font: 400 clamp(1.38rem, 1.65vw, 1.7rem)/0.94 var(--font-display);
  letter-spacing: -0.025em;
}

.brand-footer.brand-signature {
  min-height: 64px;
  padding-left: 0;
}

.brand-footer > .brand-symbol {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 0;
  box-shadow: none;
}

.brand-footer .brand-eyebrow {
  font-size: 0.53rem;
}

.brand-footer .brand-name {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

/* Faixa de confiança com informações reais do atendimento */
.trustbar-shell {
  width: min(1320px, 100%);
  margin-inline: auto;
}

.trustbar-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: #725969;
  font: 750 0.68rem/1.2 var(--font-utility);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trustbar-label span {
  width: 28px;
  height: 1px;
  background: #b58a96;
}

.trustbar .trustbar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.trustbar .trust-item:last-child {
  border-right: 0;
}

/* Autoridade dentro da hero no desktop; a faixa completa permanece no mobile */
.hero-confidence {
  display: none;
}

@media (min-width: 821px) {
  .hero-confidence {
    width: min(560px, 100%);
    display: block;
    margin-top: clamp(1.65rem, 3vh, 2.2rem);
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero-confidence > p {
    margin: 0 0 0.8rem;
    color: #ead6da;
    font: 750 0.67rem/1.2 var(--font-utility);
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .hero-confidence ul {
    display: grid;
    gap: 0.62rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hero-confidence li {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    color: rgba(255, 255, 255, 0.9);
    font: 650 0.8rem/1.35 var(--font-body);
  }

  .hero-confidence svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #d7afb6;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .trustbar {
    display: none;
  }
}

.hero {
  min-height: clamp(780px, calc(100svh - 72px), 880px);
  align-items: center;
}

.hero::after {
  background:
    radial-gradient(circle at 68% 46%, rgba(38, 31, 38, 0.02) 0%, rgba(38, 31, 38, 0.08) 31%, rgba(32, 25, 32, 0.32) 62%, rgba(27, 21, 28, 0.72) 100%),
    linear-gradient(90deg, rgba(25, 19, 26, 0.96) 0%, rgba(29, 23, 30, 0.84) 31%, rgba(34, 28, 35, 0.33) 67%, rgba(34, 28, 35, 0.1) 100%),
    linear-gradient(0deg, rgba(24, 18, 25, 0.68) 0%, transparent 58%);
}

.hero-copy {
  width: min(1280px, 84vw);
  padding-top: clamp(4.5rem, 7vh, 6.5rem);
  padding-right: clamp(2rem, 4vw, 5rem);
  padding-bottom: clamp(4.5rem, 7vh, 6.5rem);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.55rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-kicker span {
  color: #ead6da;
}

.hero-kicker i {
  display: block;
  width: 34px;
  height: 1px;
  background: rgba(201, 166, 170, 0.72);
}

.hero h1 {
  max-width: 940px;
  margin-bottom: 1.45rem;
  font-size: clamp(4.45rem, 5.85vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  margin-top: 0.12em;
  color: #e5c7cd;
  font-style: italic;
  font-weight: 400;
}

.hero-lede {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 1.9rem;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
}

.hero-primary {
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 0;
  min-height: 60px;
  padding: 0.85rem 1.15rem;
  color: #2d252e;
  background: #f8f3ef;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0.3rem;
  box-shadow: 0 14px 34px rgba(17, 12, 18, 0.2);
}

.hero-primary:hover,
.hero-primary:focus-visible {
  color: #2d252e;
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(17, 12, 18, 0.26);
}

.hero-whatsapp-mark {
  display: grid;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  place-items: center;
}

.hero-whatsapp-mark img {
  width: 20px;
  height: 20px;
}

.hero-button-arrow {
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-services-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding-block: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-services-link:hover,
.hero-services-link:focus-visible {
  color: #fff;
  border-color: #e5c7cd;
}

.hero-services-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-cta-micro {
  gap: 0.55rem;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}

.hero-response-dot {
  display: block;
  width: 6px;
  height: 6px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.1);
}

@media (max-width: 820px) {
  .brand-signature {
    min-height: 46px;
    gap: 0.65rem;
    padding-left: 0;
  }

  .site-header .brand > .brand-symbol {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-signature-copy {
    gap: 0.17rem;
    padding-left: 0.7rem;
  }

  .brand-eyebrow {
    font-size: 0.43rem;
  }

  .brand-name {
    font-size: 1.28rem;
  }

  .trustbar .trustbar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: clamp(680px, 86svh, 760px);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(29, 23, 30, 0.3) 0%, rgba(29, 23, 30, 0.68) 43%, rgba(24, 18, 25, 0.98) 100%),
      linear-gradient(90deg, rgba(28, 22, 29, 0.62), rgba(35, 29, 36, 0.2));
  }

  .hero-copy {
    width: 100%;
    padding-top: clamp(5.25rem, 12vh, 7rem);
    padding-right: var(--gutter);
    padding-bottom: 3.25rem;
  }

  .hero-kicker {
    gap: 0.55rem;
    margin-bottom: 1.25rem;
    font-size: 0.64rem;
    letter-spacing: 0.11em;
  }

  .hero-kicker i {
    width: 22px;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 1.15rem;
    font-size: clamp(3.05rem, 12.9vw, 4.2rem);
    line-height: 0.9;
    letter-spacing: -0.048em;
  }

  .hero h1 span:last-child {
    margin-top: 0.15em;
  }

  .hero-lede {
    max-width: 35ch;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .hero-actions {
    margin-top: 1.55rem;
  }

  .hero-actions-row {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-primary {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .hero-primary .hero-button-arrow {
    margin-left: auto;
  }

  .hero-services-link {
    align-self: flex-start;
  }

  .hero-cta-micro {
    margin-top: 0.75rem;
  }

  /* Mantém os sinais de confiança dentro da hero também no celular. */
  .hero-confidence {
    width: 100%;
    display: block;
    margin-top: 1.35rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero-confidence > p {
    margin: 0 0 0.75rem;
    color: #ead6da;
    font: 750 0.62rem/1.2 var(--font-utility);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .hero-confidence ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hero-confidence li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    font: 650 0.72rem/1.35 var(--font-body);
  }

  .hero-confidence svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 0.05rem;
    fill: none;
    stroke: #d7afb6;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .trustbar {
    display: none;
  }
}

@media (max-width: 520px) {
  .trustbar-label {
    margin-bottom: 0.45rem;
  }

  .trustbar .trustbar-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trustbar .trust-item {
    padding-block: 0.8rem;
  }

  .brand-footer.brand-signature {
    min-height: 58px;
  }

  .brand-footer .brand-name {
    font-size: 2rem;
  }
}

@media (max-width: 370px) {
  .hero h1 {
    font-size: 2.85rem;
  }
}

/* Cobertura: informa onde atende sem repetir o catálogo de serviços */
.coverage-section {
  background: #fffdfb;
}

.coverage-brief {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  margin-inline: auto;
}

.coverage-copy h2 {
  max-width: 640px;
  margin: 0;
  color: var(--plum-dark);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.coverage-copy > p:not(.section-index) {
  max-width: 52ch;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.coverage-action {
  width: fit-content;
  margin-top: 1.65rem;
}

.coverage-location {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  color: #f8f3f5;
  background: #302831;
  border: 1px solid rgba(114, 89, 105, 0.2);
  border-radius: 0.7rem;
  box-shadow: 0 24px 60px rgba(45, 37, 46, 0.12);
}

.coverage-location-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.coverage-location-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  color: #e2bdc3;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.55rem;
}

.coverage-location-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coverage-location-head span:not(.coverage-location-icon) {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font: 700 0.64rem/1.2 var(--font-utility);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-location-head strong {
  display: block;
  margin-top: 0.25rem;
  font: 400 1.8rem/1 var(--font-display);
}

.coverage-facts {
  margin: 0;
}

.coverage-facts > div {
  display: grid;
  grid-template-columns: minmax(105px, 0.36fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.coverage-facts > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.coverage-facts dt {
  color: #ddb8bf;
  font: 750 0.65rem/1.4 var(--font-utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .coverage-brief {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .coverage-copy h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .coverage-action {
    width: 100%;
  }

  .coverage-location {
    padding: 1.35rem;
  }

  .coverage-facts > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
