
/* Data365 Competitor Feature Enhancements */
#why-trust, #how-it-works, #service-areas, #built-for-legal, #free-resources,
#example-use-cases, #engagement-timeline, #what-you-receive, #security-posture, #next-steps {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

#service-areas div {
  background: #fafafa;
}

#next-steps a {
  font-weight: bold;
}

/* --- Start Intake (navcta) text color override --- */
.navcta{
  color:#000000 !important;
}
.navcta:hover,
.navcta:focus,
.navcta:active{
  color:#000000 !important;
  text-decoration:none;
}



.location-line { font-size: 0.9em; white-space: nowrap; }

/* iPhone: allow the location line to wrap instead of forcing horizontal scroll */
@media (max-width: 430px){
  .location-line{ white-space: normal; }
}

/* Responsive YouTube embeds */
.video-embed{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}
.video-embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
