/*
  HVT section-boundary system
  Use a subtle rule only between adjacent light or near-light surfaces.
  Dark/light transitions carry sufficient contrast and remain rule-free.
*/

/* Home */
.compact-home .emma-entry,
.compact-home .value-calculator{
  border-top:1px solid var(--line);
}
.compact-home .integrations-v4{
  border-top:0;
}

/* EMMA */
.emma-page .pressure,
.emma-page .channels,
.emma-page .proof{
  border-top:1px solid var(--line);
}

/* Solutions */
.solutions-page .group.guest,
.solutions-page .group.staff,
.solutions-page .proof-final,
.solutions-page .final-cta{
  border-top:1px solid var(--line);
}

/* Resources */
.resources-page .stories-section,
.resources-page .faq-section{
  border-top:1px solid var(--line);
}

/* Company */
.company-page .company-hero{
  border-bottom:0;
}
.company-page .company-history{
  border-top:1px solid var(--line);
}

/* Privacy */
.legal-hero{
  border-bottom:1px solid var(--line);
}
