/* Refinamentos editoriais aplicados sobre o checkpoint 53af630b. */

/* Respiro um pouco menor, preservando a hierarquia original. */
.section-space {
  padding-top: clamp(54px, 5vw, 82px);
  padding-bottom: clamp(54px, 5vw, 82px);
}

.centered,
.split-heading {
  margin-bottom: 48px;
}

/* Localização editorial, sem aparência de etiqueta ou "pirulito". */
.hero-location-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-location-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--color-blue-500);
  background: color-mix(in srgb, var(--color-blue-50) 72%, transparent);
  border: 1px solid var(--border-blue-soft);
  border-radius: 50%;
}

.hero-location-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-secondary-wa {
  min-height: 50px;
  padding: 0 20px 0;
  border: 1px solid rgba(24, 82, 114, 0.26);
  border-radius: 999px;
  text-align: center;
}

.hero-secondary-wa:hover {
  border-color: var(--color-blue-500);
}

/* CTAs profissionais mais claros e consistentes. */
.team-card-body {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  align-items: flex-start;
}

.team-card-body > p {
  flex: 1;
}

.team-card-wa {
  min-height: 40px;
  line-height: 1.25;
}

.team-card:last-child .team-card-photo img {
  object-position: center center !important;
}

/* Símbolo da marca como selo editorial na lateral da fotografia. */
.story-photo {
  overflow: visible;
}

.story-photo > img {
  border-radius: 15px 180px 15px 15px;
}

.story-photo-logo {
  top: 50%;
  right: -58px;
  left: auto;
  width: 116px;
  height: 116px;
  padding: 17px;
  opacity: 0.94;
  mix-blend-mode: normal;
  background: color-mix(in srgb, var(--color-warm-white) 94%, transparent);
  border: 1px solid var(--border-blue-soft);
  border-radius: 50%;
  box-shadow: var(--shadow-medium);
  transform: translateY(-50%);
}

/* CTA final e footer pertencem à mesma família, mas não se confundem. */
.final-cta {
  min-height: 360px;
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(54px, 6vw, 86px);
}

.final-cta .button {
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  line-height: 1.35;
}

footer {
  background: var(--color-blue-150);
  border-top: 1px solid rgba(24, 82, 114, 0.18);
  padding-top: 52px;
}

/* Wordmark tipográfico: elimina os quadrados incorporados na imagem antiga. */
.footer-wordmark {
  display: inline-grid;
  color: var(--color-blue-700);
  line-height: 0.9;
}

.footer-wordmark strong {
  font-family: "Lora", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.footer-wordmark small {
  margin-top: 7px;
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  text-align: right;
}

.footer-wordmark em {
  color: var(--color-pink-700);
  font-size: 18px;
  font-weight: 500;
}

.footer-signature {
  display: flex;
  max-width: 240px;
  align-items: center;
  gap: 13px;
  margin: 28px auto 0;
  color: var(--color-pink-700);
}

.footer-signature span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166, 87, 103, 0.42));
}

.footer-signature span:last-child {
  background: linear-gradient(90deg, rgba(166, 87, 103, 0.42), transparent);
}

.footer-signature i {
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-style: normal;
}

/* FAQ com o comportamento nativo do navegador, sem falso max-height. */
.faq-list details > p,
.faq-list details[open] > p {
  max-height: none;
  opacity: 1;
  overflow: visible;
  transition: none;
}

.faq-list summary i {
  transition: transform 180ms ease, background 180ms ease;
}

/* Refinamento exclusivo de desktop: hierarquia, proporção e ritmo editorial. */
@media (min-width: 781px) {
  .section-space {
    padding-top: clamp(68px, 5.6vw, 88px);
    padding-bottom: clamp(68px, 5.6vw, 88px);
  }

  .section-heading h2,
  .shared-care-copy h2,
  .professional-team h2,
  .audience h2,
  .story h2,
  .faq h2,
  .final-cta h2 {
    font-size: clamp(36px, 3vw, 46px);
    line-height: 1.1;
  }

  .centered,
  .split-heading {
    margin-bottom: 46px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(470px, .9fr);
    gap: clamp(62px, 6vw, 92px);
    min-height: calc(100vh - 68px);
    max-height: 820px;
    padding: 48px clamp(54px, 6vw, 92px) 52px;
  }

  .hero-copy {
    max-width: 670px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(50px, 4.15vw, 59px);
    line-height: 1.04;
  }

  .hero-lead {
    max-width: 595px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-actions {
    margin-top: 28px;
    gap: 14px;
  }

  .hero-actions .button,
  .hero-secondary-wa {
    min-height: 48px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12.5px;
  }

  .hero-visual {
    min-height: 570px;
  }

  .hero-photo-wrap {
    width: min(100%, 550px);
    height: 570px;
  }

  .hero-stamp {
    top: 74px;
    left: -40px;
    width: 104px;
    height: 104px;
  }

  .trust-line {
    margin-top: 20px;
  }

  .trust-line span:nth-child(2) {
    display: none;
  }

  .shared-care {
    grid-template-columns: minmax(430px, 1.05fr) minmax(390px, .9fr);
    gap: clamp(78px, 8vw, 120px);
  }

  .shared-care-visual {
    min-height: 500px;
  }

  .shared-care-photo {
    width: 94%;
    height: 480px;
  }

  .shared-care-copy {
    max-width: 590px;
  }

  .shared-care-copy > p {
    max-width: 570px;
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.78;
  }

  .services .split-heading,
  .services .service-grid {
    max-width: 1180px;
  }

  .services .split-heading {
    grid-template-columns: 1.1fr .78fr;
    gap: 105px;
    align-items: center;
  }

  .services .split-heading h2 {
    max-width: 650px;
  }

  .service-grid {
    gap: 16px;
  }

  .service-card {
    min-height: 230px;
    padding: 28px 29px;
    border-radius: 20px;
  }

  .service-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 38px;
    height: 2px;
    background: var(--color-pink-300);
  }

  .service-card h3 {
    margin-top: 24px;
    font-size: 18px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.62;
  }

  .professional-team .section-heading {
    max-width: 880px;
  }

  .professional-team .section-heading h2 {
    max-width: 800px;
  }

  .team-grid {
    max-width: 1120px;
    gap: 22px;
    align-items: start;
    padding-bottom: 20px;
  }

  .team-card:nth-child(2) {
    margin-top: 20px;
  }

  .team-card-photo {
    height: 275px;
  }

  .team-card-body {
    min-height: 224px;
    padding: 23px 23px 25px;
  }

  .team-card-body h3 {
    font-size: 19px;
  }

  .team-card-body p {
    font-size: 14px;
  }

  .process .section-heading {
    max-width: 850px;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1120px;
    gap: 14px;
    margin-bottom: 36px;
  }

  .process-card {
    min-height: 190px;
    padding: 27px 20px 25px;
  }

  .process-card > span {
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    font-size: 16px;
  }

  .process-card h3 {
    font-size: 16px;
  }

  .process-card p {
    max-width: 230px;
    font-size: 13px;
    line-height: 1.55;
  }

  .audience-inner {
    grid-template-columns: 1.04fr .96fr;
    align-items: stretch;
    gap: 22px;
    max-width: 1120px;
  }

  .audience-copy,
  .audience-not {
    height: 100%;
    padding: 42px 44px;
  }

  .audience-copy h2 {
    max-width: 500px;
    font-size: clamp(33px, 2.6vw, 39px);
    line-height: 1.08;
  }

  .audience-not h3 {
    max-width: 490px;
    font-size: 23px;
    line-height: 1.18;
  }

  .audience-copy ul,
  .audience-not ul {
    gap: 10px;
    margin-top: 25px;
  }

  .audience-copy li,
  .audience-not li {
    font-size: 14px;
    line-height: 1.5;
  }

  .story {
    grid-template-columns: minmax(470px, 1.04fr) minmax(420px, .92fr);
    gap: clamp(80px, 8vw, 120px);
  }

  .story-photo {
    height: 520px;
  }

  .story-copy {
    max-width: 590px;
  }

  .story-copy > p:not(.eyebrow) {
    max-width: 565px;
    font-size: 15px;
    line-height: 1.72;
  }

  .story-copy blockquote {
    margin-top: 27px;
  }

  .faq {
    grid-template-columns: 380px minmax(0, 720px);
    justify-content: center;
    gap: clamp(75px, 8vw, 115px);
  }

  .faq-intro h2 {
    font-size: 39px;
  }

  .faq-intro > p {
    max-width: 365px;
    font-size: 15px;
  }

  .faq-list summary {
    min-height: 77px;
    font-size: 16.5px;
  }

  .final-cta {
    min-height: 390px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .final-cta::before,
  .final-cta::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(217, 150, 162, .26);
    border-radius: 50%;
    pointer-events: none;
  }

  .final-cta::before {
    top: -150px;
    left: -90px;
  }

  .final-cta::after {
    right: -115px;
    bottom: -175px;
  }

  .final-cta-copy {
    max-width: 760px;
  }

  .final-cta h2 {
    font-size: 44px;
  }

  .footer-main,
  .footer-bottom,
  .footer-signature {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Neutraliza os movimentos antigos mais bruscos. */
.motion-ready .sr-init,
.motion-ready .sr-init-left,
.motion-ready .sr-init-right,
.motion-ready .sr-init-image,
.motion-ready .sr-reveal-up,
.motion-ready .sr-reveal-left,
.motion-ready .sr-reveal-right,
.motion-ready .sr-reveal-image,
.motion-ready .sr-hero-init > *,
.motion-ready .sr-hero-reveal > *,
.motion-ready .sr-photo-init,
.motion-ready .sr-photo-reveal,
.motion-ready .sr-cta-init > *,
.motion-ready .sr-cta-reveal > *,
.motion-ready .service-card,
.motion-ready .team-card,
.motion-ready .process-card,
.motion-ready .proof-strip article,
.motion-ready .audience-li {
  opacity: 1;
  animation: none !important;
  transform: none;
}

/* Revelação progressiva: curta, suave e sem saltos laterais. */
.motion-ready .motion-item {
  opacity: 0 !important;
  transform: translate3d(0, 11px, 0) !important;
  transition:
    opacity 620ms cubic-bezier(0.22, 0.78, 0.24, 1) var(--motion-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 0.78, 0.24, 1) var(--motion-delay, 0ms) !important;
  will-change: opacity, transform;
}

.motion-ready .motion-item.motion-image {
  transform: translate3d(0, 8px, 0) scale(0.988) !important;
}

.motion-ready .motion-item.is-visible {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto;
}

@media (width <= 780px) {
  .section-space {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .centered,
  .split-heading {
    margin-bottom: 34px;
  }

  .team-card-body {
    min-height: auto;
  }

  .team-card-wa {
    width: 100%;
    justify-content: center;
  }

  .story {
    gap: 40px;
  }

  .story-copy {
    order: 1;
  }

  .story-photo {
    order: 2;
    margin-right: 16px;
  }

  .story-photo > img {
    border-radius: 10px 104px 10px 10px;
  }

  .story-photo-logo {
    right: -28px;
    width: 82px;
    height: 82px;
    padding: 12px;
  }

  .final-cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  footer {
    padding-top: 48px;
  }

  .hero-location-note {
    gap: 8px;
  }

  .hero-location-icon {
    width: 25px;
    height: 25px;
  }

  .hero-actions .hero-secondary-wa {
    min-height: 47px;
    padding: 10px 17px;
    line-height: 1.35;
  }

  .motion-ready .motion-item {
    transform: translate3d(0, 9px, 0) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .motion-item {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}
